summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Update to reflect the move of CallSite into the IR library inChandler Carruth2014-03-041-1/+1
* DebugInfo: Emit only the declaration of a class template that has an explicit...David Blaikie2014-03-031-1/+9
* Attr: Remove ForceInlineDavid Majnemer2014-02-251-4/+2
* Exposing the noduplicate attribute within Clang, which marks functions so tha...Aaron Ballman2014-02-221-0/+2
* DebugInfo: imported_decl/using declarations at namespace scopeDavid Blaikie2014-02-151-1/+4
* XCore target: add section information.Robert Lytton2014-02-111-0/+6
* [stackprotector] Add command line option -fstack-protector-strongJosh Magee2014-02-111-0/+2
* Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall2014-02-081-67/+0
* [ms-cxxabi] Fix cast when structor replacement is an aliasReid Kleckner2014-02-031-4/+8
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-261-3/+3
* Use private linkage for utf-16 objc strings too.Rafael Espindola2014-01-211-9/+2
* Now that r199688 avoids the real issue, use private linkage for objc strings.Rafael Espindola2014-01-211-5/+2
* Give explicit sections for string constants used in NSStrings.Rafael Espindola2014-01-201-0/+5
* Simplify further.Rafael Espindola2014-01-201-7/+5
* Remove virtual methods that were added in 2009 and still had 1 implementation.Rafael Espindola2014-01-201-7/+9
* Update CodeGen to use DLL storage class for dllimport/dllexportNico Rieck2014-01-141-9/+17
* Remove unused include.Rafael Espindola2014-01-071-1/+0
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* CodeGen: Initial instrumentation based PGO implementationJustin Bogner2014-01-061-1/+10
* Tidy up CGCXXABI creationAlp Toker2013-12-281-5/+4
* Switched code from using hasAttr followed by getAttr to simply call getAttr d...Aaron Ballman2013-12-191-2/+1
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-191-4/+4
* ASTContext: Refactor implicit record creationAlp Toker2013-12-171-16/+2
* [ms-cxxabi] Fix linkage of dtor thunks for anonymous classesReid Kleckner2013-12-111-6/+8
* Save another call to GetAddrOfFunction.Rafael Espindola2013-12-091-6/+8
* When we decide to output a deferred decl, remember the llvm GlobalValue.Rafael Espindola2013-12-091-23/+24
* Avoid adding some decls to DeferredDeclsToEmit.Rafael Espindola2013-12-091-57/+66
* GlobalAlias::isDeclaration is always false. Remove dead code.Rafael Espindola2013-12-081-5/+0
* Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.Manman Ren2013-12-021-1/+1
* Expand comments for Debug Info Version.Manman Ren2013-12-021-1/+4
* [CodeGen] If there is a function definition with duplicate mangled name, emit...Argyrios Kyrtzidis2013-11-231-0/+4
* Debug Info: add a "Debug Info Version" module flag to output the current debugManman Ren2013-11-221-0/+5
* [-cxx-abi microsoft] Emit linkonce_odr definitions for declarations of static...Hans Wennborg2013-11-211-0/+15
* Fix test failures after addrspacecast added.Matt Arsenault2013-11-151-4/+8
* [OpenCL] Make sure we put string literals in the constant address space.Joey Gouly2013-11-141-4/+9
* Keep the old function order in CodeGenModule::applyReplacements.Rafael Espindola2013-11-121-2/+16
* Revert "Keep the old function order in CodeGenModule::applyReplacements."Rafael Espindola2013-11-111-14/+2
* Keep the old function order in CodeGenModule::applyReplacements.Rafael Espindola2013-11-101-2/+14
* Avoid double StringMap lookups. No functionality change.Benjamin Kramer2013-11-101-4/+4
* Produce direct calls instead of alias to linkonce_odr functions.Rafael Espindola2013-11-051-0/+15
* C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith2013-11-051-0/+6
* New fix for pr17535.Rafael Espindola2013-10-221-0/+37
* Revert "This patch causes clang to reject alias attributes that point to unde...Rafael Espindola2013-10-221-38/+1
* This patch causes clang to reject alias attributes that point to undefinedRafael Espindola2013-10-221-1/+38
* Rename some functions for consistency.Rafael Espindola2013-10-171-1/+1
* Emit a .ident saying that clang produced this file.Rafael Espindola2013-10-161-0/+15
* TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren2013-10-081-4/+4
* Revert r191586 and r191695. They cause crashes when building withRichard Smith2013-10-011-4/+4
* TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren2013-09-271-4/+4
* Do not emit duplicate global initializers for template static data members in...David Blaikie2013-09-041-1/+6
OpenPOWER on IntegriCloud