aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-08CXX_FAST_TLS calling convention: performance improvement for PPC64Chuang-Yu Cheng1-1/+9
2016-01-13[PowerPC] Fix large code model with the ELFv2 ABIUlrich Weigand1-0/+4
2015-02-01[PowerPC] Make r2 allocatable on PPC64/ELF for some leaf functionsHal Finkel1-0/+7
2015-01-10Fully fix Bug #22115.Justin Hibbits1-0/+7
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-07-18[PowerPC] 32-bit ELF PIC supportHal Finkel1-1/+14
2013-07-17PPC: Implement base pointer and stack realignmentHal Finkel1-0/+7
2013-07-14Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper1-1/+1
2013-04-15Fix PPC64 CR spill location for callee-saved registersHal Finkel1-0/+9
2013-03-23Note in PPCFunctionInfo VRSAVE spillsHal Finkel1-0/+7
2013-03-17Improve PPC VR (Altivec) register spillingHal Finkel1-0/+8
2013-03-15Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel1-0/+7
2013-02-24Fix PR14364.Bill Schmidt1-1/+8
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-1/+2
2010-04-17Move per-function state out of TargetLowering subclasses and intoDan Gohman1-1/+29
2009-06-05Add explicit keywords.Dan Gohman1-1/+1
2008-10-24Rewrite logic to figure out whether LR needs toDale Johannesen1-9/+11
2008-04-30Tail call optimization improvements:Arnold Schwaighofer1-2/+28
2008-03-03This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling1-2/+10
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-12-08implement __builtin_return_addr(0) on ppc.Chris Lattner1-4/+18
2007-12-08refactor some code to avoid overloading the name 'usesLR' in Chris Lattner1-1/+5
2007-02-27Duplicate use of LR, take 2.Jim Laskey1-0/+7
2007-02-27Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrappingEvan Cheng1-7/+0
2007-02-23Don't spill LR as a callee saved register.Jim Laskey1-0/+7
2006-11-25Add newline at end of file.Reid Spencer1-1/+1
2006-11-16This is a general clean up of the PowerPC ABI. Address several problems andJim Laskey1-0/+43