aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/X86
Commit message (Expand)AuthorAgeFilesLines
* 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
* The current X86 NOP padding uses one long NOP followed by the remainder inDavid Sehr2013-03-051-0/+27
* [ms-inline asm] Add support for the pushad/popad mnemonics.Chad Rosier2013-02-251-0/+13
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-251-1/+1
* Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola2013-02-141-14/+0
* [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier2013-02-121-0/+14
* [ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.Chad Rosier2013-02-121-0/+26
* [MC] Bundle alignment: Invalidate relaxed fragmentsDerek Schuff2013-02-051-0/+16
* [MC] bundle alignment: prevent padding instructions from crossing bundle boun...Derek Schuff2013-01-312-2/+108
* Merge SSE and AVX shuffle instructions in the comment printer.Craig Topper2013-01-291-0/+225
* Fix 256-bit PALIGNR comment decoding to understand that it works on independe...Craig Topper2013-01-281-0/+15
* X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer2013-01-261-0/+31
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-251-2/+2
* Add forgotten test case for the x32 commitEli Bendersky2013-01-221-0/+24
* X86: Make sure we account for the FMA4 register immediate value, otherwise ri...Benjamin Kramer2013-01-221-0/+61
* [ms-inline asm] Extend support for parsing Intel bracketed memory operands thatChad Rosier2013-01-141-9/+191
* Add some additional tests for the .bundle_lock align_to_end feature that didn'tEli Bendersky2013-01-073-0/+2837
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-0/+4
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-064-101/+141
* Adds missing aliases for fcom and fcomp instructions without arguments.Kevin Enderby2013-01-021-0/+8
* Change Lit error redirection to FileCheck to a more common syntax since itEli Bendersky2012-12-206-6/+6
* Add a largish auto-generated test for the aligned bundling feature, along withEli Bendersky2012-12-201-0/+2674
* Tests for the aligned bundling support added in r170718Eli Bendersky2012-12-2011-0/+246
* Make this Lit config file a bit slimmerEli Bendersky2012-12-131-8/+1
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-141-1/+1
* Add support of RTM from TSX extensionMichael Liao2012-11-081-0/+13
* [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] isChad Rosier2012-10-291-0/+50
* Tell llvm-mc we're using intel syntax, so we don't have to use directives.Chad Rosier2012-10-241-8/+6
* [ms-inline asm] Add back-end test case for r166632. Make sure we emit theChad Rosier2012-10-241-0/+12
* X86: Depending on the local semantics of .align this test can also emit a nop...Benjamin Kramer2012-10-131-1/+1
* X86: Disable long nops for all cpus prior to pentiumpro/i686.Benjamin Kramer2012-10-131-2/+8
* llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.NAKAMURA Takumi2012-09-191-1/+1
* Add test for r164132.Roman Divacky2012-09-181-0/+7
* Add newline.Chad Rosier2012-09-101-1/+1
* [ms-inline asm] Add support for .att_syntax directive.Chad Rosier2012-09-101-2/+4
* X86: Fix encoding of 'movd %xmm0, %rax'Jim Grosbach2012-08-311-0/+4
* Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper2012-07-262-28/+28
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-182-0/+34
* Reverse assembler/disassembler operand order for gather instructions.Craig Topper2012-07-101-8/+8
* Add aliases for pblendvb, blendvpd, and blendvps instructions with the implic...Craig Topper2012-07-031-0/+26
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-291-2/+26
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-261-0/+8