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
/
PowerPC
/
PPCMachineFunctionInfo.h
Age
Commit message (
Expand
)
Author
2013-03-23
Note in PPCFunctionInfo VRSAVE spills
Hal Finkel
2013-03-17
Improve PPC VR (Altivec) register spilling
Hal Finkel
2013-03-15
Allocate the RS spill slot for any PPC function with spills and a large stack...
Hal Finkel
2013-02-24
Fix PR14364.
Bill Schmidt
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2010-04-17
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2009-06-05
Add explicit keywords.
Dan Gohman
2008-10-24
Rewrite logic to figure out whether LR needs to
Dale Johannesen
2008-04-30
Tail call optimization improvements:
Arnold Schwaighofer
2008-03-03
This is the initial check-in for adding register scavenging to PPC. (Currently,
Bill Wendling
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-08
implement __builtin_return_addr(0) on ppc.
Chris Lattner
2007-12-08
refactor some code to avoid overloading the name 'usesLR' in
Chris Lattner
2007-02-27
Duplicate use of LR, take 2.
Jim Laskey
2007-02-27
Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrapping
Evan Cheng
2007-02-23
Don't spill LR as a callee saved register.
Jim Laskey
2006-11-25
Add newline at end of file.
Reid Spencer
2006-11-16
This is a general clean up of the PowerPC ABI. Address several problems and
Jim Laskey