1. 15bd588 Variation of objc_copyStruct API generation when by Fariborz Jahanian · 14 years ago
  2. b21b1c9 Remove this test for now until I can figure out by Fariborz Jahanian · 14 years ago
  3. 984152f Modify test to be darwin specific. by Fariborz Jahanian · 14 years ago
  4. 0b2bd47 Add support for objc_copyStruct to enforce by Fariborz Jahanian · 14 years ago
  5. a7a98c9 fix PR6819 by Chris Lattner · 14 years ago
  6. cf7cfe8 fix this test. by Chris Lattner · 14 years ago
  7. 3023747 xfail this test for now. by Chris Lattner · 14 years ago
  8. 00e2c63 fix an invalid use of super, you can't use super like this in a block! by Chris Lattner · 14 years ago
  9. 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 14 years ago
  10. 4800ea6 Emit debug info for objc getters and setters. by Devang Patel · 14 years ago
  11. 1b23fe6 Fix a code gen. bug involving generation of getter method by Fariborz Jahanian · 14 years ago
  12. 707ea28 Code gen for compound assignment of complex by Fariborz Jahanian · 14 years ago
  13. dfb1eb2 Patch to implement code gen. use of compound assignent on by Fariborz Jahanian · 14 years ago
  14. fda0558 Test for my last patch. by Fariborz Jahanian · 14 years ago
  15. 9f3e6a5 Fix the test some more. by Fariborz Jahanian · 14 years ago
  16. a4c779e See if this test makes it though buildbot. by Fariborz Jahanian · 14 years ago
  17. af652fa Reverse the code gen. enabled part of test until I can figure out by Fariborz Jahanian · 14 years ago
  18. 40ac517 Code gen test for a previous patch for radar 7709015 by Fariborz Jahanian · 14 years ago
  19. 9f9efe6 Fix code gen bug generating code for ((id)cat)->isa. Fixes radar 7709015. by Fariborz Jahanian · 14 years ago
  20. 0b0ef0a Canonicalize parameter and return types before computing ABI info. Eliminates by John McCall · 14 years ago
  21. 170e41d Remove this test for now. by Fariborz Jahanian · 15 years ago
  22. ce05bcf XFAIL until I can fugure out how test check for a pattern when by Fariborz Jahanian · 15 years ago
  23. 11062e1 Patch removes IVars list from ObjCInterfaceDecl and by Fariborz Jahanian · 15 years ago
  24. cdbf367 Hopefully make buildbot happy. by Fariborz Jahanian · 15 years ago
  25. 0b63ba4 Patch to remove arbitrary imporation of 'self' into by Fariborz Jahanian · 15 years ago
  26. 263c4de Generate the objc_read_weak API when calling by Fariborz Jahanian · 15 years ago
  27. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 15 years ago
  28. 5ed676c Fix a code gen bug accessing 'isa' field via a message call by Fariborz Jahanian · 15 years ago
  29. 2f764f1 Fix DeclContext of an objective-c @catch variable by Fariborz Jahanian · 15 years ago
  30. 2feefe8 NeXT: Add support for -fobjc-legacy-dispatch. by Daniel Dunbar · 15 years ago
  31. 21ae319 Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) triple instead of keying off architecture. Also, fix version define to properly include the revision/micro component of the version number. by Daniel Dunbar · 15 years ago
  32. 3db9eb1 merge another one in. by Chris Lattner · 15 years ago
  33. 9712e0b consolidate two testcases. by Chris Lattner · 15 years ago
  34. 165714e fix rdar://7556129 a crash in blocks debug info codegen. by Chris Lattner · 15 years ago
  35. d2490a9 Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us halfway towards fixing PR5824. by Anders Carlsson · 15 years ago
  36. 25c92e6 Add a test for x86-64 struct returns under gc. by Anders Carlsson · 15 years ago
  37. 3b29901 Testcase fixes to reflect instruction table changes in the LLVM backend by Sean Callanan · 15 years ago
  38. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  39. a7fa7cd Fixes a code gen bug related to accessing a now by Fariborz Jahanian · 15 years ago
  40. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  41. 42f8d00 Make test more generic. by Fariborz Jahanian · 15 years ago
  42. 8c89ff9 Patch to fix 32-bit @try failure with internal assertion when compiling by Fariborz Jahanian · 15 years ago
  43. 1e46439 Make test pass in all cases. by Fariborz Jahanian · 15 years ago
  44. fded62e Fixes an incomplete test case. by Fariborz Jahanian · 15 years ago
  45. 8604fae Tests use the new clang. by Fariborz Jahanian · 15 years ago
  46. 8ec2d4a Use clang -cc1 in test, to improve determinism. by Daniel Dunbar · 15 years ago
  47. 191dcd7 patch to add a property from a protocol to a class that adopts the protocol. by Fariborz Jahanian · 15 years ago
  48. 820bca4 Code gen for ObjCIsaExpr AST used as lvalue. (fixes radar 7457534). by Fariborz Jahanian · 15 years ago
  49. 83dc325 Codegen. support for ObjCIsaExpr AST which until now by Fariborz Jahanian · 15 years ago
  50. 0e93d25 (objc2 nonfragile-abi specific). If the translation unit includes an implementation by Fariborz Jahanian · 15 years ago
  51. 8d2c0a9 Fix a crash when ivar type is a __strong SEL. Fallout from by Fariborz Jahanian · 15 years ago
  52. 63db522 Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibility, and -fconstant-string-class. by Daniel Dunbar · 15 years ago
  53. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  54. 369a3bd Allow user re-definition of SEL as well as accessing its fields. by Fariborz Jahanian · 15 years ago
  55. 60bce3e Fixe a crash in encoding of SEL type caused by recent changes. by Fariborz Jahanian · 15 years ago
  56. 11e6b0a Test case for bug fixed in r89457. by David Chisnall · 15 years ago
  57. 13dcd00 This patch implements objective-c's 'SEL' type as a built-in by Fariborz Jahanian · 15 years ago
  58. 269f8bc This patch finalizes implementatin of weak_import by Fariborz Jahanian · 15 years ago
  59. 2ca2429 ... and add back a few more triple forces. by Daniel Dunbar · 15 years ago
  60. d71b641 Add some -triples I was a little too liberal in removing. by Daniel Dunbar · 15 years ago
  61. 3332646 Merge several visibility tests into hidden-visibility.m, and check .ll output by Daniel Dunbar · 15 years ago
  62. ca74ae7 Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, instead of forcing the triple. by Daniel Dunbar · 15 years ago
  63. 23afaad Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. by Daniel Dunbar · 15 years ago
  64. c5a97ec Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 15 years ago
  65. 63e963c Handle case of missing '@end' in implementation context by Fariborz Jahanian · 15 years ago
  66. b0069ee Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending by Fariborz Jahanian · 15 years ago
  67. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  68. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  69. d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
  70. 27d20a2 Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating meta-data for a class. by Steve Naroff · 15 years ago
  71. 45e8423 Fix crash when synthesizing property setters when the property type and ivar by Daniel Dunbar · 15 years ago
  72. 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
  73. f7bcc7e Generate weak read barriers when reading a weak __block by Fariborz Jahanian · 15 years ago
  74. 76bee4b Speed up testing by avoiding stdio.h, also helps testing on windows. by Mike Stump · 15 years ago
  75. 339798e Patch to implement Protocols on class extensions. by Fariborz Jahanian · 15 years ago
  76. 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
  77. 5b3a2fc Use ABIArgInfo::getDirect() for all types that have a pointer representation. by Anders Carlsson · 15 years ago
  78. d520253 Add a reduced test case for the weak ivar infinite recursion. by John McCall · 15 years ago
  79. 718bb48 Force triple in test. by Daniel Dunbar · 15 years ago
  80. a626b01 Add test case for PR4894 (it was fixed in LLVM). by Daniel Dunbar · 15 years ago
  81. b924259 Removed -fobjc-newgc-api option. clang now conforms to by Fariborz Jahanian · 15 years ago
  82. 90b4fd4 -fobjc-newgc-api is now the default. by Fariborz Jahanian · 15 years ago
  83. fd02ed7 Miscellanous fixes in generatation of objc gc's write-barriers. by Fariborz Jahanian · 15 years ago
  84. 240592c Force a triple. by Daniel Dunbar · 15 years ago
  85. 1c1afc4 Fixed a bug in generation of the new write-barriers when by Fariborz Jahanian · 15 years ago
  86. 501d8a6 Force triple for tests using __strong. by Daniel Dunbar · 15 years ago
  87. 6793966 IRgen/ObjC: Correctly construct the function info for variadic message sends. by Daniel Dunbar · 15 years ago
  88. c8930d6 Force triple, although probably the real fix is to tie __strong to -fobjc-gc. by Daniel Dunbar · 15 years ago
  89. f08bf1f Removed useless stuff from the test. by Fariborz Jahanian · 15 years ago
  90. 2db213d More test for objc gc's mixed write-barriers. by Fariborz Jahanian · 15 years ago
  91. f177a8d Additional tests for write-bariers. by Fariborz Jahanian · 15 years ago
  92. b9e28fa Test for variety of write-barriers. by Fariborz Jahanian · 15 years ago
  93. dbf3cfd patch for generating objc'2 objc_assign_ivar. WIP. by Fariborz Jahanian · 15 years ago
  94. b123ea3 Starting patch to generate more specific API for objc's by Fariborz Jahanian · 15 years ago
  95. 59a53fa Do not generate write-barrier in indirect assignment to a weak object. by Fariborz Jahanian · 15 years ago
  96. bbece57 Force triple to avoid spurious differences due to runtime choice. by Daniel Dunbar · 15 years ago
  97. 75212ee Fix a regression where write-barrier was not being generated for block pointer. by Fariborz Jahanian · 15 years ago
  98. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  99. 7f4f86a More objc GC's API work for array of pointers declared as __strong. by Fariborz Jahanian · 15 years ago
  100. ac423ba Fixes a regression in generating objc's GC API by Fariborz Jahanian · 15 years ago