aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler/X86
Commit message (Expand)AuthorAgeFilesLines
* Add a few more FMA4 disassembler test cases to match the scalar set with rega...Craig Topper2013-09-301-0/+12
* Various x86 disassembler fixes.Craig Topper2013-09-301-0/+36
* Fixing Intel format of the vshufpd instruction.Yunzhong Gao2013-09-271-0/+3
* Add the remaining Intel SHA instructionsBen Langmuir2013-09-141-1/+37
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-121-0/+6
* Fixed a bug where diassembling an instruction that had a prefix would cause L...Richard Mitton2013-08-301-0/+59
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-253-4/+70
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* Changed register names (and pointer keywords) to be lower case when using Int...Craig Topper2013-07-311-26/+26
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-231-1/+1
* Fix the move to/from accumulator register instructions that use a full 64-bitKevin Enderby2013-07-221-0/+30
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-201-1/+29
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-111-0/+6
* fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo2013-04-102-0/+18
* x86 -- disassemble the REP/REPNE prefix when neededDave Zarzycki2013-03-251-0/+15
* Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby2013-03-111-0/+9
* death to extra whitespaceKay Tiong Khoo2013-02-141-20/+20
* added basic support for Intel ADX instructionsKay Tiong Khoo2013-02-142-0/+36
* added test cases for r174920 (prefetch disassembly)Kay Tiong Khoo2013-02-121-0/+6
* *fixed disassembly of some i386 system insts with intel syntaxKay Tiong Khoo2013-02-111-0/+13
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-062-10/+10
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-10/+0
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-051-0/+10
* Make this test less sensitive.Eli Bendersky2012-11-261-4/+4
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-221-0/+6
* Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper2012-07-262-8/+8
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-181-0/+5
* Reverse assembler/disassembler operand order for gather instructions.Craig Topper2012-07-101-8/+8
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-024-4/+4
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-022-2/+2
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-291-1/+19
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-261-0/+6
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-292-0/+36
* Missed some register numbers.Benjamin Kramer2012-04-271-3/+3
* Update edis test for r155704.Benjamin Kramer2012-04-271-1/+1
* Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton2012-04-161-1/+1
* Add retw and lretw instructions. Also, fix Intel syntax parsing for allCharles Davis2012-04-111-0/+6
* Add the tests that were supposed to go with r153935 that I forgot svn addCraig Topper2012-04-062-0/+73
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-031-0/+12
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Change the second line of the test added for r152414 to use CHECK-NEXT.Kevin Enderby2012-03-121-1/+1
* Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax.Bill Wendling2012-03-101-0/+22
* Fix the x86 disassembler to at least print the lock prefix if it is the firstKevin Enderby2012-03-091-0/+5
* X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper2012-02-272-0/+11
* Add vmfunc instruction to X86 assembler and disassembler.Craig Topper2012-02-192-0/+6
* Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper2012-02-182-0/+48
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-6/+13
* Add disassembler support for VPERMIL2PD and VPERMIL2PS.Craig Topper2011-12-301-2/+5
* Add FMA4 instructions to disassembler.Craig Topper2011-12-301-0/+6
* Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins...Craig Topper2011-12-291-0/+12