aboutsummaryrefslogtreecommitdiff
path: root/tools/driver/cc1_main.cpp
AgeCommit message (Expand)Author
2013-03-27Update the error handing static functions for r178161.Chad Rosier
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2012-12-04Sort #include lines for tools/...Chandler Carruth
2012-11-12If we encounter a fatal error, exit with status 70. For BSD systems this isChad Rosier
2012-11-12If we encounter a fatal error, call the interrupt handler to ensure anyChad Rosier
2012-11-01Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith
2012-01-25[driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fa...Argyrios Kyrtzidis
2011-12-23Let CompilerInvocation initialization indicate failureDylan Noblesmith
2011-11-01Add LinkAllPasses to clangTobias Grosser
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-08-24Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-22Match LLVM API change.Evan Cheng
2011-07-19Match createTargetMachine API change.Evan Cheng
2011-07-14Match llvm API change.Evan Cheng
2011-07-09cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-...Evan Cheng
2011-02-27Fix an obvious typo.Benjamin Kramer
2011-02-26cc1: Fix stats printing by default when using -mllvm -stats.Daniel Dunbar
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis
2010-08-24Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne
2010-08-18Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor
2010-08-18Call llvm::remove_fatal_error_handler before deallocating objectsDan Gohman
2010-08-12Frontend: Move the bulk of the cc1_main() processing intoDaniel Dunbar
2010-08-12clang -cc1: Move real diagnostics client initialization to earlier.Daniel Dunbar
2010-08-02Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar
2010-07-26Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor
2010-07-20Introduce a new lexer function to compute the "preamble" of a file,Douglas Gregor
2010-06-16Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...Daniel Dunbar
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-05-25Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not theDaniel Dunbar
2010-05-20Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ap...Daniel Dunbar
2010-05-07Add a stub frontend action for BoostCon, for next week's workshop.Douglas Gregor
2010-04-19Fix -Wcast-qual warnings.Dan Gohman
2010-04-15Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM o...Daniel Dunbar
2010-04-08Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l...Daniel Dunbar
2010-04-07update for api change.Chris Lattner
2010-04-06reduce indentation, tidy.Chris Lattner
2010-04-05inline in MC assembly parsers. clang -integrated-as nowChris Lattner
2010-03-30Teach Clang's -cc1 option -print-stats to print LLVM statistics.Douglas Gregor
2010-03-30make -ftime-report work even in -disable-free mode. Woo, finally.Chris Lattner
2010-03-23Frontend: Don't free the CompilerInstance or FrontendActions when running underDaniel Dunbar
2010-03-19clang -cc1: Kill off -empty-input only, and replace with -init-only which is anDaniel Dunbar
2010-02-25Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer.Daniel Dunbar