aboutsummaryrefslogtreecommitdiff
path: root/test/MC/X86
AgeCommit message (Expand)Author
2012-05-29Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer
2012-04-11Add retw and lretw instructions. Also, fix Intel syntax parsing for allCharles Davis
2012-04-03Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper
2012-03-21Fix generation of the address size override prefix. Add assertions forJoerg Sonnenberger
2012-03-13Change the X86 assembler to not require a segment register on stringKevin Enderby
2012-03-12Added a missing error check for X86 assembly with mismatched base and indexKevin Enderby
2012-03-09Add the missing call to Error when a bad X86 scale expression is parsed.Kevin Enderby
2012-03-09test/MC/X86/lit.local.cfg: Fix up to detect 'X86' in targets.NAKAMURA Takumi
2012-03-06Fix the operand ordering on aliases for shld and shrd. PR12173, part 2.Eli Friedman
2012-03-05Make aliases for shld and shrd match gas. PR12173.Eli Friedman
2012-02-23Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby
2012-02-19Add vmfunc instruction to X86 assembler and disassembler.Craig Topper
2012-02-18Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-30Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...Devang Patel
2012-01-30Intel syntax. Support .intel_syntax directive.Devang Patel
2012-01-27Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]Devang Patel
2012-01-24Intel Syntax: Extend special hand coded logic, to recognize special instructi...Devang Patel
2012-01-23Intel syntax: Robustify parsing of memory operand's displacement experssion.Devang Patel
2012-01-23Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI]Devang Patel
2012-01-23Intel syntax: Parse segment registers.Devang Patel
2012-01-20Intel syntax: Robustify register parsing.Devang Patel
2012-01-20Intel syntax: Parse ... PTR [-8]Devang Patel
2012-01-20Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax.Devang Patel
2012-01-19Post process 'and', 'sub' instructions and select better encoding, if available.Devang Patel
2012-01-19Intel syntax: There is no need to create unary expr for simple negative displ...Devang Patel
2012-01-19Post process 'xor', 'or' and 'cmp' instructions and select better encoding, i...Devang Patel
2012-01-18Process instructions after match to select alternative encoding which may be ...Devang Patel
2012-01-17Intel syntax: Fix parser match class to check memory operand size.Devang Patel
2012-01-17Intel syntax: Parse "BYTE PTR [RDX + RCX]"Devang Patel
2012-01-17Intel syntax: Do not unncessarily create plus expression for memory operand d...Devang Patel
2012-01-17Intel syntax: Ignore mnemonic aliases.Devang Patel
2012-01-17Intel syntax: Robustify memory operand parsing.Devang Patel
2012-01-13Add new test.Devang Patel
2012-01-12Remove test case, as Chris suggested.Devang Patel
2012-01-12Add test case to check intel syntax parsing.Devang Patel
2011-12-15Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman
2011-12-12XOP instructions and encoding tests.Jan Sjödin
2011-11-30Support for encoding all FMA4 instructions and tablegen patterns for allJan Sjödin
2011-11-25This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes
2011-11-24X86: alias cqo to cqto.Benjamin Kramer
2011-10-31Move test to the X86 directory, note the PR number and only run MC once.Rafael Espindola
2011-10-27Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix andKevin Enderby
2011-10-23Add X86 SARX, SHRX, and SHLX instructions.Craig Topper
2011-10-23Add X86 RORX instructionCraig Topper
2011-10-19Rename PEXTR to PEXT. Add intrinsics for BMI instructions.Craig Topper
2011-10-16Add X86 PEXTR and PDEP instructions.Craig Topper
2011-10-16Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-10-16Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper