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
/
ARMBaseRegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2009-07-23
Fix frame index elimination to correctly handle thumb-2 addressing modes that...
David Goodwin
2009-07-23
80 col violation.
Evan Cheng
2009-07-22
Get rid one of the getRegisterNumbering. Also add D16 - D31.
Evan Cheng
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-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-13
Fix FP elimination code to work for Thumb-2 addrmode AddrModeT2_so. This fixe...
David Goodwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...
Evan Cheng
2009-07-09
Handle Thumb-2 addressing modes during FP elimination.
David Goodwin
2009-07-08
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
Change how so_imm and t2_so_imm are handled. At instruction selection time, t...
Evan Cheng
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-08
Start breaking out common base functionality for register info.
David Goodwin