aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMExpandPseudoInsts.cpp
AgeCommit message (Expand)Author
2011-02-08Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson
2011-02-07Change VLD3/4 and VST3/4 for quad registers to not update the address register.Bob Wilson
2011-01-23Null initialize a few variables flagged byTed Kremenek
2011-01-21Last round of fixes for movw + movt global address codegen.Evan Cheng
2011-01-20Sorry, several patches in one.Evan Cheng
2011-01-17Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-12-13Revert r121721, which broke buildbots.Owen Anderson
2010-12-13Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...Owen Anderson
2010-12-13Use COPY_TO_REGCLASS instead of pseudo instructions for Neon FP patterns.Bob Wilson
2010-12-13Use pseudo instructions for 2-register Neon instructions for scalar FP.Bob Wilson
2010-12-09Remove unused variablesMatt Beaumont-Gay
2010-12-09Remove extraneous semicolon.Bill Wendling
2010-12-08Style nit and whitespace cleanupJason W Kim
2010-12-08Removed dead comment.Jason W Kim
2010-12-08ARM/MC/ELF TPsoft is now a proper pseudo inst.Jason W Kim
2010-12-07Second attempt at converting Thumb2's LDRpci, including updating the gazillio...Owen Anderson
2010-12-06Revert r121021, which broke the buildbots.Owen Anderson
2010-12-06Trailing whitespace.Jim Grosbach
2010-12-06Improve handling of Thumb2 PC-relative loads by converting LDRpci (and friend...Owen Anderson
2010-12-02When expanding the MOVCCi32imm, make sure to use the ARM movt/movw opcodes,Jim Grosbach
2010-11-30Add support for NEON VLD3-dup instructions.Bob Wilson
2010-11-29Add support for NEON VLD3-dup instructions.Bob Wilson
2010-11-28Add support for NEON VLD2-dup instructions.Bob Wilson
2010-11-27Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson
2010-11-19Avoid release build warnings.Benjamin Kramer
2010-11-18Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov
2010-11-16Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling
2010-11-13Add conditional move of large immediate.Evan Cheng
2010-11-12Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o...Evan Cheng
2010-11-02Add NEON VST1-lane instructions. Partial fix for Radar 8599955.Bob Wilson
2010-11-01Add NEON VLD1-lane instructions. Partial fix for Radar 8599955.Bob Wilson
2010-10-29Convert ARM::MOVi2pieces to a true pseudo-instruction and expand it inJim Grosbach
2010-10-23Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth
2010-10-21The return value of this call is not used, so no pointDuncan Sands
2010-10-20Fix backwards conditional.Jim Grosbach
2010-10-20Add dynamic realignment when rematerializing the base register.Jim Grosbach
2010-10-19Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach
2010-10-15Use simple RegState::Define flag instead of getDefRegState(true).Bob Wilson
2010-10-15When expanding the MOVsr[la]_flag pseudos, the CPSR implicit def becomesJim Grosbach
2010-10-14Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudosJim Grosbach
2010-10-06Change the NEON VDUPfdf and VDUPfqf pseudo-instructions to actually beJim Grosbach
2010-09-16When expanding ARM pseudo registers, copy the existing predicate operandsBob Wilson
2010-09-16Add missing break.Bob Wilson
2010-09-16Change VLDMQ and VSTMQ to be pseudo instructions. They are expanded afterBob Wilson
2010-09-14Avoid warnings.Bob Wilson
2010-09-13Convert some VTBL and VTBX instructions to use pseudo instructions prior toBob Wilson
2010-09-13Switch all the NEON vld-lane and vst-lane instructions over to the newBob Wilson
2010-09-09For double-spaced VLD3/VLD4 instructions, copy the explicit super-register useBob Wilson
2010-09-09Simplify copying over operands from pseudo NEON load/store instructions.Bob Wilson