1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. 42f8d00 Make test more generic. by Fariborz Jahanian · 15 years ago
  3. 8c89ff9 Patch to fix 32-bit @try failure with internal assertion when compiling by Fariborz Jahanian · 15 years ago
  4. 1e46439 Make test pass in all cases. by Fariborz Jahanian · 15 years ago
  5. fded62e Fixes an incomplete test case. by Fariborz Jahanian · 15 years ago
  6. 8604fae Tests use the new clang. by Fariborz Jahanian · 15 years ago
  7. 8ec2d4a Use clang -cc1 in test, to improve determinism. by Daniel Dunbar · 15 years ago
  8. 191dcd7 patch to add a property from a protocol to a class that adopts the protocol. by Fariborz Jahanian · 15 years ago
  9. 820bca4 Code gen for ObjCIsaExpr AST used as lvalue. (fixes radar 7457534). by Fariborz Jahanian · 15 years ago
  10. 83dc325 Codegen. support for ObjCIsaExpr AST which until now by Fariborz Jahanian · 15 years ago
  11. 0e93d25 (objc2 nonfragile-abi specific). If the translation unit includes an implementation by Fariborz Jahanian · 15 years ago
  12. 8d2c0a9 Fix a crash when ivar type is a __strong SEL. Fallout from by Fariborz Jahanian · 15 years ago
  13. 63db522 Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibility, and -fconstant-string-class. by Daniel Dunbar · 15 years ago
  14. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  15. 369a3bd Allow user re-definition of SEL as well as accessing its fields. by Fariborz Jahanian · 15 years ago
  16. 60bce3e Fixe a crash in encoding of SEL type caused by recent changes. by Fariborz Jahanian · 15 years ago
  17. 11e6b0a Test case for bug fixed in r89457. by David Chisnall · 15 years ago
  18. 13dcd00 This patch implements objective-c's 'SEL' type as a built-in by Fariborz Jahanian · 15 years ago
  19. 269f8bc This patch finalizes implementatin of weak_import by Fariborz Jahanian · 15 years ago
  20. 2ca2429 ... and add back a few more triple forces. by Daniel Dunbar · 15 years ago
  21. d71b641 Add some -triples I was a little too liberal in removing. by Daniel Dunbar · 15 years ago
  22. 3332646 Merge several visibility tests into hidden-visibility.m, and check .ll output by Daniel Dunbar · 15 years ago
  23. 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
  24. 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
  25. c5a97ec Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 15 years ago
  26. 63e963c Handle case of missing '@end' in implementation context by Fariborz Jahanian · 15 years ago
  27. b0069ee Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending by Fariborz Jahanian · 15 years ago
  28. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  29. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  30. d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
  31. 27d20a2 Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating meta-data for a class. by Steve Naroff · 15 years ago
  32. 45e8423 Fix crash when synthesizing property setters when the property type and ivar by Daniel Dunbar · 15 years ago
  33. 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
  34. f7bcc7e Generate weak read barriers when reading a weak __block by Fariborz Jahanian · 15 years ago
  35. 76bee4b Speed up testing by avoiding stdio.h, also helps testing on windows. by Mike Stump · 15 years ago
  36. 339798e Patch to implement Protocols on class extensions. by Fariborz Jahanian · 15 years ago
  37. 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
  38. 5b3a2fc Use ABIArgInfo::getDirect() for all types that have a pointer representation. by Anders Carlsson · 15 years ago
  39. d520253 Add a reduced test case for the weak ivar infinite recursion. by John McCall · 15 years ago
  40. 718bb48 Force triple in test. by Daniel Dunbar · 15 years ago
  41. a626b01 Add test case for PR4894 (it was fixed in LLVM). by Daniel Dunbar · 15 years ago
  42. b924259 Removed -fobjc-newgc-api option. clang now conforms to by Fariborz Jahanian · 15 years ago
  43. 90b4fd4 -fobjc-newgc-api is now the default. by Fariborz Jahanian · 15 years ago
  44. fd02ed7 Miscellanous fixes in generatation of objc gc's write-barriers. by Fariborz Jahanian · 15 years ago
  45. 240592c Force a triple. by Daniel Dunbar · 15 years ago
  46. 1c1afc4 Fixed a bug in generation of the new write-barriers when by Fariborz Jahanian · 15 years ago
  47. 501d8a6 Force triple for tests using __strong. by Daniel Dunbar · 15 years ago
  48. 6793966 IRgen/ObjC: Correctly construct the function info for variadic message sends. by Daniel Dunbar · 15 years ago
  49. c8930d6 Force triple, although probably the real fix is to tie __strong to -fobjc-gc. by Daniel Dunbar · 15 years ago
  50. f08bf1f Removed useless stuff from the test. by Fariborz Jahanian · 15 years ago
  51. 2db213d More test for objc gc's mixed write-barriers. by Fariborz Jahanian · 15 years ago
  52. f177a8d Additional tests for write-bariers. by Fariborz Jahanian · 15 years ago
  53. b9e28fa Test for variety of write-barriers. by Fariborz Jahanian · 15 years ago
  54. dbf3cfd patch for generating objc'2 objc_assign_ivar. WIP. by Fariborz Jahanian · 15 years ago
  55. b123ea3 Starting patch to generate more specific API for objc's by Fariborz Jahanian · 15 years ago
  56. 59a53fa Do not generate write-barrier in indirect assignment to a weak object. by Fariborz Jahanian · 15 years ago
  57. bbece57 Force triple to avoid spurious differences due to runtime choice. by Daniel Dunbar · 15 years ago
  58. 75212ee Fix a regression where write-barrier was not being generated for block pointer. by Fariborz Jahanian · 15 years ago
  59. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  60. 7f4f86a More objc GC's API work for array of pointers declared as __strong. by Fariborz Jahanian · 15 years ago
  61. ac423ba Fixes a regression in generating objc's GC API by Fariborz Jahanian · 15 years ago
  62. 3a082d8 Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
  63. 8fc85c4 Test for generation of objc_assign_strongCast in a variety of situations. by Fariborz Jahanian · 15 years ago
  64. d2e1eb0 Fixed a property getter ir-gen crash. by Fariborz Jahanian · 15 years ago
  65. 08c3213 Re-implemented generation of objc_memmove_collectable by Fariborz Jahanian · 15 years ago
  66. 8a5a9aa Updated GNU runtime non-fragile ABI. by David Chisnall · 15 years ago
  67. 53ca798 Test case for r79968 (courtesy of Anders). by Fariborz Jahanian · 15 years ago
  68. 80f01ba Remove a test that relies on old debug info format. by Devang Patel · 15 years ago
  69. 6d9eae6 Remove ivarlayout bitmap optimization, instead if all zeros, by Fariborz Jahanian · 15 years ago
  70. d3afba8 Fix some made up triples. by Daniel Dunbar · 15 years ago
  71. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  72. fc514ab Don't use getLLVMFieldNo for bitfields when constructing the ivar layout maps for GC. by Anders Carlsson · 15 years ago
  73. 9533a7f Fix a couple recent ABI regressions noticed during code review (fallout from the ObjC type system rewrite). by Steve Naroff · 15 years ago
  74. 6303891 Prep for new warning. by Mike Stump · 15 years ago
  75. 6133c12 Remove a file from the test directory that was added by mistake. by Argyrios Kyrtzidis · 15 years ago
  76. 3e8efd9 Use temporary output to avoid running index-test with the same commands multiple times. by Argyrios Kyrtzidis · 15 years ago
  77. fb89cf0 Fix RUN line to not litter the test directory. by Sebastian Redl · 15 years ago
  78. 62a11a7 ir-gen for --/++ operators of objc object pointers in 32bit abi. by Fariborz Jahanian · 15 years ago
  79. 9396945 Enable. Now the LLVM dwarfwriter does not print extra '1' prefix in symbol names (rev. 75875) by Devang Patel · 15 years ago
  80. 6dba432 Revert 75648 for now. It is causing test failures. by Devang Patel · 15 years ago
  81. 61b5f3e Use LLVM mangler to get mangled name for debug info entry. by Devang Patel · 15 years ago
  82. 9df4bb3 Update debug info generation for ObjCObjectPointer changes. by Daniel Dunbar · 15 years ago
  83. 66ad201 I just revertd llvm patch. by Devang Patel · 15 years ago
  84. d79b1bc New testcase for rev 75503. by Devang Patel · 15 years ago
  85. fe09eab Update debug info type cache after fwd decl is replaced by real decl. by Devang Patel · 15 years ago
  86. c966cf1 Force NeXT runtime for this test. by Daniel Dunbar · 15 years ago
  87. 28e4780 Fix type conversion of ObjCObjectPointerType. by Daniel Dunbar · 15 years ago
  88. c1ab900 Generate correct prototype for objc_enumerationMutation. by Daniel Dunbar · 15 years ago
  89. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  90. 643b7df Patch adds test to my previous patch for assigning to by Fariborz Jahanian · 15 years ago
  91. c38e9af Patch fixes an obscure bug when 'used' attribute is applied to by Fariborz Jahanian · 15 years ago
  92. 4e36cca Test modification. Patch by Jean-Daniel Dupas by Fariborz Jahanian · 15 years ago
  93. 4127fcc Don't include system headers when overriding triple. by Daniel Dunbar · 15 years ago
  94. 2a0f409 Force Obj-C runtime version for this test by Daniel Dunbar · 15 years ago
  95. 42f963d Support complex properties, ivars and message expressions. by Daniel Dunbar · 15 years ago
  96. 3899a7f As an optimization, we maintain a cache of generated by Mike Stump · 15 years ago
  97. 4027cd1 Place the GC attribute on the same relative pointer by Fariborz Jahanian · 15 years ago
  98. 102e390 A corner case of objc2 gc's write-barrier generation for the Next runtime. by Fariborz Jahanian · 15 years ago
  99. 6c9b315 Fixed a test case which I am to blame for making it not runaable. by Fariborz Jahanian · 15 years ago
  100. 14674ff No write-barrier for initializations. by Fariborz Jahanian · 15 years ago