summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* The IRReader header is now part of its own library. Update the includeChandler Carruth2013-03-261-1/+1
* Pass the target options through to code generation.Bill Wendling2013-02-141-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-2/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+6
* Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis2012-11-091-1/+1
* Have the parser initialize Sema before it consumes the firstDouglas Gregor2012-11-051-1/+3
* Escape % in diagnostic message when compiling LLVM IR.Benjamin Kramer2012-03-161-1/+11
* Replace MarkVarRequired with a more genericRafael Espindola2012-03-081-2/+2
* Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola2012-03-051-0/+4
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-3/+3
* Revert r149363 which was part a series of commits that were reverted in llvmArgyrios Kyrtzidis2012-02-011-2/+5
* ConstantArray::get() (for strings) is going away, useChris Lattner2012-01-311-5/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+9
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-141-4/+0
* Add frontend flags to enable bitcode verifier pass.Chad Rosier2011-12-121-0/+4
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-1/+1
OpenPOWER on IntegriCloud