summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-7/+8
* Revert "Handle diagnostic warnings in Frontend diagnostic handler."Alp Toker2014-07-171-28/+12
* Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki2014-07-161-13/+29
* CodeGenAction::ExecuteAction(): check for invalid LLVM source locationsAlp Toker2014-06-301-5/+11
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-271-4/+2
* const_cast the memory MemoryBuffer following LLVM r211883Alp Toker2014-06-271-1/+2
* Add a FIXME for an unfortunate issue in ConvertBackendLocation()Alp Toker2014-06-271-1/+3
* CodeGenAction: don't duplicate entire .ll/.bc files into memoryAlp Toker2014-06-271-6/+1
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-241-9/+1
* Prefix another use of error_code.Rafael Espindola2014-06-121-1/+1
* Provide fallback locations for backend remarksAlp Toker2014-06-051-8/+15
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-051-6/+8
* When an inline-asm diagnostic is reported by the backend, report it with theJoey Gouly2014-06-051-6/+17
* Fix leak from r210059Alp Toker2014-06-031-1/+1
* Fix -emit-codegen-only to not generate binariesAlp Toker2014-06-031-0/+1
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-291-44/+81
* Fix spurious remarks when -Weverything is used.Diego Novillo2014-05-291-0/+6
* Reverting 209503 - Breaks asan blacklistsWarren Hunt2014-05-281-4/+1
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-231-0/+14
* Fix '-main-file-name <name>' so that it is used for the ModuleID.Robert Lytton2014-05-231-1/+4
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-5/+5
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-161-1/+1
* Fix segmentation fault when mixing -Rpass with #line.Diego Novillo2014-05-081-3/+10
* Small formatting change.Eric Christopher2014-05-021-1/+1
* Use a manipulator to add a value to the current diagnostic flag.Diego Novillo2014-04-221-3/+2
* Allow adding a value to a flag in diagnostics.Diego Novillo2014-04-211-1/+2
* Add support for optimization reports.Diego Novillo2014-04-161-0/+49
OpenPOWER on IntegriCloud