summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler
Commit message (Expand)AuthorAge
* Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...Craig Topper2011-09-14
* Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fix...Craig Topper2011-09-14
* Add test case for PR10851.Craig Topper2011-09-14
* Make use of Eli's FileCheck sorcery to improve this test.Owen Anderson2011-09-13
* Correct disassembly printing of Thumb2 post-incremented LDRD and STRD.Owen Anderson2011-09-13
* Remove filter that was preventing MOVDQU/MOVDQA and their VEX forms from bein...Craig Topper2011-09-13
* Thumb2 POP's don't allow the PC as an operand, and PUSH's don't allow the SP ...Owen Anderson2011-09-12
* Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...Owen Anderson2011-09-12
* Fix disassembling of one of the register/register forms of MOVUPS/MOVUPD/MOVA...Craig Topper2011-09-11
* Fix disassembling of reverse register/register forms of ADD/SUB/XOR/OR/AND/SB...Craig Topper2011-09-11
* Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse...Craig Topper2011-09-11
* LDM writeback is not allowed if Rn is in the target register list.Owen Anderson2011-09-09
* Fix assembly/disassembly of Thumb2 ADR instructions with immediate operands.Owen Anderson2011-09-09
* Add disassembler test for Intel syntax. Tests r139353.Craig Topper2011-09-09
* Soft fail CBZ/CBNZ in the disassembler if they appear inside an IT block.Owen Anderson2011-09-08
* Thumb2 assembly parsing and encoding for LDRD(immediate).Jim Grosbach2011-09-08
* Create Thumb2 versions of STC/LDC, and reenable the relevant tests.Owen Anderson2011-09-07
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-07
* Update test for 139243Jim Grosbach2011-09-07
* Port more assembler tests over to disassembler tests, and fix a minor logic e...Owen Anderson2011-09-07
* Port more encoding tests over to Thumb2 decoding tests.Owen Anderson2011-09-06
* Change X86 disassembly to print immediates values as signed by default. SpecialKevin Enderby2011-09-02
* Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.Kevin Enderby2011-09-02
* Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...Craig Topper2011-09-02
* Fix issues with disassembly of IT instructions involving condition codes othe...Owen Anderson2011-08-30
* Port Thumb2 assembler tests over to disassembler tests.Owen Anderson2011-08-30
* Add vvvv support to disassembling of instructions with MRMDestMem and MRMDest...Craig Topper2011-08-30
* Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217Kevin Enderby2011-08-29
* Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...Owen Anderson2011-08-26
* invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...Owen Anderson2011-08-26
* Support an extension of ARM asm syntax to allow immediate operands to ADR ins...Owen Anderson2011-08-26
* Add a testcase for r138625.Owen Anderson2011-08-26
* Fix disassembling of VCVTSD2SICraig Topper2011-08-26
* Port over additional encoding tests to decoding tests, and fix an operand ord...Owen Anderson2011-08-25
* Give ATTR_VEX higher priority when generating the disassembler context table....Craig Topper2011-08-25
* Add TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD to allow them to be dis...Craig Topper2011-08-25
* Port over more encoding tests to decoding tests.Owen Anderson2011-08-24
* Fix decoding of Thumb2 prefetch instructions, which account for all the remai...Owen Anderson2011-08-23
* Fix two more instances of mis-matched operand names breaking disassembly. Fo...Owen Anderson2011-08-23
* Port more assemble tests over to disassembly tests.Owen Anderson2011-08-23
* t2SMLAD is a four-register instruction, not a three-register one.Owen Anderson2011-08-22
* Correct operand naming of t2USAT16 to allow proper decoding.Owen Anderson2011-08-22
* Match operand naming to allow correct decoding of t2LDRSH_POST.Owen Anderson2011-08-22
* Provide a correct decoder hook for Thumb2 shifted registers. Found by random...Owen Anderson2011-08-22
* Provide operand encoding information for half-precision VCVT instructions. F...Owen Anderson2011-08-22
* Fix decoding of VMOVSRR and VMOVRRS, which account for the overwhelming major...Owen Anderson2011-08-22
* Fix another batch of VLD/VST decoding crashes discovered by randomized testing.Owen Anderson2011-08-22
* Correct writeback handling of duplicating VLD instructions. Discovered by ra...Owen Anderson2011-08-22
* Port another swathe of Thumb1 encoding tests over to decoding tests.Owen Anderson2011-08-22
* Fix an incorrect shift when decoding SP-relative stores in Thumb1-mode. Add ...Owen Anderson2011-08-22