summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4Manman Ren2013-06-191-0/+5
* CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin2013-06-181-0/+8
* Emit initializers for static-storage-duration temporaries as constants whereRichard Smith2013-06-141-15/+26
* Fix the linkage of static locals inside a CapturedStmt. (Found in theEli Friedman2013-06-131-1/+5
* PR12086, PR15117Richard Smith2013-06-121-129/+2
* [ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage.Peter Collingbourne2013-06-051-6/+8
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-0/+57
* Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman2013-06-041-0/+7
* [PATCH] Generate cold attribute for functions marked __atribute__((cold))Diego Novillo2013-05-241-2/+3
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-1/+4
* Implement __declspec(selectany) under -fms-extensionsReid Kleckner2013-05-201-1/+7
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-1/+1
* CodeGen: Refactor SetLLVMFunctionAttributesForDefinition to use an AttrBuilder.Benjamin Kramer2013-05-111-27/+31
* Debug Info: Fix a problem that resulted in missing DW_AT_specificationsAdrian Prantl2013-05-091-0/+18
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-081-15/+30
OpenPOWER on IntegriCloud