Age | Commit message (Expand) | Author |
2013-03-27 | Update the error handing static functions for r178161. | Chad Rosier |
2013-01-20 | Nuke SetUpBuildDumpLog. | Sean Silva |
2012-12-04 | Sort #include lines for tools/... | Chandler Carruth |
2012-11-12 | If we encounter a fatal error, exit with status 70. For BSD systems this is | Chad Rosier |
2012-11-12 | If we encounter a fatal error, call the interrupt handler to ensure any | Chad Rosier |
2012-11-01 | Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested | Richard Smith |
2012-10-23 | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor |
2012-05-01 | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-13 | drop more llvm:: prefixes on OwningPtr<> | Dylan Noblesmith |
2012-01-25 | [driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fa... | Argyrios Kyrtzidis |
2011-12-23 | Let CompilerInvocation initialization indicate failure | Dylan Noblesmith |
2011-11-01 | Add LinkAllPasses to clang | Tobias Grosser |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-08-24 | Match LLVM change: TargetRegistry and TargetSelect have been moved to Support. | Evan Cheng |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-22 | Match LLVM API change. | Evan Cheng |
2011-07-19 | Match createTargetMachine API change. | Evan Cheng |
2011-07-14 | Match llvm API change. | Evan Cheng |
2011-07-09 | cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-... | Evan Cheng |
2011-02-27 | Fix an obvious typo. | Benjamin Kramer |
2011-02-26 | cc1: Fix stats printing by default when using -mllvm -stats. | Daniel Dunbar |
2011-02-19 | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne |
2011-02-19 | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola |
2011-02-18 | Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction | Peter Collingbourne |
2010-11-18 | Refactoring of Diagnostic class. | Argyrios Kyrtzidis |
2010-08-24 | Move ExecuteCompilerInvocation to a new library FrontendTool | Peter Collingbourne |
2010-08-18 | Simplify the ownership model for DiagnosticClients, which was really | Douglas Gregor |
2010-08-18 | Call llvm::remove_fatal_error_handler before deallocating objects | Dan Gohman |
2010-08-12 | Frontend: Move the bulk of the cc1_main() processing into | Daniel Dunbar |
2010-08-12 | clang -cc1: Move real diagnostics client initialization to earlier. | Daniel Dunbar |
2010-08-02 | Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object | Daniel Dunbar |
2010-07-26 | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor |
2010-07-20 | Introduce a new lexer function to compute the "preamble" of a file, | Douglas Gregor |
2010-06-16 | Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz... | Daniel Dunbar |
2010-06-15 | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar |
2010-05-25 | Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not the | Daniel Dunbar |
2010-05-20 | Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ap... | Daniel Dunbar |
2010-05-07 | Add a stub frontend action for BoostCon, for next week's workshop. | Douglas Gregor |
2010-04-19 | Fix -Wcast-qual warnings. | Dan Gohman |
2010-04-15 | Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM o... | Daniel Dunbar |
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 |