| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix the bug where the immediate shift amount for Thumb logical shift instruct... | Johnny Chen | 2011-04-11 | 1 | -0/+6 |
* | Check invalid register encodings for LdFrm/StFrm ARM instructions and flag th... | Johnny Chen | 2011-04-11 | 4 | -0/+34 |
* | fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately, | Chris Lattner | 2011-04-09 | 1 | -0/+4 |
* | Don't store Twine temporaries, it's not safe. | Benjamin Kramer | 2011-04-09 | 1 | -1/+5 |
* | Hanlde the checking of bad regs for SMMLAR properly, instead of asserting. | Johnny Chen | 2011-04-08 | 1 | -0/+3 |
* | Sanity check the option operand for DMB/DSB. | Johnny Chen | 2011-04-08 | 3 | -0/+38 |
* | MOVi16 and MOVTi16 does not allow pc as the dest register, while MOVi allows it. | Johnny Chen | 2011-04-08 | 2 | -0/+16 |
* | Add sanity checking for bad register specifier(s) for the DPFrm instructions. | Johnny Chen | 2011-04-08 | 4 | -0/+50 |
* | Update tests | Rafael Espindola | 2011-04-07 | 30 | -71/+71 |
* | Add a VEXT test. | Johnny Chen | 2011-04-07 | 1 | -0/+3 |
* | Add support for .skip. | Rafael Espindola | 2011-04-07 | 1 | -0/+5 |
* | Add sanity checking for invalid register encodings for signed/unsigned extend... | Johnny Chen | 2011-04-07 | 2 | -0/+17 |
* | Add sanity checking for invalid register encodings for saturating instructions. | Johnny Chen | 2011-04-07 | 1 | -0/+11 |
* | Add some more comments about checkings of invalid register numbers. | Johnny Chen | 2011-04-07 | 2 | -0/+14 |
* | Sanity check MSRi for invalid mask values and reject it as invalid. | Johnny Chen | 2011-04-07 | 1 | -0/+12 |
* | The ARM disassembler was not recognizing USADA8 instruction. Need to add che... | Johnny Chen | 2011-04-07 | 1 | -0/+3 |
* | Should also check SMLAD for invalid register values. | Johnny Chen | 2011-04-07 | 1 | -0/+11 |
* | A8.6.393 | Johnny Chen | 2011-04-06 | 1 | -0/+11 |
* | A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP" | Johnny Chen | 2011-04-06 | 3 | -0/+16 |
* | Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong. | Johnny Chen | 2011-04-06 | 1 | -0/+3 |
* | Add a missing opcode (SMLSLDX) to BadRegsMulFrm() function. | Johnny Chen | 2011-04-06 | 1 | -1/+4 |
* | Fix a typo in the handling of PKHTB opcode, plus add sanity check for illegal... | Johnny Chen | 2011-04-05 | 1 | -3/+6 |
* | A7.3 register encoding | Johnny Chen | 2011-04-05 | 2 | -1/+11 |
* | ARM disassembler was erroneously accepting an invalid RSC instruction. | Johnny Chen | 2011-04-05 | 1 | -0/+9 |
* | ARM disassembler was erroneously accepting an invalid LSL instruction. | Johnny Chen | 2011-04-05 | 1 | -0/+9 |
* | The r128085 checkin modified the operand ordering for MRC/MRC2 instructions. | Johnny Chen | 2011-04-05 | 1 | -0/+3 |
* | ARM disassembler should flag (rGPRRegClassID, r13|r15) as an error. | Johnny Chen | 2011-04-05 | 2 | -4/+5 |
* | LDRD now prints out two dst registers. | Johnny Chen | 2011-04-05 | 1 | -1/+1 |
* | Constants with multiple encodings (ARM): | Johnny Chen | 2011-04-05 | 2 | -6/+6 |
* | Check for invalid register encodings for UMAAL and friends where: | Johnny Chen | 2011-04-05 | 1 | -0/+11 |
* | Fix SRS/SRSW encoding bits. | Johnny Chen | 2011-04-05 | 2 | -0/+24 |
* | Fix incorrect alignment for NEON VST2b32_UPD. | Johnny Chen | 2011-04-04 | 1 | -0/+3 |
* | - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHT | Bruno Cardoso Lopes | 2011-04-04 | 1 | -0/+18 |
* | Add support for the VIA PadLock instructions. | Joerg Sonnenberger | 2011-04-04 | 1 | -0/+53 |
* | Fixed a bug in disassembly of STR_POST, where the immediate is the second ope... | Johnny Chen | 2011-04-02 | 1 | -0/+3 |
* | Fixed MOVr for "should be" encoding bits for Inst{19-16} = 0b0000. | Johnny Chen | 2011-04-01 | 1 | -0/+13 |
* | MOVs should have Inst{19-16} as 0b0000, otherwise, the instruction is UNPREDI... | Johnny Chen | 2011-04-01 | 1 | -0/+17 |
* | Fix the instruction table entries for AI1_adde_sube_s_irs multiclass definiti... | Johnny Chen | 2011-04-01 | 1 | -0/+7 |
* | Fix a LDRT/LDRBT decoding bug where for Encoding A2, if Inst{4} != 0, we shou... | Johnny Chen | 2011-04-01 | 2 | -0/+15 |
* | Fix LDRi12 immediate operand, which was changed to be the second operand in $... | Johnny Chen | 2011-04-01 | 1 | -0/+9 |
* | Apply again changes to support ARM memory asm parsing. I removed | Bruno Cardoso Lopes | 2011-03-31 | 1 | -0/+34 |
* | Add a test case for a malformed LDC/LDC2 instructions with PUDW = 0b0000, which | Johnny Chen | 2011-03-31 | 1 | -0/+11 |
* | Fix single word and unsigned byte data transfer instruction encodings so that | Johnny Chen | 2011-03-31 | 1 | -0/+4 |
* | Add BLXi to the instruction table for disassembly purpose. | Johnny Chen | 2011-03-31 | 1 | -0/+3 |
* | Remove stray empty test file. | Daniel Dunbar | 2011-03-31 | 1 | -0/+0 |
* | Revert r128632 again, until I figure out what break the tests | Bruno Cardoso Lopes | 2011-03-31 | 1 | -38/+0 |
* | Reapply r128585 without generating a lib depedency cycle. An updated log: | Bruno Cardoso Lopes | 2011-03-31 | 1 | -0/+38 |
* | Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and" | Matt Beaumont-Gay | 2011-03-31 | 1 | -34/+0 |
* | - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and | Bruno Cardoso Lopes | 2011-03-30 | 1 | -0/+34 |
* | Add a test case for thumb stc2 instruction. | Johnny Chen | 2011-03-30 | 1 | -0/+3 |