aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/X86
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1816-26/+48
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-099-81/+3144
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2321-9753/+3691
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0224-6/+11530
* Update LLVM for rebase to r212749.Stephen Hines2014-07-217-5/+91
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-292-97/+1065
* Update to LLVM 3.5a.Stephen Hines2014-04-2425-110/+3672
* Merging r195682:Bill Wendling2013-11-261-16/+16
* Merging r195679:Bill Wendling2013-11-261-2/+25
* X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()Jim Grosbach2013-11-081-0/+73
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-143-13/+13
* Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...Craig Topper2013-10-141-0/+8
* Allow non-AVX form of pmovmskb to take a GR64 operand.Craig Topper2013-10-101-0/+4
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-082-3/+16
* Teach X86 asm parser that VMOVAPSrr and other VEX-encoded register to registe...Craig Topper2013-10-071-0/+56
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-031-1/+1
* Revert accidental commit.Craig Topper2013-09-291-1/+41
* Change type of XOP flag in code emitters to a bool. Remove a some unneeded ca...Craig Topper2013-09-291-41/+1
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-271-0/+196
* Fixing Intel format of the vshufpd instruction.Yunzhong Gao2013-09-271-0/+2
* Add the remaining Intel SHA instructionsBen Langmuir2013-09-141-0/+52
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-121-0/+8
* AVX-512: implemented extractelement with variable index.Elena Demikhovsky2013-09-121-1/+9
* [ms-inline asm] Support offsets after segment registersDavid Majnemer2013-08-271-0/+6
* AVX-512: Added SHIFT instructions.Elena Demikhovsky2013-08-211-0/+16
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-162-4/+0
* EVEX and compressed displacement encoding for AVX512Elena Demikhovsky2013-08-011-0/+21
* Add test cases for the various instruction alias and Intel syntax fixes that ...Craig Topper2013-07-263-17/+380
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-232-11/+11
* Fix the move to/from accumulator register instructions that use a full 64-bitKevin Enderby2013-07-221-0/+32
* Recommit r186813: More Intel syntax alias fixes. With the addition of suppres...Craig Topper2013-07-221-15/+15
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-036-6/+6
* Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.Stefanus Du Toit2013-06-181-0/+9
* X86: Make the cmov aliases work with intel syntax too.Benjamin Kramer2013-06-131-0/+29
* [ms-inline asm] Fix a crasher when we fail on a direct match.Chad Rosier2013-05-101-0/+3
* [x86AsmParser] It's valid to stop parsing an operand at an immediate.Chad Rosier2013-05-091-0/+2
* Add test case for PR15779, which has previously been fixed.Chad Rosier2013-04-221-1/+2
* [ms-inline asm] Apply the condition code mnemonic aliases to both the Intel andChad Rosier2013-04-181-0/+30
* [ms-inline asm] Add support for the minus unary operator. Previously, we wereChad Rosier2013-04-171-1/+8
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-111-0/+8
* [ms-inline asm] Add support for numeric displacement expressions in bracketedChad Rosier2013-04-051-1/+38
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-281-0/+49
* Move test since it depends on the X86 backend.Rafael Espindola2013-03-281-0/+11
* [ms-inline asm] Add support of imm displacement before bracketed memoryChad Rosier2013-03-271-0/+20
* x86 -- add the XTEST instructionDave Zarzycki2013-03-251-0/+4
* Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper2013-03-181-0/+14
* Refactor some duplicated code into helper functions.Craig Topper2013-03-181-0/+7
* Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper2013-03-141-0/+4
* Fixes a test by replacing .align by .p2align and setting triples explicitly.Eli Bendersky2013-03-051-2/+5
* Add a test that .align directives on capable processors use long NOPs.David Sehr2013-03-051-0/+12