| Commit message (Expand) | Author | Age | Files | Lines |
* | Change X86 disassembly to print immediates values as signed by default. Special | Kevin Enderby | 2011-09-02 | 1 | -0/+56 |
* | Thumb2 parsing and encoding for AND (register). | Jim Grosbach | 2011-09-02 | 1 | -0/+17 |
* | Thumb2 parsing and encoding for ADD (register). | Jim Grosbach | 2011-09-02 | 1 | -0/+16 |
* | Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702. | Kevin Enderby | 2011-09-02 | 1 | -0/+3 |
* | Tests for Thumb2 AND (immediate) instruction. | Jim Grosbach | 2011-09-02 | 2 | -4/+12 |
* | Add FIXME. Thumb2 ADR encoding choice is non-trivial. | Jim Grosbach | 2011-09-02 | 1 | -0/+6 |
* | Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr... | Craig Topper | 2011-09-02 | 1 | -0/+3 |
* | ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code. | Jim Grosbach | 2011-09-01 | 1 | -0/+2 |
* | t2Bcc is allowed to have a predicate without a preceding IT instruction. | Owen Anderson | 2011-09-01 | 1 | -0/+6 |
* | Thumb2 assembly parsing and encoding for ADD(immediate). | Jim Grosbach | 2011-09-01 | 2 | -2/+30 |
* | Fix encoding for tBcc with immediate offset operand. | Owen Anderson | 2011-08-31 | 1 | -0/+4 |
* | Run the Thumb1 parser tests in Thumb2 mode, as well. | Jim Grosbach | 2011-08-31 | 1 | -9/+5 |
* | Thumb NOP encoding varies depending on ARCH revision. | Jim Grosbach | 2011-08-31 | 1 | -0/+9 |
* | Fix roundtripping of Thumb BL/BLX instructions with immediate offsets instead... | Owen Anderson | 2011-08-31 | 1 | -0/+9 |
* | Thumb2 parsing and encoding for ADC(register). | Jim Grosbach | 2011-08-31 | 1 | -0/+22 |
* | Tweak Thumb1 ADD encoding selection a bit. | Jim Grosbach | 2011-08-31 | 1 | -1/+3 |
* | Fix issues with disassembly of IT instructions involving condition codes othe... | Owen Anderson | 2011-08-30 | 1 | -0/+12 |
* | Fix encoding of CBZ/CBNZ Thumb2 instructions with immediate offsets rather th... | Owen Anderson | 2011-08-30 | 1 | -0/+9 |
* | Fix encoding of PC-relative Thumb1 LDR's when using immediate offsets instead... | Owen Anderson | 2011-08-30 | 1 | -1/+4 |
* | Fix encoding of Thumb1 B instructions with immediate offsets, which is necess... | Owen Anderson | 2011-08-30 | 1 | -1/+4 |
* | Port Thumb2 assembler tests over to disassembler tests. | Owen Anderson | 2011-08-30 | 1 | -0/+41 |
* | Add vvvv support to disassembling of instructions with MRMDestMem and MRMDest... | Craig Topper | 2011-08-30 | 1 | -0/+3 |
* | Add missing encoding information for some of the GPR<->FP register moves. | Owen Anderson | 2011-08-29 | 1 | -0/+3 |
* | Remove redundant tests from XFAIL'ed test file. | Jim Grosbach | 2011-08-29 | 1 | -11/+0 |
* | Thumb2 assembly parsing and encoding support for ADC(immediate). | Jim Grosbach | 2011-08-29 | 1 | -0/+23 |
* | Remove test file. Superceded by other more exhaustive tests. | Jim Grosbach | 2011-08-29 | 1 | -14/+0 |
* | Thumb2 parsing and encoding for IT blocks. | Jim Grosbach | 2011-08-29 | 2 | -0/+62 |
* | Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217 | Kevin Enderby | 2011-08-29 | 1 | -0/+3 |
* | Improve handling of #-0 offsets for many more pre-indexed addressing modes. | Owen Anderson | 2011-08-29 | 2 | -7/+15 |
* | Add support for parsing #-0 on non-memory-operand immediate values, and add a... | Owen Anderson | 2011-08-29 | 1 | -0/+8 |
* | Improve encoding support for BLX with immediat eoperands, and fix a BLX decod... | Owen Anderson | 2011-08-26 | 2 | -1/+13 |
* | Correct encoding of BL with immediate offset. | Owen Anderson | 2011-08-26 | 1 | -0/+2 |
* | 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 | 4 | -1/+20 |
* | Add a testcase for r138625. | Owen Anderson | 2011-08-26 | 1 | -0/+3 |
* | Fix disassembling of VCVTSD2SI | Craig Topper | 2011-08-26 | 1 | -0/+9 |
* | Port over additional encoding tests to decoding tests, and fix an operand ord... | Owen Anderson | 2011-08-25 | 1 | -0/+31 |
* | Give ATTR_VEX higher priority when generating the disassembler context table.... | Craig Topper | 2011-08-25 | 1 | -0/+3 |
* | Add TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD to allow them to be dis... | Craig Topper | 2011-08-25 | 1 | -0/+6 |
* | Some autoconf tests use module level inline asm to test compiler's handling of | Evan Cheng | 2011-08-24 | 1 | -3/+12 |
* | Update tests for 138501. | Jim Grosbach | 2011-08-24 | 1 | -1/+1 |
* | Thumb parsing and encoding for SUB (SP minu immediate). | Jim Grosbach | 2011-08-24 | 1 | -4/+6 |
* | Thumb parsing and encoding support for ADD SP instructions. | Jim Grosbach | 2011-08-24 | 2 | -2/+39 |
* | Port over more encoding tests to decoding tests. | Owen Anderson | 2011-08-24 | 1 | -0/+148 |
* | Thumb parsing and encoding for WFE, WFI and YIELD. | Jim Grosbach | 2011-08-23 | 1 | -0/+12 |
* | Thumb parsing and encoding for UXTB and UXTH. | Jim Grosbach | 2011-08-23 | 1 | -0/+10 |
* | Thumb parsing and encoding for TST. | Jim Grosbach | 2011-08-23 | 1 | -0/+8 |
* | Thumb parsing and encoding for SXTB and SXTH. | Jim Grosbach | 2011-08-23 | 1 | -0/+10 |
* | Thumb parsing and encoding for SVC. | Jim Grosbach | 2011-08-23 | 2 | -0/+20 |
* | Thumb parsing and encoding for SUB. | Jim Grosbach | 2011-08-23 | 1 | -0/+28 |