| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the clang module container format selectable from the command line. | Adrian Prantl | 2015-07-17 | 1 | -2/+6 |
* | Revert "Revert r241620 and follow-up commits" and move the initialization | Adrian Prantl | 2015-07-08 | 1 | -3/+3 |
* | Revert r241620 and follow-up commits while investigating linux buildbot failu... | Adrian Prantl | 2015-07-07 | 1 | -3/+3 |
* | Wrap clang modules and pch files in an object file container. | Adrian Prantl | 2015-07-07 | 1 | -3/+3 |
* | Introduce a PCHContainerOperations interface (NFC). | Adrian Prantl | 2015-06-20 | 1 | -1/+3 |
* | One other BuryPointer of a unique_ptr cleanup. | David Blaikie | 2014-08-29 | 1 | -1/+1 |
* | ArrayRef'ize | Sean Silva | 2014-08-15 | 1 | -5/+3 |
* | static link polly | Sebastian Pop | 2014-03-14 | 1 | -0/+11 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -1/+1 |
* | Change OwningPtr::take() to OwningPtr::release(). | Ahmed Charles | 2014-03-07 | 1 | -1/+1 |
* | Bury leaked pointers in a global array to silence a leak detector in --disabl... | Kostya Serebryany | 2013-12-27 | 1 | -1/+2 |
* | [Driver] Refactor clang driver to use LLVM's Option library | Reid Kleckner | 2013-06-14 | 1 | -3/+4 |
* | Update the error handing static functions for r178161. | Chad Rosier | 2013-03-27 | 1 | -4/+5 |
* | Nuke SetUpBuildDumpLog. | Sean Silva | 2013-01-20 | 1 | -1/+1 |
* | Sort #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
* | If we encounter a fatal error, exit with status 70. For BSD systems this is | Chad Rosier | 2012-11-12 | 1 | -2/+4 |
* | If we encounter a fatal error, call the interrupt handler to ensure any | Chad Rosier | 2012-11-12 | 1 | -0/+5 |
* | Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested | Richard Smith | 2012-11-01 | 1 | -77/+0 |
* | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -3/+6 |
* | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy | 2012-05-01 | 1 | -2/+2 |
* | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 2012-02-20 | 1 | -1/+1 |
* | drop more llvm:: prefixes on OwningPtr<> | Dylan Noblesmith | 2012-02-13 | 1 | -1/+1 |
* | [driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fa... | Argyrios Kyrtzidis | 2012-01-25 | 1 | -2/+2 |
* | Let CompilerInvocation initialization indicate failure | Dylan Noblesmith | 2011-12-23 | 1 | -6/+11 |
* | 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 |