summaryrefslogtreecommitdiff
path: root/lib/CompilerDriver
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer1-1/+3
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer3-5/+5
2010-12-18Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson3-4/+5
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer3-5/+4
2010-12-17Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer1-1/+1
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis2-2/+2
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer3-4/+4
2010-11-03Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov1-1/+2
2010-11-02llvmc: Fix tool finding logic.Mikhail Glushenkov1-8/+8
2010-10-28llvmc: Make ExecuteProgram() look in the driver directory first.Mikhail Glushenkov1-3/+6
2010-09-21llvmc: Allow multiple output languages.Mikhail Glushenkov1-23/+35
2010-09-15llvmc: make -x work with unknown suffixes.Mikhail Glushenkov1-2/+3
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-0/+1
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-1/+0
2010-09-01have the makefiles check the llvm-config error code instead of chargingChris Lattner1-1/+3
2010-08-23Add a TODO.Mikhail Glushenkov1-0/+1
2010-08-23llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov1-5/+10
2010-08-20llvmc: Cut global namespace pollution.Mikhail Glushenkov1-1/+3
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov3-118/+9
2010-07-27Fix silent failure with no input files.Mikhail Glushenkov1-0/+7
2010-07-27Return -1 only on failure to execute a program.Mikhail Glushenkov2-20/+22
2010-07-23Formatting.Mikhail Glushenkov1-1/+1
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov5-162/+247
2010-07-0180-col violation.Mikhail Glushenkov1-1/+2
2010-05-20Print a space after the colon.Mikhail Glushenkov1-2/+2
2010-05-20llvmc: Make segfault detection work on Win32.Mikhail Glushenkov1-21/+28
2010-05-19llvmc: report an error if a child process segfaults.Mikhail Glushenkov1-1/+14
2010-03-05Use FindExecutable as a fall-back search method.Mikhail Glushenkov1-2/+13
2010-02-23Input files with empty suffixes must be passed to linker.Mikhail Glushenkov1-1/+2
2010-02-23Temporary disable response files.Mikhail Glushenkov1-1/+2
2010-02-23Implement order-preserving option forwarding.Mikhail Glushenkov1-1/+13
2010-02-23Correct option forwarding: initial implementation.Mikhail Glushenkov1-0/+9
2010-02-23New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov2-5/+1
2010-01-26Better error message.Mikhail Glushenkov1-2/+4
2010-01-24mark some libraries that currently require RTTI.Chris Lattner1-0/+1
2009-12-17Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin1-1/+1
2009-11-30Fix last DOTGraphTraits problems in CompilationGraph.Tobias Grosser1-0/+1
2009-11-30Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser1-2/+1
2009-11-11Remove dead code.Rafael Espindola1-5/+0
2009-11-07llvmc: Add a '-time' option.Mikhail Glushenkov3-5/+48
2009-10-17First draft of the OptionPreprocessor.Mikhail Glushenkov2-12/+10
2009-08-23convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner1-3/+3
2009-07-11Delete the temp dir even when '--temp-dir' is specified.Mikhail Glushenkov1-2/+1
2009-07-09Remove some duplication.Mikhail Glushenkov1-17/+17
2009-07-09Rename -t to --temp-dir.Mikhail Glushenkov1-2/+2
2009-07-09Fixed handling of -t. It gets the prirority for temp dir name.Sanjiv Gupta1-0/+1
2009-07-09Missing )Bill Wendling1-1/+1
2009-07-09Add a -t="dir" option to the driver. This can be used to specify the director...Sanjiv Gupta2-0/+11
2009-07-07Have scoped mutexes take referenes instead of pointers.Owen Anderson1-4/+4
2009-07-06Reverting back the changes checked-in accidently.Sanjiv Gupta2-13/+1