| Commit message (Expand) | Author | Age | Files | Lines |
| * | PowerPC - fix uninitialized variable warnings. NFCI. | Simon Pilgrim | 2019-11-13 | 1 | -1/+1 |
| * | [PowerPC] Move TOC save to prologue when profitable | Nemanja Ivanovic | 2019-07-05 | 1 | -0/+9 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -2/+2 |
| * | [PowerPC] fix trivial typos in comment, NFC | Hiroshi Inoue | 2018-06-13 | 1 | -2/+2 |
| * | [PowerPC] Disable shrink-wrapping when getting PC address through the LR | Nemanja Ivanovic | 2018-02-23 | 1 | -0/+11 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | [PowerPC] Eliminate sign- and zero-extensions if already sign- or zero-extended | Hiroshi Inoue | 2017-10-16 | 1 | -0/+18 |
| * | [PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-01-13 | 1 | -45/+28 |
| * | CXX_FAST_TLS calling convention: performance improvement for PPC64 | Chuang-Yu Cheng | 2016-04-08 | 1 | -1/+9 |
| * | [PowerPC] Fix large code model with the ELFv2 ABI | Ulrich Weigand | 2016-01-13 | 1 | -0/+4 |
| * | [PowerPC] Make r2 allocatable on PPC64/ELF for some leaf functions | Hal Finkel | 2015-02-01 | 1 | -0/+7 |
| * | Fully fix Bug #22115. | Justin Hibbits | 2015-01-10 | 1 | -0/+7 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| * | [PowerPC] 32-bit ELF PIC support | Hal Finkel | 2014-07-18 | 1 | -1/+14 |
| * | 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 |