Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SystemZ] Create brcl 0,0 instead of brcl 0,3 in EmitNop for 6 bytes. | Jonas Paulsson | 2020-01-02 | 1 | -70/+83 |
| | | | | | | | For consistency with GCC, the target label is moved to the brcl itself instead of the next instruction. Review: Ulrich Weigand | ||||
* | [SystemZ] Support stackmaps and patchpoints | Ulrich Weigand | 2018-03-02 | 1 | -0/+140 |
This adds back-end support for the @llvm.experimental.stackmap and @llvm.experimental.patchpoint intrinsics. llvm-svn: 326611 |