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