Merging r261441, r261447, and r261546:
[oota-llvm.git] / lib / Target / PowerPC / PPCFrameLowering.h
2016-02-22 Hans WennborgMerging r261441, r261447, and r261546:
2015-11-16 Kit BartonFind available scratch register to use in function...
2015-09-10 Kit BartonEnable the shrink wrapping optimization for PPC64.
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-02-13 Eric ChristopherThe base pointer save offset can be computed at initial...
2015-02-13 Eric ChristopherPPC LinkageSize can be computed at initialization time...
2015-02-13 Eric ChristopherPPCFrameLowering's FramePointerOffset can be computed...
2015-02-13 Eric ChristopherThe TOC save offset can be computed at compile time...
2015-02-13 Eric ChristopherThe return save offset can be computed at initializatio...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 stack space reduction
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-06-23 Ulrich Weigand[PowerPC] Refactor getMinCallFrameSize / getMinCallArgu...
2014-06-18 Ulrich Weigand[PowerPC] Simplify and improve loading into TOC register
2014-06-12 Eric ChristopherMove PPCFrameLowering into PPCSubtarget from PPCTargetM...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2013-07-17 Hal FinkelPPC: Add base-pointer support to builtin setjmp/longjmp
2013-07-17 Hal FinkelPPC: Implement base pointer and stack realignment
2013-03-21 Hal FinkelCorrect PPC FRAMEADDR lowering using a pseudo-register
2013-03-15 Hal FinkelAllocate the RS spill slot for any PPC function with...
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-14 Hal FinkelAdd a comment about overlapping PPC frame offsets
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-01-30 Hal FinkelPPC QPX requires a 32-byte aligned stack
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-09-12 Roman DivackyThis patch corrects logic in PPCFrameLowering for save...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...