1. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  2. 120bc77 IRgen: Assignment to Objective-C properties shouldn't reload the value, for by Daniel Dunbar · 14 years ago
  3. d7f7d08 IRgen: Assignment to Objective-C properties shouldn't reload the value (which by Daniel Dunbar · 14 years ago
  4. 08fd376 Trying to make BuildBot happy again (related to PR7431). by Fariborz Jahanian · 14 years ago
  5. 6afbdf5 Fixes a problem in generation of meta-data for by Fariborz Jahanian · 14 years ago
  6. cd9fb98 Attempt to fix test by Douglas Gregor · 14 years ago
  7. f28682a Test case for PR7431 by Nico Weber. by Fariborz Jahanian · 14 years ago
  8. 75d0f82 Fix tests that I missed from my previous commit. by Rafael Espindola · 14 years ago
  9. e2a901a When using property-dot assignment syntax to call a setter method, by Fariborz Jahanian · 14 years ago
  10. 19739ae Fixed a block regression caused by trying to use by Fariborz Jahanian · 14 years ago
  11. 64fd7e8 Fixed Objective-C type encoding for bitfields for the GNU runtime to match the encoding used by GCC. by David Chisnall · 14 years ago
  12. 52d0b59 Fix testsuite for blocks mangling change by Douglas Gregor · 14 years ago
  13. b4eae11 Changed test to use FileCheck. by Fariborz Jahanian · 14 years ago
  14. ee50429 Allocate space in a block record for implicit references to the Objective C by John McCall · 14 years ago
  15. 0ed5c5d Generate objc_memmove_collectable write-barrier for by Fariborz Jahanian · 14 years ago
  16. 842ddd0 Adds support for generation of objc_memmove_collectable API by Fariborz Jahanian · 14 years ago
  17. 27b7aa0 More Objective-C++ GC tests. by Fariborz Jahanian · 14 years ago
  18. a5da902 More tests for ObjC++ GC support. by Fariborz Jahanian · 14 years ago
  19. 3031c63 Correctly generate IR for ObjC messages sends to protocol-qualified types. by John McCall · 14 years ago
  20. 509d477 Implement new default property synthesis rules. Essentially, no longer by Fariborz Jahanian · 14 years ago
  21. c965449 Fix test. by Fariborz Jahanian · 14 years ago
  22. 191fdb6 tests: Avoid spurious use of /dev/null. by Daniel Dunbar · 14 years ago
  23. 258cf27 If variable location is invalid then use current location. by Devang Patel · 14 years ago
  24. 36998f5 Test case for NeXt's -fno-constant-cfstrings option. by Fariborz Jahanian · 14 years ago
  25. b19f0ac tests: Force a triple. by Daniel Dunbar · 14 years ago
  26. 4b429ae IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: by Daniel Dunbar · 14 years ago
  27. 94e67c6 tests: Convert test to FileCheck. by Daniel Dunbar · 14 years ago
  28. fce176b IRgen/NeXT: Reuse EmitImageInfo for both fragile and non-fragile ABI. This fixes Clang to correctly emit the "CorrectedSynthesize" bit when using the non-fragile ABI. by Daniel Dunbar · 14 years ago
  29. f643b9b NeXT: Clean up dispatch method policy selection. by Daniel Dunbar · 14 years ago
  30. b76db23 NeXT/EH: When generating the rethrow code for a finally block, make sure to by Daniel Dunbar · 14 years ago
  31. fb97cf2 don't slap noalias attribute on stret result arguments. by Chris Lattner · 14 years ago
  32. 765bb81 Make this test darwin10 specific. by Fariborz Jahanian · 14 years ago
  33. 776dbf9 Force clang to produce legacy api for messaging by Fariborz Jahanian · 14 years ago
  34. 15bd588 Variation of objc_copyStruct API generation when by Fariborz Jahanian · 14 years ago
  35. b21b1c9 Remove this test for now until I can figure out by Fariborz Jahanian · 14 years ago
  36. 984152f Modify test to be darwin specific. by Fariborz Jahanian · 14 years ago
  37. 0b2bd47 Add support for objc_copyStruct to enforce by Fariborz Jahanian · 14 years ago
  38. a7a98c9 fix PR6819 by Chris Lattner · 14 years ago
  39. cf7cfe8 fix this test. by Chris Lattner · 14 years ago
  40. 3023747 xfail this test for now. by Chris Lattner · 14 years ago
  41. 00e2c63 fix an invalid use of super, you can't use super like this in a block! by Chris Lattner · 14 years ago
  42. 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 14 years ago
  43. 4800ea6 Emit debug info for objc getters and setters. by Devang Patel · 14 years ago
  44. 1b23fe6 Fix a code gen. bug involving generation of getter method by Fariborz Jahanian · 14 years ago
  45. 707ea28 Code gen for compound assignment of complex by Fariborz Jahanian · 14 years ago
  46. dfb1eb2 Patch to implement code gen. use of compound assignent on by Fariborz Jahanian · 14 years ago
  47. fda0558 Test for my last patch. by Fariborz Jahanian · 14 years ago
  48. 9f3e6a5 Fix the test some more. by Fariborz Jahanian · 14 years ago
  49. a4c779e See if this test makes it though buildbot. by Fariborz Jahanian · 14 years ago
  50. af652fa Reverse the code gen. enabled part of test until I can figure out by Fariborz Jahanian · 14 years ago
  51. 40ac517 Code gen test for a previous patch for radar 7709015 by Fariborz Jahanian · 14 years ago
  52. 9f9efe6 Fix code gen bug generating code for ((id)cat)->isa. Fixes radar 7709015. by Fariborz Jahanian · 14 years ago
  53. 0b0ef0a Canonicalize parameter and return types before computing ABI info. Eliminates by John McCall · 14 years ago
  54. 170e41d Remove this test for now. by Fariborz Jahanian · 14 years ago
  55. ce05bcf XFAIL until I can fugure out how test check for a pattern when by Fariborz Jahanian · 14 years ago
  56. 11062e1 Patch removes IVars list from ObjCInterfaceDecl and by Fariborz Jahanian · 14 years ago
  57. cdbf367 Hopefully make buildbot happy. by Fariborz Jahanian · 14 years ago
  58. 0b63ba4 Patch to remove arbitrary imporation of 'self' into by Fariborz Jahanian · 14 years ago
  59. 263c4de Generate the objc_read_weak API when calling by Fariborz Jahanian · 14 years ago
  60. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 14 years ago
  61. 5ed676c Fix a code gen bug accessing 'isa' field via a message call by Fariborz Jahanian · 14 years ago
  62. 2f764f1 Fix DeclContext of an objective-c @catch variable by Fariborz Jahanian · 14 years ago
  63. 2feefe8 NeXT: Add support for -fobjc-legacy-dispatch. by Daniel Dunbar · 14 years ago
  64. 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
  65. 3db9eb1 merge another one in. by Chris Lattner · 15 years ago
  66. 9712e0b consolidate two testcases. by Chris Lattner · 15 years ago
  67. 165714e fix rdar://7556129 a crash in blocks debug info codegen. by Chris Lattner · 15 years ago
  68. d2490a9 Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us halfway towards fixing PR5824. by Anders Carlsson · 15 years ago
  69. 25c92e6 Add a test for x86-64 struct returns under gc. by Anders Carlsson · 15 years ago
  70. 3b29901 Testcase fixes to reflect instruction table changes in the LLVM backend by Sean Callanan · 15 years ago
  71. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  72. a7fa7cd Fixes a code gen bug related to accessing a now by Fariborz Jahanian · 15 years ago
  73. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  74. 42f8d00 Make test more generic. by Fariborz Jahanian · 15 years ago
  75. 8c89ff9 Patch to fix 32-bit @try failure with internal assertion when compiling by Fariborz Jahanian · 15 years ago
  76. 1e46439 Make test pass in all cases. by Fariborz Jahanian · 15 years ago
  77. fded62e Fixes an incomplete test case. by Fariborz Jahanian · 15 years ago
  78. 8604fae Tests use the new clang. by Fariborz Jahanian · 15 years ago
  79. 8ec2d4a Use clang -cc1 in test, to improve determinism. by Daniel Dunbar · 15 years ago
  80. 191dcd7 patch to add a property from a protocol to a class that adopts the protocol. by Fariborz Jahanian · 15 years ago
  81. 820bca4 Code gen for ObjCIsaExpr AST used as lvalue. (fixes radar 7457534). by Fariborz Jahanian · 15 years ago
  82. 83dc325 Codegen. support for ObjCIsaExpr AST which until now by Fariborz Jahanian · 15 years ago
  83. 0e93d25 (objc2 nonfragile-abi specific). If the translation unit includes an implementation by Fariborz Jahanian · 15 years ago
  84. 8d2c0a9 Fix a crash when ivar type is a __strong SEL. Fallout from by Fariborz Jahanian · 15 years ago
  85. 63db522 Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibility, and -fconstant-string-class. by Daniel Dunbar · 15 years ago
  86. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  87. 369a3bd Allow user re-definition of SEL as well as accessing its fields. by Fariborz Jahanian · 15 years ago
  88. 60bce3e Fixe a crash in encoding of SEL type caused by recent changes. by Fariborz Jahanian · 15 years ago
  89. 11e6b0a Test case for bug fixed in r89457. by David Chisnall · 15 years ago
  90. 13dcd00 This patch implements objective-c's 'SEL' type as a built-in by Fariborz Jahanian · 15 years ago
  91. 269f8bc This patch finalizes implementatin of weak_import by Fariborz Jahanian · 15 years ago
  92. 2ca2429 ... and add back a few more triple forces. by Daniel Dunbar · 15 years ago
  93. d71b641 Add some -triples I was a little too liberal in removing. by Daniel Dunbar · 15 years ago
  94. 3332646 Merge several visibility tests into hidden-visibility.m, and check .ll output by Daniel Dunbar · 15 years ago
  95. 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
  96. 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
  97. c5a97ec Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 15 years ago
  98. 63e963c Handle case of missing '@end' in implementation context by Fariborz Jahanian · 15 years ago
  99. b0069ee Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending by Fariborz Jahanian · 15 years ago
  100. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago