index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
driver
/
cc1_main.cpp
Age
Commit message (
Expand
)
Author
2010-02-21
Remove unused includes.
Daniel Dunbar
2010-02-16
CompilerInstance: Move LLVMContext member out of constructor.
Daniel Dunbar
2010-02-16
Switch clang to use its own LLVMContext (not the global one).
Daniel Dunbar
2010-02-09
Introduce a testbed for merging multiple ASTs into a single AST
Douglas Gregor
2010-02-03
clang -cc1: Wire up -emit-obj, for emitting object files.
Daniel Dunbar
2010-01-13
cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the
Daniel Dunbar
2010-01-13
cc1: Lift creation of the FrontendAction higher.
Daniel Dunbar
2009-12-23
Remove RewriteBlocks. It has been superseded by RewriteObjC
Kovarththanan Rajaratnam
2009-12-16
Fix pretty stack traces.
Daniel Dunbar
2009-12-15
Add -resource-dir to clang -cc1, this allows the base directory for compiler
Daniel Dunbar
2009-12-13
CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...
Daniel Dunbar
2009-12-12
Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave
Jeffrey Yasskin
2009-12-11
Implement clang -cc1.
Daniel Dunbar
2009-11-30
Put CompilerInvocation testing code in clang-cc instead of clang for now, I c...
Daniel Dunbar
2009-11-29
Change CompilerInvocation::CreateFromArgs to report errors using a proper dia...
Daniel Dunbar
2009-11-29
Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of ma...
Daniel Dunbar
2009-11-20
Switch CompilerInvocation::CreateFromArgs to take const char** arguments unti...
Daniel Dunbar
2009-11-19
Fix some default in the option classes, and some CompilerInvocation argification
Daniel Dunbar
2009-11-19
Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation.
Daniel Dunbar
[prev]