More Thumb encodings.
[oota-llvm.git] / test / MC / X86 /
2010-11-28 Chris Lattnerfix PR8686, accepting a 'b' suffix at the end of all...
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 Lattnergo to great lengths to work around a GAS bug my previou...
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-11-01 Chris Lattnermake the asm matcher emitter reject instructions that...
2010-10-30 Chris Lattnerfix an encoding mismatch where "sal %eax, 1" was not...
2010-10-30 Chris Lattneradd a test for the ud2a alias.
2010-10-27 Kevin EnderbyAdded the x86 instruction ud2b (2nd official undefined...
2010-10-27 Kevin EnderbyYet another tweak to X86 instructions to add ud2a as...
2010-10-27 Kevin EnderbyAnother tweak to X86 instructions to add the missing...
2010-10-27 Kevin EnderbyTweaks to X86 instructions to allow the 'w' suffix...
2010-10-27 Kevin EnderbyAdded some aliases to the fcomip and fucompi Intel...
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-03 Eli FriedmanAdd 3DNowA instructions.
2010-10-03 Chris Lattnerthe immediate field of pshufw is actually an 8-bit...
2010-10-03 Chris Lattneradd support for the prefetch/prefetchw instructions...
2010-10-03 Chris Lattnerwhat the heck, add support for the rest of the 3dNow...
2010-10-03 Chris LattnerImplement support for the bizarre 3DNow! encoding ...
2010-10-02 Chris Lattnerfix a regression introduced in r115243, in which the...
2010-10-01 Chris Lattnermove X86 subdir up a level