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
/
ARMMachineFunctionInfo.h
Age
Commit message (
Expand
)
Author
2009-07-08
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-06-30
Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table.
David Goodwin
2009-06-05
Add explicit keywords.
Dan Gohman
2008-11-08
Use ARMFunctionInfo to track number of constpool entries and jumptables.
Evan Cheng
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-04-23
add Align field, and use when generating function alignment
Dale Johannesen
2007-03-01
- Track which callee-saved registers are spilled.
Evan Cheng
2007-03-01
Switch from std::vector<bool> to BitVector.
Evan Cheng
2007-02-07
In thumb mode, R3 is reserved, but it can be live in to the function. If
Evan Cheng
2007-01-30
- In thumb mode, if size of MachineFunction is >= 2048, force LR to be
Evan Cheng
2007-01-29
Remember if LR register has been spilled in this function.
Evan Cheng
2007-01-25
Getting rid uses of evil std::set<>
Evan Cheng
2007-01-20
Clean up ARM PEI code.
Evan Cheng
2007-01-19
ARM backend contribution from Apple.
Evan Cheng