Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sparc] Do not depend on icc for ta 1 | Daniel Cederman | 2018-07-17 | 1 | -1/+1 |
| | | | | | | | | | | The ta instruction will always trap, regardless of the value of the integer condition codes. TRAPri is marked as using icc, so we cannot use a pattern for TRAPri to implement ta 1, as verify-machineinstrs can complain that icc is not defined. Instead we implement ta 1 the same way as ta 5. llvm-svn: 337236 | ||||
* | [Sparc] Generate ta 1 for the @llvm.debugtrap intrinsic | Daniel Cederman | 2018-07-16 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | Summary: Software trap number one is the trap used for breakpoints in the Sparc ABI. Reviewers: jyknight, venkatra Reviewed By: jyknight Subscribers: fedor.sergeev, jrtc27, llvm-commits Differential Revision: https://reviews.llvm.org/D48637 llvm-svn: 337163 | ||||
* | SPARC: Implement TRAP lowering. Matches what GCC emits. | Benjamin Kramer | 2014-02-23 | 1 | -0/+11 |
llvm-svn: 201994 |