summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/branch-disassemble.s
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests after move to utohexstr.Benjamin Kramer2017-12-281-2/+2
| | | | llvm-svn: 321527
* [ARM] Fix triple format in test branch disassemble testAndre Vieira2017-03-171-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 Parker2017-03-151-15/+0
| | | | llvm-svn: 297838
* [ARM] Fix for branch label disassembly for ThumbSam Parker2017-03-151-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
OpenPOWER on IntegriCloud