aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Thumb2 parsing and encoding for ISB.Jim Grosbach2011-09-061-0/+10
* Thumb2 parsing and encoding for EOR.Jim Grosbach2011-09-061-0/+20
* Thumb2 parsing and encoding for DSB.Jim Grosbach2011-09-061-0/+32
* Thumb2 parsing and encoding for DMB.Jim Grosbach2011-09-061-0/+32
* Thumb2 parsing and encoding for DBG.Jim Grosbach2011-09-061-0/+12
* Thumb2 parsing and encoding for CMN and CMP.Jim Grosbach2011-09-061-0/+40
* Thumb2 parsing and encoding for CLZ.Jim Grosbach2011-09-061-0/+12
* Thumb2 parsing and encoding for CLREX.Jim Grosbach2011-09-061-0/+12
* Port more encoding tests over to Thumb2 decoding tests.Owen Anderson2011-09-061-0/+222
* Thumb2 parsing and encoding for CDP/CDP2.Jim Grosbach2011-09-061-0/+10
* Thumb2 parsing and encoding for CBZ/CBNZ.Jim Grosbach2011-09-021-0/+6
* Thumb2 parsing and encoding for BXJ.Jim Grosbach2011-09-021-0/+13
* Thumb2 parsing and encoding for BIC.Jim Grosbach2011-09-021-0/+37
* Thumb2 parsing and encoding for BFI.Jim Grosbach2011-09-021-0/+12
* Thumb2 parsing and encoding for BFC.Jim Grosbach2011-09-021-0/+13
* Thumb2 parsing and encoding of B instruction.Jim Grosbach2011-09-021-0/+11
* Thumb2 parsing and encoding for ASR.Jim Grosbach2011-09-021-0/+37
* Change X86 disassembly to print immediates values as signed by default. SpecialKevin Enderby2011-09-021-0/+56
* Thumb2 parsing and encoding for AND (register).Jim Grosbach2011-09-021-0/+17
* Thumb2 parsing and encoding for ADD (register).Jim Grosbach2011-09-021-0/+16
* Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.Kevin Enderby2011-09-021-0/+3
* Tests for Thumb2 AND (immediate) instruction.Jim Grosbach2011-09-022-4/+12
* Add FIXME. Thumb2 ADR encoding choice is non-trivial.Jim Grosbach2011-09-021-0/+6
* Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...Craig Topper2011-09-021-0/+3
* ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.Jim Grosbach2011-09-011-0/+2
* t2Bcc is allowed to have a predicate without a preceding IT instruction.Owen Anderson2011-09-011-0/+6
* Thumb2 assembly parsing and encoding for ADD(immediate).Jim Grosbach2011-09-012-2/+30
* Fix encoding for tBcc with immediate offset operand.Owen Anderson2011-08-311-0/+4
* Run the Thumb1 parser tests in Thumb2 mode, as well.Jim Grosbach2011-08-311-9/+5
* Thumb NOP encoding varies depending on ARCH revision.Jim Grosbach2011-08-311-0/+9
* Fix roundtripping of Thumb BL/BLX instructions with immediate offsets instead...Owen Anderson2011-08-311-0/+9
* Thumb2 parsing and encoding for ADC(register).Jim Grosbach2011-08-311-0/+22
* Tweak Thumb1 ADD encoding selection a bit.Jim Grosbach2011-08-311-1/+3
* Fix issues with disassembly of IT instructions involving condition codes othe...Owen Anderson2011-08-301-0/+12
* Fix encoding of CBZ/CBNZ Thumb2 instructions with immediate offsets rather th...Owen Anderson2011-08-301-0/+9
* Fix encoding of PC-relative Thumb1 LDR's when using immediate offsets instead...Owen Anderson2011-08-301-1/+4
* Fix encoding of Thumb1 B instructions with immediate offsets, which is necess...Owen Anderson2011-08-301-1/+4
* Port Thumb2 assembler tests over to disassembler tests.Owen Anderson2011-08-301-0/+41
* Add vvvv support to disassembling of instructions with MRMDestMem and MRMDest...Craig Topper2011-08-301-0/+3
* Add missing encoding information for some of the GPR<->FP register moves.Owen Anderson2011-08-291-0/+3
* Remove redundant tests from XFAIL'ed test file.Jim Grosbach2011-08-291-11/+0
* Thumb2 assembly parsing and encoding support for ADC(immediate).Jim Grosbach2011-08-291-0/+23
* Remove test file. Superceded by other more exhaustive tests.Jim Grosbach2011-08-291-14/+0
* Thumb2 parsing and encoding for IT blocks.Jim Grosbach2011-08-292-0/+62
* Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217Kevin Enderby2011-08-291-0/+3
* Improve handling of #-0 offsets for many more pre-indexed addressing modes.Owen Anderson2011-08-292-7/+15
* Add support for parsing #-0 on non-memory-operand immediate values, and add a...Owen Anderson2011-08-291-0/+8
* Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...Owen Anderson2011-08-262-1/+13
* Correct encoding of BL with immediate offset.Owen Anderson2011-08-261-0/+2
* invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...Owen Anderson2011-08-261-1/+1