aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.h
AgeCommit message (Expand)Author
2010-01-26Introduce CodeGenModule::GetTargetTypeStoreSize() to calculate the store sizeKen Dyck
2010-01-23Created __builtin___NSStringMakeConstantString() builtin, which generates con...David Chisnall
2010-01-10Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov
2010-01-08Fix for PR5967: Make const-marking for LLVM globals correct for cases requiringEli Friedman
2010-01-06Fix linkage for RTTI names by re-using the logic for computing theDouglas Gregor
2010-01-06Fix marking of virtual members for nested classes whose first non-pure virtua...Douglas Gregor
2010-01-02Move address points to CGVtableInfo, no functionality change.Anders Carlsson
2009-12-18Work in progress for setting the vtable pointers for all bases correctly inEli Friedman
2009-12-17Rename GetAddrOfRTTI to GetAddrOfRTTIDescriptor. Remove the overload that tak...Anders Carlsson
2009-12-16Use GetAddrOfRTTI everywhere and remove GenerateRTTI and GenerateRTTIRef. Wit...Anders Carlsson
2009-12-11Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...Anders Carlsson
2009-12-06Work-in-progess rewrite of thunks: move thunk generation outside of vtableEli Friedman
2009-12-06Set the correct linkage for VTTs as well.Anders Carlsson
2009-12-06Make GenerateVtable a private member function of CGVtableInfo.Anders Carlsson
2009-12-03Minor cleanup.Eli Friedman
2009-12-03Add support for thunking dtors. Oh why does this make my head hurt?Mike Stump
2009-12-03Add CodeGenModule::ComputeThunkAdjustment, which Eli wrote.Anders Carlsson
2009-12-02Change rtti/Rtti to RTTI, as it is an acronym.Mike Stump
2009-11-26Simplify and fix up the handling of implicit constructors, copy assignmentEli Friedman
2009-11-26Add a CovariantThunkAdjustment struct that represents the adjustments needed ...Anders Carlsson
2009-11-26Add a ThunkAdjustment struct which holds a non-virtual and a virtual adjustme...Anders Carlsson
2009-11-20Simplify rtti building code a little. Prep for reuse for throw rttiMike Stump
2009-11-17Add typeid for the builtin types. WIP.Mike Stump
2009-11-14Finisgh off rest of class_type_info rtti generation.Mike Stump
2009-11-13Move GlobalDecl to its own file. Also add DenseMapInfo traits.Anders Carlsson
2009-11-13Allow the tracking of address points for construction vtables as well.Mike Stump
2009-11-12Fix the offset calculations for non-virtual bases with overrides.Mike Stump
2009-11-12 "Attach debug info with llvm instructions" mode was enabled a month ago. Now...Devang Patel
2009-11-12Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.Chandler Carruth
2009-11-11Push ctor vtable construction down further. WIP.Mike Stump
2009-11-10Add vtable caching to prevent multiple vtables for the same class fromMike Stump
2009-11-05Added support for static variables which requireFariborz Jahanian
2009-10-12Enable "debug info attached to an instruction" mode.Devang Patel
2009-10-11Move the vtable builder to CGVtable.cpp, general cleanup.Anders Carlsson
2009-10-07Add a MangleContext and pass it to all mangle functions. It will be used for ...Anders Carlsson
2009-10-03Move some functions from CodeGenFunctions to CodeGenModule so they can be use...Anders Carlsson
2009-09-14Fix subtle bug in generating LLVM function declarations for builtin functions.Daniel Dunbar
2009-09-12whitespace fixChris Lattner
2009-09-12Change CodeGenModule::ConstructTypeAttributes to return the calling conventionDaniel Dunbar
2009-09-11Add basic covariant thunk generation support. WIP.Mike Stump
2009-09-11Pass GlobalDecls to GenerateCode and StartFunction.Anders Carlsson
2009-09-10Add stricter GlobalDecl constructors.Anders Carlsson
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-05Install thunks later to fixup overrides. Track space taken by vbaseMike Stump
2009-09-04Add overidding for methods for vtable building for the secondaryMike Stump
2009-08-18Cleanups. Move GenerateRtti to CodeGenModule.Mike Stump
2009-08-16Patch toward synthesizing non-trivial destructors. WIPFariborz Jahanian
2009-08-13Patch to force synthesis of copy assignment operatorFariborz Jahanian
2009-08-11LLVMContext is a class now.Benjamin Kramer
2009-08-08Add support for global initializers.Anders Carlsson