projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Support/PathV2: Remove const from bool return types.
[oota-llvm.git]
/
lib
/
CompilerDriver
/
2010-11-29
Charles Davis
Now to chant the magical incantation that will exorcise...
tree
|
commitdiff
2010-11-29
Michael J. Spencer
I swear I did a make clean and make before committing...
tree
|
commitdiff
2010-11-03
Mikhail Glushenkov
Rename FindExecutable to PrependMainExecutablePath.
tree
|
commitdiff
2010-11-02
Mikhail Glushenkov
llvmc: Fix tool finding logic.
tree
|
commitdiff
2010-10-28
Mikhail Glushenkov
llvmc: Make ExecuteProgram() look in the driver directo...
tree
|
commitdiff
2010-09-21
Mikhail Glushenkov
llvmc: Allow multiple output languages.
tree
|
commitdiff
2010-09-15
Mikhail Glushenkov
llvmc: make -x work with unknown suffixes.
tree
|
commitdiff
2010-09-13
Michael J. Spencer
Revert "CMake: Get rid of LLVMLibDeps.cmake and export...
tree
|
commitdiff
2010-09-10
Michael J. Spencer
CMake: Get rid of LLVMLibDeps.cmake and export the...
tree
|
commitdiff
2010-09-01
Chris Lattner
have the makefiles check the llvm-config error code...
tree
|
commitdiff
2010-08-23
Mikhail Glushenkov
Add a TODO.
tree
|
commitdiff
2010-08-23
Mikhail Glushenkov
llvmc: Properly handle (error) in edge properties.
tree
|
commitdiff
2010-08-20
Mikhail Glushenkov
llvmc: Cut global namespace pollution.
tree
|
commitdiff
2010-08-15
Mikhail Glushenkov
llvmc: remove dynamic plugins.
tree
|
commitdiff
2010-07-27
Mikhail Glushenkov
Fix silent failure with no input files.
tree
|
commitdiff
2010-07-27
Mikhail Glushenkov
Return -1 only on failure to execute a program.
tree
|
commitdiff
2010-07-23
Mikhail Glushenkov
Formatting.
tree
|
commitdiff
2010-07-23
Mikhail Glushenkov
Get rid of exceptions in llvmc.
tree
|
commitdiff
2010-07-01
Mikhail Glushenkov
80-col violation.
tree
|
commitdiff
2010-05-20
Mikhail Glushenkov
Print a space after the colon.
tree
|
commitdiff
2010-05-20
Mikhail Glushenkov
llvmc: Make segfault detection work on Win32.
tree
|
commitdiff
2010-05-19
Mikhail Glushenkov
llvmc: report an error if a child process segfaults.
tree
|
commitdiff
2010-03-05
Mikhail Glushenkov
Use FindExecutable as a fall-back search method.
tree
|
commitdiff
2010-02-23
Mikhail Glushenkov
Input files with empty suffixes must be passed to linker.
tree
|
commitdiff
2010-02-23
Mikhail Glushenkov
Temporary disable response files.
tree
|
commitdiff
2010-02-23
Mikhail Glushenkov
Implement order-preserving option forwarding.
tree
|
commitdiff
2010-02-23
Mikhail Glushenkov
Correct option forwarding: initial implementation.
tree
|
commitdiff
2010-02-23
Mikhail Glushenkov
New experimental/undocumented feature: 'works_on_empty'.
tree
|
commitdiff
2010-01-26
Mikhail Glushenkov
Better error message.
tree
|
commitdiff
2010-01-24
Chris Lattner
mark some libraries that currently require RTTI.
tree
|
commitdiff
2009-12-17
Jeffrey Yasskin
Make Path use StringRef instead of std::string where...
tree
|
commitdiff
2009-11-30
Tobias Grosser
Fix last DOTGraphTraits problems in CompilationGraph.
tree
|
commitdiff
2009-11-30
Tobias Grosser
Remove forgotten ShortNames in Trie and CompilationGraph
tree
|
commitdiff
2009-11-11
Rafael Espindola
Remove dead code.
tree
|
commitdiff
2009-11-07
Mikhail Glushenkov
llvmc: Add a '-time' option.
tree
|
commitdiff
2009-10-17
Mikhail Glushenkov
First draft of the OptionPreprocessor.
tree
|
commitdiff
2009-08-23
Chris Lattner
convert LoopInfo.h and GraphWriter.h to use raw_ostream
tree
|
commitdiff
2009-07-11
Mikhail Glushenkov
Delete the temp dir even when '--temp-dir' is specified.
tree
|
commitdiff
2009-07-09
Mikhail Glushenkov
Remove some duplication.
tree
|
commitdiff
2009-07-09
Mikhail Glushenkov
Rename -t to --temp-dir.
tree
|
commitdiff
2009-07-09
Sanjiv Gupta
Fixed handling of -t. It gets the prirority for temp...
tree
|
commitdiff
2009-07-09
Bill Wendling
Missing )
tree
|
commitdiff
2009-07-09
Sanjiv Gupta
Add a -t="dir" option to the driver. This can be used...
tree
|
commitdiff
2009-07-07
Owen Anderson
Have scoped mutexes take referenes instead of pointers.
tree
|
commitdiff
2009-07-06
Sanjiv Gupta
Reverting back the changes checked-in accidently.
tree
|
commitdiff
2009-07-06
Sanjiv Gupta
Implement _CONFIG macro to allow users to se to configu...
tree
|
commitdiff
2009-07-04
Mikhail Glushenkov
Make -save-temps=obj play better with -o.
tree
|
commitdiff
2009-07-04
Mikhail Glushenkov
LLVMC can be now compiled w/o dynamic plugin support.
tree
|
commitdiff
2009-07-03
Mikhail Glushenkov
Add --enable-llvmc-dynamic configure option.
tree
|
commitdiff
2009-06-30
Bill Wendling
#include <iostream> is forbidden. Remove it in favor...
tree
|
commitdiff
2009-06-30
Mikhail Glushenkov
Add a way to access argv[0] in hooks.
tree
|
commitdiff
2009-06-30
Mikhail Glushenkov
Move the driver entry point out of Main.inc.
tree
|
commitdiff
2009-06-29
Daniel Dunbar
Fix install of libCompilerDriver dynamic library to...
tree
|
commitdiff
2009-06-29
Mikhail Glushenkov
Make dynamic LLVMC plugins work on Windows (finally!).
tree
|
commitdiff
2009-06-26
Owen Anderson
Guards for the compiler driver plugin list.
tree
|
commitdiff
2009-06-25
Mikhail Glushenkov
Make -save-temps behave like in GCC 4.5.
tree
|
commitdiff
2009-06-24
Owen Anderson
Get rid of the global CFGOnly flag by threading a Short...
tree
|
commitdiff
2009-03-27
Mikhail Glushenkov
-write-graph now can be used with -o.
tree
|
commitdiff
2009-03-26
Mikhail Glushenkov
Fix misc. small issues with debug visualization.
tree
|
commitdiff
2009-03-02
Mikhail Glushenkov
Reorganize llvmc code.
tree
|
commitdiff