aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-20Lower thumbv4t & thumbv5 lo->lo copies through a push-pop sequenceJonathan Roelofs1-2/+23
2014-08-02[ARM] In dynamic-no-pic mode, ARM's post-RA pseudo expansion was incorrectlyAkira Hatanaka1-3/+3
2014-07-25[stack protector] Fix a potential security bug in stack protector where theAkira Hatanaka1-0/+9
2014-03-22Prune includes in ARM target.Craig Topper1-1/+0
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-04-20Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper1-4/+4
2012-03-27Prune some includesCraig Topper1-1/+0
2012-03-17Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper1-1/+0
2012-02-28ARM implement TargetInstrInfo::getNoopForMachoTarget()Jim Grosbach1-1/+10
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2011-11-15Make use of MachinePointerInfo::getFixedStack. This removes all mentionJay Foad1-5/+2
2011-06-30Refact ARM Thumb1 tMOVr instruction family.Jim Grosbach1-11/+1
2011-06-30Thumb1 register to register MOV instruction is predicable.Jim Grosbach1-2/+2
2011-06-29Refactor away tSpill and tRestore pseudos in ARM backend.Jim Grosbach1-2/+2
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng1-1/+0
2010-11-27Move callee-saved regs spills / reloads to TFIAnton Korobeynikov1-74/+0
2010-09-21convert targets to the new MF.getMachineMemOperand interface.Chris Lattner1-4/+6
2010-07-11RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen1-76/+0
2010-07-11Replace copyRegToReg with copyPhysReg for ARM.Jakob Stoklund Olesen1-24/+17
2010-06-22Thumb1 functions using @llvm.returnaddress were not saving the incoming LR.Bob Wilson1-3/+3
2010-06-15Next round of tail call changes. Register used in a tailDale Johannesen1-3/+3
2010-05-22Implement @llvm.returnaddress. rdar://8015977.Evan Cheng1-5/+21
2010-05-06Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman1-4/+2
2010-05-06Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng1-8/+10
2010-04-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner1-4/+4
2010-03-22Don't leak a MachineInstruction from Thumb1InstrInfo::restoreCalleeSavedRegis...Jeffrey Yasskin1-0/+2
2010-03-13Change ARM ld/st multiple instructions to have variant instructions forBob Wilson1-2/+0
2010-01-15Update Thumb1 storeRegToStackSlot() and loadRegFromStackSlot() to properlyJim Grosbach1-2/+6
2009-12-16Silence a clang warning about the deprecated (but perfectly reasonable inJohn McCall1-2/+2
2009-12-05Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman1-19/+0
2009-11-08Refactor code.Evan Cheng1-55/+0
2009-11-0780-column cleanup of file header commentsJim Grosbach1-1/+1
2009-11-07t2ldrpci_pic can be used for blockaddress as well.Evan Cheng1-3/+14
2009-11-06- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng1-1/+45
2009-11-02Use NEON reg-reg moves, where profitable. This reduces "domain-cross" stalls,...Anton Korobeynikov1-1/+2
2009-11-01Fix a couple more places where we are creating ld / st instructions without m...Evan Cheng1-2/+18
2009-10-28Add a Thumb BRIND pattern. Change the ARM BRIND assembly to separate theBob Wilson1-0/+1
2009-10-02Forgot about ARM::tPUSH. It also has a new writeback operand.Evan Cheng1-0/+1
2009-10-01ARM::tPOP and tPOP_RET each has an extra writeback operand now.Evan Cheng1-0/+1
2009-08-13It's ok to spill a tGPR register as long as it's still allocated a low register.Evan Cheng1-6/+14
2009-08-11Shrinkify Thumb2 load / store multiple instructions.Evan Cheng1-5/+11
2009-08-02Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner1-2/+1
2009-07-28- More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng1-12/+0
2009-07-27More DCE.Evan Cheng1-4/+0
2009-07-27Get rid of more dead code.Evan Cheng1-2/+0
2009-07-27Get rid of some more getOpcode calls.Evan Cheng1-3/+0
2009-07-27Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m...Evan Cheng1-2/+0
2009-07-27Merge isLoadFromStackSlot into one since it behaves the same regardless of su...Evan Cheng1-32/+0
2009-07-27Just use a single isMoveInstr to catch all the cases.Evan Cheng1-23/+0