aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler/X86
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-239-69/+236
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-022-1/+50
* Update LLVM for rebase to r212749.Stephen Hines2014-07-214-6/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-292-0/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-249-0/+2078
* Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...Craig Topper2013-10-141-0/+6
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-081-0/+6
* Remove some instructions that seem to only exist to trick the filtering check...Craig Topper2013-10-072-0/+12
* Add disassembler support for long encodings for INC/DEC in 32-bit mode.Craig Topper2013-10-072-1/+49
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-031-0/+72
* 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