aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CompilerDriver/Main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete the temp dir even when '--temp-dir' is specified.Mikhail Glushenkov2009-07-111-2/+1
* Remove some duplication.Mikhail Glushenkov2009-07-091-17/+17
* Fixed handling of -t. It gets the prirority for temp dir name.Sanjiv Gupta2009-07-091-0/+1
* Missing )Bill Wendling2009-07-091-1/+1
* Add a -t="dir" option to the driver. This can be used to specify the director...Sanjiv Gupta2009-07-091-0/+9
* Reverting back the changes checked-in accidently.Sanjiv Gupta2009-07-061-11/+0
* Implement _CONFIG macro to allow users to se to configuration settings on the...Sanjiv Gupta2009-07-061-0/+11
* Make -save-temps=obj play better with -o.Mikhail Glushenkov2009-07-041-0/+1
* #include <iostream> is forbidden. Remove it in favor of raw_ostream.Bill Wendling2009-06-301-4/+4
* Add a way to access argv[0] in hooks.Mikhail Glushenkov2009-06-301-0/+5
* Move the driver entry point out of Main.inc.Mikhail Glushenkov2009-06-301-0/+125