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 | -1/+1 |
| | | | | | | | For consistency with GCC, the target label is moved to the brcl itself instead of the next instruction. Review: Ulrich Weigand | ||||
* | [SystemZ] Recognize mrecord-mcount in backend | Jonas Paulsson | 2019-12-19 | 1 | -0/+32 |
Emit the __mcount_loc section for all fentry calls. Review: Ulrich Weigand https://reviews.llvm.org/D71629 |