summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb2InstrInfo.cpp
Commit message (Expand)AuthorAge
* ARM: remove unnecessary state-tracking during frame lowering.Tim Northover2013-11-04
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-18
* Fix PR 17372: Emitting PLD for stack address for ARM Thumb2Weiming Zhao2013-09-26
* Reverting 190043 for now.Tilmann Scheller2013-09-05
* ARM: Add GPR register class excluding LR for use with the ADR instruction.Tilmann Scheller2013-09-05
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* ARM: Use ldrd/strd to spill 64-bit pairs when available.Tim Northover2013-04-21
* Remove the explicit MachineInstrBuilder(MI) constructor.Jakob Stoklund Olesen2012-12-19
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-28
* Remove the TII::scheduleTwoAddrSource() hook.Jakob Stoklund Olesen2012-08-13
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Prune some includesCraig Topper2012-03-27
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-27
* 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
* Handle regmask operands in ARMInstrInfo.Jakob Stoklund Olesen2012-02-17
* Make use of MachinePointerInfo::getFixedStack. This removes all mentionJay Foad2011-11-15
* Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode.Jim Grosbach2011-08-24
* Handle new register classes in Thumb2 mode. Should fix the ARM buildbots.Owen Anderson2011-08-11
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-20
* Refact ARM Thumb1 tMOVr instruction family.Jim Grosbach2011-06-30
* Thumb1 register to register MOV instruction is predicable.Jim Grosbach2011-06-30
* Kill dead code.Jim Grosbach2011-06-30
* Remove redundant Thumb2 ADD/SUB SP instruction definitions.Jim Grosbach2011-06-29
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-05
* Guard against de-referencing MBB.end().Evan Cheng2011-02-22
* Skipping over debugvalue instructions to determine whether the split spot is ...Evan Cheng2011-02-21
* 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
* convert targets to the new MF.getMachineMemOperand interface.Chris Lattner2010-09-21
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-30
* Replace copyRegToReg with copyPhysReg for ARM.Jakob Stoklund Olesen2010-07-11
* The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to addBob Wilson2010-06-29
* Change if-cvt options to something that actually as useable.Evan Cheng2010-06-29
* 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
* Next round of tail call changes. Register used in a tailDale Johannesen2010-06-15
* Allow target to place 2-address pass inserted copies in better spots. Thumb2 ...Evan Cheng2010-06-09
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-02
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-06