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
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
2009-07-06
Implement _CONFIG macro to allow users to se to configuration settings on the...
Sanjiv Gupta
2009-07-04
Make -save-temps=obj play better with -o.
Mikhail Glushenkov
2009-07-04
LLVMC can be now compiled w/o dynamic plugin support.
Mikhail Glushenkov
2009-07-03
Add --enable-llvmc-dynamic configure option.
Mikhail Glushenkov
2009-06-30
#include <iostream> is forbidden. Remove it in favor of raw_ostream.
Bill Wendling
2009-06-30
Add a way to access argv[0] in hooks.
Mikhail Glushenkov
2009-06-30
Move the driver entry point out of Main.inc.
Mikhail Glushenkov
2009-06-29
Fix install of libCompilerDriver dynamic library to not copy on every build.
Daniel Dunbar
2009-06-29
Make dynamic LLVMC plugins work on Windows (finally!).
Mikhail Glushenkov
2009-06-26
Guards for the compiler driver plugin list.
Owen Anderson
2009-06-25
Make -save-temps behave like in GCC 4.5.
Mikhail Glushenkov
2009-06-24
Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...
Owen Anderson
2009-03-27
-write-graph now can be used with -o.
Mikhail Glushenkov
2009-03-26
Fix misc. small issues with debug visualization.
Mikhail Glushenkov
2009-03-02
Reorganize llvmc code.
Mikhail Glushenkov