rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.
[oota-llvm.git] / lib / Target / X86 / X86InstrFormats.td
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...