1. b0069ee Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending by Fariborz Jahanian · 15 years ago
  2. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  3. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  4. d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
  5. 27d20a2 Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating meta-data for a class. by Steve Naroff · 15 years ago
  6. 45e8423 Fix crash when synthesizing property setters when the property type and ivar by Daniel Dunbar · 15 years ago
  7. 72ad5f5 Disable tests that check debug info intrinsic. This does not work if debug info intrinsics are not used to encode debug info. by Devang Patel · 15 years ago
  8. f7bcc7e Generate weak read barriers when reading a weak __block by Fariborz Jahanian · 15 years ago
  9. 76bee4b Speed up testing by avoiding stdio.h, also helps testing on windows. by Mike Stump · 15 years ago
  10. 339798e Patch to implement Protocols on class extensions. by Fariborz Jahanian · 15 years ago
  11. 75b08f1 <rdar://problem/7263113> Make clang produce gcc's objc_assign_StrongCast as a result of type-cast of an ivar in assignment. by Fariborz Jahanian · 15 years ago
  12. 5b3a2fc Use ABIArgInfo::getDirect() for all types that have a pointer representation. by Anders Carlsson · 15 years ago
  13. d520253 Add a reduced test case for the weak ivar infinite recursion. by John McCall · 15 years ago
  14. 718bb48 Force triple in test. by Daniel Dunbar · 15 years ago
  15. a626b01 Add test case for PR4894 (it was fixed in LLVM). by Daniel Dunbar · 15 years ago
  16. b924259 Removed -fobjc-newgc-api option. clang now conforms to by Fariborz Jahanian · 15 years ago
  17. 90b4fd4 -fobjc-newgc-api is now the default. by Fariborz Jahanian · 15 years ago
  18. fd02ed7 Miscellanous fixes in generatation of objc gc's write-barriers. by Fariborz Jahanian · 15 years ago
  19. 240592c Force a triple. by Daniel Dunbar · 15 years ago
  20. 1c1afc4 Fixed a bug in generation of the new write-barriers when by Fariborz Jahanian · 15 years ago
  21. 501d8a6 Force triple for tests using __strong. by Daniel Dunbar · 15 years ago
  22. 6793966 IRgen/ObjC: Correctly construct the function info for variadic message sends. by Daniel Dunbar · 15 years ago
  23. c8930d6 Force triple, although probably the real fix is to tie __strong to -fobjc-gc. by Daniel Dunbar · 15 years ago
  24. f08bf1f Removed useless stuff from the test. by Fariborz Jahanian · 15 years ago
  25. 2db213d More test for objc gc's mixed write-barriers. by Fariborz Jahanian · 15 years ago
  26. f177a8d Additional tests for write-bariers. by Fariborz Jahanian · 15 years ago
  27. b9e28fa Test for variety of write-barriers. by Fariborz Jahanian · 15 years ago
  28. dbf3cfd patch for generating objc'2 objc_assign_ivar. WIP. by Fariborz Jahanian · 15 years ago
  29. b123ea3 Starting patch to generate more specific API for objc's by Fariborz Jahanian · 15 years ago
  30. 59a53fa Do not generate write-barrier in indirect assignment to a weak object. by Fariborz Jahanian · 15 years ago
  31. bbece57 Force triple to avoid spurious differences due to runtime choice. by Daniel Dunbar · 15 years ago
  32. 75212ee Fix a regression where write-barrier was not being generated for block pointer. by Fariborz Jahanian · 15 years ago
  33. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  34. 7f4f86a More objc GC's API work for array of pointers declared as __strong. by Fariborz Jahanian · 15 years ago
  35. ac423ba Fixes a regression in generating objc's GC API by Fariborz Jahanian · 15 years ago
  36. 3a082d8 Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
  37. 8fc85c4 Test for generation of objc_assign_strongCast in a variety of situations. by Fariborz Jahanian · 15 years ago
  38. d2e1eb0 Fixed a property getter ir-gen crash. by Fariborz Jahanian · 15 years ago
  39. 08c3213 Re-implemented generation of objc_memmove_collectable by Fariborz Jahanian · 15 years ago
  40. 8a5a9aa Updated GNU runtime non-fragile ABI. by David Chisnall · 15 years ago
  41. 53ca798 Test case for r79968 (courtesy of Anders). by Fariborz Jahanian · 15 years ago
  42. 80f01ba Remove a test that relies on old debug info format. by Devang Patel · 15 years ago
  43. 6d9eae6 Remove ivarlayout bitmap optimization, instead if all zeros, by Fariborz Jahanian · 15 years ago
  44. d3afba8 Fix some made up triples. by Daniel Dunbar · 15 years ago
  45. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  46. fc514ab Don't use getLLVMFieldNo for bitfields when constructing the ivar layout maps for GC. by Anders Carlsson · 15 years ago
  47. 9533a7f Fix a couple recent ABI regressions noticed during code review (fallout from the ObjC type system rewrite). by Steve Naroff · 15 years ago
  48. 6303891 Prep for new warning. by Mike Stump · 15 years ago
  49. 6133c12 Remove a file from the test directory that was added by mistake. by Argyrios Kyrtzidis · 15 years ago
  50. 3e8efd9 Use temporary output to avoid running index-test with the same commands multiple times. by Argyrios Kyrtzidis · 15 years ago
  51. fb89cf0 Fix RUN line to not litter the test directory. by Sebastian Redl · 15 years ago
  52. 62a11a7 ir-gen for --/++ operators of objc object pointers in 32bit abi. by Fariborz Jahanian · 15 years ago
  53. 9396945 Enable. Now the LLVM dwarfwriter does not print extra '1' prefix in symbol names (rev. 75875) by Devang Patel · 15 years ago
  54. 6dba432 Revert 75648 for now. It is causing test failures. by Devang Patel · 15 years ago
  55. 61b5f3e Use LLVM mangler to get mangled name for debug info entry. by Devang Patel · 15 years ago
  56. 9df4bb3 Update debug info generation for ObjCObjectPointer changes. by Daniel Dunbar · 15 years ago
  57. 66ad201 I just revertd llvm patch. by Devang Patel · 15 years ago
  58. d79b1bc New testcase for rev 75503. by Devang Patel · 15 years ago
  59. fe09eab Update debug info type cache after fwd decl is replaced by real decl. by Devang Patel · 15 years ago
  60. c966cf1 Force NeXT runtime for this test. by Daniel Dunbar · 15 years ago
  61. 28e4780 Fix type conversion of ObjCObjectPointerType. by Daniel Dunbar · 15 years ago
  62. c1ab900 Generate correct prototype for objc_enumerationMutation. by Daniel Dunbar · 15 years ago
  63. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  64. 643b7df Patch adds test to my previous patch for assigning to by Fariborz Jahanian · 15 years ago
  65. c38e9af Patch fixes an obscure bug when 'used' attribute is applied to by Fariborz Jahanian · 15 years ago
  66. 4e36cca Test modification. Patch by Jean-Daniel Dupas by Fariborz Jahanian · 15 years ago
  67. 4127fcc Don't include system headers when overriding triple. by Daniel Dunbar · 15 years ago
  68. 2a0f409 Force Obj-C runtime version for this test by Daniel Dunbar · 15 years ago
  69. 42f963d Support complex properties, ivars and message expressions. by Daniel Dunbar · 15 years ago
  70. 3899a7f As an optimization, we maintain a cache of generated by Mike Stump · 15 years ago
  71. 4027cd1 Place the GC attribute on the same relative pointer by Fariborz Jahanian · 15 years ago
  72. 102e390 A corner case of objc2 gc's write-barrier generation for the Next runtime. by Fariborz Jahanian · 15 years ago
  73. 6c9b315 Fixed a test case which I am to blame for making it not runaable. by Fariborz Jahanian · 15 years ago
  74. 14674ff No write-barrier for initializations. by Fariborz Jahanian · 15 years ago
  75. 37530fc Test for David Chisnall's -fobjc-sender-dependent-dispatch patch. by Fariborz Jahanian · 15 years ago
  76. e226534 Initialize Obj-C GC attributes when emitting BlockDeclRefExprs. by Daniel Dunbar · 15 years ago
  77. d86d336 Debug info: Initialize runtime language field correctly for Objective-C by Daniel Dunbar · 15 years ago
  78. 85a3b03 Improve test case a wee bit by Daniel Dunbar · 15 years ago
  79. 74d4b12 Classes with "+load" methods need to go in the non-lazy class list (or by Daniel Dunbar · 15 years ago
  80. 49f59ec Skip the asm prefix when storing the name in block info. by Daniel Dunbar · 15 years ago
  81. bbd53af We need to specify the "linkage name" to the subprogram now that we by Daniel Dunbar · 15 years ago
  82. a289393 Make sure not to include the LLVM asm prefix in function names for debug info. by Daniel Dunbar · 15 years ago
  83. 9820074 Patch to implement ivar synthesis of properties declared in protocols by Fariborz Jahanian · 15 years ago
  84. d0f8a8d Patch to allow Nonfragile ABI to use 32-bit style legacy by Fariborz Jahanian · 15 years ago
  85. 913af35 Remove -fobjc-tight-layout, seems to work! by Daniel Dunbar · 15 years ago
  86. 06b8912 Fixes a bug for objc2's gc in the presense of type-casts. by Fariborz Jahanian · 15 years ago
  87. bf63b87 Provide basic support for generation of objc2's by Fariborz Jahanian · 15 years ago
  88. 6e8575b Fix the field count in interface record layout (it was incorrectly by Daniel Dunbar · 15 years ago
  89. 31fa7d7 Adding more test to ivar-layout-64.m. by Fariborz Jahanian · 15 years ago
  90. b4c79e0 Compute interface instanceStart and instanceSize using the record by Daniel Dunbar · 15 years ago
  91. 3715328 Don't allow clients to traverse into superclass synthesized properties by Daniel Dunbar · 15 years ago
  92. 5a5a803 Use the implementation decl for looking up offset while building the by Daniel Dunbar · 15 years ago
  93. a74869c Rename test case by Daniel Dunbar · 15 years ago
  94. 5b2bad0 API for message dispatch of methods returning floats to match gcc's closely. by Fariborz Jahanian · 15 years ago
  95. 4d150c8 only support int128_t on 64-bit and larger targets. 32-bit targets don't by Chris Lattner · 15 years ago
  96. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 15 years ago
  97. 679cd7f Export lazy references of .objc_class_name of class names by Fariborz Jahanian · 15 years ago
  98. c7c11b1 rdar://6827200 - [sema] reject statically allocated arrays of interface types by Chris Lattner · 15 years ago
  99. 2a86625 Fix pointer addressing and array subscripting of Objective-C interface by Daniel Dunbar · 15 years ago
  100. 6a3b29e Add a test case for a somewhat obscure scenario. by Daniel Dunbar · 15 years ago