aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Thumb2RegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Trim a few unneeded includes.Jim Grosbach2011-04-181-11/+0
* Implement frame unwinding information emission for Thumb1. Not finished yet b...Anton Korobeynikov2011-03-051-8/+10
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+0
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-1/+1
* Cleanup now that frame index scavenging via post-pass is working for ARM and ...Jim Grosbach2009-10-281-5/+0
* 80-column cleanupJim Grosbach2009-10-251-2/+3
* Trim more includes.Evan Cheng2009-10-221-1/+0
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+2
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-281-211/+0
* Refactor. Get rid of a few more getOpcode() calls.Evan Cheng2009-07-261-4/+5
* Get rid of a couple of unnecessary getOpcode calls.Evan Cheng2009-07-251-1/+1
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-2/+1
* Thumb2 should use the register scavenger.Evan Cheng2009-07-241-2/+1
* Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin2009-07-241-0/+210
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-161-2/+4
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-1/+4
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-081-697/+4
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-2/+1
* Generalize opcode selection in ARMBaseRegisterInfo.David Goodwin2009-07-081-6/+7
* Push methods into base class in preparation for sharing.David Goodwin2009-07-081-6/+7
* Start converting to new error handling API.Torok Edwin2009-07-081-2/+2
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-021-0/+755