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