summaryrefslogtreecommitdiff
path: root/lib/CompilerDriver/Main.cpp
Commit message (Expand)AuthorAge
* Remove more of llvmc and dependencies.Eric Christopher2011-09-20
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-10
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-18
* Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson2010-12-18
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-18
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-27
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-23
* Temporary disable response files.Mikhail Glushenkov2010-02-23
* New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov2010-02-23
* llvmc: Add a '-time' option.Mikhail Glushenkov2009-11-07
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-17
* Delete the temp dir even when '--temp-dir' is specified.Mikhail Glushenkov2009-07-11
* Remove some duplication.Mikhail Glushenkov2009-07-09
* Fixed handling of -t. It gets the prirority for temp dir name.Sanjiv Gupta2009-07-09
* Missing )Bill Wendling2009-07-09
* Add a -t="dir" option to the driver. This can be used to specify the director...Sanjiv Gupta2009-07-09
* Reverting back the changes checked-in accidently.Sanjiv Gupta2009-07-06
* Implement _CONFIG macro to allow users to se to configuration settings on the...Sanjiv Gupta2009-07-06
* Make -save-temps=obj play better with -o.Mikhail Glushenkov2009-07-04
* #include <iostream> is forbidden. Remove it in favor of raw_ostream.Bill Wendling2009-06-30
* Add a way to access argv[0] in hooks.Mikhail Glushenkov2009-06-30
* Move the driver entry point out of Main.inc.Mikhail Glushenkov2009-06-30