aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjCRuntime.h
AgeCommit message (Expand)Author
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
2008-08-15Change CGObjCRuntime methods to take appropriate clang Decls.Daniel Dunbar
2008-08-13Change ObjCRuntime GenerateProtocol[Ref] methods to takeDaniel Dunbar
2008-08-12Drop Sender from GenerateMessageSend*Daniel Dunbar
2008-08-12Protocol related tweaksDaniel Dunbar
2008-08-12Add ObjC constant string support for NeXT.Daniel Dunbar
2008-08-11Update for IRBuilder template change (update LLVM!)Daniel Dunbar
2008-08-11More #include cleaningDaniel Dunbar
2008-08-11Add dummy Mac Objective-C runtime interface.Daniel Dunbar
2008-08-08update to make IRBuilder API change.Chris Lattner
2008-06-26refactor more objc codegen interfaces to pass around selectors soChris Lattner
2008-06-26remove the old getSelector implementation, which removes someChris Lattner
2008-06-26avoid a lot of unneeded selector processing work by passing aroundChris Lattner
2008-06-26use cheaper/simpler getselector call for @selector exprs.Chris Lattner
2008-06-26start avoid doing lots of unneeded work handling selectorsChris Lattner
2008-06-26improve indentation, avoid thrashing on maps and recalculating strings as much.Chris Lattner
2008-06-26give CreateObjCRuntime a full CGM so it can get whatever state it needs, Chris Lattner
2008-06-01Include <string> header to allow compiling for MSVC.Argyrios Kyrtzidis
2008-06-01Support for code generation of Objective-C top-level language constructs.Anton Korobeynikov
2008-04-13update to follow mainline llvm API change.Chris Lattner
2008-03-30Add initial support for objc codegen for methods, ivars, and theChris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner