|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Add LinkAllPasses to clang | Tobias Grosser | 2011-11-01 | 1 | -0/+1 | 
| * | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -4/+4 | 
| * | Match LLVM change: TargetRegistry and TargetSelect have been moved to Support. | Evan Cheng | 2011-08-24 | 1 | -1/+1 | 
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -2/+2 | 
| * | Match LLVM API change. | Evan Cheng | 2011-07-22 | 1 | -3/+1 | 
| * | Match createTargetMachine API change. | Evan Cheng | 2011-07-19 | 1 | -0/+1 | 
| * | Match llvm API change. | Evan Cheng | 2011-07-14 | 1 | -0/+1 | 
| * | cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-... | Evan Cheng | 2011-07-09 | 1 | -0/+1 | 
| * | Fix an obvious typo. | Benjamin Kramer | 2011-02-27 | 1 | -1/+1 | 
| * | cc1: Fix stats printing by default when using -mllvm -stats. | Daniel Dunbar | 2011-02-26 | 1 | -1/+1 | 
| * | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne | 2011-02-19 | 1 | -3/+0 | 
| * | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola | 2011-02-19 | 1 | -0/+3 | 
| * | 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 |