summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/Thumb2RegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* In preparation for moving ARM's TargetRegisterInfo to the TargetMachineEric Christopher2015-03-121-38/+0
* Remove the need to cache the subtarget in the ARM TargetRegisterInfoEric Christopher2015-03-121-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-3/+3
* Prune includes in ARM target.Craig Topper2014-03-221-2/+0
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-101-7/+5
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-3/+3
* Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper2012-03-171-2/+1
* Implement frame unwinding information emission for Thumb1. Not finished yet b...Anton Korobeynikov2011-03-051-1/+2
* 80-column cleanup of file header commentsJim Grosbach2009-11-071-2/+3
* Cleanup now that frame index scavenging via post-pass is working for ARM and ...Jim Grosbach2009-10-281-2/+0
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-281-13/+0
* Refactor. Get rid of a few more getOpcode() calls.Evan Cheng2009-07-261-5/+13
* Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin2009-07-241-6/+11
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-161-1/+1
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-081-16/+0
* Generalize opcode selection in ARMBaseRegisterInfo.David Goodwin2009-07-081-1/+1
* Push methods into base class in preparation for sharing.David Goodwin2009-07-081-9/+8
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-021-0/+60
OpenPOWER on IntegriCloud