1. 45012a7 objc2's ir-gen for nonfragile ivar access. by Fariborz Jahanian · 16 years ago
  2. 541b63b Thread CGFunctionInfo construction through CodeGenTypes. by Daniel Dunbar · 16 years ago
  3. 88b5396 More ABI API cleanup. by Daniel Dunbar · 16 years ago
  4. bb36d33 ABI handling API changes. by Daniel Dunbar · 16 years ago
  5. 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
  6. f479cea Attempt to unbreak Windows build. by Daniel Dunbar · 16 years ago
  7. f185319 Fix some unused variable, control reaches end of non-void function, by Daniel Dunbar · 16 years ago
  8. 489034c Fix a misleading comment. by Steve Naroff · 16 years ago
  9. 679a502 This patch fixes the code gen failures which was a fallout from by Fariborz Jahanian · 16 years ago
  10. 57966fc assert if attempting to code gen. a property setter/getter by Fariborz Jahanian · 16 years ago
  11. f0906c4 Couple of code gen. fixes in ObjC's colection-statement. Hard by Fariborz Jahanian · 16 years ago
  12. efc4c4b Removed a slot in ObjCMemRegExpr used in code gen which did not belong there. by Fariborz Jahanian · 16 years ago
  13. fd64bb6 Code gen. for ivar references; including bitfield ivars. by Fariborz Jahanian · 16 years ago
  14. e21269b Store the size of the EH stack inside each BreakContinue struct so we know when a break/continue won't cross a try block. by Anders Carlsson · 16 years ago
  15. aaa63a7 Patch for ObjCIvarRefExpr containing the field by Fariborz Jahanian · 16 years ago
  16. fef30b5 Support for implementation of property in the case where by Fariborz Jahanian · 16 years ago
  17. 447d7ae Change condition under which 'retain'/'copy' are directly evaluated. by Fariborz Jahanian · 16 years ago
  18. 6010bca Code gen for aggregate-valued properties and a test case. by Fariborz Jahanian · 16 years ago
  19. 71fcec9 Fix 80-col violations. by Daniel Dunbar · 16 years ago
  20. 43f4470 Implemented ir-gen for 'implicit' properties using the new AST nodes. by Fariborz Jahanian · 16 years ago
  21. 5daf570 New AST node to access "implicit" setter/getter using property dor syntax. by Fariborz Jahanian · 16 years ago
  22. bd71be4 Consolidated @try and @synchronize into a single code gen. method. by Fariborz Jahanian · 16 years ago
  23. 92e62b0 Rename IdentifierInfo::isName to ::isStr. Use a nifty trick by Chris Lattner · 16 years ago
  24. f089551 fix save-o by Chris Lattner · 16 years ago
  25. 8657322 simplify by Chris Lattner · 16 years ago
  26. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  27. 10cac6f Start implementing support for @synchonized with the darwin ObjC API. by Chris Lattner · 16 years ago
  28. a448fb2 Rework IRgen invariant w.r.t. current insert point. by Daniel Dunbar · 16 years ago
  29. 55e8742 Centralize basic block creation in CodeGenFunction::createBasicBlock. by Daniel Dunbar · 16 years ago
  30. cd9b46e Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr by Douglas Gregor · 16 years ago
  31. 2284ac9 Debug info bug fix, function start wasn't getting generated correctly by Daniel Dunbar · 16 years ago
  32. 3304e55 silence release-assert warnings. by Chris Lattner · 16 years ago
  33. 39741ce Use DeclStmt::getSolitaryDecl() instead of DeclStmt::getDecl() when processing the Decl of an Objective-C foreach statement. by Ted Kremenek · 16 years ago
  34. 86957eb Implement Obj-C synthesized setters for copy / retain. by Daniel Dunbar · 16 years ago
  35. c1cf4a5 Implement Obj-C getter synthesis for copy and retain. by Daniel Dunbar · 16 years ago
  36. dde0a94 Make sure to store the exception in the catch parameter. by Anders Carlsson · 16 years ago
  37. 1452f55 Make sure to emit the catch parameter as well as the catch body. by Anders Carlsson · 16 years ago
  38. 7c08651 Factor CodeGenFunction::StartFunction out of GenerateCode and StartObjCMethod. by Daniel Dunbar · 16 years ago
  39. 5ca2084 Use a unified return block. by Daniel Dunbar · 16 years ago
  40. 64d5d6c Move handling of @try and @throw to the runtime class. by Anders Carlsson · 16 years ago
  41. 46f45b9 Change CodeGen to emit calls using (RValue,Type) list: by Daniel Dunbar · 16 years ago
  42. f80519b Set function attributes (sext, zext, etc.) on Objective-C methods. by Daniel Dunbar · 16 years ago
  43. fe2b2c0 Fix infinite loop in for ... in code generation. by Daniel Dunbar · 16 years ago
  44. e66f4e3 Fix ObjCPropertRefExpr to be able to encode all the information for by Daniel Dunbar · 16 years ago
  45. 2abd89c Handle mutation while enumerating correctly. Fix some bugs. by Anders Carlsson · 16 years ago
  46. f484c31 Initial support for CodeGen of for ... in statements. by Anders Carlsson · 16 years ago
  47. 3d8400d Stub out CodeGenFunction::EmitObjCForCollectionStmt. by Anders Carlsson · 16 years ago
  48. 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  49. 19cd87e Refactor handling of calls: by Daniel Dunbar · 16 years ago
  50. 85c59ed Add special "property reference" CodeGen::LValue type for emitting by Daniel Dunbar · 16 years ago
  51. 9c3fc70 Initial support for Obj-C dot-syntax for getters. by Daniel Dunbar · 16 years ago
  52. af05bb9 Objective-C @synthesize support. by Daniel Dunbar · 16 years ago
  53. f56f191 Fix Obj-C super sends inside class methods. by Daniel Dunbar · 16 years ago
  54. 8f2926b Trim CGObjCRuntime::GenerateMessageSend[Super] by Daniel Dunbar · 16 years ago
  55. ed7c618 Move all Obj-C runtime interaction into CodeGenFunction. by Daniel Dunbar · 16 years ago
  56. b7ec246 Add NeXT runtime support for generating methods. by Daniel Dunbar · 16 years ago
  57. ddb2a3d Change ObjCRuntime::LookupClass -> GetClass, and now takes the by Daniel Dunbar · 16 years ago
  58. 7ded7f4 Change CGObjCRuntime methods to take appropriate clang Decls. by Daniel Dunbar · 16 years ago
  59. 6143293 Add GetAddrOfConstantCString method by Daniel Dunbar · 16 years ago
  60. 2bedbf8 Drop Sender from GenerateMessageSend* by Daniel Dunbar · 16 years ago
  61. bbce49b Add ObjC constant string support for NeXT. by Daniel Dunbar · 16 years ago
  62. 208ff5e Change CodeGenModule to only create ObjC runtime for ObjC files by Daniel Dunbar · 16 years ago
  63. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  64. c4a1dea More #include cleaning by Daniel Dunbar · 16 years ago
  65. d9f6910 rename PreDefinedExpr -> PredefinedExpr by Chris Lattner · 16 years ago
  66. 9384c76 avoid a lot of unneeded selector processing work by passing around by Chris Lattner · 16 years ago
  67. 42ba3e7 use cheaper/simpler getselector call for @selector exprs. by Chris Lattner · 16 years ago
  68. 8e67b63 start avoid doing lots of unneeded work handling selectors by Chris Lattner · 16 years ago
  69. 630404b Fix 80 col violations, assert on assumptions. by Chris Lattner · 16 years ago
  70. 8fdf328 "Support for Objective-C message sends which return structures. Also includes a small fix for constant string handling that should have been in the last patch (sorry!) and a hook for generating selectors (rest of this implementation to follow in the next patch)." by Chris Lattner · 16 years ago
  71. 4111024 Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. by Chris Lattner · 16 years ago
  72. f494b57 - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h by Steve Naroff · 16 years ago
  73. 2979ec7 The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, once by Ted Kremenek · 16 years ago
  74. 391d77a Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 17 years ago
  75. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from CodeGen/CGObjC.cpp]
  76. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  77. 7f02f72 completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. by Chris Lattner · 17 years ago
  78. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago