aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb2InstrInfo.cpp
AgeCommit message (Expand)Author
2010-07-30Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach
2010-07-11Replace copyRegToReg with copyPhysReg for ARM.Jakob Stoklund Olesen
2010-06-29The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to addBob Wilson
2010-06-29Change if-cvt options to something that actually as useable.Evan Cheng
2010-06-25Change if-conversion block size limit checks to add some flexibility.Evan Cheng
2010-06-22Tail merging pass shall not break up IT blocks. rdar://8115404Evan Cheng
2010-06-18Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng
2010-06-15Next round of tail call changes. Register used in a tailDale Johannesen
2010-06-09Allow target to place 2-address pass inserted copies in better spots. Thumb2 ...Evan Cheng
2010-06-02Clean up 80 column violations. No functional change.Jim Grosbach
2010-05-06Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman
2010-05-06Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng
2010-04-26Handle register-to-register copies within the tGPR class.Bob Wilson
2010-04-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner
2010-03-27Thumb2 storeFrom/LoadToStackSlot() need to handle tGPR regs directly, not passJim Grosbach
2010-03-08Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bitBob Wilson
2010-02-06Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex.Bob Wilson
2010-01-19Remove predicates when changing an add into an unpredicable mov.Jakob Stoklund Olesen
2009-12-05Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman
2009-11-08Refactor code.Evan Cheng
2009-11-0780-column cleanup of file header commentsJim Grosbach
2009-11-07t2ldrpci_pic can be used for blockaddress as well.Evan Cheng
2009-11-07Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng
2009-11-07- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng
2009-11-06- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng
2009-11-02Use NEON reg-reg moves, where profitable. This reduces "domain-cross" stalls,...Anton Korobeynikov
2009-11-01Fix a couple more places where we are creating ld / st instructions without m...Evan Cheng
2009-10-28Add a Thumb BRIND pattern. Change the ARM BRIND assembly to separate theBob Wilson
2009-09-15Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs forBob Wilson
2009-08-27Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can...Evan Cheng
2009-08-11Whitespace cleanup. Remove trailing whitespace.Jim Grosbach
2009-08-10Always use the 16-bit tMOVgpr2gpr instead of the 32-bit t2MOVr.Evan Cheng
2009-08-07Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR registers in Thumb2 mode.Evan Cheng
2009-08-07It turns out most of the thumb2 instructions are not allowed to touch SP. The...Evan Cheng
2009-08-03Use the i12 variant of load / store opcodes if offset is zero. Now we pass al...Evan Cheng
2009-08-02Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner
2009-07-29Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /...Evan Cheng
2009-07-28Thumb-2: fix typo that caused incorrect stack elimination for VFP operations ...David Goodwin
2009-07-28- More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng
2009-07-27More DCE.Evan Cheng
2009-07-27Get rid of more dead code.Evan Cheng
2009-07-27Get rid of some more getOpcode calls.Evan Cheng
2009-07-27Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m...Evan Cheng
2009-07-27Use the right instructions to copy between GPR and the more strictive tGPR cl...Evan Cheng
2009-07-25Get rid of a couple of unnecessary getOpcode calls.Evan Cheng
2009-07-25Change Thumb2 jumptable codegen to one that uses two level jumps:Evan Cheng
2009-07-24Clean up.Evan Cheng
2009-07-24FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi...Evan Cheng
2009-07-24Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin
2009-07-23Fix frame index elimination to correctly handle thumb-2 addressing modes that...David Goodwin