1. 7ce7792 Obscure code gen bug related to sending by Fariborz Jahanian · 16 years ago
  2. f63aa3f Some refactoring of Ivar offset code gen. by Fariborz Jahanian · 16 years ago
  3. 598d3f6 ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  4. 45012a7 objc2's ir-gen for nonfragile ivar access. by Fariborz Jahanian · 16 years ago
  5. 0bb2036 Refactored code gen for ivar access in preparation for by Fariborz Jahanian · 16 years ago
  6. 30bc571 Use NonFragileABI as name of new Next abi. More comments for the new meta-data. by Fariborz Jahanian · 16 years ago
  7. ee0af74 Refactoring ObjC Next's runtime classes in preparation for the new ObjC's abi. by Fariborz Jahanian · 16 years ago
  8. 679a502 This patch fixes the code gen failures which was a fallout from by Fariborz Jahanian · 16 years ago
  9. fea8685 Remove tabs. by Nate Begeman · 16 years ago
  10. bd71be4 Consolidated @try and @synchronize into a single code gen. method. by Fariborz Jahanian · 16 years ago
  11. 7eda836 Introducing objc_assign_ivar to clang. by Fariborz Jahanian · 16 years ago
  12. 5862650 Generate strong write barriers for __strong objects. by Fariborz Jahanian · 16 years ago
  13. 3e283e3 Patch for generation of weak write barriers for objc __weak objects. by Fariborz Jahanian · 16 years ago
  14. 6dc2317 Generate objc_read_weak for __weak objc loads. by Fariborz Jahanian · 16 years ago
  15. 10cac6f Start implementing support for @synchonized with the darwin ObjC API. by Chris Lattner · 16 years ago
  16. 45d196b Move IRBuilder type definition to common file. - No functionality change. by Daniel Dunbar · 16 years ago
  17. 49f6602 Add Obj-C runtime methods to get runtime specific functions for by Daniel Dunbar · 16 years ago
  18. 64d5d6c Move handling of @try and @throw to the runtime class. by Anders Carlsson · 16 years ago
  19. 46f45b9 Change CodeGen to emit calls using (RValue,Type) list: by Daniel Dunbar · 16 years ago
  20. 2abd89c Handle mutation while enumerating correctly. Fix some bugs. by Anders Carlsson · 16 years ago
  21. 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  22. 19cd87e Refactor handling of calls: by Daniel Dunbar · 16 years ago
  23. f56f191 Fix Obj-C super sends inside class methods. by Daniel Dunbar · 16 years ago
  24. 8f2926b Trim CGObjCRuntime::GenerateMessageSend[Super] by Daniel Dunbar · 16 years ago
  25. ddb2a3d Change ObjCRuntime::LookupClass -> GetClass, and now takes the by Daniel Dunbar · 16 years ago
  26. 7ded7f4 Change CGObjCRuntime methods to take appropriate clang Decls. by Daniel Dunbar · 16 years ago
  27. af2f62c Change ObjCRuntime GenerateProtocol[Ref] methods to take by Daniel Dunbar · 16 years ago
  28. 2bedbf8 Drop Sender from GenerateMessageSend* by Daniel Dunbar · 16 years ago
  29. 98c5ead Protocol related tweaks by Daniel Dunbar · 16 years ago
  30. bbce49b Add ObjC constant string support for NeXT. by Daniel Dunbar · 16 years ago
  31. 58bf610 Update for IRBuilder template change (update LLVM!) by Daniel Dunbar · 16 years ago
  32. e91593e More #include cleaning by Daniel Dunbar · 16 years ago
  33. c17a4d3 Add dummy Mac Objective-C runtime interface. by Daniel Dunbar · 16 years ago
  34. 85e3568 update to make IRBuilder API change. by Chris Lattner · 16 years ago
  35. a421007 refactor more objc codegen interfaces to pass around selectors so by Chris Lattner · 16 years ago
  36. 5e7dcc6 remove the old getSelector implementation, which removes some by Chris Lattner · 16 years ago
  37. 9384c76 avoid a lot of unneeded selector processing work by passing around by Chris Lattner · 16 years ago
  38. 42ba3e7 use cheaper/simpler getselector call for @selector exprs. by Chris Lattner · 16 years ago
  39. 8e67b63 start avoid doing lots of unneeded work handling selectors by Chris Lattner · 16 years ago
  40. 3aba07c improve indentation, avoid thrashing on maps and recalculating strings as much. by Chris Lattner · 16 years ago
  41. dce1406 give CreateObjCRuntime a full CGM so it can get whatever state it needs, by Chris Lattner · 16 years ago
  42. 8ef07c0 Include <string> header to allow compiling for MSVC. by Argyrios Kyrtzidis · 16 years ago
  43. 20ff310 Support for code generation of Objective-C top-level language constructs. by Anton Korobeynikov · 16 years ago
  44. 50b3674 update to follow mainline llvm API change. by Chris Lattner · 16 years ago
  45. 391d77a Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 16 years ago
  46. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from CodeGen/CGObjCRuntime.h]
  47. 0f98426 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 17 years ago