index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvmc2
/
llvmc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build breakage (again) when srcdir != objdir, other small fixes.
Mikhail Glushenkov
2008-10-03
1
-119
/
+0
*
Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.
Mikhail Glushenkov
2008-09-22
1
-2
/
+3
*
Move llvmc2 header files under include/llvm/CompilerDriver
Mikhail Glushenkov
2008-09-22
1
-2
/
+3
*
Plugin support for llvmc2 (a-la opt).
Mikhail Glushenkov
2008-09-22
1
-1
/
+2
*
Get rid of GlobalLanguageMap. Global state is evil.
Mikhail Glushenkov
2008-09-22
1
-3
/
+6
*
Fix the -opt switch and add a test case for it.
Mikhail Glushenkov
2008-05-30
1
-3
/
+1
*
Fix indentation.
Mikhail Glushenkov
2008-05-30
1
-1
/
+1
*
Add a --dry-run option to llvmc2. Patch by Holger Schurig.
Mikhail Glushenkov
2008-05-30
1
-0
/
+2
*
Add a --save-temps option.
Mikhail Glushenkov
2008-05-30
1
-3
/
+8
*
Add a check for side effect-free options (specified only in the OptionList).
Mikhail Glushenkov
2008-05-30
1
-0
/
+3
*
Show argv[0] in error messages (like gcc).
Mikhail Glushenkov
2008-05-30
1
-4
/
+3
*
Fix some headers.
Mikhail Glushenkov
2008-05-30
1
-1
/
+1
*
Enable the response file ('llvmc @file') support.
Mikhail Glushenkov
2008-05-30
1
-2
/
+2
*
Fix some error messages; Make LLVMC pass through the exit code of a failed tool.
Mikhail Glushenkov
2008-05-12
1
-0
/
+4
*
Use Doxygen-style comments.
Mikhail Glushenkov
2008-05-07
1
-0
/
+1
*
Add -x option (like in gcc).
Mikhail Glushenkov
2008-05-06
1
-0
/
+3
*
Add output redirection, rename namespace llvmcc to namespace llvmc.
Mikhail Glushenkov
2008-05-06
1
-2
/
+2
*
Utilize topological sort in CompilationGraph::Build().
Mikhail Glushenkov
2008-05-06
1
-3
/
+3
*
Add TopologicalSort method to CompilationGraph.
Mikhail Glushenkov
2008-05-06
1
-2
/
+3
*
Do not require positional arguments when we're only printing out the graph.
Mikhail Glushenkov
2008-05-06
1
-3
/
+13
*
Make llvmc return 1 when the compilation fails.
Mikhail Glushenkov
2008-05-06
1
-0
/
+1
*
Convert internal representation to use DAG. This gives us more flexibility an...
Mikhail Glushenkov
2008-05-06
1
-4
/
+18
*
Code reorg
Mikhail Glushenkov
2008-05-06
1
-0
/
+72