aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler/ARM/arm-tests.txt
Commit message (Expand)AuthorAgeFilesLines
* This reverts r155000.Joey Gouly2013-06-201-4/+0
* ARM: Correct printing of pre-indexed operands.Quentin Colombet2013-04-121-0/+42
* Specify cpu to unbreak tests.Evan Cheng2012-04-261-1/+1
* Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga2012-04-181-0/+3
* Added soft fail checks for the disassembler when decoding some corner cases o...Silviu Baranga2012-03-221-1/+1
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-141-1/+1
* Fix the issue that r143552 was trying to address the _right_ way. One-regist...Owen Anderson2011-11-021-0/+4
* Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson2011-10-201-0/+6
* Fix decoding tests for fixed MSR encodings.Owen Anderson2011-10-201-6/+0
* Update test for r141704.Jim Grosbach2011-10-111-3/+3
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-071-1/+1
* STC2L_POST and STC2L_POST should be handled the same as STCL_POST/LDC_POST fo...Owen Anderson2011-08-181-0/+3
* Fix the decoding of RFE instruction. RFEs have the load bit set, while SRSs ...Owen Anderson2011-08-181-0/+3
* Add testcase for STRH. Patch by James Molloy.Owen Anderson2011-08-151-0/+3
* Fix decoding for indexed STRB and LDRB. Fixes <rdar://problem/9926161>.Owen Anderson2011-08-111-0/+3
* Correct immediate range for shifter operands. Patch by James Molloy, with ad...Owen Anderson2011-08-111-0/+3
* ARM Disassembler: sign extend branch immediates.Benjamin Kramer2011-08-091-0/+3
* Replace the existing ARM disassembler with a new one based on the FixedLenDec...Owen Anderson2011-08-091-3/+6
* ARM refactoring assembly parsing of memory address operands.Jim Grosbach2011-08-031-2/+5
* ARM SRS instruction parsing, diassembly and encoding support.Jim Grosbach2011-07-291-0/+6
* Tweak ARM assembly parsing and printing of MSR instruction.Jim Grosbach2011-07-191-2/+2
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-111-4/+4
* Fix Bug 9386 - ARM disassembler failed to disassemble conditional bxJohnny Chen2011-05-221-0/+3
* Add tests for A8.6.110 NOP.Johnny Chen2011-04-271-0/+3
* Hanlde the checking of bad regs for SMMLAR properly, instead of asserting.Johnny Chen2011-04-081-0/+3
* MOVi16 and MOVTi16 does not allow pc as the dest register, while MOVi allows it.Johnny Chen2011-04-081-0/+6
* Add sanity checking for bad register specifier(s) for the DPFrm instructions.Johnny Chen2011-04-081-0/+18
* Add sanity checking for invalid register encodings for signed/unsigned extend...Johnny Chen2011-04-071-0/+6
* Add some more comments about checkings of invalid register numbers.Johnny Chen2011-04-071-0/+3
* Add a missing opcode (SMLSLDX) to BadRegsMulFrm() function.Johnny Chen2011-04-061-1/+4
* Fix a typo in the handling of PKHTB opcode, plus add sanity check for illegal...Johnny Chen2011-04-051-3/+6
* The r128085 checkin modified the operand ordering for MRC/MRC2 instructions.Johnny Chen2011-04-051-0/+3
* LDRD now prints out two dst registers.Johnny Chen2011-04-051-1/+1
* Constants with multiple encodings (ARM):Johnny Chen2011-04-051-3/+3
* Fixed a bug in disassembly of STR_POST, where the immediate is the second ope...Johnny Chen2011-04-021-0/+3
* Fix the instruction table entries for AI1_adde_sube_s_irs multiclass definiti...Johnny Chen2011-04-011-0/+7
* Fix a LDRT/LDRBT decoding bug where for Encoding A2, if Inst{4} != 0, we shou...Johnny Chen2011-04-011-0/+3
* Fix LDRi12 immediate operand, which was changed to be the second operand in $...Johnny Chen2011-04-011-0/+9
* Add BLXi to the instruction table for disassembly purpose.Johnny Chen2011-03-311-0/+3
* Add a test case for MSRi.Johnny Chen2011-03-291-0/+3
* A8.6.188 STC, STC2Johnny Chen2011-03-291-0/+6
* Add and modify some tests.Johnny Chen2011-03-291-0/+6
* Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...Owen Anderson2011-03-291-3/+0
* Fix ARM disassembly for PLD/PLDW/PLI which suffers from code rot and add some...Johnny Chen2011-03-281-0/+9
* Add test for A8.6.246 UMULL to both arm-tests.txt amd thumb-tests.txt.Johnny Chen2011-03-251-0/+3
* Instruction formats of SWP/SWPB were changed from LdStExFrm to MiscFrm. Modi...Johnny Chen2011-03-251-0/+3
* ADR was added with the wrong encoding for inst{24-21}, and the ARM decoder wa...Johnny Chen2011-03-241-0/+3
* Load/Store Multiple:Johnny Chen2011-03-241-0/+6
* STRT and STRBT was incorrectly tagged as IndexModeNone during the refactoring...Johnny Chen2011-03-241-0/+3
* The r128103 fix to cope with the removal of addressing modes from the MC inst...Johnny Chen2011-03-241-0/+3