Move get[S|U]LEB128Size() to LEB128.h.
[oota-llvm.git] / lib / Target / ARM / Thumb2RegisterInfo.h
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2012-03-17 Craig TopperReorder includes to match coding standards. Fix an...
2011-03-05 Anton KorobeynikovImplement frame unwinding information emission for...
2009-11-07 Jim Grosbach80-column cleanup of file header comments
2009-10-28 Jim GrosbachCleanup now that frame index scavenging via post-pass...
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-16 Evan ChengLet callers decide the sub-register index on the def...
2009-07-08 David GoodwinUse common code for both ARM and Thumb-2 instruction...
2009-07-08 David GoodwinGeneralize opcode selection in ARMBaseRegisterInfo.
2009-07-08 David GoodwinPush methods into base class in preparation for sharing.
2009-07-02 David GoodwinCheckpoint refactoring of ThumbInstrInfo and ThumbRegis...