Merging r261365:
[oota-llvm.git] / test / MC / X86 / x86-64.s
2015-10-26 David Majnemer[MC] Add support for GNU as-compatible binary operator...
2015-10-21 Craig Topper[X86] Add AMD mwaitx, monitorx, and clzero instructions...
2015-03-31 Rafael EspindolaFix the operand encoding in the test instruction.
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-02-10 Craig TopperRecommit r201059 and r201060 with hopefully a fix for...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for STOS[BWLQ] ...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-08 David Woodhouse[x86] Disambiguate [LS][IG]DT{32,64}m and add 16-bit...
2013-10-14 Craig TopperAllow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd...
2013-10-08 Craig TopperRemove some instructions that existed to provide aliase...
2013-07-26 Craig TopperAdd test cases for the various instruction alias and...
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-07-22 Craig TopperRecommit r186813: More Intel syntax alias fixes. With...
2013-04-11 Michael LiaoAdd CLAC/STAC instruction encoding/decoding support
2013-01-06 Craig TopperFix suffix handling for parsing and printing of cvtsi2s...
2012-08-31 Jim GrosbachX86: Fix encoding of 'movd %xmm0, %rax'
2012-04-11 Charles DavisAdd retw and lretw instructions. Also, fix Intel syntax...
2012-03-13 Kevin EnderbyChange the X86 assembler to not require a segment regis...
2012-03-06 Eli FriedmanFix the operand ordering on aliases for shld and shrd...
2012-03-05 Eli FriedmanMake aliases for shld and shrd match gas. PR12173.
2011-11-24 Benjamin KramerX86: alias cqo to cqto.
2011-10-27 Kevin EnderbyChange the sysexit mnemonic (and sysexitl) to never...
2011-10-07 Craig TopperRevert part of r141274. Only need to change encoding...
2011-10-06 Craig TopperFix assembling of xchg %eax, %eax to not use the NOP...
2011-07-06 Kevin EnderbyChanged the X86 PUSH64i8 record to use the i64i8imm...
2011-07-05 Eli FriedmanAdd assembler/disassembler support for non-AVX pclmulqd...
2011-06-23 Eli FriedmanAdd support for movntil/movntiq mnemonics. Reported...
2011-06-21 Nick LewyckyAdd support for assembling "movq" when it's correct...
2011-06-21 Bob WilsonRevert r133452: "Emit movq for 64-bit register to XMM...
2011-06-20 Nick LewyckyEmit movq for 64-bit register to XMM register moves...
2011-06-15 Bill WendlingImprove the heuristic to emit the alias if the number...
2011-06-14 Bill WendlingHeuristic: If the number of operands in the alias are...
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2011-04-09 Chris Lattnerfix rdar://8735979 - "int 3" doesn't match to "int3...
2011-03-18 Joerg SonnenbergerSupport explicit argument forms for the X86 string...
2011-03-04 Eli FriedmanFollowup to r126970: add 64-bit encoding tests for...
2011-02-22 Joerg SonnenbergerUse the same (%dx) hack for in[bwl] as for out[bwl].
2011-02-22 Joerg SonnenbergerRecognize loopz and loopnz as aliases for loope and...
2011-02-22 Rafael EspindolaImplement xgetbv and xsetbv.
2011-02-19 Chris Lattnerimplement PR9264: disambiguating 'bt mem, imm' as a...
2011-02-18 Joerg SonnenbergerRecognize monitor/mwait with explicit register arguments
2011-01-11 Chris LattnerFix PR8946, a missing reg/reg form of movdqu.
2010-12-30 Nick LewyckyAdd another non-commutable instruction that gas accepts...
2010-12-25 Chris LattnerGeneralize a previous change, fixing PR8855 - an valid...
2010-12-08 Kevin EnderbyAllow a slash, '/', as a prefix separator for X86....
2010-11-27 Rafael EspindolaImplement the data16 prefix.
2010-11-24 Rafael EspindolaTestcase for r120017.
2010-11-21 Chris Lattnerimplement PR8524, apparently mainline gas accepts movq...
2010-11-12 Chris Lattneraccept lret as an alias for lretl, fixing the reopened...
2010-11-12 Chris Lattnerimplement PR8592: empirically "lretq" is a "lret" with...
2010-11-06 Chris Lattnerimplement aliases for div/idiv that have an explicit...
2010-11-06 Chris Lattneradd aliases for movs between seg registers and mem...
2010-11-06 Chris Lattnerrework the rotate-by-1 instructions to be defined like the
2010-11-06 Chris Lattnerchange the fp comparison instructions to not have ...
2010-11-06 Chris Lattnercorrect suffix matching to search for s/l/t suffixes on
2010-11-01 Chris Lattner"mov[zs]x (mem), GR16" are not ambiguous: the mem
2010-11-01 Chris LattnerImplement enough of the missing instalias support to get
2010-10-22 Andrew TrickReverting r117031 to cleanup valgrind errors.
2010-10-21 Kevin EnderbyMore tweaks to X86 instructions to allow the 'w' suffix...
2010-10-19 Kevin EnderbyAdded a few tweaks to the Intel Descriptor-table suppor...
2010-10-18 Kevin EnderbyAdded a handful of x86-32 instructions that were missin...
2010-10-05 Chris LattnerReplace a gross hack (the MOV64ri_alt instruction)...
2010-10-01 Chris Lattnermove X86 subdir up a level