[SystemZ] Add comparisons of large immediates using high words
[oota-llvm.git] / test / MC / Disassembler / X86 /
2013-09-30 Craig TopperAdd a few more FMA4 disassembler test cases to match...
2013-09-30 Craig TopperVarious x86 disassembler fixes.
2013-09-27 Yunzhong GaoFixing Intel format of the vshufpd instruction.
2013-09-14 Ben LangmuirAdd the remaining Intel SHA instructions
2013-09-12 Ben LangmuirPartial support for Intel SHA Extensions (sha1rnds4)
2013-08-30 Richard MittonFixed a bug where diassembling an instruction that...
2013-08-25 Craig TopperFirst round of fixes for the x86 fixes for the x86...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-31 Craig TopperChanged register names (and pointer keywords) to be...
2013-07-23 Craig TopperDon't let x86 asm printer use the no operand movsd...
2013-07-22 Kevin EnderbyFix the move to/from accumulator register instructions...
2013-06-20 Kevin EnderbyUpdate the X86 disassembler to use xacquire and xreleas...
2013-04-11 Michael LiaoAdd CLAC/STAC instruction encoding/decoding support
2013-04-10 Kay Tiong Khoofixed xsave, xsaveopt, xrstor mnemonics with intel...
2013-03-25 Dave Zarzyckix86 -- disassemble the REP/REPNE prefix when needed
2013-03-11 Kevin EnderbyFixes disassembler crashes on 2013 Haswell RTM instruct...
2013-02-14 Kay Tiong Khoodeath to extra whitespace
2013-02-14 Kay Tiong Khooadded basic support for Intel ADX instructions
2013-02-12 Kay Tiong Khooadded test cases for r174920 (prefetch disassembly)
2013-02-11 Kay Tiong Khoo*fixed disassembly of some i386 system insts with intel...
2013-01-06 Craig TopperFix suffix handling for parsing and printing of cvtsi2s...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-11-26 Eli BenderskyMake this test less sensitive.
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-07-26 Craig TopperMake l/q suffixes on AVX forms of scalar convert instru...
2012-07-18 Craig TopperMake x86 asm parser to check for xmm vs ymm for index...
2012-07-10 Craig TopperReverse assembler/disassembler operand order for gather...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-29 Manman RenX86: add more GATHER intrinsics in LLVM
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-05-29 Benjamin KramerAdd intrinsics, code gen, assembler and disassembler...
2012-04-27 Benjamin KramerMissed some register numbers.
2012-04-27 Benjamin KramerUpdate edis test for r155704.
2012-04-16 Richard BartonAdd -disassemble support for -show-inst and -show-encod...
2012-04-11 Charles DavisAdd retw and lretw instructions. Also, fix Intel syntax...
2012-04-06 Craig TopperAdd the tests that were supposed to go with r153935...
2012-04-03 Craig TopperAdd support for AVX enhanced comparison predicates...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-12 Kevin EnderbyChange the second line of the test added for r152414...
2012-03-10 Bill WendlingFix disasm of iret, sysexit, and sysret when displayed...
2012-03-09 Kevin EnderbyFix the x86 disassembler to at least print the lock...
2012-02-27 Craig TopperX86 disassembler support for jcxz, jecxz, and jrcxz...
2012-02-19 Craig TopperAdd vmfunc instruction to X86 assembler and disassembler.
2012-02-18 Craig TopperAdd X86 assembler and disassembler support for AMD...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-30 Craig TopperAdd disassembler support for VPERMIL2PD and VPERMIL2PS.
2011-12-30 Craig TopperAdd FMA4 instructions to disassembler.
2011-12-29 Craig TopperFix execution domains for PS/PD FMA3 instructions....
2011-12-29 Craig TopperExpose FMA3 instructions to the disassembler.
2011-10-23 Craig TopperAdd X86 SARX, SHRX, and SHLX instructions.
2011-10-23 Craig TopperAdd X86 RORX instruction
2011-10-23 Craig TopperAdd X86 MULX instruction for disassembler.
2011-10-19 Craig TopperRename PEXTR to PEXT. Add intrinsics for BMI instructions.
2011-10-16 Craig TopperAdd X86 PEXTR and PDEP instructions.
2011-10-16 Craig TopperAdd X86 BZHI instruction as well as BMI2 feature detection.
2011-10-16 Craig TopperAdd X86 INVPCID instruction. Add 32/64-bit predicates...
2011-10-16 Craig TopperAdd X86 BEXTR instruction. This instruction uses VEX...
2011-10-15 Craig TopperAdd support for X86 blsr, blsmsk, and blsi instructions...
2011-10-14 Craig TopperAdd X86 ANDN instruction. Including instruction selection.
2011-10-14 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-13 Bill WendlingRevert r141854 because it was causing failures:
2011-10-13 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-11 Craig TopperAdd X86 LZCNT instruction. Including instruction select...
2011-10-11 Craig TopperFix disassembling of popcntw. Also remove some code...
2011-10-10 Jakob Stoklund OlesenInsert dummy ED table entries for pseudo-instructions.
2011-10-09 Craig TopperAdd Ivy Bridge 16-bit floating point conversion instruc...
2011-10-07 Craig TopperAdd X86 disassembler support for RDFSBASE, RDGSBASE...
2011-10-07 Craig TopperAdd X86 disassembler support for XSAVE, XRSTOR, and...
2011-10-04 Craig TopperAdd support in the disassembler for ignoring the L...
2011-10-03 Craig TopperAdd support for MOVBE and RDRAND instructions for the...
2011-10-03 Craig TopperTreat VEX.vvvv as a 3-bit field outside of 64-bit mode...
2011-10-03 Craig TopperTest updates that were supposed to go with r140993.
2011-10-02 Craig TopperFix some Intel syntax disassembly issues with instructi...
2011-10-02 Craig TopperSpecial case disassembler handling of REX.B prefix...
2011-10-01 Craig TopperFix disassembling of INVEPT and INVVPID to take operands
2011-10-01 Craig TopperFix disassembler handling of CRC32 which is an odd...
2011-09-26 Craig TopperFix VEX decoding in i386 mode. Fixes PR11008.
2011-09-23 Craig TopperDon't allow 32-bit only instructions to be disassembled...
2011-09-22 Craig TopperFix register printing in disassembling of push/pop...
2011-09-14 Craig TopperFix mem type for VEX.128 form of VROUNDP*. Remove filte...
2011-09-14 Craig TopperMake disassembling of VBLEND* print immediate as a...
2011-09-14 Craig TopperAdd test case for PR10851.
2011-09-13 Craig TopperRemove filter that was preventing MOVDQU/MOVDQA and...
2011-09-11 Craig TopperFix disassembling of one of the register/register forms...
2011-09-11 Craig TopperFix disassembling of reverse register/register forms...
2011-09-11 Craig TopperFix disassembling of PAUSE instruction. Fixes PR10900...
2011-09-09 Craig TopperAdd disassembler test for Intel syntax. Tests r139353.
2011-09-02 Kevin EnderbyChange X86 disassembly to print immediates values as...
2011-09-02 Kevin EnderbyFix the disassembly of the X86 "crc32w %ax, %eax" instr...
2011-09-02 Craig TopperMake IC_VEX* not inherit from IC_*. Prevents instructio...
2011-08-30 Craig TopperAdd vvvv support to disassembling of instructions with...
2011-08-29 Kevin EnderbyFix the disassembly of the X86 crc32 instruction. ...
2011-08-26 Craig TopperFix disassembling of VCVTSD2SI
2011-08-25 Craig TopperGive ATTR_VEX higher priority when generating the disas...
2011-08-25 Craig TopperAdd TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD...
2011-08-19 Craig TopperAdd TB encoding to VEX versions of SSE fp logical opera...
2011-07-16 Eli FriedmanMake the disassembler able to disassemble a bunch of...
2011-03-15 Sean CallananBasic sanity checks to ensure that 2- and 3-byte
next