aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in disassembly of STR_POST, where the immediate is the second ope...Johnny Chen2011-04-021-0/+3
* Fixed MOVr for "should be" encoding bits for Inst{19-16} = 0b0000.Johnny Chen2011-04-011-0/+13
* MOVs should have Inst{19-16} as 0b0000, otherwise, the instruction is UNPREDI...Johnny Chen2011-04-011-0/+17
* 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-012-0/+15
* Fix LDRi12 immediate operand, which was changed to be the second operand in $...Johnny Chen2011-04-011-0/+9
* Add a test case for a malformed LDC/LDC2 instructions with PUDW = 0b0000, whichJohnny Chen2011-03-311-0/+11
* Fix single word and unsigned byte data transfer instruction encodings so thatJohnny Chen2011-03-311-0/+4
* Add BLXi to the instruction table for disassembly purpose.Johnny Chen2011-03-311-0/+3
* Add a test case for thumb stc2 instruction.Johnny Chen2011-03-301-0/+3
* Add a test case for MSRi.Johnny Chen2011-03-291-0/+3
* Add a thumb test file for printf (iOS 4.3).Johnny Chen2011-03-291-0/+76
* A8.6.188 STC, STC2Johnny Chen2011-03-291-0/+6
* Rename invalid-VLDMSDB-arm.txt to be invalid-VLDMSDB_UPD-arm.txt.Johnny Chen2011-03-291-0/+0
* Add and modify some tests.Johnny Chen2011-03-292-2/+7
* Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...Owen Anderson2011-03-292-4/+2
* Fix ARM disassembly for PLD/PLDW/PLI which suffers from code rot and add some...Johnny Chen2011-03-281-0/+9
* Fixed the t2PLD and friends disassembly and add two test cases.Johnny Chen2011-03-261-0/+6
* Add test for A8.6.246 UMULL to both arm-tests.txt amd thumb-tests.txt.Johnny Chen2011-03-252-0/+6
* Add two test cases t2SMLABT and t2SMMULR for DisassembleThumb2Mul().Johnny Chen2011-03-251-0/+6
* Fix DisassembleThumb2DPReg()'s handling of RegClass. Cannot hardcode GPRRegC...Johnny Chen2011-03-251-0/+9
* DisassembleThumb2LdSt() did not handle t2LDRs correctly with respect to RegCl...Johnny Chen2011-03-251-0/+6
* A8.6.226 TBB, TBH:Johnny Chen2011-03-251-0/+6
* Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent...Johnny Chen2011-03-251-0/+6
* Instruction formats of SWP/SWPB were changed from LdStExFrm to MiscFrm. Modi...Johnny Chen2011-03-251-0/+3
* Also need to handle invalid imod values for CPS2p.Johnny Chen2011-03-251-0/+4
* Modify the wrong logic in the assert of DisassembleThumb2LdStDual() (the regi...Johnny Chen2011-03-251-0/+3
* delegate the disassembly of t2ADR to the more generic t2ADDri12/t2SUBri12 ins...Johnny Chen2011-03-251-0/+3
* The opcode names ("tLDM", "tLDM_UPD") used for conflict resolution have been ...Johnny Chen2011-03-241-0/+6
* The ARM disassembler was confused with the 16-bit tSTMIA instruction.Johnny Chen2011-03-241-0/+3
* Handle the added VBICiv*i* NEON instructions, too.Johnny Chen2011-03-241-0/+3
* T2 Load/Store Multiple:Johnny Chen2011-03-241-0/+3
* Plug a leak in the arm disassembler and put the tests back.Benjamin Kramer2011-03-242-0/+8
* Remove these two test files as they cause llvm-i686-linux-vg_leak build to fa...Johnny Chen2011-03-242-8/+0
* ADR was added with the wrong encoding for inst{24-21}, and the ARM decoder wa...Johnny Chen2011-03-241-0/+3
* The r118201 added support for VORR (immediate). Update ARMDisassemblerCore.c...Johnny Chen2011-03-241-0/+3
* Add comments to the handling of opcode CPS3p to reject invalid instruction en...Johnny Chen2011-03-242-0/+8
* 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
* Add disassembly test cases for:Johnny Chen2011-03-222-0/+6
* LDRT and LDRBT was incorrectly tagged as IndexModeNone during the refactoring...Johnny Chen2011-03-221-0/+3
* Add one more test case for VFP Load/Store Multiple (vpop).Johnny Chen2011-03-221-0/+3
* A8.6.399 VSTM:Johnny Chen2011-03-221-0/+3
* Fixed an assert by the ARM disassembler for LDRD_PRE/POST.Johnny Chen2011-03-191-0/+3
* The disassembler for Thumb was wrongly adding 4 to the computed imm32 offset.Johnny Chen2011-03-181-3/+3
* It used to be that t_addrmode_s4 was used for both:Johnny Chen2011-03-171-0/+9
* There were two issues fixed:Johnny Chen2011-03-151-1/+7
* Basic sanity checks to ensure that 2- and 3-byteSean Callanan2011-03-151-0/+6
* Fixed an ARM disassembler bug where it does not handle STRi12 correctly becau...Johnny Chen2011-03-151-0/+12