summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb1InstrInfo.h
Commit message (Expand)AuthorAge
* Prune includes in ARM target.Craig Topper2014-03-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper2012-03-25
* Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper2012-03-17
* ARM implement TargetInstrInfo::getNoopForMachoTarget()Jim Grosbach2012-02-28
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-27
* Formatting.Eric Christopher2010-10-15
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-11
* Replace copyRegToReg with copyPhysReg for ARM.Jakob Stoklund Olesen2010-07-11
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-22
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-06
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* Refactor code.Evan Cheng2009-11-08
* 80-column cleanup of file header commentsJim Grosbach2009-11-07
* - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng2009-11-06
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-11
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-28
* Merge isLoadFromStackSlot into one since it behaves the same regardless of su...Evan Cheng2009-07-27
* Just use a single isMoveInstr to catch all the cases.Evan Cheng2009-07-27
* Remove unused member functions.Eli Friedman2009-07-24
* Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin2009-07-24
* Fix frame index elimination to correctly handle thumb-2 addressing modes that...David Goodwin2009-07-23
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-08
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-02