summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCMachineFunctionInfo.h
Commit message (Expand)AuthorAge
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-17
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Fix PPC64 CR spill location for callee-saved registersHal Finkel2013-04-15
* Note in PPCFunctionInfo VRSAVE spillsHal Finkel2013-03-23
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-17
* Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel2013-03-15
* Fix PR14364.Bill Schmidt2013-02-24
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-17
* Add explicit keywords.Dan Gohman2009-06-05
* Rewrite logic to figure out whether LR needs toDale Johannesen2008-10-24
* Tail call optimization improvements:Arnold Schwaighofer2008-04-30
* This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling2008-03-03
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* implement __builtin_return_addr(0) on ppc.Chris Lattner2007-12-08
* refactor some code to avoid overloading the name 'usesLR' in Chris Lattner2007-12-08
* Duplicate use of LR, take 2.Jim Laskey2007-02-27
* Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrappingEvan Cheng2007-02-27
* Don't spill LR as a callee saved register.Jim Laskey2007-02-23
* Add newline at end of file.Reid Spencer2006-11-25
* This is a general clean up of the PowerPC ABI. Address several problems andJim Laskey2006-11-16