index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CompilerDriver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
2
-2
/
+2
*
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-29
3
-4
/
+4
*
Rename FindExecutable to PrependMainExecutablePath.
Mikhail Glushenkov
2010-11-03
1
-1
/
+2
*
llvmc: Fix tool finding logic.
Mikhail Glushenkov
2010-11-02
1
-8
/
+8
*
llvmc: Make ExecuteProgram() look in the driver directory first.
Mikhail Glushenkov
2010-10-28
1
-3
/
+6
*
llvmc: Allow multiple output languages.
Mikhail Glushenkov
2010-09-21
1
-23
/
+35
*
llvmc: make -x work with unknown suffixes.
Mikhail Glushenkov
2010-09-15
1
-2
/
+3
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
1
-0
/
+1
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
1
-1
/
+0
*
have the makefiles check the llvm-config error code instead of charging
Chris Lattner
2010-09-01
1
-1
/
+3
*
Add a TODO.
Mikhail Glushenkov
2010-08-23
1
-0
/
+1
*
llvmc: Properly handle (error) in edge properties.
Mikhail Glushenkov
2010-08-23
1
-5
/
+10
*
llvmc: Cut global namespace pollution.
Mikhail Glushenkov
2010-08-20
1
-1
/
+3
*
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-08-15
3
-118
/
+9
*
Fix silent failure with no input files.
Mikhail Glushenkov
2010-07-27
1
-0
/
+7
*
Return -1 only on failure to execute a program.
Mikhail Glushenkov
2010-07-27
2
-20
/
+22
*
Formatting.
Mikhail Glushenkov
2010-07-23
1
-1
/
+1
*
Get rid of exceptions in llvmc.
Mikhail Glushenkov
2010-07-23
5
-162
/
+247
*
80-col violation.
Mikhail Glushenkov
2010-07-01
1
-1
/
+2
*
Print a space after the colon.
Mikhail Glushenkov
2010-05-20
1
-2
/
+2
*
llvmc: Make segfault detection work on Win32.
Mikhail Glushenkov
2010-05-20
1
-21
/
+28
*
llvmc: report an error if a child process segfaults.
Mikhail Glushenkov
2010-05-19
1
-1
/
+14
*
Use FindExecutable as a fall-back search method.
Mikhail Glushenkov
2010-03-05
1
-2
/
+13
*
Input files with empty suffixes must be passed to linker.
Mikhail Glushenkov
2010-02-23
1
-1
/
+2
*
Temporary disable response files.
Mikhail Glushenkov
2010-02-23
1
-1
/
+2
*
Implement order-preserving option forwarding.
Mikhail Glushenkov
2010-02-23
1
-1
/
+13
*
Correct option forwarding: initial implementation.
Mikhail Glushenkov
2010-02-23
1
-0
/
+9
*
New experimental/undocumented feature: 'works_on_empty'.
Mikhail Glushenkov
2010-02-23
2
-5
/
+1
*
Better error message.
Mikhail Glushenkov
2010-01-26
1
-2
/
+4
*
mark some libraries that currently require RTTI.
Chris Lattner
2010-01-24
1
-0
/
+1
*
Make Path use StringRef instead of std::string where possible.
Jeffrey Yasskin
2009-12-17
1
-1
/
+1
*
Fix last DOTGraphTraits problems in CompilationGraph.
Tobias Grosser
2009-11-30
1
-0
/
+1
*
Remove forgotten ShortNames in Trie and CompilationGraph
Tobias Grosser
2009-11-30
1
-2
/
+1
*
Remove dead code.
Rafael Espindola
2009-11-11
1
-5
/
+0
*
llvmc: Add a '-time' option.
Mikhail Glushenkov
2009-11-07
3
-5
/
+48
*
First draft of the OptionPreprocessor.
Mikhail Glushenkov
2009-10-17
2
-12
/
+10
*
convert LoopInfo.h and GraphWriter.h to use raw_ostream
Chris Lattner
2009-08-23
1
-3
/
+3
*
Delete the temp dir even when '--temp-dir' is specified.
Mikhail Glushenkov
2009-07-11
1
-2
/
+1
*
Remove some duplication.
Mikhail Glushenkov
2009-07-09
1
-17
/
+17
*
Rename -t to --temp-dir.
Mikhail Glushenkov
2009-07-09
1
-2
/
+2
*
Fixed handling of -t. It gets the prirority for temp dir name.
Sanjiv Gupta
2009-07-09
1
-0
/
+1
*
Missing )
Bill Wendling
2009-07-09
1
-1
/
+1
*
Add a -t="dir" option to the driver. This can be used to specify the director...
Sanjiv Gupta
2009-07-09
2
-0
/
+11
*
Have scoped mutexes take referenes instead of pointers.
Owen Anderson
2009-07-07
1
-4
/
+4
*
Reverting back the changes checked-in accidently.
Sanjiv Gupta
2009-07-06
2
-13
/
+1
*
Implement _CONFIG macro to allow users to se to configuration settings on the...
Sanjiv Gupta
2009-07-06
2
-1
/
+13
*
Make -save-temps=obj play better with -o.
Mikhail Glushenkov
2009-07-04
2
-1
/
+2
*
LLVMC can be now compiled w/o dynamic plugin support.
Mikhail Glushenkov
2009-07-04
2
-0
/
+7
*
Add --enable-llvmc-dynamic configure option.
Mikhail Glushenkov
2009-07-03
1
-4
/
+13
*
#include <iostream> is forbidden. Remove it in favor of raw_ostream.
Bill Wendling
2009-06-30
3
-27
/
+24
[next]