Do not form thumb2 ldrd / strd if the offset is by multiple of 4. rdar://9133587
[oota-llvm.git] / lib / Target / ARM / Thumb2RegisterInfo.cpp
2011-03-05 Anton KorobeynikovImplement frame unwinding information emission for...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2009-10-28 Jim GrosbachCleanup now that frame index scavenging via post-pass...
2009-10-25 Jim Grosbach80-column cleanup
2009-10-22 Evan ChengTrim more includes.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
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-25 Evan ChengGet rid of a couple of unnecessary getOpcode calls.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Evan ChengThumb2 should use the register scavenger.
2009-07-24 David GoodwinCorrectly handle the Thumb-2 imm8 addrmode. Specialize...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-16 Evan ChengLet callers decide the sub-register index on the def...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-08 David GoodwinUse common code for both ARM and Thumb-2 instruction...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
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 Torok EdwinStart converting to new error handling API.
2009-07-02 David GoodwinCheckpoint refactoring of ThumbInstrInfo and ThumbRegis...