summaryrefslogtreecommitdiff
path: root/lib/CompilerDriver
Commit message (Expand)AuthorAge
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-21
* llvmc: make -x work with unknown suffixes.Mikhail Glushenkov2010-09-15
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* have the makefiles check the llvm-config error code instead of chargingChris Lattner2010-09-01
* Add a TODO.Mikhail Glushenkov2010-08-23
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-23
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-20
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* Fix silent failure with no input files.Mikhail Glushenkov2010-07-27
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-27
* Formatting.Mikhail Glushenkov2010-07-23
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-23
* 80-col violation.Mikhail Glushenkov2010-07-01
* Print a space after the colon.Mikhail Glushenkov2010-05-20
* llvmc: Make segfault detection work on Win32.Mikhail Glushenkov2010-05-20
* llvmc: report an error if a child process segfaults.Mikhail Glushenkov2010-05-19
* Use FindExecutable as a fall-back search method.Mikhail Glushenkov2010-03-05
* Input files with empty suffixes must be passed to linker.Mikhail Glushenkov2010-02-23
* Temporary disable response files.Mikhail Glushenkov2010-02-23
* Implement order-preserving option forwarding.Mikhail Glushenkov2010-02-23
* Correct option forwarding: initial implementation.Mikhail Glushenkov2010-02-23
* New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov2010-02-23
* Better error message.Mikhail Glushenkov2010-01-26
* mark some libraries that currently require RTTI.Chris Lattner2010-01-24
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-17
* Fix last DOTGraphTraits problems in CompilationGraph.Tobias Grosser2009-11-30
* Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser2009-11-30
* Remove dead code.Rafael Espindola2009-11-11
* llvmc: Add a '-time' option.Mikhail Glushenkov2009-11-07
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-17
* 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