aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/X86
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper2012-06-262-12/+12
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-291-0/+25
* Add retw and lretw instructions. Also, fix Intel syntax parsing for allCharles Davis2012-04-113-0/+25
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-031-0/+768
* Fix generation of the address size override prefix. Add assertions forJoerg Sonnenberger2012-03-211-0/+13
* Change the X86 assembler to not require a segment register on stringKevin Enderby2012-03-131-0/+3
* Added a missing error check for X86 assembly with mismatched base and indexKevin Enderby2012-03-121-0/+4
* Add the missing call to Error when a bad X86 scale expression is parsed.Kevin Enderby2012-03-091-0/+4
* test/MC/X86/lit.local.cfg: Fix up to detect 'X86' in targets.NAKAMURA Takumi2012-03-091-0/+11
* Fix the operand ordering on aliases for shld and shrd. PR12173, part 2.Eli Friedman2012-03-061-13/+21
* Make aliases for shld and shrd match gas. PR12173.Eli Friedman2012-03-051-6/+11
* Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby2012-02-231-3/+3
* Add vmfunc instruction to X86 assembler and disassembler.Craig Topper2012-02-192-0/+6
* Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper2012-02-182-1/+50
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+1
* Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...Devang Patel2012-01-301-0/+3
* Intel syntax. Support .intel_syntax directive.Devang Patel2012-01-301-0/+7
* Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]Devang Patel2012-01-271-0/+2
* Intel Syntax: Extend special hand coded logic, to recognize special instructi...Devang Patel2012-01-241-0/+3
* Intel syntax: Robustify parsing of memory operand's displacement experssion.Devang Patel2012-01-231-2/+4
* Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI]Devang Patel2012-01-231-1/+3
* Intel syntax: Parse segment registers.Devang Patel2012-01-231-0/+2
* Intel syntax: Robustify register parsing.Devang Patel2012-01-201-0/+2
* Intel syntax: Parse ... PTR [-8]Devang Patel2012-01-201-1/+2
* Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax.Devang Patel2012-01-201-1/+4
* Post process 'and', 'sub' instructions and select better encoding, if available.Devang Patel2012-01-191-0/+8
* Intel syntax: There is no need to create unary expr for simple negative displ...Devang Patel2012-01-191-0/+4
* Post process 'xor', 'or' and 'cmp' instructions and select better encoding, i...Devang Patel2012-01-191-0/+22
* Process instructions after match to select alternative encoding which may be ...Devang Patel2012-01-181-0/+24
* Intel syntax: Fix parser match class to check memory operand size.Devang Patel2012-01-171-0/+2
* Intel syntax: Parse "BYTE PTR [RDX + RCX]"Devang Patel2012-01-171-0/+2
* Intel syntax: Do not unncessarily create plus expression for memory operand d...Devang Patel2012-01-171-0/+2
* Intel syntax: Ignore mnemonic aliases.Devang Patel2012-01-171-0/+8