Add an MVT::x86mmx type. It will take the place of all current MMX vector types.
[oota-llvm.git] / lib / Target / ARM / ARMExpandPseudoInsts.cpp
2010-09-03 Bob WilsonFinish converting the rest of the NEON VLD instructions...
2010-09-02 Bob WilsonFill in a missing comment.
2010-09-02 Bob WilsonConvert VLD1 and VLD2 instructions to use pseudo-instru...
2010-08-30 Anton KorobeynikovExpand MOVi32imm in ARM mode after regalloc. This provides
2010-08-30 Bob WilsonWhen expanding NEON VST pseudo instructions, if the...
2010-08-28 Bob WilsonUse pseudo instructions for VST1 and VST2.
2010-08-26 Bob WilsonUse pseudo instructions for VST3.
2010-08-26 Bob WilsonUse pseudo instructions for VST1d64Q.
2010-08-25 Bob WilsonStart converting NEON load/stores to use pseudo instruc...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-20 Chris Lattnerprune #includes a little.
2010-06-02 Jim GrosbachClean up 80 column violations. No functional change.
2010-05-24 Jakob Stoklund OlesenSwitch ARMRegisterInfo.td to use SubRegIndex and elimin...
2010-05-13 Evan ChengExpand VMOVQQ into a pair of VMOVQ.
2010-05-12 Evan ChengFix some potential issues in the pseudo instruction...
2010-05-12 Evan ChengRemove a dead fixme.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-06 Evan Cheng- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic...