Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ac69f91e444cc82b969e13a89c74f232d6b73a7d
/
tools
/
llvmc2
/
llvmc.cpp
74a0c28
Fix the -opt switch and add a test case for it.
by Mikhail Glushenkov
· 17 years ago
18aac1c
Fix indentation.
by Mikhail Glushenkov
· 17 years ago
7ef3606
Add a --dry-run option to llvmc2. Patch by Holger Schurig.
by Mikhail Glushenkov
· 17 years ago
7329610
Add a --save-temps option.
by Mikhail Glushenkov
· 17 years ago
a7d0ae3
Add a check for side effect-free options (specified only in the OptionList).
by Mikhail Glushenkov
· 17 years ago
ed3ba40
Show argv[0] in error messages (like gcc).
by Mikhail Glushenkov
· 17 years ago
fb37f39
Fix some headers.
by Mikhail Glushenkov
· 17 years ago
4eaa389
Enable the response file ('llvmc @file') support.
by Mikhail Glushenkov
· 17 years ago
a673037
Fix some error messages; Make LLVMC pass through the exit code of a failed tool.
by Mikhail Glushenkov
· 17 years ago
4561ab5
Use Doxygen-style comments.
by Mikhail Glushenkov
· 17 years ago
87416b4
Add -x option (like in gcc).
by Mikhail Glushenkov
· 17 years ago
be9d9a1
Add output redirection, rename namespace llvmcc to namespace llvmc.
by Mikhail Glushenkov
· 17 years ago
3d68822
Utilize topological sort in CompilationGraph::Build().
by Mikhail Glushenkov
· 17 years ago
0260658
Add TopologicalSort method to CompilationGraph.
by Mikhail Glushenkov
· 17 years ago
d7bb87a
Do not require positional arguments when we're only printing out the graph.
by Mikhail Glushenkov
· 17 years ago
d818878
Make llvmc return 1 when the compilation fails.
by Mikhail Glushenkov
· 17 years ago
0d08db0
Convert internal representation to use DAG. This gives us more flexibility and enables future improvements.
by Mikhail Glushenkov
· 17 years ago
b90cd83
Code reorg
by Mikhail Glushenkov
· 17 years ago
[Renamed (91%) from tools/llvmc2/llvmcc.cpp]
ac67b7e
Add first proof-of-concept universal compiler driver framework based
by Anton Korobeynikov
· 17 years ago