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