summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb2InstrInfo.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
* Remove the TII::scheduleTwoAddrSource() hook.Jakob Stoklund Olesen2012-08-13
* 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
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-05
* Two sets of changes. Sorry they are intermingled.Evan Cheng2010-11-03
* Thread the determination of branch prediction hit rates back through the if-c...Owen Anderson2010-10-01
* Provide an option to restore old-style if-conversion heuristics for Thumb2.Owen Anderson2010-10-01
* Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson2010-09-28
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* Replace copyRegToReg with copyPhysReg for ARM.Jakob Stoklund Olesen2010-07-11
* Change if-conversion block size limit checks to add some flexibility.Evan Cheng2010-06-25
* Tail merging pass shall not break up IT blocks. rdar://8115404Evan Cheng2010-06-22
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-18
* Allow target to place 2-address pass inserted copies in better spots. Thumb2 ...Evan Cheng2010-06-09
* 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
* Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng2009-11-07
* - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng2009-11-07
* 80-columnsJim Grosbach2009-11-07
* - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng2009-11-06
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-28
* Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m...Evan Cheng2009-07-27
* 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
* Emit cross regclass register moves for thumb2.Anton Korobeynikov2009-07-16
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-08
* 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