index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CompilerDriver
Age
Commit message (
Expand
)
Author
2011-01-10
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...
Michael J. Spencer
2010-12-18
Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.
Michael J. Spencer
2010-12-18
Revert r122143 through r122140, which collectively broke the LLVMC tests on
Owen Anderson
2010-12-18
Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.
Michael J. Spencer
2010-12-17
Support/Path: Deprecate PathV1::isAbsolute.
Michael J. Spencer
2010-11-29
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-03
Rename FindExecutable to PrependMainExecutablePath.
Mikhail Glushenkov
2010-11-02
llvmc: Fix tool finding logic.
Mikhail Glushenkov
2010-10-28
llvmc: Make ExecuteProgram() look in the driver directory first.
Mikhail Glushenkov
2010-09-21
llvmc: Allow multiple output languages.
Mikhail Glushenkov
2010-09-15
llvmc: make -x work with unknown suffixes.
Mikhail Glushenkov
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-01
have the makefiles check the llvm-config error code instead of charging
Chris Lattner
2010-08-23
Add a TODO.
Mikhail Glushenkov
2010-08-23
llvmc: Properly handle (error) in edge properties.
Mikhail Glushenkov
2010-08-20
llvmc: Cut global namespace pollution.
Mikhail Glushenkov
2010-08-15
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-07-27
Fix silent failure with no input files.
Mikhail Glushenkov
2010-07-27
Return -1 only on failure to execute a program.
Mikhail Glushenkov
2010-07-23
Formatting.
Mikhail Glushenkov
2010-07-23
Get rid of exceptions in llvmc.
Mikhail Glushenkov
2010-07-01
80-col violation.
Mikhail Glushenkov
2010-05-20
Print a space after the colon.
Mikhail Glushenkov
2010-05-20
llvmc: Make segfault detection work on Win32.
Mikhail Glushenkov
2010-05-19
llvmc: report an error if a child process segfaults.
Mikhail Glushenkov
2010-03-05
Use FindExecutable as a fall-back search method.
Mikhail Glushenkov
2010-02-23
Input files with empty suffixes must be passed to linker.
Mikhail Glushenkov
2010-02-23
Temporary disable response files.
Mikhail Glushenkov
2010-02-23
Implement order-preserving option forwarding.
Mikhail Glushenkov
2010-02-23
Correct option forwarding: initial implementation.
Mikhail Glushenkov
2010-02-23
New experimental/undocumented feature: 'works_on_empty'.
Mikhail Glushenkov
2010-01-26
Better error message.
Mikhail Glushenkov
2010-01-24
mark some libraries that currently require RTTI.
Chris Lattner
2009-12-17
Make Path use StringRef instead of std::string where possible.
Jeffrey Yasskin
2009-11-30
Fix last DOTGraphTraits problems in CompilationGraph.
Tobias Grosser
2009-11-30
Remove forgotten ShortNames in Trie and CompilationGraph
Tobias Grosser
2009-11-11
Remove dead code.
Rafael Espindola
2009-11-07
llvmc: Add a '-time' option.
Mikhail Glushenkov
2009-10-17
First draft of the OptionPreprocessor.
Mikhail Glushenkov
2009-08-23
convert LoopInfo.h and GraphWriter.h to use raw_ostream
Chris Lattner
2009-07-11
Delete the temp dir even when '--temp-dir' is specified.
Mikhail Glushenkov
2009-07-09
Remove some duplication.
Mikhail Glushenkov
2009-07-09
Rename -t to --temp-dir.
Mikhail Glushenkov
2009-07-09
Fixed handling of -t. It gets the prirority for temp dir name.
Sanjiv Gupta
2009-07-09
Missing )
Bill Wendling
2009-07-09
Add a -t="dir" option to the driver. This can be used to specify the director...
Sanjiv Gupta
2009-07-07
Have scoped mutexes take referenes instead of pointers.
Owen Anderson
2009-07-06
Reverting back the changes checked-in accidently.
Sanjiv Gupta
[next]