| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction | Peter Collingbourne | 2011-02-18 | 1 | -3/+0 |
* | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -3/+4 |
* | Move ExecuteCompilerInvocation to a new library FrontendTool | Peter Collingbourne | 2010-08-24 | 1 | -1/+1 |
* | Simplify the ownership model for DiagnosticClients, which was really | Douglas Gregor | 2010-08-18 | 1 | -5/+5 |
* | Call llvm::remove_fatal_error_handler before deallocating objects | Dan Gohman | 2010-08-18 | 1 | -0/+5 |
* | Frontend: Move the bulk of the cc1_main() processing into | Daniel Dunbar | 2010-08-12 | 1 | -129/+3 |
* | clang -cc1: Move real diagnostics client initialization to earlier. | Daniel Dunbar | 2010-08-12 | 1 | -13/+14 |
* | Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object | Daniel Dunbar | 2010-08-02 | 1 | -5/+5 |
* | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor | 2010-07-26 | 1 | -2/+0 |
* | Introduce a new lexer function to compute the "preamble" of a file, | Douglas Gregor | 2010-07-20 | 1 | -0/+1 |
* | Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz... | Daniel Dunbar | 2010-06-16 | 1 | -11/+5 |
* | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar | 2010-06-15 | 1 | -1/+3 |
* | Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not the | Daniel Dunbar | 2010-05-25 | 1 | -0/+1 |
* | Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ap... | Daniel Dunbar | 2010-05-20 | 1 | -2/+2 |
* | Add a stub frontend action for BoostCon, for next week's workshop. | Douglas Gregor | 2010-05-07 | 1 | -0/+1 |
* | Fix -Wcast-qual warnings. | Dan Gohman | 2010-04-19 | 1 | -1/+1 |
* | Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM o... | Daniel Dunbar | 2010-04-15 | 1 | -0/+13 |
* | Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l... | Daniel Dunbar | 2010-04-08 | 1 | -1/+0 |
* | update for api change. | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | reduce indentation, tidy. | Chris Lattner | 2010-04-06 | 1 | -1/+1 |
* | inline in MC assembly parsers. clang -integrated-as now | Chris Lattner | 2010-04-05 | 1 | -0/+1 |
* | Teach Clang's -cc1 option -print-stats to print LLVM statistics. | Douglas Gregor | 2010-03-30 | 1 | -0/+3 |
* | make -ftime-report work even in -disable-free mode. Woo, finally. | Chris Lattner | 2010-03-30 | 1 | -0/+5 |
* | Frontend: Don't free the CompilerInstance or FrontendActions when running under | Daniel Dunbar | 2010-03-23 | 1 | -18/+27 |
* | clang -cc1: Kill off -empty-input only, and replace with -init-only which is an | Daniel Dunbar | 2010-03-19 | 1 | -0/+1 |
* | Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. | Daniel Dunbar | 2010-02-25 | 1 | -0/+1 |
* | Remove unused includes. | Daniel Dunbar | 2010-02-21 | 1 | -2/+0 |
* | CompilerInstance: Move LLVMContext member out of constructor. | Daniel Dunbar | 2010-02-16 | 1 | -1/+3 |
* | Switch clang to use its own LLVMContext (not the global one). | Daniel Dunbar | 2010-02-16 | 1 | -1/+1 |
* | Introduce a testbed for merging multiple ASTs into a single AST | Douglas Gregor | 2010-02-09 | 1 | -1/+16 |
* | clang -cc1: Wire up -emit-obj, for emitting object files. | Daniel Dunbar | 2010-02-03 | 1 | -0/+1 |
* | cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the | Daniel Dunbar | 2010-01-13 | 1 | -87/+13 |
* | cc1: Lift creation of the FrontendAction higher. | Daniel Dunbar | 2010-01-13 | 1 | -7/+6 |
* | Remove RewriteBlocks. It has been superseded by RewriteObjC | Kovarththanan Rajaratnam | 2009-12-23 | 1 | -1/+0 |
* | Fix pretty stack traces. | Daniel Dunbar | 2009-12-16 | 1 | -2/+0 |
* | Add -resource-dir to clang -cc1, this allows the base directory for compiler | Daniel Dunbar | 2009-12-15 | 1 | -3/+3 |
* | CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation... | Daniel Dunbar | 2009-12-13 | 1 | -9/+12 |
* | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 |
* | Implement clang -cc1. | Daniel Dunbar | 2009-12-11 | 1 | -3/+313 |
* | Put CompilerInvocation testing code in clang-cc instead of clang for now, I c... | Daniel Dunbar | 2009-11-30 | 1 | -68/+1 |
* | Change CompilerInvocation::CreateFromArgs to report errors using a proper dia... | Daniel Dunbar | 2009-11-29 | 1 | -2/+3 |
* | Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of ma... | Daniel Dunbar | 2009-11-29 | 1 | -3/+5 |
* | Switch CompilerInvocation::CreateFromArgs to take const char** arguments unti... | Daniel Dunbar | 2009-11-20 | 1 | -5/+5 |
* | Fix some default in the option classes, and some CompilerInvocation argification | Daniel Dunbar | 2009-11-19 | 1 | -4/+4 |
* | Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation. | Daniel Dunbar | 2009-11-19 | 1 | -0/+88 |