summaryrefslogtreecommitdiff
path: root/test/MC/X86/x86_64-avx-encoding.s
Commit message (Expand)AuthorAge
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-14
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-08
* Teach X86 asm parser that VMOVAPSrr and other VEX-encoded register to registe...Craig Topper2013-10-07
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-06
* Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper2012-07-26
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-18
* Reverse assembler/disassembler operand order for gather instructions.Craig Topper2012-07-10
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-29
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper2012-06-26
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-03
* Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman2011-12-15
* The wrong relocation was being emitted for several SSSE3 instructions.Bruno Cardoso Lopes2011-09-20
* Fix PR10949. Fix the encoding of VMOVPQIto64rr.Bruno Cardoso Lopes2011-09-19
* Re-write part of VEX encoding logic, to be more easy to read! Also fixBruno Cardoso Lopes2011-08-19
* Fix PR10677. Initial patch and idea by Peter Cooper but I've changed theBruno Cardoso Lopes2011-08-19
* Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson2011-06-21
* Emit movq for 64-bit register to XMM register moves, but continue to acceptNick Lewycky2011-06-20
* move X86 subdir up a levelChris Lattner2010-10-01