summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb1InstrInfo.h
AgeCommit message (Expand)Author
2018-02-02Merging r323857:Hans Wennborg
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
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-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-03-12In preparation for moving ARM's TargetRegisterInfo to the TargetMachineEric Christopher
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
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
2014-03-10[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2012-03-25Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig 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
2010-11-27Move callee-saved regs spills / reloads to TFIAnton Korobeynikov
2010-10-15Formatting.Eric Christopher
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-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
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-06- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng
2009-08-11Whitespace cleanup. Remove trailing whitespace.Jim Grosbach
2009-07-28- More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng
2009-07-27Merge isLoadFromStackSlot into one since it behaves the same regardless of su...Evan Cheng
2009-07-27Just use a single isMoveInstr to catch all the cases.Evan Cheng
2009-07-24Remove unused member functions.Eli Friedman
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
2009-07-08Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin
2009-07-02Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin