aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CompilerDriver/Action.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-12-17Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer1-1/+1
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer1-2/+2
2010-11-03Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov1-1/+2
2010-11-02llvmc: Fix tool finding logic.Mikhail Glushenkov1-8/+8
2010-10-28llvmc: Make ExecuteProgram() look in the driver directory first.Mikhail Glushenkov1-3/+6
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov1-4/+9
2010-05-20Print a space after the colon.Mikhail Glushenkov1-2/+2
2010-05-20llvmc: Make segfault detection work on Win32.Mikhail Glushenkov1-21/+28
2010-05-19llvmc: report an error if a child process segfaults.Mikhail Glushenkov1-1/+14
2010-03-05Use FindExecutable as a fall-back search method.Mikhail Glushenkov1-2/+13
2009-11-07llvmc: Add a '-time' option.Mikhail Glushenkov1-4/+25
2009-06-30#include <iostream> is forbidden. Remove it in favor of raw_ostream.Bill Wendling1-6/+4
2009-06-25Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov1-4/+1
2009-03-02Reorganize llvmc code.Mikhail Glushenkov1-0/+78