| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add encoding tests for flds/filds | Joerg Sonnenberger | 2011-04-15 | 2 | -0/+24 |
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | The ARM disassembler did not handle the alignment correctly for VLD*DUP* inst... | Johnny Chen | 2011-04-15 | 2 | -0/+16 |
| * | Add sanity checkings for Thumb2 Load/Store Register Exclusive family of opera... | Johnny Chen | 2011-04-14 | 4 | -0/+33 |
| * | As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias | Bill Wendling | 2011-04-14 | 1 | -26/+26 |
| * | Have the X86 back-end emit the alias instead of what's being aliased. In most | Bill Wendling | 2011-04-14 | 2 | -70/+70 |
| * | Thumb disassembler did not handle tBRIND (indirect branch) properly. | Johnny Chen | 2011-04-13 | 1 | -0/+3 |
| * | Check for unallocated instruction encodings when disassembling Thumb Branch i... | Johnny Chen | 2011-04-13 | 2 | -2/+13 |
| * | The LDR*T/STR*T (unpriviledged load/store) operations don't take SP or PC as Rt. | Johnny Chen | 2011-04-13 | 1 | -0/+10 |
| * | Check the corner cases for t2LDRSHi12 correctly and mark invalid encodings as... | Johnny Chen | 2011-04-13 | 2 | -0/+20 |
| * | Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was no... | Johnny Chen | 2011-04-13 | 1 | -0/+3 |
| * | Add sanity check for Ld/St Dual forms of Thumb2 instructions. | Johnny Chen | 2011-04-12 | 2 | -0/+23 |
| * | The Thumb2 RFE instructions need to have their second halfword fully specified. | Johnny Chen | 2011-04-12 | 1 | -0/+3 |
| * | Add bad register checks for Thumb2 Ld/St instructions. | Johnny Chen | 2011-04-12 | 1 | -0/+10 |
| * | The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it... | Johnny Chen | 2011-04-12 | 1 | -1/+13 |
| * | Print out a debug message when the reglist fails the sanity check for Thumb L... | Johnny Chen | 2011-04-12 | 1 | -0/+10 |
| * | Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset. | Rafael Espindola | 2011-04-12 | 1 | -0/+41 |
| * | Implement .cfi_same_value. | Rafael Espindola | 2011-04-12 | 1 | -0/+42 |
| * | Add one test case (svc). | Johnny Chen | 2011-04-12 | 1 | -0/+3 |
| * | Match case for invalid constant error messages and add a new | Eric Christopher | 2011-04-12 | 1 | -1/+4 |
| * | A8.6.16 B | Johnny Chen | 2011-04-12 | 1 | -0/+10 |
| * | Test for invalid constant expr addition - bad octal constant. | Eric Christopher | 2011-04-12 | 1 | -13/+5 |
| * | Thumb disassembler was erroneously rejecting "blx sp" instruction. | Johnny Chen | 2011-04-11 | 1 | -0/+9 |
| * | Implement cfi_rel_offset | Rafael Espindola | 2011-04-11 | 1 | -0/+49 |
| * | Add test for previous commit. | Rafael Espindola | 2011-04-11 | 1 | -0/+46 |
| * | 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 |