summaryrefslogtreecommitdiff
path: root/lib/CompilerDriver
Commit message (Expand)AuthorAge
* Build CompilerDriver library.Oscar Fuentes2011-03-12
* 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
* Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer2010-12-17
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-29
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-03
* llvmc: Fix tool finding logic.Mikhail Glushenkov2010-11-02
* llvmc: Make ExecuteProgram() look in the driver directory first.Mikhail Glushenkov2010-10-28
* 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