Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SystemZ] Test case formatting fixes | Ulrich Weigand | 2018-07-20 | 1 | -7/+7 |
| | | | | | | | | Fix systematically wrong whitespace from a prior automated change. NFC. llvm-svn: 337542 | ||||
* | [SystemZ] Fix test cases after r326613 | Ulrich Weigand | 2018-03-02 | 1 | -11/+0 |
| | | | | | | I forgot to check in the updated test cases after the r326613 commit. llvm-svn: 326616 | ||||
* | [SystemZ] Support LRVH and STRVH opcodes | Bryan Chan | 2016-05-16 | 1 | -0/+99 |
Summary: On Linux, /usr/include/bits/byteswap-16.h defines __byteswap_16(x) as an inlined LRVH (Load Reversed Half-word) instruction. The SystemZ back-end did not support this opcode and the inlined assembly would cause a fatal error. Reviewers: bryanpkc, uweigand Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D18732 llvm-svn: 269688 |