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