aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CompilerDriver
Commit message (Expand)AuthorAgeFilesLines
* Build CompilerDriver library.Oscar Fuentes2011-03-121-4/+6
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-101-1/+3
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-183-5/+5
* Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson2010-12-183-4/+5
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-183-5/+4
* Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer2010-12-171-1/+1
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-292-2/+2
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-293-4/+4
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-031-1/+2
* llvmc: Fix tool finding logic.Mikhail Glushenkov2010-11-021-8/+8
* llvmc: Make ExecuteProgram() look in the driver directory first.Mikhail Glushenkov2010-10-281-3/+6
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-211-23/+35
* llvmc: make -x work with unknown suffixes.Mikhail Glushenkov2010-09-151-2/+3
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-0/+1
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-1/+0
* have the makefiles check the llvm-config error code instead of chargingChris Lattner2010-09-011-1/+3
* Add a TODO.Mikhail Glushenkov2010-08-231-0/+1
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-231-5/+10
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-201-1/+3
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-153-118/+9
* Fix silent failure with no input files.Mikhail Glushenkov2010-07-271-0/+7
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-272-20/+22
* Formatting.Mikhail Glushenkov2010-07-231-1/+1
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-235-162/+247
* 80-col violation.Mikhail Glushenkov2010-07-011-1/+2
* Print a space after the colon.Mikhail Glushenkov2010-05-201-2/+2
* llvmc: Make segfault detection work on Win32.Mikhail Glushenkov2010-05-201-21/+28
* llvmc: report an error if a child process segfaults.Mikhail Glushenkov2010-05-191-1/+14
* 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