aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CompilerDriver/Main.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer1-2/+1
2010-12-18Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson1-1/+2
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer1-2/+1
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer1-1/+1
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov1-6/+7
2010-07-27Return -1 only on failure to execute a program.Mikhail Glushenkov1-4/+6
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov1-64/+50
2010-02-23Temporary disable response files.Mikhail Glushenkov1-1/+2
2010-02-23New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov1-4/+0
2009-11-07llvmc: Add a '-time' option.Mikhail Glushenkov1-1/+21
2009-10-17First draft of the OptionPreprocessor.Mikhail Glushenkov1-2/+1
2009-07-11Delete the temp dir even when '--temp-dir' is specified.Mikhail Glushenkov1-2/+1
2009-07-09Remove some duplication.Mikhail Glushenkov1-17/+17
2009-07-09Fixed handling of -t. It gets the prirority for temp dir name.Sanjiv Gupta1-0/+1
2009-07-09Missing )Bill Wendling1-1/+1
2009-07-09Add a -t="dir" option to the driver. This can be used to specify the director...Sanjiv Gupta1-0/+9
2009-07-06Reverting back the changes checked-in accidently.Sanjiv Gupta1-11/+0
2009-07-06Implement _CONFIG macro to allow users to se to configuration settings on the...Sanjiv Gupta1-0/+11
2009-07-04Make -save-temps=obj play better with -o.Mikhail Glushenkov1-0/+1
2009-06-30#include <iostream> is forbidden. Remove it in favor of raw_ostream.Bill Wendling1-4/+4
2009-06-30Add a way to access argv[0] in hooks.Mikhail Glushenkov1-0/+5
2009-06-30Move the driver entry point out of Main.inc.Mikhail Glushenkov1-0/+125