summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMExpandPseudoInsts.cpp
Commit message (Expand)AuthorAge
* Add support for NEON VLD2-dup instructions.Bob Wilson2010-11-28
* Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson2010-11-27
* Avoid release build warnings.Benjamin Kramer2010-11-19
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-18
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-16
* Add conditional move of large immediate.Evan Cheng2010-11-13
* Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o...Evan Cheng2010-11-12
* Add NEON VST1-lane instructions. Partial fix for Radar 8599955.Bob Wilson2010-11-02
* Add NEON VLD1-lane instructions. Partial fix for Radar 8599955.Bob Wilson2010-11-01
* Convert ARM::MOVi2pieces to a true pseudo-instruction and expand it inJim Grosbach2010-10-29
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-23
* The return value of this call is not used, so no pointDuncan Sands2010-10-21
* Fix backwards conditional.Jim Grosbach2010-10-20
* Add dynamic realignment when rematerializing the base register.Jim Grosbach2010-10-20
* Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach2010-10-19
* Use simple RegState::Define flag instead of getDefRegState(true).Bob Wilson2010-10-15
* When expanding the MOVsr[la]_flag pseudos, the CPSR implicit def becomesJim Grosbach2010-10-15
* Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudosJim Grosbach2010-10-14
* Change the NEON VDUPfdf and VDUPfqf pseudo-instructions to actually beJim Grosbach2010-10-06
* When expanding ARM pseudo registers, copy the existing predicate operandsBob Wilson2010-09-16
* Add missing break.Bob Wilson2010-09-16
* Change VLDMQ and VSTMQ to be pseudo instructions. They are expanded afterBob Wilson2010-09-16
* Avoid warnings.Bob Wilson2010-09-14
* Convert some VTBL and VTBX instructions to use pseudo instructions prior toBob Wilson2010-09-13
* Switch all the NEON vld-lane and vst-lane instructions over to the newBob Wilson2010-09-13
* For double-spaced VLD3/VLD4 instructions, copy the explicit super-register useBob Wilson2010-09-09
* Simplify copying over operands from pseudo NEON load/store instructions.Bob Wilson2010-09-09
* Clean up a comment.Bob Wilson2010-09-08
* Finish converting the rest of the NEON VLD instructions to use pseudo-Bob Wilson2010-09-03
* Fill in a missing comment.Bob Wilson2010-09-02
* Convert VLD1 and VLD2 instructions to use pseudo-instructions untilBob Wilson2010-09-02
* Expand MOVi32imm in ARM mode after regalloc. This providesAnton Korobeynikov2010-08-30
* When expanding NEON VST pseudo instructions, if the original super-registerBob Wilson2010-08-30
* Use pseudo instructions for VST1 and VST2.Bob Wilson2010-08-28
* Use pseudo instructions for VST3.Bob Wilson2010-08-26
* Use pseudo instructions for VST1d64Q.Bob Wilson2010-08-26
* Start converting NEON load/stores to use pseudo instructions, beginning hereBob Wilson2010-08-25
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* prune #includes a little.Chris Lattner2010-07-20
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-02
* Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enumsJakob Stoklund Olesen2010-05-24
* Expand VMOVQQ into a pair of VMOVQ.Evan Cheng2010-05-13
* Fix some potential issues in the pseudo instruction expansion phase: copy imp...Evan Cheng2010-05-12
* Remove a dead fixme.Evan Cheng2010-05-12
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov2009-11-24
* - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng2009-11-06