summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Emit uuid globals as linkonce_odrReid Kleckner2013-09-031-1/+1
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-2/+1
* PR16933: Don't try to codegen things after we've seen errors.David Blaikie2013-08-191-14/+2
* CodeGen: __uuidof should work even with an incomplete _GUID typeDavid Majnemer2013-08-151-36/+21
* [-cxx-abi microsoft] Mangle __uuidof correctly into template parametersDavid Majnemer2013-08-131-11/+1
* Use new llvm::SpecialCaseList API in CodeGenModuleAlexey Samsonov2013-08-121-17/+15
* [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper sectionDavid Majnemer2013-08-091-2/+3
* Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper...David Majnemer2013-08-091-3/+2
* [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper sectionDavid Majnemer2013-08-091-2/+3
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-1/+7
* Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe...Timur Iskhodzhanov2013-08-041-1/+1
* [ms-cxxabi] Emit linkonce complete dtors in TUs that need themReid Kleckner2013-07-221-1/+15
* Rename D to GD to match the type, which is GlobalDeclReid Kleckner2013-07-221-8/+10
* Tighten up the set of operator new/operator delete calls we're permitted toRichard Smith2013-07-211-0/+6
* Get rid of dead/useless code for block mangling.Eli Friedman2013-07-101-3/+0
* Simplify linkage code for static local vars.Eli Friedman2013-07-011-5/+1
* Fix mangling for block literals.Eli Friedman2013-07-011-4/+3
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-0/+8
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-8/+0
* Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-06-191-2/+2
OpenPOWER on IntegriCloud