summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Leverage new in-place renaming supportTeresa Johnson2016-01-081-35/+1
* Update for llvm api change.Rafael Espindola2015-12-161-2/+2
* Update for llvm api change.Rafael Espindola2015-12-141-33/+27
* [ThinLTO] Option to invoke ThinLTO backend passes and importingTeresa Johnson2015-12-071-21/+55
* Update for llvm api change.Rafael Espindola2015-12-011-1/+1
* Allow linking multiple bitcode files.Artem Belevich2015-10-271-53/+61
* [CUDA] Postprocess bitcode linked in during device-side CUDA compilation.Artem Belevich2015-09-101-1/+6
* Initialize the AST consumer as soon as we have both an ASTConsumer and anRichard Smith2015-08-181-5/+2
* Print vectorization analysis when loop hint is specified.Tyler Nowicki2015-08-111-15/+21
* Append options for vectorization when pointer checking threshold is exceeded.Tyler Nowicki2015-08-101-0/+19
* Append options for floating-point commutivity when related diagnostics are pr...Tyler Nowicki2015-08-101-0/+19
* Rename DescriptionString -> DataLayoutString as it matches the actualEric Christopher2015-08-051-2/+2
* Rangify for loops, NFC.Yaron Keren2015-08-011-2/+1
* Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.Adrian Prantl2015-06-301-2/+6
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Update for llvm api change.Rafael Espindola2015-06-161-2/+2
* CodeGen: Avoid a reserved name and fix the naming style of some arguments. NFCJustin Bogner2015-05-221-8/+8
* Fixed double-free in case of module loading error.Artem Belevich2015-05-121-2/+2
* Fix BackendConsumer::EmitOptimizationMessage()Diego Novillo2015-05-081-7/+10
* Implemented support for testing the ASTImporter'sSean Callanan2015-04-281-0/+5
* Use raw_pwrite_stream in clang.Rafael Espindola2015-04-141-7/+6
* Add InlineAsmDiagnosticHandler for bitcode inputSteven Wu2015-02-121-0/+8
* Make a codegen warning a real warning instead of a getCustomDiagID().Nico Weber2015-01-291-5/+3
* Remove unused parameter, followup to r179639. No behavior change.Nico Weber2015-01-151-2/+1
* Remove ASTConsumer::HandleVTable()'s bool parameter.Nico Weber2015-01-151-2/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-3/+3
* Initialize BackendConsumer::Context in constructor.Yaron Keren2014-12-251-1/+1
* Update for LLVM API change.Rafael Espindola2014-10-281-1/+1
* Use the newer/simple API for passing a diagnostic handler to the IR linker.Rafael Espindola2014-10-271-16/+5
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-6/+3
* Update for LLVM api change.Rafael Espindola2014-10-251-6/+31
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-1/+2
* Update for LLVM api change.Rafael Espindola2014-09-031-1/+1
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-1/+1
* unique_ptrify clang::BackendConsumer::takeModuleDavid Blaikie2014-08-291-2/+2
* Update for LLVM api change.Rafael Espindola2014-08-271-4/+4
* Update for llvm api change.Rafael Espindola2014-08-261-2/+1
* Update for llvm api changeRafael Espindola2014-08-261-1/+1
* Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola2014-08-261-2/+3
* Update for llvm api change.Rafael Espindola2014-08-261-1/+1
* Move the body out of line to try to fix a buildbot.Rafael Espindola2014-08-191-0/+4
* Update for llvm api change.Rafael Espindola2014-08-191-2/+0
* Revert r215331, "unique_ptrify CompilerInstance::OutputFile(s) and remove a u...NAKAMURA Takumi2014-08-111-2/+2
* unique_ptrify CompilerInstance::OutputFile(s) and remove a unique_ptr around ...David Blaikie2014-08-101-2/+2
* Follow up to r215323 - avoid llvm::make_unique in this particular case that's...David Blaikie2014-08-101-3/+3
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-8/+8
* Add coverage mapping generation.Alex Lorenz2014-08-041-3/+14
* Recommit: Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki2014-07-181-12/+25
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-8/+7
OpenPOWER on IntegriCloud