- Allow target to specify when is register pressure "too high". In most cases,
[oota-llvm.git] / lib / Target / ARM / ARMBaseRegisterInfo.h
2010-07-20 Chris Lattnerprune #includes a little.
2010-07-20 Eric ChristopherConstify some arguments.
2010-06-02 Jim GrosbachClean up 80 column violations. No functional change.
2010-06-02 Bob WilsonRename canCombinedSubRegIndex method to something more...
2010-06-02 Rafael EspindolaReplace ARM's getCalleeSavedRegClasses with a simpler...
2010-05-14 Evan ChengTeach two-address pass to do some coalescing while...
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-02-22 Jim GrosbachUpdated version of r96634 (which was reverted due to...
2010-02-19 Bob WilsonRevert 96634. It causes assertion failures for 126...
2010-02-19 Jim GrosbachRadar 7636153. In the presence of large call frames...
2010-01-26 Chris Lattnerconstify a method argument.
2010-01-19 Jim GrosbachFor aligned load/store instructions, it's only required...
2009-11-22 Jim GrosbachGenerate more correct debug info for frame indices.
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-10-27 Jim GrosbachInfrastructure for dynamic stack realignment on ARM...
2009-10-25 Evan ChengAdd ARM getMatchingSuperRegClass to handle S / D /...
2009-10-20 Jim GrosbachEnable post-pass frame index register scavenging for...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-08-15 Evan ChengDo not use frame register to reference fixed stack...
2009-08-14 Evan ChengLeaf functions which do not save CSRs can be frameless...
2009-07-30 Evan ChengWhen fp is not eliminated, instructions with T2_i12...
2009-07-29 Chris LattnerGive getPointerRegClass() a "kind" value so that target...
2009-07-28 Evan Cheng- More refactoring. This gets rid of all of the getOpco...
2009-07-26 Evan ChengRefactor. Get rid of a few more getOpcode() calls.
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-22 Evan ChengGet rid one of the getRegisterNumbering. Also add D16...
2009-07-16 Evan ChengLet callers decide the sub-register index on the def...
2009-07-10 Evan Cheng80 col violation.
2009-07-08 David GoodwinGeneralize opcode selection in ARMBaseRegisterInfo.
2009-07-08 David GoodwinPush methods into base class in preparation for sharing.
2009-07-08 David GoodwinStart breaking out common base functionality for regist...