1. e27e9d6 Adding couple of Block API, a bug fix and a test change, all for blocks. wip. by Fariborz Jahanian · 14 years ago
  2. 3473a10 test case for r118726. by Devang Patel · 14 years ago
  3. ba8bda0 Restore patch reversed in r118475. Fixes // rdar://8632525 by Fariborz Jahanian · 14 years ago
  4. c8c62c4 Reverse patch for // rdar://8632525. It might has broken a build. by Fariborz Jahanian · 14 years ago
  5. ed171b8 Provide a precise builtin declaration for objc_msgSend by Fariborz Jahanian · 14 years ago
  6. 58faf20 Tidy up MIPS_linkage name. Provide it only if it does not match regular name, otherwise it confuses debugger. by Devang Patel · 14 years ago
  7. 4c73307 This patch implements Next's IRGen for -fconstant-string-class=class-name. by Fariborz Jahanian · 14 years ago
  8. 1a4c937 patch fixes class names missing from method names in debug information for by Fariborz Jahanian · 14 years ago
  9. fd186ac Coding by inspection has its problems. by John McCall · 14 years ago
  10. 7ec404c objc_exception_rethrow does not take an exception argument. by John McCall · 14 years ago
  11. b10ce9f Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature for by Daniel Dunbar · 14 years ago
  12. 338ebcc IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don't by Daniel Dunbar · 14 years ago
  13. 3a43d8d _Bool is not a keyword in C++. Fixes PR7388 and PR8349. by Douglas Gregor · 14 years ago
  14. 535a55b Test for //rdar: //8493239 by Fariborz Jahanian · 14 years ago
  15. 3a0be84 IRgen/Obj-C: Fix encoding of "long double". - The mind boggles. by Daniel Dunbar · 14 years ago
  16. 44414cf Merge encode-test-1.m into encode-test.m by Daniel Dunbar · 14 years ago
  17. e5ecb9c FileCheck'ize test. by Daniel Dunbar · 14 years ago
  18. 09c0fab tests: Tweak test to also match MSVC format. by Daniel Dunbar · 14 years ago
  19. 34fdee3 Re-enable EH cleanups to destroy __block variables, now that we have a moment to by John McCall · 14 years ago
  20. 9e2213d In the fragile ObjC ABI, save the caught exception to the side if there are by John McCall · 14 years ago
  21. e09f2e9 Restore test. Is for //rdar://8493239 by Fariborz Jahanian · 14 years ago
  22. 073a45f Remove test until further notice. by Fariborz Jahanian · 14 years ago
  23. 2f8c898 Fix test. by Fariborz Jahanian · 14 years ago
  24. 9747739 Output debug info. for ivars declared in class by Fariborz Jahanian · 14 years ago
  25. aca745b Attach aritifical attribute with implicit parameters. Radar 8493141. by Devang Patel · 14 years ago
  26. 398e6b9 update a bunch of tests that are using the x86 backend instead of grepping IR :( by Chris Lattner · 14 years ago
  27. fb55031 Block description for trivial block literals have by Fariborz Jahanian · 14 years ago
  28. c5904b4 Fixes an obscure bug in importd block variable layout by Fariborz Jahanian · 14 years ago
  29. 8197982 Block ivar layout must assume that the 'isa' by Fariborz Jahanian · 14 years ago
  30. 0934914 Local static block variable referecned in its by Fariborz Jahanian · 14 years ago
  31. 0dc7509 LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or unnamed fields but later the code by Argyrios Kyrtzidis · 14 years ago
  32. 699c060 Casting of a property reference to 'void' did not by Fariborz Jahanian · 14 years ago
  33. 714bf17 tests: Fix a dependency on the temporary value names. by Daniel Dunbar · 14 years ago
  34. c5c446c IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategy by Daniel Dunbar · 14 years ago
  35. 6b61fcd stop looking for #uses comments. by Chris Lattner · 14 years ago
  36. 938e5a1 Robustify test. by Devang Patel · 14 years ago
  37. 33eaddd tests: Disable this test for now, it is overly pessimistic and I am not sure how to fix it. by Daniel Dunbar · 14 years ago
  38. 000835d Support for IRGen of synthesize bitfield ivars in by Fariborz Jahanian · 14 years ago
  39. ea16110 Patch to issue warning when colllection expresion's type by Fariborz Jahanian · 14 years ago
  40. a5f2de2 When re-raising an exception after a cleanup, we need to call _Unwind_Resume_or_Rethrow by John McCall · 14 years ago
  41. faa3449 IRGen support for functions returning objc object types. Fixes PR7865. by Fariborz Jahanian · 14 years ago
  42. 0434881 Make this test a little less dependent on exact optimizer results. by John McCall · 14 years ago
  43. d96a8e7 Fix a bug in @finally emission in both the fragile and non-fragile EH schemes by John McCall · 14 years ago
  44. a1f024c Finishing up block variable layout API by supporting by Fariborz Jahanian · 14 years ago
  45. e1a4898 Add support for block imported struct variable layout info. by Fariborz Jahanian · 14 years ago
  46. 93ce50d Block variable layout bitmap API generation. by Fariborz Jahanian · 14 years ago
  47. 0b25172 Some more correctness fixes and code-size optimizations for fragile-ABI by John McCall · 14 years ago
  48. 87bb582 Fix fragile-ABI ObjC exceptions in the presence of optimization with by John McCall · 14 years ago
  49. 6633e3c Revert "Re-apply fixed version of 108749, correctly conditionalizing the new by Daniel Dunbar · 14 years ago
  50. 4711cb0 now that we have CGT around, we can start using preferred types by Chris Lattner · 14 years ago
  51. 3d4aeda Return type of a setter call caused by by Fariborz Jahanian · 14 years ago
  52. ff8e115 Revise cleanup IR generation to fix a major bug with cleanups (PR7686) by John McCall · 14 years ago
  53. 35eee09 Re-apply fixed version of 108749, correctly conditionalizing the new sections on by Jim Grosbach · 14 years ago
  54. 38d2479 and revert the related tests, too by Jim Grosbach · 14 years ago
  55. a7765a6 Update tests for r108749 by Jim Grosbach · 14 years ago
  56. 6c57322 IRgen: Add a test case I forgot to commit at some point. by Daniel Dunbar · 14 years ago
  57. 8262b6a The GNU-runtime ObjC personality function doesn't let us rethrow with URR for by John McCall · 14 years ago
  58. da65ea8 Teach IR generation how to lazily emit cleanups. This has a lot of advantages, by John McCall · 14 years ago
  59. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  60. 120bc77 IRgen: Assignment to Objective-C properties shouldn't reload the value, for by Daniel Dunbar · 14 years ago
  61. d7f7d08 IRgen: Assignment to Objective-C properties shouldn't reload the value (which by Daniel Dunbar · 14 years ago
  62. 08fd376 Trying to make BuildBot happy again (related to PR7431). by Fariborz Jahanian · 14 years ago
  63. 6afbdf5 Fixes a problem in generation of meta-data for by Fariborz Jahanian · 14 years ago
  64. cd9fb98 Attempt to fix test by Douglas Gregor · 14 years ago
  65. f28682a Test case for PR7431 by Nico Weber. by Fariborz Jahanian · 14 years ago
  66. 75d0f82 Fix tests that I missed from my previous commit. by Rafael Espindola · 14 years ago
  67. e2a901a When using property-dot assignment syntax to call a setter method, by Fariborz Jahanian · 14 years ago
  68. 19739ae Fixed a block regression caused by trying to use by Fariborz Jahanian · 14 years ago
  69. 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
  70. 52d0b59 Fix testsuite for blocks mangling change by Douglas Gregor · 14 years ago
  71. b4eae11 Changed test to use FileCheck. by Fariborz Jahanian · 14 years ago
  72. ee50429 Allocate space in a block record for implicit references to the Objective C by John McCall · 14 years ago
  73. 0ed5c5d Generate objc_memmove_collectable write-barrier for by Fariborz Jahanian · 14 years ago
  74. 842ddd0 Adds support for generation of objc_memmove_collectable API by Fariborz Jahanian · 14 years ago
  75. 27b7aa0 More Objective-C++ GC tests. by Fariborz Jahanian · 14 years ago
  76. a5da902 More tests for ObjC++ GC support. by Fariborz Jahanian · 14 years ago
  77. 3031c63 Correctly generate IR for ObjC messages sends to protocol-qualified types. by John McCall · 14 years ago
  78. 509d477 Implement new default property synthesis rules. Essentially, no longer by Fariborz Jahanian · 14 years ago
  79. c965449 Fix test. by Fariborz Jahanian · 14 years ago
  80. 191fdb6 tests: Avoid spurious use of /dev/null. by Daniel Dunbar · 14 years ago
  81. 258cf27 If variable location is invalid then use current location. by Devang Patel · 14 years ago
  82. 36998f5 Test case for NeXt's -fno-constant-cfstrings option. by Fariborz Jahanian · 14 years ago
  83. b19f0ac tests: Force a triple. by Daniel Dunbar · 14 years ago
  84. 4b429ae IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: by Daniel Dunbar · 14 years ago
  85. 94e67c6 tests: Convert test to FileCheck. by Daniel Dunbar · 14 years ago
  86. 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
  87. f643b9b NeXT: Clean up dispatch method policy selection. by Daniel Dunbar · 14 years ago
  88. b76db23 NeXT/EH: When generating the rethrow code for a finally block, make sure to by Daniel Dunbar · 14 years ago
  89. fb97cf2 don't slap noalias attribute on stret result arguments. by Chris Lattner · 15 years ago
  90. 765bb81 Make this test darwin10 specific. by Fariborz Jahanian · 15 years ago
  91. 776dbf9 Force clang to produce legacy api for messaging by Fariborz Jahanian · 15 years ago
  92. 15bd588 Variation of objc_copyStruct API generation when by Fariborz Jahanian · 15 years ago
  93. b21b1c9 Remove this test for now until I can figure out by Fariborz Jahanian · 15 years ago
  94. 984152f Modify test to be darwin specific. by Fariborz Jahanian · 15 years ago
  95. 0b2bd47 Add support for objc_copyStruct to enforce by Fariborz Jahanian · 15 years ago
  96. a7a98c9 fix PR6819 by Chris Lattner · 15 years ago
  97. cf7cfe8 fix this test. by Chris Lattner · 15 years ago
  98. 3023747 xfail this test for now. by Chris Lattner · 15 years ago
  99. 00e2c63 fix an invalid use of super, you can't use super like this in a block! by Chris Lattner · 15 years ago
  100. 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 15 years ago