[x86 asm] allow fwait alias in both At&t and Intel modes (PR21208)
[oota-llvm.git] / test / MC / X86 / x86_64-avx-encoding.s
2014-01-31 Craig TopperMove address override handling in X86MCCodeEmitter...
2013-10-14 Craig TopperAllow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd...
2013-10-08 Craig TopperRemove some instructions that existed to provide aliase...
2013-10-07 Craig TopperTeach X86 asm parser that VMOVAPSrr and other VEX-encod...
2013-01-06 Craig TopperFix suffix handling for parsing and printing of cvtsi2s...
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-06-29 Manman RenX86: add more GATHER intrinsics in LLVM
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-06-26 Craig TopperRemove some duplicate instructions that exist only...
2012-04-03 Craig TopperAdd support for AVX enhanced comparison predicates...
2011-12-15 Eli FriedmanMake sure we correctly note the existence of an i8...
2011-09-20 Bruno Cardoso LopesThe wrong relocation was being emitted for several...
2011-09-19 Bruno Cardoso LopesFix PR10949. Fix the encoding of VMOVPQIto64rr.
2011-08-19 Bruno Cardoso LopesRe-write part of VEX encoding logic, to be more easy...
2011-08-19 Bruno Cardoso LopesFix PR10677. Initial patch and idea by Peter Cooper...
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...
2010-10-01 Chris Lattnermove X86 subdir up a level