Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
93d6b07cd79d74e343d81c0e8fb5365376a33097
/
test
/
CodeGenObjC
/
synchronized.m
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
260611a
Restructure how the driver communicates information about the
by John McCall
· 12 years ago
d1e40d5
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
by John McCall
· 13 years ago
0b25172
Some more correctness fixes and code-size optimizations for fragile-ABI
by John McCall
· 14 years ago
87bb582
Fix fragile-ABI ObjC exceptions in the presence of optimization with
by John McCall
· 14 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
8604fae
Tests use the new clang.
by Fariborz Jahanian
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
ef4b175
OS dependent code removed.
by Fariborz Jahanian
· 16 years ago
02022f4
Force triple for a number of tests that rely on __weak.
by Daniel Dunbar
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
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
f2878e5
Fixed bugzilla bug# 3095 related to code gen. for @synchronized.
by Fariborz Jahanian
· 16 years ago
c689836
Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target
by Douglas Gregor
· 16 years ago
b79e661
Test case for objective-c's @synchronized statement.
by Fariborz Jahanian
· 16 years ago