index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
Thumb2RegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-03-17
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2011-04-18
Trim a few unneeded includes.
Jim Grosbach
2011-03-05
Implement frame unwinding information emission for Thumb1. Not finished yet b...
Anton Korobeynikov
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2009-10-28
Cleanup now that frame index scavenging via post-pass is working for ARM and ...
Jim Grosbach
2009-10-25
80-column cleanup
Jim Grosbach
2009-10-22
Trim more includes.
Evan Cheng
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-28
- More refactoring. This gets rid of all of the getOpcode calls.
Evan Cheng
2009-07-26
Refactor. Get rid of a few more getOpcode() calls.
Evan Cheng
2009-07-25
Get rid of a couple of unnecessary getOpcode calls.
Evan Cheng
2009-07-24
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
Thumb2 should use the register scavenger.
Evan Cheng
2009-07-24
Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...
David Goodwin
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-16
Let callers decide the sub-register index on the def operand of rematerialize...
Evan Cheng
2009-07-14
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-08
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
Generalize opcode selection in ARMBaseRegisterInfo.
David Goodwin
2009-07-08
Push methods into base class in preparation for sharing.
David Goodwin
2009-07-08
Start converting to new error handling API.
Torok Edwin
2009-07-02
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...
David Goodwin