| Commit message (Expand) | Author | Age | Files | Lines |
* | Reland r368691: "[AIX] Implement LR prolog/epilog save/restore" | Hubert Tong | 2019-08-13 | 1 | -3/+3 |
* | [PowerPC] Add getCRSaveOffset to improve readability. [NFC] | Sean Fertile | 2019-07-26 | 1 | -0/+5 |
* | Include what you use in PPCFrameLowering.h | Dmitri Gribenko | 2019-06-05 | 1 | -1/+0 |
* | [PowerPC] Move the stack pointer update instruction later in the prologue and... | Stefan Pintilie | 2019-02-28 | 1 | -3/+20 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [Power9] Allow gpr callee saved spills in prologue to vectors registers | Zaara Syeda | 2018-11-09 | 1 | -0/+7 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -2/+2 |
* | Move TargetFrameLowering.h to CodeGen where it's implemented | David Blaikie | 2017-11-03 | 1 | -1/+1 |
* | Add "Restored" flag to CalleeSavedInfo | Krzysztof Parzyszek | 2017-08-10 | 1 | -1/+1 |
* | [PPC64] Bug fix: when enabling sibling-call-opt and shrink-wrapping, the tail... | Chuang-Yu Cheng | 2016-04-01 | 1 | -0/+7 |
* | Change eliminateCallFramePseudoInstr() to return an iterator | Hans Wennborg | 2016-03-31 | 1 | -3/+3 |
* | Fix for PR 26500 | Nemanja Ivanovic | 2016-02-20 | 1 | -11/+24 |
* | Find available scratch register to use in function prologue and epilogue as p... | Kit Barton | 2015-11-16 | 1 | -0/+29 |
* | Enable the shrink wrapping optimization for PPC64. | Kit Barton | 2015-09-10 | 1 | -0/+2 |
* | PrologEpilogInserter: Rewrite API to determine callee save regsiters. | Matthias Braun | 2015-07-14 | 1 | -2/+2 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | [ShrinkWrap] Add (a simplified version) of shrink-wrapping. | Quentin Colombet | 2015-05-05 | 1 | -1/+1 |
* | The base pointer save offset can be computed at initialization time, | Eric Christopher | 2015-02-13 | 1 | -9/+2 |
* | PPC LinkageSize can be computed at initialization time, do so. | Eric Christopher | 2015-02-13 | 1 | -8/+2 |
* | PPCFrameLowering's FramePointerOffset can be computed at initialization | Eric Christopher | 2015-02-13 | 1 | -12/+2 |
* | The TOC save offset can be computed at compile time, do so and | Eric Christopher | 2015-02-13 | 1 | -3/+2 |
* | The return save offset can be computed at initialization time - do | Eric Christopher | 2015-02-13 | 1 | -6/+2 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | [PowerPC] ELFv2 stack space reduction | Ulrich Weigand | 2014-07-20 | 1 | -4/+5 |
* | [PowerPC] 32-bit ELF PIC support | Hal Finkel | 2014-07-18 | 1 | -2/+4 |
* | [PowerPC] Refactor getMinCallFrameSize / getMinCallArgumentsSize | Ulrich Weigand | 2014-06-23 | 1 | -4/+0 |
* | [PowerPC] Simplify and improve loading into TOC register | Ulrich Weigand | 2014-06-18 | 1 | -0/+6 |
* | Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. Use | Eric Christopher | 2014-06-12 | 1 | -187/+5 |
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -13/+13 |
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-28 | 1 | -3/+3 |
* | PPC: Add base-pointer support to builtin setjmp/longjmp | Hal Finkel | 2013-07-17 | 1 | -5/+1 |
* | PPC: Implement base pointer and stack realignment | Hal Finkel | 2013-07-17 | 1 | -0/+14 |
* | Correct PPC FRAMEADDR lowering using a pseudo-register | Hal Finkel | 2013-03-21 | 1 | -0/+1 |
* | Allocate the RS spill slot for any PPC function with spills and a large stack... | Hal Finkel | 2013-03-15 | 1 | -1/+4 |
* | Provide the register scavenger to processFunctionBeforeFrameFinalized | Hal Finkel | 2013-03-14 | 1 | -1/+2 |
* | Add a comment about overlapping PPC frame offsets | Hal Finkel | 2013-03-14 | 1 | -0/+3 |
* | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky | 2013-02-21 | 1 | -0/+4 |
* | PPC QPX requires a 32-byte aligned stack | Hal Finkel | 2013-01-30 | 1 | -1/+2 |
* | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | This patch corrects logic in PPCFrameLowering for save and restore of ... | Roman Divacky | 2012-09-12 | 1 | -56/+15 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng | 2011-07-18 | 1 | -1/+0 |
* | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 1 | -0/+322 |