Age | Commit message (Expand) | Author |
2010-04-08 | Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l... | Daniel Dunbar |
2010-04-07 | update for api change. | Chris Lattner |
2010-04-06 | reduce indentation, tidy. | Chris Lattner |
2010-04-05 | inline in MC assembly parsers. clang -integrated-as now | Chris Lattner |
2010-03-30 | Teach Clang's -cc1 option -print-stats to print LLVM statistics. | Douglas Gregor |
2010-03-30 | make -ftime-report work even in -disable-free mode. Woo, finally. | Chris Lattner |
2010-03-23 | Frontend: Don't free the CompilerInstance or FrontendActions when running under | Daniel Dunbar |
2010-03-19 | clang -cc1: Kill off -empty-input only, and replace with -init-only which is an | Daniel Dunbar |
2010-02-25 | Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. | Daniel Dunbar |
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 |