summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-12/+12
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-3/+3
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-12/+8
* [Layering] Update include of Linker.h to match its move to a LinkerChandler Carruth2014-03-061-1/+1
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-1/+22
* Fix typoTobias Grosser2014-02-261-1/+1
* Wired-up the new LLVM diagnostic system into clang diagnostic system.Quentin Colombet2014-02-061-1/+113
* Update for getLazyBitcodeModule API change.Rafael Espindola2014-01-131-3/+5
* Verify that clang TargetInfo descriptions match DataLayout strings from LLVMAlp Toker2014-01-021-4/+4
* Fix getCustomDiagID() usage in CodeGen and TextDiagnosticBufferAlp Toker2013-12-211-13/+4
* Override the datalayout in a module with -triple.Rafael Espindola2013-12-201-1/+10
* clang-format parts of the file.Rafael Espindola2013-12-181-18/+9
* PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit...David Blaikie2013-07-131-0/+4
* Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman2013-06-041-0/+5
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-081-0/+8
OpenPOWER on IntegriCloud