summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/ARM/thumb2.txt
Commit message (Expand)AuthorAge
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-23
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-18
* Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.Kevin Enderby2013-07-31
* ARM: operands should be explicit when disassembledAmaury de la Vieuville2013-06-26
* ARM: enable decoding of pc-relative PLD/PLIAmaury de la Vieuville2013-06-24
* ARM: add operands pre-writeback variants when neededAmaury de la Vieuville2013-06-18
* ARM: fix thumb literal loads decodingAmaury de la Vieuville2013-06-18
* ARM: fix B decodingAmaury de la Vieuville2013-06-13
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-10
* Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th...Gordon Keiser2013-03-28
* Patch by Gordon Keiser!Joe Abbey2013-03-26
* Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch targetKevin Enderby2012-10-29
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-02
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02
* Specify cpu to unbreak tests.Evan Cheng2012-04-26
* Fix an incorrect decoder test.Owen Anderson2011-09-26
* Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson2011-09-23
* Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...Owen Anderson2011-09-23
* Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson2011-09-21
* Port over more Thumb2 encoding tests to decoding tests.Owen Anderson2011-09-20
* Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Por...Owen Anderson2011-09-19
* Add a testcase for another corner-case decoding.Owen Anderson2011-09-16
* Fix disassembly of Thumb2 BFI instructions with bit range of [0, 32).Owen Anderson2011-09-16
* Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's.Owen Anderson2011-09-16
* Fix disassembly of Thumb2 LDRSH with a #-0 offset.Owen Anderson2011-09-16
* Port over more Thumb2 assembly tests to disassembly tests.Owen Anderson2011-09-16
* Port over more Thumb2 assembly tests to disassembly tests.Owen Anderson2011-09-16
* Make use of Eli's FileCheck sorcery to improve this test.Owen Anderson2011-09-13
* Correct disassembly printing of Thumb2 post-incremented LDRD and STRD.Owen Anderson2011-09-13
* Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...Owen Anderson2011-09-12
* Fix assembly/disassembly of Thumb2 ADR instructions with immediate operands.Owen Anderson2011-09-09
* Port more assembler tests over to disassembler tests, and fix a minor logic e...Owen Anderson2011-09-07
* Port more encoding tests over to Thumb2 decoding tests.Owen Anderson2011-09-06
* Fix issues with disassembly of IT instructions involving condition codes othe...Owen Anderson2011-08-30
* Port Thumb2 assembler tests over to disassembler tests.Owen Anderson2011-08-30