aboutsummaryrefslogtreecommitdiff
path: root/test/MC/X86
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-05-10LLVM: Add ELF Note section to NaCl object files identifying them as such to goldDerek Schuff
2013-04-22Add test case for PR15779, which has previously been fixed.Chad Rosier
2013-04-18[ms-inline asm] Apply the condition code mnemonic aliases to both the Intel andChad Rosier
2013-04-17[ms-inline asm] Add support for the minus unary operator. Previously, we wereChad Rosier
2013-04-11Add CLAC/STAC instruction encoding/decoding supportMichael Liao
2013-04-05[ms-inline asm] Add support for numeric displacement expressions in bracketedChad Rosier
2013-03-28Add support of RDSEED defined in AVX2 extensionMichael Liao
2013-03-28Move test since it depends on the X86 backend.Rafael Espindola
2013-03-27[ms-inline asm] Add support of imm displacement before bracketed memoryChad Rosier
2013-03-25x86 -- add the XTEST instructionDave Zarzycki
2013-03-18Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper
2013-03-18Refactor some duplicated code into helper functions.Craig Topper
2013-03-14Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper
2013-03-05Fixes a test by replacing .align by .p2align and setting triples explicitly.Eli Bendersky
2013-03-05Add a test that .align directives on capable processors use long NOPs.David Sehr
2013-03-05The current X86 NOP padding uses one long NOP followed by the remainder inDavid Sehr
2013-02-25[ms-inline asm] Add support for the pushad/popad mnemonics.Chad Rosier
2013-02-25'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay
2013-02-14Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola
2013-02-12[ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier
2013-02-12[ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.Chad Rosier
2013-02-05[MC] Bundle alignment: Invalidate relaxed fragmentsDerek Schuff
2013-01-31[MC] bundle alignment: prevent padding instructions from crossing bundle boun...Derek Schuff
2013-01-29Merge SSE and AVX shuffle instructions in the comment printer.Craig Topper
2013-01-28Fix 256-bit PALIGNR comment decoding to understand that it works on independe...Craig Topper
2013-01-26X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer
2013-01-25Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky
2013-01-22Add forgotten test case for the x32 commitEli Bendersky
2013-01-22X86: Make sure we account for the FMA4 register immediate value, otherwise ri...Benjamin Kramer
2013-01-14[ms-inline asm] Extend support for parsing Intel bracketed memory operands thatChad Rosier
2013-01-07Add some additional tests for the .bundle_lock align_to_end feature that didn'tEli Bendersky
2013-01-07Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky
2013-01-06Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper
2013-01-02Adds missing aliases for fcom and fcomp instructions without arguments.Kevin Enderby
2012-12-20Change Lit error redirection to FileCheck to a more common syntax since itEli Bendersky
2012-12-20Add a largish auto-generated test for the aligned bundling feature, along withEli Bendersky
2012-12-20Tests for the aligned bundling support added in r170718Eli Bendersky
2012-12-13Make this Lit config file a bit slimmerEli Bendersky
2012-11-14X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-10-29[ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] isChad Rosier
2012-10-24Tell llvm-mc we're using intel syntax, so we don't have to use directives.Chad Rosier
2012-10-24[ms-inline asm] Add back-end test case for r166632. Make sure we emit theChad Rosier
2012-10-13X86: Depending on the local semantics of .align this test can also emit a nop...Benjamin Kramer
2012-10-13X86: Disable long nops for all cpus prior to pentiumpro/i686.Benjamin Kramer
2012-09-19llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.NAKAMURA Takumi
2012-09-18Add test for r164132.Roman Divacky
2012-09-10Add newline.Chad Rosier
2012-09-10[ms-inline asm] Add support for .att_syntax directive.Chad Rosier