rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.
[oota-llvm.git] / lib / Target / ARM / ARMBaseRegisterInfo.h
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...