summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
...
* Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was no...Johnny Chen2011-04-13
* Add sanity check for Ld/St Dual forms of Thumb2 instructions.Johnny Chen2011-04-12
* The Thumb2 RFE instructions need to have their second halfword fully specified.Johnny Chen2011-04-12
* Add bad register checks for Thumb2 Ld/St instructions.Johnny Chen2011-04-12
* The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it...Johnny Chen2011-04-12
* Print out a debug message when the reglist fails the sanity check for Thumb L...Johnny Chen2011-04-12
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-12
* Implement .cfi_same_value.Rafael Espindola2011-04-12
* Add one test case (svc).Johnny Chen2011-04-12
* Match case for invalid constant error messages and add a newEric Christopher2011-04-12
* A8.6.16 BJohnny Chen2011-04-12
* Test for invalid constant expr addition - bad octal constant.Eric Christopher2011-04-12
* Thumb disassembler was erroneously rejecting "blx sp" instruction.Johnny Chen2011-04-11
* Implement cfi_rel_offsetRafael Espindola2011-04-11
* Add test for previous commit.Rafael Espindola2011-04-11
* Fix the bug where the immediate shift amount for Thumb logical shift instruct...Johnny Chen2011-04-11
* Check invalid register encodings for LdFrm/StFrm ARM instructions and flag th...Johnny Chen2011-04-11
* fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately,Chris Lattner2011-04-09
* Don't store Twine temporaries, it's not safe.Benjamin Kramer2011-04-09
* Hanlde the checking of bad regs for SMMLAR properly, instead of asserting.Johnny Chen2011-04-08
* Sanity check the option operand for DMB/DSB.Johnny Chen2011-04-08
* MOVi16 and MOVTi16 does not allow pc as the dest register, while MOVi allows it.Johnny Chen2011-04-08
* Add sanity checking for bad register specifier(s) for the DPFrm instructions.Johnny Chen2011-04-08
* Update testsRafael Espindola2011-04-07
* Add a VEXT test.Johnny Chen2011-04-07
* Add support for .skip.Rafael Espindola2011-04-07
* Add sanity checking for invalid register encodings for signed/unsigned extend...Johnny Chen2011-04-07
* Add sanity checking for invalid register encodings for saturating instructions.Johnny Chen2011-04-07
* Add some more comments about checkings of invalid register numbers.Johnny Chen2011-04-07
* Sanity check MSRi for invalid mask values and reject it as invalid.Johnny Chen2011-04-07
* The ARM disassembler was not recognizing USADA8 instruction. Need to add che...Johnny Chen2011-04-07
* Should also check SMLAD for invalid register values.Johnny Chen2011-04-07
* A8.6.393Johnny Chen2011-04-06
* A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"Johnny Chen2011-04-06
* Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong.Johnny Chen2011-04-06
* Add a missing opcode (SMLSLDX) to BadRegsMulFrm() function.Johnny Chen2011-04-06
* Fix a typo in the handling of PKHTB opcode, plus add sanity check for illegal...Johnny Chen2011-04-05
* A7.3 register encodingJohnny Chen2011-04-05
* ARM disassembler was erroneously accepting an invalid RSC instruction.Johnny Chen2011-04-05
* ARM disassembler was erroneously accepting an invalid LSL instruction.Johnny Chen2011-04-05
* The r128085 checkin modified the operand ordering for MRC/MRC2 instructions.Johnny Chen2011-04-05
* ARM disassembler should flag (rGPRRegClassID, r13|r15) as an error.Johnny Chen2011-04-05
* LDRD now prints out two dst registers.Johnny Chen2011-04-05
* Constants with multiple encodings (ARM):Johnny Chen2011-04-05
* Check for invalid register encodings for UMAAL and friends where:Johnny Chen2011-04-05
* Fix SRS/SRSW encoding bits.Johnny Chen2011-04-05
* Fix incorrect alignment for NEON VST2b32_UPD.Johnny Chen2011-04-04
* - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHTBruno Cardoso Lopes2011-04-04
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-04
* Fixed a bug in disassembly of STR_POST, where the immediate is the second ope...Johnny Chen2011-04-02