Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / X86 / X86InstrMMX.td
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Bill WendlingAdd "mayHaveSideEffects" and "neverHasSideEffects"...
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-11-25 Chris LattnerFix a long standing deficiency in the X86 backend:...
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-08-30 Evan ChengMark load instructions with isLoad = 1.
2007-08-02 Dan GohmanMark the SSE and MMX load instructions that
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-07-31 Evan ChengRedo and generalize previously removed opt for pinsrw...
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-04 Bill WendlingSupport generation of GR64 to MMX code in the JIT.
2007-07-04 Bill WendlingAllow a GR64 to be moved into an MMX register via the...
2007-06-26 Dan GohmanRevert the earlier change that removed the M_REMATERIAL...
2007-06-19 Dan GohmanReplace M_REMATERIALIZIBLE and the newly-added isOtherR...
2007-05-16 Chris Lattnerimplement the missing maskmovq mmx intrinsic that akor...
2007-04-24 Bill WendlingAdd the final MMX instructions. Correct a few wrong...
2007-04-03 Bill WendlingAdding more MMX instructions.
2007-04-03 Bill WendlingAdd FEMMS and ADDQ. Renamed MMX recipes to prepend...
2007-03-28 Bill WendlingUnbreak mmx arithmetic. It was barfing trying to do...
2007-03-27 Bill WendlingAdd the "unpack low packed data" instructions. This...
2007-03-27 Bill WendlingFix so that pandn is emitted instead of an xor/and...
2007-03-26 Bill WendlingAdd support for the v1i64 type. This makes better code...
2007-03-23 Bill WendlingPR1260:
2007-03-22 Bill WendlingWe generate a shufflevector instruction, so we don...
2007-03-22 Bill WendlingSupport added for shifts and unpacking MMX instructions.
2007-03-16 Bill WendlingAnd now support for MMX logical operations.
2007-03-15 Bill WendlingMultiplication support for MMX.
2007-03-10 Bill WendlingAdding more arithmetic operators to MMX. This is an...
2007-03-08 Bill WendlingAdded "padd*" support for MMX. Added MMX move stuff...
2007-03-07 Bill WendlingRemove useless pattern fragments.
2007-03-07 Bill WendlingProperly support v8i8 and v4i16 types. It now converts...
2007-03-06 Bill WendlingAdd LOAD/STORE support for MMX.
2007-03-05 Bill WendlingAdd the emms intrinsic for MMX support.
2006-07-19 Evan ChengINC / DEC instructions have shorter code size than...
2006-05-16 Evan ChengX86 integer register classes naming changes. Make them...
2006-04-12 Evan ChengSSE / SSE2 conversion intrinsics.
2006-04-11 Evan Chengmovnt* and maskmovdqu intrinsics
2006-03-25 Evan ChengInstruction encoding bug
2006-03-25 Evan ChengAdded CVTTPS2PI.
2006-03-21 Evan ChengDidn't mean to check this in. No MMX support yet.
2006-03-21 Evan Cheng- Use movaps to store 128-bit vector integers.
2006-03-21 Evan Cheng- Remove scalar to vector pseudo ops. They are just...
2006-03-21 Evan Chengx86 ISD::SCALAR_TO_VECTOR support.
2006-03-20 Evan ChengMove a few things around.
2006-02-21 Evan ChengOne more round of reorg so sabre doesn't freak out...
2006-02-21 Evan ChengSplit instruction info into multiple files, one for...