| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Port more encoding tests over to Thumb2 decoding tests. | Owen Anderson | 2011-09-06 | 1 | -0/+222 |
* | Fix issues with disassembly of IT instructions involving condition codes othe... | Owen Anderson | 2011-08-30 | 1 | -0/+12 |
* | Port Thumb2 assembler tests over to disassembler tests. | Owen Anderson | 2011-08-30 | 1 | -0/+41 |
* | Improve encoding support for BLX with immediat eoperands, and fix a BLX decod... | Owen Anderson | 2011-08-26 | 1 | -0/+9 |
* | invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w... | Owen Anderson | 2011-08-26 | 1 | -1/+1 |
* | Support an extension of ARM asm syntax to allow immediate operands to ADR ins... | Owen Anderson | 2011-08-26 | 2 | -0/+14 |
* | Add a testcase for r138625. | Owen Anderson | 2011-08-26 | 1 | -0/+3 |
* | Port over additional encoding tests to decoding tests, and fix an operand ord... | Owen Anderson | 2011-08-25 | 1 | -0/+31 |
* | Port over more encoding tests to decoding tests. | Owen Anderson | 2011-08-24 | 1 | -0/+148 |
* | Fix decoding of Thumb2 prefetch instructions, which account for all the remai... | Owen Anderson | 2011-08-23 | 1 | -0/+3 |
* | Fix two more instances of mis-matched operand names breaking disassembly. Fo... | Owen Anderson | 2011-08-23 | 1 | -0/+6 |
* | Port more assemble tests over to disassembly tests. | Owen Anderson | 2011-08-23 | 1 | -0/+59 |
* | t2SMLAD is a four-register instruction, not a three-register one. | Owen Anderson | 2011-08-22 | 1 | -0/+3 |
* | Correct operand naming of t2USAT16 to allow proper decoding. | Owen Anderson | 2011-08-22 | 1 | -0/+3 |
* | Match operand naming to allow correct decoding of t2LDRSH_POST. | Owen Anderson | 2011-08-22 | 1 | -0/+3 |
* | Provide a correct decoder hook for Thumb2 shifted registers. Found by random... | Owen Anderson | 2011-08-22 | 1 | -0/+3 |
* | Provide operand encoding information for half-precision VCVT instructions. F... | Owen Anderson | 2011-08-22 | 1 | -0/+3 |
* | Fix decoding of VMOVSRR and VMOVRRS, which account for the overwhelming major... | Owen Anderson | 2011-08-22 | 1 | -0/+2 |
* | Fix another batch of VLD/VST decoding crashes discovered by randomized testing. | Owen Anderson | 2011-08-22 | 1 | -0/+2 |
* | Correct writeback handling of duplicating VLD instructions. Discovered by ra... | Owen Anderson | 2011-08-22 | 1 | -0/+4 |
* | Port another swathe of Thumb1 encoding tests over to decoding tests. | Owen Anderson | 2011-08-22 | 1 | -0/+153 |
* | Fix an incorrect shift when decoding SP-relative stores in Thumb1-mode. Add ... | Owen Anderson | 2011-08-22 | 1 | -0/+30 |
* | STC2L_POST and STC2L_POST should be handled the same as STCL_POST/LDC_POST fo... | Owen Anderson | 2011-08-18 | 1 | -0/+3 |
* | Fix the decoding of RFE instruction. RFEs have the load bit set, while SRSs ... | Owen Anderson | 2011-08-18 | 1 | -0/+3 |
* | Improve handling of failure and unpredictable cases for CPS, STR, and SMLA in... | Owen Anderson | 2011-08-18 | 1 | -1/+1 |
* | Thumb assembly parsing and encoding for LDM instruction. | Jim Grosbach | 2011-08-18 | 1 | -5/+5 |
* | More Thumb1 decoding tests. | Owen Anderson | 2011-08-18 | 1 | -0/+25 |
* | Test commit; adding test for invalid LDRD which was part of the patch for r13... | James Molloy | 2011-08-18 | 1 | -0/+10 |
* | Port over BL/BLX to disassembly tests. | Owen Anderson | 2011-08-18 | 1 | -3/+14 |
* | Port new Thumb1 encoding tests over to decoding tests. | Owen Anderson | 2011-08-17 | 1 | -0/+37 |
* | Start building a Thumb1 decoding test file based on the Thumb1 parsing/encodi... | Owen Anderson | 2011-08-17 | 1 | -0/+30 |
* | Allow the MCDisassembler to return a "soft fail" status code, indicating an i... | Owen Anderson | 2011-08-17 | 1 | -1/+1 |
* | Add a test file for Thumb2 NEON. | Owen Anderson | 2011-08-15 | 1 | -0/+1586 |
* | Add some more comprehensive VFP decoding tests. | Owen Anderson | 2011-08-15 | 1 | -0/+213 |
* | Enforce the constraint that Rt must be even on LDRD/STRD instructions in ARM ... | Owen Anderson | 2011-08-15 | 1 | -33/+32 |
* | Add a test for Thumb1 LDRSH decoding. | Owen Anderson | 2011-08-15 | 1 | -0/+3 |
* | Add testcase for STRH. Patch by James Molloy. | Owen Anderson | 2011-08-15 | 1 | -0/+3 |
* | Fix incorrect encoding of UMAAL and friends. Patch by James Molloy. | Owen Anderson | 2011-08-15 | 1 | -2/+2 |
* | Fix decoding LDRSB and LDRSH in Thumb1 mode. Patch by James Molloy. | Owen Anderson | 2011-08-15 | 1 | -0/+3 |
* | Fix problems decoding the to/from-lane NEON memory instructions, and add a co... | Owen Anderson | 2011-08-15 | 1 | -0/+1847 |
* | Fix some remaining issues with decoding ARM-mode memory instructions, and add... | Owen Anderson | 2011-08-12 | 1 | -0/+471 |
* | Port over the basic ARM encodings test file to a decoding test file. Greatly... | Owen Anderson | 2011-08-12 | 1 | -0/+2345 |
* | Fix decoding for indexed STRB and LDRB. Fixes <rdar://problem/9926161>. | Owen Anderson | 2011-08-11 | 1 | -0/+3 |
* | Improve operand validation for Thumb2 addressing modes. | Owen Anderson | 2011-08-11 | 3 | -9/+6 |
* | Continue to tighten decoding by performing more operand validation. | Owen Anderson | 2011-08-11 | 3 | -8/+5 |
* | Tighten decoding of addrmode2 instructions to reject more UNPREDICTABLE cases. | Owen Anderson | 2011-08-11 | 1 | -3/+2 |
* | Tighten operand decoding of addrmode2 instruction. The offset register canno... | Owen Anderson | 2011-08-11 | 1 | -3/+2 |
* | Correct immediate range for shifter operands. Patch by James Molloy, with ad... | Owen Anderson | 2011-08-11 | 1 | -0/+3 |
* | Improve error checking in the new ARM disassembler. Patch by James Molloy. | Owen Anderson | 2011-08-11 | 1 | -1/+0 |
* | Add initial support for decoding NEON instructions in Thumb2 mode. | Owen Anderson | 2011-08-10 | 1 | -0/+3 |