summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb1InstrInfo.cpp
AgeCommit message (Expand)Author
2018-02-02Merging r323857:Hans Wennborg
2017-12-13Remove redundant includes from lib/Target/ARM.Michael Zolotukhin
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-21Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"Hans Wennborg
2017-04-21Revert r301040 "X86: Don't emit zero-byte functions on Windows"Hans Wennborg
2017-04-21X86: Don't emit zero-byte functions on WindowsHans Wennborg
2017-03-07In Thumb1, materialize a move between low registers as a `movs`, if CPSR isn'...Artyom Skrobov
2017-01-13[ARM] CodeGen: Remove AddDefaultPred. NFC.Diana Picus
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-06-28Don't pass Reloc::Model to places that already have it. NFC.Rafael Espindola
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer
2015-08-11PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach
2015-03-12Remove the need to cache the subtarget in the ARM TargetRegisterInfoEric Christopher
2015-02-20Get the cached subtarget off the MachineFunction rather thanEric Christopher
2014-08-20Lower thumbv4t & thumbv5 lo->lo copies through a push-pop sequenceJonathan Roelofs
2014-08-02[ARM] In dynamic-no-pic mode, ARM's post-RA pseudo expansion was incorrectlyAkira Hatanaka
2014-07-25[stack protector] Fix a potential security bug in stack protector where theAkira Hatanaka
2014-03-22Prune includes in ARM target.Craig Topper
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-04-20Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2012-03-27Prune some includesCraig Topper
2012-03-17Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper
2012-02-28ARM implement TargetInstrInfo::getNoopForMachoTarget()Jim Grosbach
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-11-15Make use of MachinePointerInfo::getFixedStack. This removes all mentionJay Foad
2011-06-30Refact ARM Thumb1 tMOVr instruction family.Jim Grosbach
2011-06-30Thumb1 register to register MOV instruction is predicable.Jim Grosbach
2011-06-29Refactor away tSpill and tRestore pseudos in ARM backend.Jim Grosbach
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2010-11-27Move callee-saved regs spills / reloads to TFIAnton Korobeynikov
2010-09-21convert targets to the new MF.getMachineMemOperand interface.Chris Lattner
2010-07-11RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen
2010-07-11Replace copyRegToReg with copyPhysReg for ARM.Jakob Stoklund Olesen
2010-06-22Thumb1 functions using @llvm.returnaddress were not saving the incoming LR.Bob Wilson
2010-06-15Next round of tail call changes. Register used in a tailDale Johannesen
2010-05-22Implement @llvm.returnaddress. rdar://8015977.Evan Cheng
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-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner
2010-03-22Don't leak a MachineInstruction from Thumb1InstrInfo::restoreCalleeSavedRegis...Jeffrey Yasskin
2010-03-13Change ARM ld/st multiple instructions to have variant instructions forBob Wilson
2010-01-15Update Thumb1 storeRegToStackSlot() and loadRegFromStackSlot() to properlyJim Grosbach
2009-12-16Silence a clang warning about the deprecated (but perfectly reasonable inJohn McCall
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