summaryrefslogtreecommitdiff
path: root/lib/CompilerDriver
Commit message (Expand)AuthorAge
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-23
* Delete the temp dir even when '--temp-dir' is specified.Mikhail Glushenkov2009-07-11
* Remove some duplication.Mikhail Glushenkov2009-07-09
* Rename -t to --temp-dir.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
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* 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
* LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov2009-07-04
* Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov2009-07-03
* #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
* Fix install of libCompilerDriver dynamic library to not copy on every build.Daniel Dunbar2009-06-29
* Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov2009-06-29
* Guards for the compiler driver plugin list.Owen Anderson2009-06-26
* Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov2009-06-25
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-24
* -write-graph now can be used with -o.Mikhail Glushenkov2009-03-27
* Fix misc. small issues with debug visualization.Mikhail Glushenkov2009-03-26
* Reorganize llvmc code.Mikhail Glushenkov2009-03-02