summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Disassembler/X86
Commit message (Expand)AuthorAgeFilesLines
...
* It's a test to demonstrate wrong disassembler with 0x67 prefixAndrew V. Tischenko2017-10-261-0/+8
* [X86] Add PTWRITE instruction for assembler and disassembler.Craig Topper2017-10-232-0/+17
* [X86] Add RDPID instruction for assembler and disassembler.Craig Topper2017-10-232-0/+6
* Fix for Bug 30718 - Failure to disassemble certain MOV with rex.R. The issue ...Andrew V. Tischenko2017-10-231-0/+3
* [X86] Fix disassembly of EVEX rounding control and SAE instructions.Craig Topper2017-10-231-0/+80
* [X86] Teach the disassembler that some instructions use VEX.W==0 without a co...Craig Topper2017-10-221-0/+11
* [X86] Don't allow gather/scatter to disassembler if memory operand does not u...Craig Topper2017-10-221-0/+4
* [X86] Fix disassembling of EVEX instructions to stop accidentally decoding th...Craig Topper2017-10-211-12/+4
* More tests with x86 prefixes which work after rL315899 commitAndrew V. Tischenko2017-10-172-0/+125
* This patch is a result of D37262: The issues with X86 prefixes. It closes PR...Andrew V. Tischenko2017-10-163-1/+81
* [X86] Run dos2unix on two disassembler tests.Craig Topper2017-10-022-1854/+1854
* [X86] Change register&memory TEST instructions from MRMSrcMem to MRMDstMemCraig Topper2017-10-011-2/+2
* 'into' instruction should not be decoded as a valid instr in 64-bit modeAndrew V. Tischenko2017-09-201-0/+6
* Revert "The current version of LLVM X86 disassembler incorrectly interprets s...Eric Christopher2017-08-293-133/+1
* The current version of LLVM X86 disassembler incorrectly interprets some poss...Andrew V. Tischenko2017-08-283-1/+133
* [X86] Add nopq instruction which is a rex encoded version of nopl for gas com...Craig Topper2017-07-221-0/+6
* [X86] Add register form of NOPL and NOPW for assembler/disassembler.Craig Topper2017-07-221-0/+6
* [X86] Adding vpopcntd and vpopcntq instructionsOren Ben Simhon2017-05-251-0/+23
* [X86][LWP] Add llvm support for LWP instructions (reapplied).Simon Pilgrim2017-05-032-0/+42
* Revert rL302028 due to accidental line ending changes.Simon Pilgrim2017-05-032-42/+0
* [X86][LWP] Add llvm support for LWP instructions.Simon Pilgrim2017-05-032-0/+42
* [X86][SSE2] Fix asm string for movq (Move Quadword) instruction.Ayman Musa2017-04-261-4/+4
* [X86] Clzero intrinsic and its addition under znver1Craig Topper2017-02-091-0/+3
* [X86] Remove PCOMMIT instruction support since Intel has deprecated this inst...Craig Topper2017-02-081-3/+0
* [X86] Fix printing of sha256rnds2 to include the implicit %xmm0 argument.Craig Topper2017-02-051-2/+2
* [X86][Disassembler] Added SALC instructionChris Ray2017-01-291-790/+793
* [X86] Adding FFREEP instruction.Chris Ray2017-01-271-1037/+1061
* [AVX-512] Teach the disassembler about all of the EVEX gather and scatter ins...Craig Topper2017-01-161-0/+95
* [AVX-512] Fix a disassembler failure for AVX-512 vcmpss/vcmpsd with an immedi...Craig Topper2016-11-131-0/+31
* Add new flag and intrinsic support for MWAITX and MONITORX instructionsAshutosh Nema2016-05-182-0/+12
* AVX512F: Add GATHER/SCATTER assembler Intel syntax tests for knl/skx/avx . Ch...Igor Breger2016-02-251-2/+2
* [X86] Add some missing reversed forms of XOP instructions.Craig Topper2016-02-201-0/+9
* [AVX-512] Fix test case update missed in r257299.Craig Topper2016-01-111-1/+1
* [llvm-mc] Ignore opcode size prefix in 64-bit CALL disassemblyVedant Kumar2015-08-261-0/+111
* [X86]: Correctly sign-extend 16-bit immediate in CALL instruction.Douglas Katzman2015-06-263-0/+11
* [X86] Fix PR23271 - RIP-relative decoding bug in disassembler.Douglas Katzman2015-05-131-0/+38
* AVX-512: Added all forms of FP compare instructions for KNL and SKX.Elena Demikhovsky2015-05-071-1/+1
* Fix the operand encoding in the test instruction.Rafael Espindola2015-03-311-1/+1
* [X86] Fix diassembler crash on AVX512 cmpps/cmppd with immediate that doesn't...Craig Topper2015-03-021-0/+3
* [X86] Add some missing redundant MMX and SSE encodings for disassembler.Craig Topper2015-02-221-0/+21
* [X86] Add support for parsing and printing the mnemonic aliases for the XOP V...Craig Topper2015-02-131-0/+6
* [X86] Add GETSEC instruction.Craig Topper2015-02-071-0/+3
* [X86] Add assembler and disassembler test cases for clflushopt, clwb, pcommit...Craig Topper2015-02-061-0/+21
* [X86] Make fxsave64/fxrstor64/xsave64/xsrstor64/xsaveopt64 parseable in AT&T ...Craig Topper2015-02-031-3/+3
* [X86] Teach disassembler to handle illegal immediates on AVX512 integer compa...Craig Topper2015-01-281-0/+27
* [X86] Convert all the i8imm used by SSE and AVX instructions to u8imm.Craig Topper2015-01-211-1/+1
* [X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LE...Craig Topper2015-01-083-0/+47
* [X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.Craig Topper2015-01-061-0/+3
* [X86] Disassembler support for move to/from %rax with a 32-bit memory offset ...Craig Topper2015-01-032-2/+14
* [X86] Make the instructions that use AdSize16/32/64 co-exist together without...Craig Topper2015-01-021-16/+16
OpenPOWER on IntegriCloud