Factor out some x86 vector shuffle rewriting and add comments about the direction...
[oota-llvm.git] / lib / Target / X86 / X86MCInstLower.cpp
2010-08-17 Anton KorobeynikovMore fixes for win64:
2010-08-16 Eli FriedmanDon't attempt to SimplifyShortMoveForm in 64-bit mode.
2010-08-12 Bruno Cardoso LopesDefine AVX 128-bit pattern versions of SET0PS/PD.
2010-08-12 Bruno Cardoso LopesBegin to support some vector operations for AVX 256...
2010-08-05 Eric ChristopherHandle the pseudo in MCInstLower.
2010-07-22 Chris LattnerX86MCInstLower now depends on AsmPrinter being around.
2010-07-21 Chris Lattneradd some rough support for making mcinst lowering work...
2010-07-20 Chris Lattnermake asmprinter optional, even though passing in null...
2010-07-20 Chris Lattnercontinue pushing dependencies around.
2010-07-20 Chris Lattnerreduce X86MCInstLower dependencies on asmprinter.
2010-07-20 Chris Lattnerpass around MF, not MMI.
2010-07-20 Chris Lattnercleanups.
2010-07-20 Chris Lattnermove two asmprinter methods into the asmprinter .cpp...
2010-07-19 Chris Lattnerfix a layering problem by moving the x86 implementation