aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/synchronized.m
AgeCommit message (Expand)AuthorFilesLines
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov1-9/+9
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
2022-01-06[CodeGen] Emit elementtype attributes for indirect inline asm constraintsNikita Popov1-1/+1
2021-05-16Reapply [CaptureTracking] Do not check dominationNikita Popov1-6/+3
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-3/+3
2015-06-16Adjust clang side tests effected by 239795 before reapplying said changePhilip Reames1-1/+1
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-2/+2
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-3/+3
2012-09-06Fixing the return type information for objc_sync_enter and objc_sync_exit. P...Aaron Ballman1-4/+4
2012-06-20Restructure how the driver communicates information about theJohn McCall1-1/+1
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall1-1/+1
2010-08-04Some more correctness fixes and code-size optimizations for fragile-ABIJohn McCall1-10/+15
2010-07-31Fix fragile-ABI ObjC exceptions in the presence of optimization withJohn McCall1-9/+42
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-14Tests use the new clang.Fariborz Jahanian1-1/+1
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-2/+2
2009-04-12OS dependent code removed.Fariborz Jahanian1-4/+0
2009-04-10Force triple for a number of tests that rely on __weak.Daniel Dunbar1-1/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-02-24Fix two @synchronized bugs found by inspection: the expression to sychronize ...Daniel Dunbar1-3/+16
2008-11-21Fixed bugzilla bug# 3095 related to code gen. for @synchronized.Fariborz Jahanian1-0/+20
2008-11-17Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 targetDouglas Gregor1-1/+2
2008-11-17Test case for objective-c's @synchronized statement.Fariborz Jahanian1-0/+11