summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/ns_consume_null_check.m
Commit message (Collapse)AuthorAgeFilesLines
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now ↵Pete Cooper2018-12-181-8/+8
| | | | | | | | | works only on intrinsics Differential Revision: https://reviews.llvm.org/D55802 Reviewers: rjmccall llvm-svn: 349535
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-7/+7
| | | | llvm-svn: 230795
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-4/+4
| | | | llvm-svn: 230783
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-2/+2
| | | | | | tests fail. llvm-svn: 188447
* Update to use references to attribute groups instead of listing the ↵Bill Wendling2013-02-221-6/+8
| | | | | | attributes on the call/invoke instructions. llvm-svn: 175878
* Properly assemble PHIs after a null-checked invoke of objc_msgSend.John McCall2013-02-121-13/+64
| | | | | | rdar://12046763 llvm-svn: 174946
* Fix broken check lines.Benjamin Kramer2012-08-171-4/+4
| | | | llvm-svn: 162096
* fix test.Fariborz Jahanian2012-01-311-2/+2
| | | | llvm-svn: 149313
* test for a v-table dispatch that consumes anFariborz Jahanian2012-01-301-0/+32
argument. twik to support the test case. // rdar://10444476 llvm-svn: 149298
OpenPOWER on IntegriCloud