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
2010-11-02
Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke
Jim Grosbach
2010-10-19
Update comments to remove obsolete references.
Jim Grosbach
2010-09-20
Simplify ARM callee-saved register handling by removing the distinction
Jim Grosbach
2010-08-10
Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...
Evan Cheng
2010-08-10
Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP
Daniel Dunbar
2010-08-10
Fix ARM hasFP() semantics. It should return true whenever FP register is
Evan Cheng
2010-06-18
Allow ARM if-converter to be run after post allocation scheduling.
Evan Cheng
2010-04-17
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-01-27
eliminate the ARMFunctionInfo::Align member, using
Chris Lattner
2009-10-08
Cleanup up unused R3LiveIn tracking.
Jim Grosbach
2009-08-11
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
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