1. f87a0cc Generate list of implemented classes and categories in their by Fariborz Jahanian · 16 years ago
  2. 8cfd397 Code gen. for @protocol expression in the new nonfragile abi. by Fariborz Jahanian · 16 years ago
  3. 3819a0b Bug fixing involving method-list in protocol meta-data (objc2 nonfragile-abi). by Fariborz Jahanian · 16 years ago
  4. eb73213 Random bug fix related to protocl metadata in categories in non-fragile abi. by Fariborz Jahanian · 16 years ago
  5. 8448c2c Set protocol linkage and visibility correctly and by Fariborz Jahanian · 16 years ago
  6. da32009 Protocol meta-data for objc2's non-fragile abi. Lot more to do in this area. by Fariborz Jahanian · 16 years ago
  7. 939abce Add setter/getter methods to the list of methods by Fariborz Jahanian · 16 years ago
  8. 5de14dc property metadata for objc2's nonfragile abi by Fariborz Jahanian · 16 years ago
  9. 46b86c6 Some refactoring of common code. No change in functionality. by Fariborz Jahanian · 16 years ago
  10. 2fa5a27 Set visibility of ivar offset symbols according to by Fariborz Jahanian · 16 years ago
  11. 1bf0afb Generation of ivar-offset symbols in objc2's non-fragile abi. by Fariborz Jahanian · 16 years ago
  12. 07236ba After talking to our runtime guru, I added a comment. by Fariborz Jahanian · 16 years ago
  13. 98abf4b ivar meta-data generation for nonfragile-abi. by Fariborz Jahanian · 16 years ago
  14. 5284733 Added a FIXME. by Fariborz Jahanian · 16 years ago
  15. f6317dd Build method-description-list for category meta-data by Fariborz Jahanian · 16 years ago
  16. 493dab7 Method decription meta-data and its setting in class_ro_t meta-data. by Fariborz Jahanian · 16 years ago
  17. eb062d9 Meta-data for nonfragile-abi's categories by Fariborz Jahanian · 16 years ago
  18. f6a077e Compute instaceStart/instanceSize fields of the class_ro_t meta-data by Fariborz Jahanian · 16 years ago
  19. 84394a5 Patch to build class meta-data for each implementation by Fariborz Jahanian · 16 years ago
  20. 058a1b7 This patch builds the meta-class object for each by Fariborz Jahanian · 16 years ago
  21. aa23b57 Some very early work for new objc's meta-data generation. by Fariborz Jahanian · 16 years ago
  22. f31c729 Checked in an oops! by Fariborz Jahanian · 16 years ago
  23. 45c2ba0 Another missing LLVM type for objc2's new abi defined. by Fariborz Jahanian · 16 years ago
  24. d55b6fc Define LLVM types for nonfragile abi metadata. by Fariborz Jahanian · 16 years ago
  25. 30bc571 Use NonFragileABI as name of new Next abi. More comments for the new meta-data. by Fariborz Jahanian · 16 years ago
  26. db28686 More refactoring of common API to the common class for by Fariborz Jahanian · 16 years ago
  27. 56210f7 Moved whole bunch of common APIs to the common class. by Fariborz Jahanian · 16 years ago
  28. ee0af74 Refactoring ObjC Next's runtime classes in preparation for the new ObjC's abi. by Fariborz Jahanian · 16 years ago
  29. 10a4231 Commented objective-c's metadata types. Minor clean up. by Fariborz Jahanian · 16 years ago
  30. 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
  31. f54b194 Patch to re-implement ivar-list meta-data generation to fix by Fariborz Jahanian · 16 years ago
  32. 482b77d Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak by Douglas Gregor · 16 years ago
  33. 491c7b7 (LLVM up) Match TargetData API change in LLVM TOT. by Daniel Dunbar · 16 years ago
  34. 93983f8 Convert property implementation to DeclContext::addDecl(). by Steve Naroff · 16 years ago
  35. 679a502 This patch fixes the code gen failures which was a fallout from by Fariborz Jahanian · 16 years ago
  36. f8d49f6 Provide a new kind of iterator, the specific_decl_iterator, that by Douglas Gregor · 16 years ago
  37. 09c4719 Move property API's up to ObjCContainerDecl (removing a lot of duplicate code). by Steve Naroff · 16 years ago
  38. b0d2794 Another nasty code gen. bug with trivial fix. Calling class by Fariborz Jahanian · 16 years ago
  39. 43822ea More encoding support. This time for @encode of classes and bitfields. by Fariborz Jahanian · 16 years ago
  40. fd64bb6 Code gen. for ivar references; including bitfield ivars. by Fariborz Jahanian · 16 years ago
  41. 44b4321 Unifies the name-lookup mechanisms used in various parts of the AST by Douglas Gregor · 16 years ago
  42. 565c99f Append an extra newline to the module inline asm if it's not empty. by Anders Carlsson · 16 years ago
  43. d9d22dd Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of by Chris Lattner · 16 years ago
  44. 8ec03f5 Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
  45. 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
  46. f2878e5 Fixed bugzilla bug# 3095 related to code gen. for @synchronized. by Fariborz Jahanian · 16 years ago
  47. bd71be4 Consolidated @try and @synchronize into a single code gen. method. by Fariborz Jahanian · 16 years ago
  48. 7eda836 Introducing objc_assign_ivar to clang. by Fariborz Jahanian · 16 years ago
  49. dbd32c2 Few more changes due to Daniel's feedback. by Fariborz Jahanian · 16 years ago
  50. 5862650 Generate strong write barriers for __strong objects. by Fariborz Jahanian · 16 years ago
  51. 3e283e3 Patch for generation of weak write barriers for objc __weak objects. by Fariborz Jahanian · 16 years ago
  52. 6dc2317 Generate objc_read_weak for __weak objc loads. by Fariborz Jahanian · 16 years ago
  53. 6d657c4 Some basic support toward objective-c's GC code gen. by Fariborz Jahanian · 16 years ago
  54. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  55. 10cac6f Start implementing support for @synchonized with the darwin ObjC API. by Chris Lattner · 16 years ago
  56. a448fb2 Rework IRgen invariant w.r.t. current insert point. by Daniel Dunbar · 16 years ago
  57. d57a871 Add CodeGenFunction::EmitBranch. by Daniel Dunbar · 16 years ago
  58. 824e3bd Add CodeGenFunction::EmitDummyBlock for marking places where we make by Daniel Dunbar · 16 years ago
  59. 55e8742 Centralize basic block creation in CodeGenFunction::createBasicBlock. by Daniel Dunbar · 16 years ago
  60. 45d196b Move IRBuilder type definition to common file. - No functionality change. by Daniel Dunbar · 16 years ago
  61. 0c0e7a6 NeXT: Emit protocol objects lazily. by Daniel Dunbar · 16 years ago
  62. 0d504c1 Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. by Daniel Dunbar · 16 years ago
  63. d96b35b More Obj-C type encoding improvements. by Daniel Dunbar · 16 years ago
  64. 5669e57 NeXT: Use objc_msgSend_fpret for calling functions which return by Daniel Dunbar · 16 years ago
  65. de3b8fb Use DeclStmt::getSolitaryDecl() instead of DeclStmt::getDecl() when processing the Decl of a @catch statement. by Ted Kremenek · 16 years ago
  66. 91cd320 (LLVM up) Rename IRBuilder::IsNonNull -> IsNotNull. by Daniel Dunbar · 16 years ago
  67. ad2dc71 NeXT: Update to use CreateRuntimeFunction for the routines it imports. by Daniel Dunbar · 16 years ago
  68. 898d508 Add infrastructure for proper @finally support. by Daniel Dunbar · 16 years ago
  69. 18ccc77 Add support for implicit rethrows in @catch blocks. by Daniel Dunbar · 16 years ago
  70. e4b5ee0 (Update LLVM) Clean up obj-c exception generation to be a bit more by Daniel Dunbar · 16 years ago
  71. 97f61d1 Bug fix, codegen @catch(id<X> ...) acceptably. by Daniel Dunbar · 16 years ago
  72. 129271a Simplify generate code for exceptions: by Daniel Dunbar · 16 years ago
  73. 55e4072 Bug fix, make sure to initialize exception object (to rethrow) even by Daniel Dunbar · 16 years ago
  74. 1000491 Easy fix for nasty bug, exception data buffer had wrong type == wrong by Daniel Dunbar · 16 years ago
  75. 86957eb Implement Obj-C synthesized setters for copy / retain. by Daniel Dunbar · 16 years ago
  76. 49f6602 Add Obj-C runtime methods to get runtime specific functions for by Daniel Dunbar · 16 years ago
  77. dde0a94 Make sure to store the exception in the catch parameter. by Anders Carlsson · 16 years ago
  78. 1452f55 Make sure to emit the catch parameter as well as the catch body. by Anders Carlsson · 16 years ago
  79. 4b7ff6e Fix stupid mistake I made in the exception handling code by Anders Carlsson · 16 years ago
  80. 62d5c1b Add CodeGenTypes::GetFunctionType overload for getting the effective by Daniel Dunbar · 16 years ago
  81. 45c25ba Move FunctionType conversion into CGCall.cpp: by Daniel Dunbar · 16 years ago
  82. b768807 Tweak CGCall functions again: by Daniel Dunbar · 16 years ago
  83. 3913f18 Add CodeGenFunction::ReturnTypeUsesSret by Daniel Dunbar · 16 years ago
  84. 80f2567 Check in half-assed implementation of @try/@catch. by Anders Carlsson · 16 years ago
  85. 2b1e311 Simple @throw support. by Anders Carlsson · 16 years ago
  86. 124526b Add types and functions related to exceptions. by Anders Carlsson · 16 years ago
  87. 64d5d6c Move handling of @try and @throw to the runtime class. by Anders Carlsson · 16 years ago
  88. 46f45b9 Change CodeGen to emit calls using (RValue,Type) list: by Daniel Dunbar · 16 years ago
  89. 4b7c983 Change struct forward declarations and definitions to use unique RecordDecls, as opposed to creating a single RecordDecl and reusing it. by Ted Kremenek · 16 years ago
  90. df042e6 Remove "NextDecl" from RecordDecl. This change touches many files that where RecordDecl or CXXRecordDecl was constructed, always with an argument of 'NULL' for the previous declaration. by Ted Kremenek · 16 years ago
  91. c67876d NeXT: Emit lazy reference to Protocol class for forward protocol by Daniel Dunbar · 16 years ago
  92. e66f4e3 Fix ObjCPropertRefExpr to be able to encode all the information for by Daniel Dunbar · 16 years ago
  93. 2abd89c Handle mutation while enumerating correctly. Fix some bugs. by Anders Carlsson · 16 years ago
  94. 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  95. 19cd87e Refactor handling of calls: by Daniel Dunbar · 16 years ago
  96. 662174c8 Downgrade a number of FIXME asserts to ErrorUnsupported. - Notably VLAs by Daniel Dunbar · 16 years ago
  97. c56f34a NeXT: Emit mostly-correct property type encoding. by Daniel Dunbar · 16 years ago
  98. ae226fa NeXT: Refactor protocol method metadata emission. by Daniel Dunbar · 16 years ago
  99. 86e2f40 NeXT: Emit correct properties for category. by Daniel Dunbar · 16 years ago
  100. c45ef60 NeXT: Emit metadata for synthetsized properties. by Daniel Dunbar · 16 years ago