Use simple RegState::Define flag instead of getDefRegState(true).
[oota-llvm.git] / lib / Target / ARM / ARMExpandPseudoInsts.cpp
2010-10-15 Bob WilsonUse simple RegState::Define flag instead of getDefRegSt...
2010-10-15 Jim GrosbachWhen expanding the MOVsr[la]_flag pseudos, the CPSR...
2010-10-14 Jim GrosbachRefactor the MOVsr[al]_flag and RRX pseudo-instructions...
2010-10-06 Jim GrosbachChange the NEON VDUPfdf and VDUPfqf pseudo-instructions...
2010-09-16 Bob WilsonWhen expanding ARM pseudo registers, copy the existing...
2010-09-16 Bob WilsonAdd missing break.
2010-09-16 Bob WilsonChange VLDMQ and VSTMQ to be pseudo instructions. ...
2010-09-14 Bob WilsonAvoid warnings.
2010-09-13 Bob WilsonConvert some VTBL and VTBX instructions to use pseudo...
2010-09-13 Bob WilsonSwitch all the NEON vld-lane and vst-lane instructions...
2010-09-09 Bob WilsonFor double-spaced VLD3/VLD4 instructions, copy the...
2010-09-09 Bob WilsonSimplify copying over operands from pseudo NEON load...
2010-09-08 Bob WilsonClean up a comment.
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...