summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-141-4/+1
* [C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...Aaron Ballman2014-03-131-4/+2
* Simplify code. No functionality change.Rafael Espindola2014-03-131-5/+5
* Revert "CodeGen: Use a binary format for instrumentation based profiling"Justin Bogner2014-03-121-10/+3
* CodeGen: Use a binary format for instrumentation based profilingJustin Bogner2014-03-121-3/+10
* [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...Aaron Ballman2014-03-101-4/+2
* [C++11] Update Clang for the change to LLVM's Use-Def chain iterators inChandler Carruth2014-03-091-2/+2
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-8/+6
* Use llvm.compiler.used instead of llvm.used for objc symbols.Rafael Espindola2014-03-061-14/+26
* [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
OpenPOWER on IntegriCloud