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