aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2011-03-30Convert the offset parameter ofKen Dyck
2011-03-30Convert local offset variable to CharUnits in AddVCallOffsets. No change inKen Dyck
2011-03-30Convert a local offset variable to CharUnits. No change in functionalityKen Dyck
2011-03-30Convert the OffsetInLayoutClass parameter of DeterminePrimaryVirtualBases()Ken Dyck
2011-03-30Convert the OffsetInLayoutClass parameter of LayoutSecondaryVTables toKen Dyck
2011-03-30Fix in r128471 is very broad. Some of the unconditional branches need line nu...Devang Patel
2011-03-29Do not line number entry for unconditional branches. Usually, users do not wa...Devang Patel
2011-03-28Implements property of reference types. AddingFariborz Jahanian
2011-03-28Integrated-As: Support -Wa,-L when using the integrated assembler.Daniel Dunbar
2011-03-28refactoringAnton Yartsev
2011-03-27Convert offset parameter in LayoutPrimaryAndSecondaryVTables() to CharUnits.Ken Dyck
2011-03-27Convert VTableBuilder::MostDerivedClassOffset to CharUnits. No change inKen Dyck
2011-03-27Convert FinalOverriders::MostDerivedClassOffset to CharUnits. No change inKen Dyck
2011-03-27Remove a fixed FIXME comment (the base offset has already been converted toKen Dyck
2011-03-27Convert the offset parameters of AddMethods() to CharUnits. No change inKen Dyck
2011-03-27Convert the BaseOffsetInLayoutClass parameter of ComputeThisAdjustment() toKen Dyck
2011-03-27Convert offset members in MethodInfo to CharUnits. No change inKen Dyck
2011-03-27AltiVec vector comparison logic now affect only vectors of fundamental AltiVe...Anton Yartsev
2011-03-27supported: AltiVec vector initialization with a single literal according to P...Anton Yartsev
2011-03-27We were emitting construction v-tables with internal linkage all the time.John McCall
2011-03-26On Mac OS X, the presence of an 'availability' attribute for thatDouglas Gregor
2011-03-26Reformatted doc comments so that they are now difficult to edit in any editor...David Chisnall
2011-03-26Convert the OffsetInLayoutClass parameter ofKen Dyck
2011-03-26Convert FinalOverriders::Offset to CharUnits. No change in functionalityKen Dyck
2011-03-26Convert offset in MethodBaseOffsetPairTy to CharUnits. No change inKen Dyck
2011-03-26Convert the offsets in SubobjectOffsetMapTy to CharUnits. No change inKen Dyck
2011-03-26Convert several local variables to CharUnits. No change in functionalityKen Dyck
2011-03-25Provide blockDecl's startLoc to startFunction. This fixes hidden bug exposed ...Devang Patel
2011-03-25Obj-C/NeXT: Update and reapply 108847, now that changes are more baked.Daniel Dunbar
2011-03-25Refactor CGObjCMac to use the shared code for EH stuff.David Chisnall
2011-03-25Unbreak CMake build.Anders Carlsson
2011-03-25Added some doc comments.David Chisnall
2011-03-25Continuing work on ObjC tidyup:David Chisnall
2011-03-24Make sure we aggressively attach nounwind (etc.) to calls to libraryEli Friedman
2011-03-24Convert the BaseOffset member of BaseSubobject to CharUnits from bits. NoKen Dyck
2011-03-23Fixed type error in last commit (forgot that now that selectors are notDavid Chisnall
2011-03-23Revert r128156 because of CodeGenObjC/messages.m and Coverage/codegen-gnu.m.Andrew Trick
2011-03-23Remove the redundant loads / stores to globals that we were generating for se...David Chisnall
2011-03-23Initial work on refactoring GNU runtime code (long overdue - it's quite obviousDavid Chisnall
2011-03-23Update type cache when a type is completed.Devang Patel
2011-03-23Convert OffsetFromNearestVBast parameter of InitializeVTablePointer(s) toKen Dyck
2011-03-23Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor
2011-03-23Convert NonVirtual parameter of ApplyNonVirtualAndVirtualOffset() toKen Dyck
2011-03-22Simplify Mac runtime selection - it's the factory function's job to select wh...David Chisnall
2011-03-22Make the property accessor functions that take a ptrdiff_t actually take a pt...David Chisnall
2011-03-22Make the ivar offset always be a ptrdiff_t, because stuff in CGObjC.cpp expec...David Chisnall
2011-03-22Fix typo in comment.Nick Lewycky
2011-03-22Frontend: Add a more explicit -backend-option flag for passing backend commandDaniel Dunbar
2011-03-22The emission of an Objective-C++'s class .cxx_destruct method should beJohn McCall
2011-03-22Convert Offset variable in GetAddressOfDirectBaseInCompleteClass() toKen Dyck