summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler
Commit message (Expand)AuthorAge
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-28
* Fix an incorrect decoder test.Owen Anderson2011-09-26
* Fix VEX decoding in i386 mode. Fixes PR11008.Craig Topper2011-09-26
* Fix incorrect disassembly test.Owen Anderson2011-09-23
* Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson2011-09-23
* Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...Owen Anderson2011-09-23
* Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper2011-09-23
* Fix register printing in disassembling of push/pop of segment registers and i...Craig Topper2011-09-22
* Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson2011-09-21
* Port over more Thumb2 encoding tests to decoding tests.Owen Anderson2011-09-20
* Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Por...Owen Anderson2011-09-19
* Add a testcase for another corner-case decoding.Owen Anderson2011-09-16
* Fix disassembly of Thumb2 BFI instructions with bit range of [0, 32).Owen Anderson2011-09-16
* Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's.Owen Anderson2011-09-16
* Fix disassembly of Thumb2 LDRSH with a #-0 offset.Owen Anderson2011-09-16
* Port over more Thumb2 assembly tests to disassembly tests.Owen Anderson2011-09-16
* Port over more Thumb2 assembly tests to disassembly tests.Owen Anderson2011-09-16
* 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