1. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  2. ad46886 Replace some constant-sized SmallVectors. by Benjamin Kramer · 14 years ago
  3. 1b23fe6 Fix a code gen. bug involving generation of getter method by Fariborz Jahanian · 14 years ago
  4. c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 14 years ago
  5. a92d613 Use getLocStart(), instead of getLocEnd(), to record starting location of objc method. :) by Devang Patel · 15 years ago
  6. 195337d IRgen: Add CreateMemTemp, for creating an temporary memory object for a particular type, and flood fill. - CreateMemTemp sets the alignment on the alloca correctly, which fixes a great many places in IRgen where we were doing the wrong thing. by Daniel Dunbar · 15 years ago
  7. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 15 years ago
  8. ea48522 IRgen: Fix some CreateTempAlloca calls to use ConvertTypeForMem when that is by Daniel Dunbar · 15 years ago
  9. 6d5a1c2 Revert "Numerous changes to selector handling:", this breaks a whole bunch of by Daniel Dunbar · 15 years ago
  10. a8fa96e Numerous changes to selector handling: by David Chisnall · 15 years ago
  11. 0d13f6f Created __builtin___NSStringMakeConstantString() builtin, which generates constant Objective-C strings. by David Chisnall · 15 years ago
  12. f3c47c9 Pass ReturnValueSlot to EmitCall. No functionality change yet. by Anders Carlsson · 15 years ago
  13. 45e8423 Fix crash when synthesizing property setters when the property type and ivar by Daniel Dunbar · 15 years ago
  14. d6c93d7 IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper. by Daniel Dunbar · 15 years ago
  15. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  16. d2e1eb0 Fixed a property getter ir-gen crash. by Fariborz Jahanian · 15 years ago
  17. 1feade8 Regularize the case and sort. by Mike Stump · 15 years ago
  18. 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
  19. d2ae5aa Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr by Fariborz Jahanian · 15 years ago
  20. 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
  21. c9c88b4 Update for LLVM API change. by Owen Anderson · 15 years ago
  22. b3589f4 Canonicalize else spacing. by Mike Stump · 15 years ago
  23. 3c4972d Update for LLVM API change. by Owen Anderson · 15 years ago
  24. 4a28d5d Update for LLVM API change. by Owen Anderson · 15 years ago
  25. a1cf15f Update for LLVM API change, and contextify a bunch of related stuff. by Owen Anderson · 15 years ago
  26. 6924382 Update for LLVM API change. by Owen Anderson · 15 years ago
  27. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  28. 6fb0aee Remove the ASTContext parameter from the getBody() methods of Decl and subclasses. by Argyrios Kyrtzidis · 15 years ago
  29. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  30. 68584ed Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. by Douglas Gregor · 15 years ago
  31. f5408fe Reflow some comments. by Mike Stump · 15 years ago
  32. df9ccc6 Patch to support Gnu runtime's typed selectors. Patch by David Chisnall. by Fariborz Jahanian · 15 years ago
  33. d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 15 years ago
  34. 16f0049 split ObjC and C++ Statements out into their own headers. by Chris Lattner · 15 years ago
  35. 7818a4d Remove unnused variable. by Daniel Dunbar · 15 years ago
  36. 525c9b7 Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things by Daniel Dunbar · 15 years ago
  37. 60952f9 Remove non-const form of lookupFieldDeclForIvar. by Daniel Dunbar · 15 years ago
  38. 131038e Use EmitCallArgs in EmitObjCMessageExpr. by Anders Carlsson · 15 years ago
  39. 7297134 FunctionDecl::getBody() is getting an ASTContext argument for use in by Douglas Gregor · 15 years ago
  40. 0e4f40e Attributes on block functions were not being set. by Daniel Dunbar · 15 years ago
  41. b11fa0d Update to use hasAttr() instead of getAttr(). - No functionality change. by Daniel Dunbar · 15 years ago
  42. 782f397 Use the new EmitCallArgs function. No indented functionality change. by Anders Carlsson · 15 years ago
  43. 33fdb73 Some "prep" work for handling ObjC @-string constants that contain UTF-8. No functionality change. by Steve Naroff · 15 years ago
  44. 7e24e82 rename some methods. by Chris Lattner · 15 years ago
  45. 74391b4 pull "runtime globals" into the same framework as other functions/global variables. by Chris Lattner · 15 years ago
  46. 6cc88f7 Fix codegen for support for super inside block literal expressions. by Mike Stump · 15 years ago
  47. f469557 More super dot-syntax property implementation by Fariborz Jahanian · 15 years ago
  48. 8e5d232 Implement ir gen. for setter/getter applied to 'super' by Fariborz Jahanian · 15 years ago
  49. 3523d4f ir-gen support for class getter/setter call using property dot-syntax. by Fariborz Jahanian · 15 years ago
  50. ed1d29d Fixed an ir-gen bug in syntheszing a getter function by Fariborz Jahanian · 16 years ago
  51. 7ce7792 Obscure code gen bug related to sending by Fariborz Jahanian · 16 years ago
  52. 1d6a451 Enable debug info emission for objc methods. by Devang Patel · 16 years ago
  53. 89951a8 remove some more methods from objc decls, using the iterator by Chris Lattner · 16 years ago
  54. e4b6d34 Start removing the old Obj-C EH stack now that the cleanup stack is used instead. by Anders Carlsson · 16 years ago
  55. 3e9da66 Ensure we track all the stack depths for all break and continue points by Mike Stump · 16 years ago
  56. 501af1f Ensure that we don't miscodegen if vlas creap into the top of the for. by Mike Stump · 16 years ago
  57. 36a2ada Fixup goto codegen in and around VLAs. by Mike Stump · 16 years ago
  58. 90350b6 Use correct signature for calling enumeration mutation function. by Daniel Dunbar · 16 years ago
  59. be395f6 Update passing of _Bool values to match what function was declared to take. by Daniel Dunbar · 16 years ago
  60. 2b2105e Use CGCall infrastructure to call enumeration mutation function. by Daniel Dunbar · 16 years ago
  61. e4be5a6 Fix return type for calls to objc_setProperty. by Daniel Dunbar · 16 years ago
  62. 45012a7 objc2's ir-gen for nonfragile ivar access. by Fariborz Jahanian · 16 years ago
  63. 541b63b Thread CGFunctionInfo construction through CodeGenTypes. by Daniel Dunbar · 16 years ago
  64. 88b5396 More ABI API cleanup. by Daniel Dunbar · 16 years ago
  65. bb36d33 ABI handling API changes. by Daniel Dunbar · 16 years ago
  66. 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
  67. f479cea Attempt to unbreak Windows build. by Daniel Dunbar · 16 years ago
  68. f185319 Fix some unused variable, control reaches end of non-void function, by Daniel Dunbar · 16 years ago
  69. 489034c Fix a misleading comment. by Steve Naroff · 16 years ago
  70. 679a502 This patch fixes the code gen failures which was a fallout from by Fariborz Jahanian · 16 years ago
  71. 57966fc assert if attempting to code gen. a property setter/getter by Fariborz Jahanian · 16 years ago
  72. f0906c4 Couple of code gen. fixes in ObjC's colection-statement. Hard by Fariborz Jahanian · 16 years ago
  73. efc4c4b Removed a slot in ObjCMemRegExpr used in code gen which did not belong there. by Fariborz Jahanian · 16 years ago
  74. fd64bb6 Code gen. for ivar references; including bitfield ivars. by Fariborz Jahanian · 16 years ago
  75. 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
  76. aaa63a7 Patch for ObjCIvarRefExpr containing the field by Fariborz Jahanian · 16 years ago
  77. fef30b5 Support for implementation of property in the case where by Fariborz Jahanian · 16 years ago
  78. 447d7ae Change condition under which 'retain'/'copy' are directly evaluated. by Fariborz Jahanian · 16 years ago
  79. 6010bca Code gen for aggregate-valued properties and a test case. by Fariborz Jahanian · 16 years ago
  80. 71fcec9 Fix 80-col violations. by Daniel Dunbar · 16 years ago
  81. 43f4470 Implemented ir-gen for 'implicit' properties using the new AST nodes. by Fariborz Jahanian · 16 years ago
  82. 5daf570 New AST node to access "implicit" setter/getter using property dor syntax. by Fariborz Jahanian · 16 years ago
  83. bd71be4 Consolidated @try and @synchronize into a single code gen. method. by Fariborz Jahanian · 16 years ago
  84. 92e62b0 Rename IdentifierInfo::isName to ::isStr. Use a nifty trick by Chris Lattner · 16 years ago
  85. f089551 fix save-o by Chris Lattner · 16 years ago
  86. 8657322 simplify by Chris Lattner · 16 years ago
  87. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  88. 10cac6f Start implementing support for @synchonized with the darwin ObjC API. by Chris Lattner · 16 years ago
  89. a448fb2 Rework IRgen invariant w.r.t. current insert point. by Daniel Dunbar · 16 years ago
  90. 55e8742 Centralize basic block creation in CodeGenFunction::createBasicBlock. by Daniel Dunbar · 16 years ago
  91. cd9b46e Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr by Douglas Gregor · 16 years ago
  92. 2284ac9 Debug info bug fix, function start wasn't getting generated correctly by Daniel Dunbar · 16 years ago
  93. 3304e55 silence release-assert warnings. by Chris Lattner · 16 years ago
  94. 39741ce Use DeclStmt::getSolitaryDecl() instead of DeclStmt::getDecl() when processing the Decl of an Objective-C foreach statement. by Ted Kremenek · 16 years ago
  95. 86957eb Implement Obj-C synthesized setters for copy / retain. by Daniel Dunbar · 16 years ago
  96. c1cf4a5 Implement Obj-C getter synthesis for copy and retain. by Daniel Dunbar · 16 years ago
  97. dde0a94 Make sure to store the exception in the catch parameter. by Anders Carlsson · 16 years ago
  98. 1452f55 Make sure to emit the catch parameter as well as the catch body. by Anders Carlsson · 16 years ago
  99. 7c08651 Factor CodeGenFunction::StartFunction out of GenerateCode and StartObjCMethod. by Daniel Dunbar · 16 years ago
  100. 5ca2084 Use a unified return block. by Daniel Dunbar · 16 years ago