Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
[oota-llvm.git] / lib / Target / ARM / ARMBaseInstrInfo.h
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-24 Bob WilsonRefactor target hook for tail duplication as requested...
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-21 Evan ChengAdd predicate operand to NEON instructions. Fix lots...
2009-11-18 Bob WilsonAdd a target hook to allow changing the tail duplicatio...
2009-11-14 Evan Cheng- Change TargetInstrInfo::reMaterialize to pass in...
2009-11-08 Evan ChengRefactor code.
2009-11-07 Jim Grosbach80-column cleanup of file header comments
2009-11-07 Evan ChengRefactor code. Fix a potential missing check. Teach...
2009-11-06 Evan Cheng- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic...
2009-11-02 Anton KorobeynikovUse NEON reg-reg moves, where profitable. This reduces...
2009-10-28 Bob WilsonAdd a Thumb BRIND pattern. Change the ARM BRIND assemb...
2009-09-28 Evan ChengMake ARM and Thumb2 32-bit immediate materialization...
2009-08-27 Evan ChengFix PR4789. Teach eliminateFrameIndex how to handle...
2009-08-15 Evan ChengTurn on if-conversion for thumb2.
2009-08-11 Jim GrosbachWhitespace cleanup. Remove trailing whitespace.
2009-08-10 Evan ChengAdd support to reduce most of 32-bit Thumb2 arithmetic...
2009-08-08 Evan ChengCode refactoring. No functionality change.
2009-08-07 Evan ChengA big oops. Thumb1 default CC is a def of CPSR, not...
2009-08-02 Chris LattnerMove the getInlineAsmLength virtual method from TAI...
2009-07-28 Evan Cheng- More refactoring. This gets rid of all of the getOpco...
2009-07-27 Evan ChengMore DCE.
2009-07-27 Evan ChengGet rid of more dead code.
2009-07-27 Evan ChengClean up.
2009-07-27 Evan ChengGet rid of some more getOpcode calls.
2009-07-27 Evan ChengUse t2LDRi12 and t2STRi12 to load / store to / from...
2009-07-25 Evan ChengChange Thumb2 jumptable codegen to one that uses two...
2009-07-24 Eli FriedmanRemove unused member functions.
2009-07-24 Evan ChengFLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ...
2009-07-24 David GoodwinCorrectly handle the Thumb-2 imm8 addrmode. Specialize...
2009-07-23 David GoodwinFix frame index elimination to correctly handle thumb...
2009-07-19 Evan ChengFix a regression from 76124. Thumb1 instructions defaul...
2009-07-16 Anton KorobeynikovEmit cross regclass register moves for thumb2.
2009-07-10 Evan ChengMove isPredicated from .cpp to .h
2009-07-08 David GoodwinGeneralize opcode selection in ARMBaseRegisterInfo.
2009-07-08 David GoodwinCheckpoint Thumb2 Instr info work. Generalized base...