Add AVX MOV{SS,SD}{rr,rm} instructions
[oota-llvm.git] / lib / Target / X86 / X86InstrFormats.td
2010-06-22 Bruno Cardoso LopesAdd AVX MOV{SS,SD}{rr,rm} instructions
2010-06-18 Bruno Cardoso LopesFix typo, SSE1 should be used by XS, not SSE2
2010-06-18 Bruno Cardoso LopesApply some refactor to packed instructions
2010-06-17 Bruno Cardoso LopesUse new tablegen resources in SSE tablegen code. This...
2010-06-12 Bruno Cardoso LopesMore AVX: {ADD,SUB,MUL,DIV}{PD,PS}rr
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-06-05 Chris Lattnerrevert r105521, which is breaking the buildbots with...
2010-06-05 Bruno Cardoso LopesInitial AVX support for some instructions. No patterns...
2010-04-05 Eric ChristopherRemove FIXME.
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-02 Eric ChristopherSeparate out the AES-NI instructions from the SSE4...
2010-03-30 Jakob Stoklund OlesenRenumber SSE execution domains for better code size.
2010-03-25 Jakob Stoklund OlesenTeach TableGen to understand X.Y notation in the TSFlag...
2010-03-25 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-24 Kevin EnderbyFixed the SS42AI template for the SSE 4.2 instructions...
2010-02-13 Sean CallananAdded the rdtscp instruction to the x86 instruction
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-12 Chris Lattnerenhance the immediate field encoding to know whether...
2010-02-12 Chris Lattneradd a bunch of mod/rm encoding types for fixed mod...
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-10-19 Nate BegemanPR 5245 - The imediate size target flag was not set...
2009-09-15 Sean CallananModified the Intel instruction tables to include
2009-08-18 Eric ChristopherImplement sse4.2 string/text processing instructions:
2009-08-08 Eric ChristopherAdd crc32 instruction and intrinsics. Add a new class...
2008-10-11 Anton KorobeynikovAdd ability to override segment (mostly for code emitte...
2008-08-27 Bill WendlingMake "movdq2q" and "movq2dq" dependent upon having...
2008-08-25 Bill WendlingNevermind. This broke the bootstrap (?!).
2008-08-25 Bill WendlingMOVQ2DQ and MOVQ2DQ use SSE2. We should conditionalize...
2008-08-23 Anton KorobeynikovProvide a 64 bit variant of mmx.maskmovq intrinsic...
2008-08-20 Dan GohmanFix comment spacing.
2008-07-17 Nate BegemanSSE codegen for vsetcc nodes
2008-03-14 Evan ChengFix a number of encoding bugs. SSE 4.1 instructions...
2008-03-01 Andrew LenharthAdd lock prefix support to x86. Also add the instructi...
2008-02-12 Nate BegemanSSE4.1 64b integer insert/extract pattern support
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-20 Evan ChengFix JIT encoding for CMPSD as well.
2007-12-16 Chris LattnerFix the JIT encoding of cmp*ss, which aborts with this...
2007-07-31 Evan ChengRedo and generalize previously removed opt for pinsrw...