Fix return sequence on armv4 thumb
[oota-llvm.git] / lib / Target / ARM / Thumb2RegisterInfo.cpp
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-03-22 Craig TopperPrune includes in ARM target.
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-03-17 Craig TopperReorder includes to match coding standards. Fix an...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-04-18 Jim GrosbachTrim a few unneeded includes.
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...