summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAge
...
* [-cxx-abi microsoft] Emit linkonce_odr definitions for declarations of static...Hans Wennborg2013-11-21
* Fix test failures after addrspacecast added.Matt Arsenault2013-11-15
* [OpenCL] Make sure we put string literals in the constant address space.Joey Gouly2013-11-14
* Keep the old function order in CodeGenModule::applyReplacements.Rafael Espindola2013-11-12
* Revert "Keep the old function order in CodeGenModule::applyReplacements."Rafael Espindola2013-11-11
* Keep the old function order in CodeGenModule::applyReplacements.Rafael Espindola2013-11-10
* Avoid double StringMap lookups. No functionality change.Benjamin Kramer2013-11-10
* Produce direct calls instead of alias to linkonce_odr functions.Rafael Espindola2013-11-05
* C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith2013-11-05
* New fix for pr17535.Rafael Espindola2013-10-22
* Revert "This patch causes clang to reject alias attributes that point to unde...Rafael Espindola2013-10-22
* This patch causes clang to reject alias attributes that point to undefinedRafael Espindola2013-10-22
* Rename some functions for consistency.Rafael Espindola2013-10-17
* Emit a .ident saying that clang produced this file.Rafael Espindola2013-10-16
* TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren2013-10-08
* Revert r191586 and r191695. They cause crashes when building withRichard Smith2013-10-01
* TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren2013-09-27
* Do not emit duplicate global initializers for template static data members in...David Blaikie2013-09-04
* Emit uuid globals as linkonce_odrReid Kleckner2013-09-03
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-23
* PR16933: Don't try to codegen things after we've seen errors.David Blaikie2013-08-19
* CodeGen: __uuidof should work even with an incomplete _GUID typeDavid Majnemer2013-08-15
* [-cxx-abi microsoft] Mangle __uuidof correctly into template parametersDavid Majnemer2013-08-13
* Use new llvm::SpecialCaseList API in CodeGenModuleAlexey Samsonov2013-08-12
* [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper sectionDavid Majnemer2013-08-09
* Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper...David Majnemer2013-08-09
* [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper sectionDavid Majnemer2013-08-09
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-06
* Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe...Timur Iskhodzhanov2013-08-04
* [ms-cxxabi] Emit linkonce complete dtors in TUs that need themReid Kleckner2013-07-22
* Rename D to GD to match the type, which is GlobalDeclReid Kleckner2013-07-22
* Tighten up the set of operator new/operator delete calls we're permitted toRichard Smith2013-07-21
* Get rid of dead/useless code for block mangling.Eli Friedman2013-07-10
* Simplify linkage code for static local vars.Eli Friedman2013-07-01
* Fix mangling for block literals.Eli Friedman2013-07-01
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-30
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-19
* Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-06-19
* Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4Manman Ren2013-06-19
* CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin2013-06-18
* Emit initializers for static-storage-duration temporaries as constants whereRichard Smith2013-06-14
* Fix the linkage of static locals inside a CapturedStmt. (Found in theEli Friedman2013-06-13
* PR12086, PR15117Richard Smith2013-06-12
* [ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage.Peter Collingbourne2013-06-05
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-05
* Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman2013-06-04
* [PATCH] Generate cold attribute for functions marked __atribute__((cold))Diego Novillo2013-05-24
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-20
* Implement __declspec(selectany) under -fms-extensionsReid Kleckner2013-05-20
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-13