summaryrefslogtreecommitdiff
path: root/test/MC/X86
Commit message (Expand)AuthorAge
* Merging r202774:Tom Stellard2014-04-11
* Merging r195682:Bill Wendling2013-11-26
* Merging r195679:Bill Wendling2013-11-26
* X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()Jim Grosbach2013-11-08
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-14
* Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...Craig Topper2013-10-14
* Allow non-AVX form of pmovmskb to take a GR64 operand.Craig Topper2013-10-10
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-08
* Teach X86 asm parser that VMOVAPSrr and other VEX-encoded register to registe...Craig Topper2013-10-07
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-03
* Revert accidental commit.Craig Topper2013-09-29
* Change type of XOP flag in code emitters to a bool. Remove a some unneeded ca...Craig Topper2013-09-29
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-27
* 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
* AVX-512: implemented extractelement with variable index.Elena Demikhovsky2013-09-12
* [ms-inline asm] Support offsets after segment registersDavid Majnemer2013-08-27
* AVX-512: Added SHIFT instructions.Elena Demikhovsky2013-08-21
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* EVEX and compressed displacement encoding for AVX512Elena Demikhovsky2013-08-01
* Add test cases for the various instruction alias and Intel syntax fixes that ...Craig Topper2013-07-26
* 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
* Recommit r186813: More Intel syntax alias fixes. With the addition of suppres...Craig Topper2013-07-22
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-03
* Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.Stefanus Du Toit2013-06-18
* X86: Make the cmov aliases work with intel syntax too.Benjamin Kramer2013-06-13
* [ms-inline asm] Fix a crasher when we fail on a direct match.Chad Rosier2013-05-10
* [x86AsmParser] It's valid to stop parsing an operand at an immediate.Chad Rosier2013-05-09
* Add test case for PR15779, which has previously been fixed.Chad Rosier2013-04-22
* [ms-inline asm] Apply the condition code mnemonic aliases to both the Intel andChad Rosier2013-04-18
* [ms-inline asm] Add support for the minus unary operator. Previously, we wereChad Rosier2013-04-17
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-11
* [ms-inline asm] Add support for numeric displacement expressions in bracketedChad Rosier2013-04-05
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-28
* Move test since it depends on the X86 backend.Rafael Espindola2013-03-28
* [ms-inline asm] Add support of imm displacement before bracketed memoryChad Rosier2013-03-27
* x86 -- add the XTEST instructionDave Zarzycki2013-03-25
* Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper2013-03-18
* Refactor some duplicated code into helper functions.Craig Topper2013-03-18
* Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper2013-03-14
* Fixes a test by replacing .align by .p2align and setting triples explicitly.Eli Bendersky2013-03-05
* Add a test that .align directives on capable processors use long NOPs.David Sehr2013-03-05
* The current X86 NOP padding uses one long NOP followed by the remainder inDavid Sehr2013-03-05
* [ms-inline asm] Add support for the pushad/popad mnemonics.Chad Rosier2013-02-25
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-25
* Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola2013-02-14
* [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier2013-02-12
* [ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.Chad Rosier2013-02-12