aboutsummaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/ARM/thumb2.txt
AgeCommit message (Expand)Author
2013-03-28Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th...Gordon Keiser
2013-03-26Patch by Gordon Keiser!Joe Abbey
2012-10-29Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch targetKevin Enderby
2012-08-02Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu
2012-08-02Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu
2012-08-02Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu
2012-04-26Specify cpu to unbreak tests.Evan Cheng
2011-09-26Fix an incorrect decoder test.Owen Anderson
2011-09-23Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson
2011-09-23Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...Owen Anderson
2011-09-21Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson
2011-09-20Port over more Thumb2 encoding tests to decoding tests.Owen Anderson
2011-09-19Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Por...Owen Anderson
2011-09-16Add a testcase for another corner-case decoding.Owen Anderson
2011-09-16Fix disassembly of Thumb2 BFI instructions with bit range of [0, 32).Owen Anderson
2011-09-16Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's.Owen Anderson
2011-09-16Fix disassembly of Thumb2 LDRSH with a #-0 offset.Owen Anderson
2011-09-16Port over more Thumb2 assembly tests to disassembly tests.Owen Anderson
2011-09-16Port over more Thumb2 assembly tests to disassembly tests.Owen Anderson
2011-09-13Make use of Eli's FileCheck sorcery to improve this test.Owen Anderson
2011-09-13Correct disassembly printing of Thumb2 post-incremented LDRD and STRD.Owen Anderson
2011-09-12Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...Owen Anderson
2011-09-09Fix assembly/disassembly of Thumb2 ADR instructions with immediate operands.Owen Anderson
2011-09-07Port more assembler tests over to disassembler tests, and fix a minor logic e...Owen Anderson
2011-09-06Port more encoding tests over to Thumb2 decoding tests.Owen Anderson
2011-08-30Fix issues with disassembly of IT instructions involving condition codes othe...Owen Anderson
2011-08-30Port Thumb2 assembler tests over to disassembler tests.Owen Anderson