aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.h
AgeCommit message (Expand)Author
2010-06-24Patch to correctly mangle block helper functionsFariborz Jahanian
2010-06-22Switch over to the new caching version of getMangledName.Anders Carlsson
2010-06-22Add a new variant of getMangledName that caches the mangling for decls.Anders Carlsson
2010-06-22Per Chris's comment, remove another static (this oneFariborz Jahanian
2010-06-21In supporting init-priority, globals with the same init_priority must beFariborz Jahanian
2010-06-21IRGen for implementation of init-priority attribute.Fariborz Jahanian
2010-06-19Fix PR7097, a bad interaction between -fno-use-cxa-atexit andChris Lattner
2010-06-09Get rid of getMangledCXXCtorName and getMangledCXXDtorName.Anders Carlsson
2010-06-09Get rid of an unnecessary getMangledName overload.Anders Carlsson
2010-05-30Fix for PR7040: Don't try to compute the LLVM type for a function where itEli Friedman
2010-05-25IRgen: Add a stub class for generating ABI-specific C++ code.Charles Davis
2010-05-25Improve name mangling for blocks and support mangling of static localDouglas Gregor
2010-05-25If a function definition has any sort of weak linkage, its static localJohn McCall
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor
2010-04-30Fix -fno-rtti -fexceptions by forcing the emission of (non-"builtin") RTTIJohn McCall
2010-04-28IRGen for initialization/destruction ofFariborz Jahanian
2010-04-24Get rid of the old GetNonVirtualBaseClassOffset and change all call sites to ...Anders Carlsson
2010-04-24Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath.Anders Carlsson
2010-04-23More work toward implementingFariborz Jahanian
2010-04-22Support for -fno-constant-cfstrings option - wip.Fariborz Jahanian
2010-04-19Some renaming of methods, fixes typoFariborz Jahanian
2010-04-18Local static variables must be available module-wiseFariborz Jahanian
2010-04-17Vtable -> VTable renames across the board.Anders Carlsson
2010-04-08Rename CGVtable files to CGVTables.Anders Carlsson
2010-04-08Unbreak the buildDouglas Gregor
2010-04-04Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang
2010-04-02Revert r100193 since it causes failures in objc in clangMon P Wang
2010-04-02Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang
2010-03-31Minor include pruning.Benjamin Kramer
2010-03-30Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson
2010-03-30Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang
2010-03-30Remove the old vtable layout code.Anders Carlsson
2010-03-27When given the magic class __cxxabiv1::__fundamental_type_info, produceRafael Espindola
2010-03-24Remove old thunks code.Anders Carlsson
2010-03-23More thunks scaffolding.Anders Carlsson
2010-03-23Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...Anders Carlsson
2010-03-20C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar
2010-03-19Change CodeGenModule to rely on the Module's symbol table instead ofJohn McCall
2010-03-13Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor
2010-03-13Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor
2010-03-13Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor
2010-03-12Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor
2010-03-12Give explicit template instantiations weak linkage (but don't deferDouglas Gregor
2010-03-10Delay codegen of vtables when handling implicit instantiations.Rafael Espindola
2010-03-06Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall
2010-03-04Fix PR6473.Rafael Espindola
2010-03-04Revert changes r97693, r97700, and r97718.John McCall
2010-03-04Create a TargetMachine whenever we create a CodeGenAction. The codegen ofJohn McCall
2010-02-23Perform two more constructor/destructor code-size optimizations:John McCall
2010-02-19Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall