summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/cc1_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-2/+6
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-3/+3
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-3/+3
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-3/+3
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-1/+3
* One other BuryPointer of a unique_ptr cleanup.David Blaikie2014-08-291-1/+1
* ArrayRef'izeSean Silva2014-08-151-5/+3
* static link pollySebastian Pop2014-03-141-0/+11
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany2013-12-271-1/+2
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-3/+4
* Update the error handing static functions for r178161.Chad Rosier2013-03-271-4/+5
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-1/+1
* Sort #include lines for tools/...Chandler Carruth2012-12-041-2/+2
* If we encounter a fatal error, exit with status 70. For BSD systems this isChad Rosier2012-11-121-2/+4
* If we encounter a fatal error, call the interrupt handler to ensure anyChad Rosier2012-11-121-0/+5
* Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith2012-11-011-77/+0
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-3/+6
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-011-2/+2
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-131-1/+1
* [driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fa...Argyrios Kyrtzidis2012-01-251-2/+2
* Let CompilerInvocation initialization indicate failureDylan Noblesmith2011-12-231-6/+11
* Add LinkAllPasses to clangTobias Grosser2011-11-011-0/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-4/+4
* Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng2011-08-241-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* Match LLVM API change.Evan Cheng2011-07-221-3/+1
* Match createTargetMachine API change.Evan Cheng2011-07-191-0/+1
* Match llvm API change.Evan Cheng2011-07-141-0/+1
* cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-...Evan Cheng2011-07-091-0/+1
* Fix an obvious typo.Benjamin Kramer2011-02-271-1/+1
* cc1: Fix stats printing by default when using -mllvm -stats.Daniel Dunbar2011-02-261-1/+1
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-3/+0
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-0/+3
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-3/+0
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-3/+4
* Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne2010-08-241-1/+1
* Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor2010-08-181-5/+5
* Call llvm::remove_fatal_error_handler before deallocating objectsDan Gohman2010-08-181-0/+5
* Frontend: Move the bulk of the cc1_main() processing intoDaniel Dunbar2010-08-121-129/+3
* clang -cc1: Move real diagnostics client initialization to earlier.Daniel Dunbar2010-08-121-13/+14
* Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar2010-08-021-5/+5
* Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor2010-07-261-2/+0
* Introduce a new lexer function to compute the "preamble" of a file,Douglas Gregor2010-07-201-0/+1
* Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...Daniel Dunbar2010-06-161-11/+5
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-1/+3
* Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not theDaniel Dunbar2010-05-251-0/+1
* Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ap...Daniel Dunbar2010-05-201-2/+2
OpenPOWER on IntegriCloud