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.h
Age
Commit message (
Expand
)
Author
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-16
Rename TRI::getAllocationOrder() to getRawAllocationOrder().
Jakob Stoklund Olesen
2011-05-30
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-04-26
Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist...
Jakob Stoklund Olesen
2011-04-19
Avoid write-after-write issue hazards for Cortex-A9.
Bob Wilson
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-05
Implement frame unwinding information emission for Thumb1. Not finished yet b...
Anton Korobeynikov
2010-12-17
During local stack slot allocation, the materializeFrameBaseRegister function
Bill Wendling
2010-11-27
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-20
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
Rewrite stack callee saved spills and restores to use push/pop instructions.
Eric Christopher
2010-11-15
silence a ton of warnings from clang.
Chris Lattner
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-11
Revert this temporarily.
Eric Christopher
2010-11-11
Change the prologue and epilogue to use push/pop for the low ARM registers.
Eric Christopher
2010-09-15
move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helper
Jim Grosbach
2010-09-15
simplify getRegisterNumbering(). Remove the unused isSPVFP argument and
Jim Grosbach
2010-09-03
Re-apply r112883:
Jim Grosbach
2010-09-03
Revert "For ARM stack frames that utilize variable sized objects and have eit...
Daniel Dunbar
2010-09-02
For ARM stack frames that utilize variable sized objects and have either
Jim Grosbach
2010-08-26
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
tidy up a bit. no functional change.
Jim Grosbach
2010-08-24
Add ARM heuristic for when to allocate a virtual base register for stack
Jim Grosbach
2010-08-24
Move enabling the local stack allocation pass into the target where it belongs.
Jim Grosbach
2010-08-19
Better handling of offsets on frame index references. rdar://8277890
Jim Grosbach
2010-08-18
Add hook for re-using virtual base registers for local stack slot access.
Jim Grosbach
2010-08-17
Add materialization of virtual base registers for frame indices allocated into
Jim Grosbach
2010-08-17
Add hook to examine an instruction referencing a frame index to determine
Jim Grosbach
2010-08-05
For local variables in functions with a frame pointer, use FP as a base
Jim Grosbach
2010-07-20
prune #includes a little.
Chris Lattner
2010-07-20
Constify some arguments.
Eric Christopher
2010-06-02
Clean up 80 column violations. No functional change.
Jim Grosbach
2010-06-02
Rename canCombinedSubRegIndex method to something more grammatically correct
Bob Wilson
2010-06-02
Replace ARM's getCalleeSavedRegClasses with a simpler solution
Rafael Espindola
2010-05-14
Teach two-address pass to do some coalescing while eliminating REG_SEQUENCE
Evan Cheng
2010-03-09
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2010-02-22
Updated version of r96634 (which was reverted due to failing 176.gcc and
Jim Grosbach
2010-02-19
Revert 96634. It causes assertion failures for 126.gcc and 176.gcc in
Bob Wilson
2010-02-19
Radar 7636153. In the presence of large call frames, it's not sufficient
Jim Grosbach
2010-01-26
constify a method argument.
Chris Lattner
2010-01-19
For aligned load/store instructions, it's only required to know whether a
Jim Grosbach
2009-11-22
Generate more correct debug info for frame indices.
Jim Grosbach
2009-11-12
Make the MachineFunction argument of getFrameRegister const.
David Greene
2009-10-27
Infrastructure for dynamic stack realignment on ARM. For now, this is off by
Jim Grosbach
2009-10-25
Add ARM getMatchingSuperRegClass to handle S / D / Q cross regclass coalescing.
Evan Cheng
2009-10-20
Enable post-pass frame index register scavenging for ARM and Thumb2
Jim Grosbach
2009-10-07
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-08-15
Do not use frame register to reference fixed stack objects if the function is...
Evan Cheng
[next]