Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests after move to utohexstr. | Benjamin Kramer | 2017-12-28 | 1 | -2/+2 |
| | | | | llvm-svn: 321527 | ||||
* | [ARM] Fix triple format in test branch disassemble test | Andre Vieira | 2017-03-17 | 1 | -0/+15 |
| | | | | | | | | | | | | Fixing triple format in the tests added for the branch label fix for Thumb Targets. Also recommitting previously approved patch, see https://reviews.llvm.org/D30943. Reviewed by: samparker Differential Revision: https://reviews.llvm.org/D30987 llvm-svn: 298056 | ||||
* | Reverting r297821 due to breaking lld test. | Sam Parker | 2017-03-15 | 1 | -15/+0 |
| | | | | llvm-svn: 297838 | ||||
* | [ARM] Fix for branch label disassembly for Thumb | Sam Parker | 2017-03-15 | 1 | -0/+15 |
Different MCInstrAnalysis classes for arm and thumb mode, each with their own evaluateBranch implementation. I added a test case and fixed the coff-relocations test to use '<label>:' rather than '<label>' in the CHECK-LABEL entries, since the ones without the colon would match branch targets. Might be worth noticing that llvm-objdump does not lookup the relocation and thus assigns it a target depending on the encoded immediate which #0, so it thinks it branches to the next instruction. Committed on behalf of Andre Vieira (avieira). Differential Revision: https://reviews.llvm.org/D30943 llvm-svn: 297821 |