Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate objc intrinsics instead of runtime calls as the ARC optimizer now ↵ | Pete Cooper | 2018-12-18 | 1 | -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 Blaikie | 2015-02-27 | 1 | -7/+7 |
| | | | | llvm-svn: 230795 | ||||
* | Update Clang tests to handle explicitly typed gep changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -4/+4 |
| | | | | llvm-svn: 230783 | ||||
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -2/+2 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | Update to use references to attribute groups instead of listing the ↵ | Bill Wendling | 2013-02-22 | 1 | -6/+8 |
| | | | | | | attributes on the call/invoke instructions. llvm-svn: 175878 | ||||
* | Properly assemble PHIs after a null-checked invoke of objc_msgSend. | John McCall | 2013-02-12 | 1 | -13/+64 |
| | | | | | | rdar://12046763 llvm-svn: 174946 | ||||
* | Fix broken check lines. | Benjamin Kramer | 2012-08-17 | 1 | -4/+4 |
| | | | | llvm-svn: 162096 | ||||
* | fix test. | Fariborz Jahanian | 2012-01-31 | 1 | -2/+2 |
| | | | | llvm-svn: 149313 | ||||
* | test for a v-table dispatch that consumes an | Fariborz Jahanian | 2012-01-30 | 1 | -0/+32 |
argument. twik to support the test case. // rdar://10444476 llvm-svn: 149298 |