aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support an extension of ARM asm syntax to allow immediate operands to ADR ins...Owen Anderson2011-08-264-1/+20
* Add a testcase for r138625.Owen Anderson2011-08-261-0/+3
* Fix disassembling of VCVTSD2SICraig Topper2011-08-261-0/+9
* Port over additional encoding tests to decoding tests, and fix an operand ord...Owen Anderson2011-08-251-0/+31
* Give ATTR_VEX higher priority when generating the disassembler context table....Craig Topper2011-08-251-0/+3
* Add TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD to allow them to be dis...Craig Topper2011-08-251-0/+6
* Some autoconf tests use module level inline asm to test compiler's handling ofEvan Cheng2011-08-241-3/+12
* Update tests for 138501.Jim Grosbach2011-08-241-1/+1
* Thumb parsing and encoding for SUB (SP minu immediate).Jim Grosbach2011-08-241-4/+6
* Thumb parsing and encoding support for ADD SP instructions.Jim Grosbach2011-08-242-2/+39
* Port over more encoding tests to decoding tests.Owen Anderson2011-08-241-0/+148
* Thumb parsing and encoding for WFE, WFI and YIELD.Jim Grosbach2011-08-231-0/+12
* Thumb parsing and encoding for UXTB and UXTH.Jim Grosbach2011-08-231-0/+10
* Thumb parsing and encoding for TST.Jim Grosbach2011-08-231-0/+8
* Thumb parsing and encoding for SXTB and SXTH.Jim Grosbach2011-08-231-0/+10
* Thumb parsing and encoding for SVC.Jim Grosbach2011-08-232-0/+20
* Thumb parsing and encoding for SUB.Jim Grosbach2011-08-231-0/+28