aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/bitfield-access.m
AgeCommit message (Expand)AuthorFilesLines
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov1-5/+4
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-2/+2
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-2/+2
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-2/+2
2012-12-06Rework the bitfield access IR generation to address PR13619 andChandler Carruth1-9/+7
2012-10-24Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corres...NAKAMURA Takumi1-2/+0
2012-10-24clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532.NAKAMURA Takumi1-0/+2
2012-06-20Restructure how the driver communicates information about theJohn McCall1-2/+2
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall1-2/+2
2011-04-28tests: Tweak test to not write to the same temporary twice, in the hopes of a...Daniel Dunbar1-4/+5
2010-09-03tests: Fix a dependency on the temporary value names.Daniel Dunbar1-1/+1
2010-09-02IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategyDaniel Dunbar1-0/+43