aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjCRuntime.h
AgeCommit message (Expand)Author
2010-04-12Add some API code for future work.Fariborz Jahanian
2010-04-05IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo.Daniel Dunbar
2010-03-31Minor include pruning.Benjamin Kramer
2010-02-03Revert "Numerous changes to selector handling:", this breaks a whole bunch ofDaniel Dunbar
2010-02-03Numerous changes to selector handling:David Chisnall
2010-01-23Created __builtin___NSStringMakeConstantString() builtin, which generates con...David Chisnall
2009-09-24Patch fixes a code gen. bug in generation of objc_assign_ivarFariborz Jahanian
2009-09-17IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-31Re-implemented generation of objc_memmove_collectableFariborz Jahanian
2009-07-17fix objc codegen to not have its own list of things that eventually get into ...Chris Lattner
2009-07-08Implemented memmove_collectable API for Next runtimeFariborz Jahanian
2009-06-23Patch fixes an obscure bug when 'used' attribute is applied toFariborz Jahanian
2009-05-16Reflow some comments.Mike Stump
2009-05-05Patch to support Gnu runtime's typed selectors.Fariborz Jahanian
2009-05-03Add a ComputeIvarBaseOffset overload taking an implementationDaniel Dunbar
2009-05-03Compute Objective-C metadata size information from the record layout,Daniel Dunbar
2009-05-03Coalesce the ivar offset calculation further.Daniel Dunbar
2009-04-22Add CGObjCRuntime::GetConcreteClassStruct to encapsulate access to theDaniel Dunbar
2009-04-22Merge ivar access amongst the three runtimes.Daniel Dunbar
2009-04-22Make ObjCInterfaceDecl's const in some more places.Daniel Dunbar
2009-04-21Kill ASTContext::[gs]etFieldForDecl, instead we just lookup thingsDaniel Dunbar
2009-04-21Remove LateBoundIVars() runtime interface, it is unused.Daniel Dunbar
2009-03-31Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ...Steve Naroff
2009-03-22pull "runtime globals" into the same framework as other functions/global vari...Chris Lattner
2009-02-28Obscure code gen bug related to sending Fariborz Jahanian
2009-02-10Some refactoring of Ivar offset code gen.Fariborz Jahanian
2009-02-03ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi).Fariborz Jahanian
2009-02-03objc2's ir-gen for nonfragile ivar access.Fariborz Jahanian
2009-02-02Refactored code gen for ivar access in preparation forFariborz Jahanian
2009-01-22Use NonFragileABI as name of new Next abi. More comments Fariborz Jahanian
2009-01-21Refactoring ObjC Next's runtime classes in preparation forFariborz Jahanian
2009-01-10This patch fixes the code gen failures which was a fallout fromFariborz Jahanian
2008-12-16Remove tabs.Nate Begeman
2008-11-21Consolidated @try and @synchronize into a singleFariborz Jahanian
2008-11-20Introducing objc_assign_ivar to clang.Fariborz Jahanian
2008-11-19Generate strong write barriers for __strong objects.Fariborz Jahanian
2008-11-18Patch for generation of weak write barriers for objcFariborz Jahanian
2008-11-18Generate objc_read_weak for __weak objc loads.Fariborz Jahanian
2008-11-15Start implementing support for @synchonized with the darwin ObjC API.Chris Lattner
2008-11-01Move IRBuilder type definition to common file.Daniel Dunbar
2008-09-24Add Obj-C runtime methods to get runtime specific functions forDaniel Dunbar
2008-09-09Move handling of @try and @throw to the runtime class.Anders Carlsson
2008-09-09Change CodeGen to emit calls using (RValue,Type) list:Daniel Dunbar
2008-08-31Handle mutation while enumerating correctly. Fix some bugs.Anders Carlsson
2008-08-30Add Objective-C property setter support.Daniel Dunbar
2008-08-30Refactor handling of calls:Daniel Dunbar
2008-08-25Fix Obj-C super sends inside class methods.Daniel Dunbar
2008-08-23Trim CGObjCRuntime::GenerateMessageSend[Super]Daniel Dunbar
2008-08-16Change ObjCRuntime::LookupClass -> GetClass, and now takes theDaniel Dunbar