aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CompilerDriver
Commit message (Expand)AuthorAgeFilesLines
* Use FindExecutable as a fall-back search method.Mikhail Glushenkov2010-03-051-2/+13
* Input files with empty suffixes must be passed to linker.Mikhail Glushenkov2010-02-231-1/+2
* Temporary disable response files.Mikhail Glushenkov2010-02-231-1/+2
* Implement order-preserving option forwarding.Mikhail Glushenkov2010-02-231-1/+13
* Correct option forwarding: initial implementation.Mikhail Glushenkov2010-02-231-0/+9
* New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov2010-02-232-5/+1
* Better error message.Mikhail Glushenkov2010-01-261-2/+4
* mark some libraries that currently require RTTI.Chris Lattner2010-01-241-0/+1
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-171-1/+1
* Fix last DOTGraphTraits problems in CompilationGraph.Tobias Grosser2009-11-301-0/+1
* Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser2009-11-301-2/+1
* Remove dead code.Rafael Espindola2009-11-111-5/+0
* llvmc: Add a '-time' option.Mikhail Glushenkov2009-11-073-5/+48
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-172-12/+10
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-231-3/+3
* 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
* Rename -t to --temp-dir.Mikhail Glushenkov2009-07-091-2/+2
* 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-092-0/+11
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-4/+4
* Reverting back the changes checked-in accidently.Sanjiv Gupta2009-07-062-13/+1
* Implement _CONFIG macro to allow users to se to configuration settings on the...Sanjiv Gupta2009-07-062-1/+13
* Make -save-temps=obj play better with -o.Mikhail Glushenkov2009-07-042-1/+2
* LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov2009-07-042-0/+7
* Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov2009-07-031-4/+13
* #include <iostream> is forbidden. Remove it in favor of raw_ostream.Bill Wendling2009-06-303-27/+24
* 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
* Fix install of libCompilerDriver dynamic library to not copy on every build.Daniel Dunbar2009-06-291-4/+5
* Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov2009-06-293-2/+74
* Guards for the compiler driver plugin list.Owen Anderson2009-06-261-1/+7
* Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov2009-06-253-14/+6
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-241-1/+2
* -write-graph now can be used with -o.Mikhail Glushenkov2009-03-271-8/+5
* Fix misc. small issues with debug visualization.Mikhail Glushenkov2009-03-261-1/+6
* Reorganize llvmc code.Mikhail Glushenkov2009-03-026-0/+788