1. 2d234d73 Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! by Aaron Ballman · 12 years ago
  2. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  3. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 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. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. 8604fae Tests use the new clang. by Fariborz Jahanian · 15 years ago
  8. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  9. ef4b175 OS dependent code removed. by Fariborz Jahanian · 16 years ago
  10. 02022f4 Force triple for a number of tests that rely on __weak. by Daniel Dunbar · 16 years ago
  11. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  12. 1c56667 Fix two @synchronized bugs found by inspection: the expression to sychronize on should only be evaluated once, and it is evaluated outside the cleanup scope. by Daniel Dunbar · 16 years ago
  13. f2878e5 Fixed bugzilla bug# 3095 related to code gen. for @synchronized. by Fariborz Jahanian · 16 years ago
  14. c689836 Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target by Douglas Gregor · 16 years ago
  15. b79e661 Test case for objective-c's @synchronized statement. by Fariborz Jahanian · 16 years ago