summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/X86
Commit message (Expand)AuthorAge
* [x86] Fix disassembly of MOV16ao16 et al.David Woodhouse2014-01-20
* [x86] Fix 16-bit disassembly of JCXZ/JECXZDavid Woodhouse2014-01-20
* [x86] Rename MOVSD/STOSD/LODSD/OUTSD to MOVSL/STOSL/LODSL/OUTSLDavid Woodhouse2014-01-20
* [x86] Fix disassembly of callw instructionDavid Woodhouse2014-01-20
* [x86] Fix 16-bit handling of OpSize bitDavid Woodhouse2014-01-20
* Allow x86 mov instructions to/from memory with absolute address to be encoded...Craig Topper2014-01-16
* Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are re...Craig Topper2014-01-01
* Add two fp test cases I missed in my previous commit.Craig Topper2013-12-31
* Add more X86 FP stack disassembler test cases.Craig Topper2013-12-31
* Revert r198238 and add FP disassembler tests. It didn't work and I didn't rea...Craig Topper2013-12-31
* AVX-512: decoder for AVX-512, made by Alexey Bader.Elena Demikhovsky2013-12-25
* Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...Craig Topper2013-10-14
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-08
* Remove some instructions that seem to only exist to trick the filtering check...Craig Topper2013-10-07
* Add disassembler support for long encodings for INC/DEC in 32-bit mode.Craig Topper2013-10-07
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-03
* Add a few more FMA4 disassembler test cases to match the scalar set with rega...Craig Topper2013-09-30
* Various x86 disassembler fixes.Craig Topper2013-09-30
* Fixing Intel format of the vshufpd instruction.Yunzhong Gao2013-09-27
* Add the remaining Intel SHA instructionsBen Langmuir2013-09-14
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-12
* Fixed a bug where diassembling an instruction that had a prefix would cause L...Richard Mitton2013-08-30
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-25
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Changed register names (and pointer keywords) to be lower case when using Int...Craig Topper2013-07-31
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-23
* Fix the move to/from accumulator register instructions that use a full 64-bitKevin Enderby2013-07-22
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-20
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-11
* fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo2013-04-10
* x86 -- disassemble the REP/REPNE prefix when neededDave Zarzycki2013-03-25
* Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby2013-03-11
* death to extra whitespaceKay Tiong Khoo2013-02-14
* added basic support for Intel ADX instructionsKay Tiong Khoo2013-02-14
* added test cases for r174920 (prefetch disassembly)Kay Tiong Khoo2013-02-12
* *fixed disassembly of some i386 system insts with intel syntaxKay Tiong Khoo2013-02-11
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-06
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-05
* Make this test less sensitive.Eli Bendersky2012-11-26
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper2012-07-26
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-18
* Reverse assembler/disassembler operand order for gather instructions.Craig Topper2012-07-10
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-29
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-29
* Missed some register numbers.Benjamin Kramer2012-04-27