aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenAction.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Allow linking multiple bitcode files.Artem Belevich1-53/+61
2015-09-10[CUDA] Postprocess bitcode linked in during device-side CUDA compilation.Artem Belevich1-1/+6
2015-08-18Initialize the AST consumer as soon as we have both an ASTConsumer and anRichard Smith1-5/+2
2015-08-11Print vectorization analysis when loop hint is specified.Tyler Nowicki1-15/+21
2015-08-10Append options for vectorization when pointer checking threshold is exceeded.Tyler Nowicki1-0/+19
2015-08-10Append options for floating-point commutivity when related diagnostics are pr...Tyler Nowicki1-0/+19
2015-08-05Rename DescriptionString -> DataLayoutString as it matches the actualEric Christopher1-2/+2
2015-08-01Rangify for loops, NFC.Yaron Keren1-2/+1
2015-06-30Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.Adrian Prantl1-2/+6
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-16Update for llvm api change.Rafael Espindola1-2/+2
2015-05-22CodeGen: Avoid a reserved name and fix the naming style of some arguments. NFCJustin Bogner1-8/+8
2015-05-12Fixed double-free in case of module loading error.Artem Belevich1-2/+2
2015-05-08Fix BackendConsumer::EmitOptimizationMessage()Diego Novillo1-7/+10
2015-04-28Implemented support for testing the ASTImporter'sSean Callanan1-0/+5
2015-04-14Use raw_pwrite_stream in clang.Rafael Espindola1-7/+6
2015-02-12Add InlineAsmDiagnosticHandler for bitcode inputSteven Wu1-0/+8
2015-01-29Make a codegen warning a real warning instead of a getCustomDiagID().Nico Weber1-5/+3
2015-01-15Remove unused parameter, followup to r179639. No behavior change.Nico Weber1-2/+1
2015-01-15Remove ASTConsumer::HandleVTable()'s bool parameter.Nico Weber1-2/+2
2015-01-14[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth1-3/+3
2014-12-25Initialize BackendConsumer::Context in constructor.Yaron Keren1-1/+1
2014-10-28Update for LLVM API change.Rafael Espindola1-1/+1
2014-10-27Use the newer/simple API for passing a diagnostic handler to the IR linker.Rafael Espindola1-16/+5
2014-10-26Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer1-6/+3
2014-10-25Update for LLVM api change.Rafael Espindola1-6/+31
2014-09-10Unique_ptrify PPCallbacks ownership.Craig Topper1-1/+2
2014-09-03Update for LLVM api change.Rafael Espindola1-1/+1
2014-08-29unique_ptrify SourceManager::createFileIDDavid Blaikie1-1/+1
2014-08-29unique_ptrify clang::BackendConsumer::takeModuleDavid Blaikie1-2/+2
2014-08-27Update for LLVM api change.Rafael Espindola1-4/+4
2014-08-26Update for llvm api change.Rafael Espindola1-2/+1
2014-08-26Update for llvm api changeRafael Espindola1-1/+1
2014-08-26Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola1-2/+3
2014-08-26Update for llvm api change.Rafael Espindola1-1/+1
2014-08-19Move the body out of line to try to fix a buildbot.Rafael Espindola1-0/+4
2014-08-19Update for llvm api change.Rafael Espindola1-2/+0
2014-08-11Revert r215331, "unique_ptrify CompilerInstance::OutputFile(s) and remove a u...NAKAMURA Takumi1-2/+2
2014-08-10unique_ptrify CompilerInstance::OutputFile(s) and remove a unique_ptr around ...David Blaikie1-2/+2
2014-08-10Follow up to r215323 - avoid llvm::make_unique in this particular case that's...David Blaikie1-3/+3
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie1-8/+8
2014-08-04Add coverage mapping generation.Alex Lorenz1-3/+14
2014-07-18Recommit: Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki1-12/+25
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie1-8/+7
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie1-7/+8
2014-07-17Revert "Handle diagnostic warnings in Frontend diagnostic handler."Alp Toker1-28/+12
2014-07-16Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki1-13/+29
2014-06-30CodeGenAction::ExecuteAction(): check for invalid LLVM source locationsAlp Toker1-5/+11
2014-06-27Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie1-4/+2