| Commit message (Expand) | Author | Age | Files | Lines |
* | Add iterator range MachineRegisterInfo::liveins(), adopt users, NFC | Krzysztof Parzyszek | 2017-10-16 | 1 | -5/+3 |
* | Add "Restored" flag to CalleeSavedInfo | Krzysztof Parzyszek | 2017-08-10 | 1 | -1/+1 |
* | [PPC] Fix two bugs in frame lowering. | Tony Jiang | 2017-07-11 | 1 | -17/+19 |
* | [PowerPC] fix potential verification errors | Hiroshi Inoue | 2017-06-22 | 1 | -1/+1 |
* | [PPC] Properly update register save area offsets | Krzysztof Parzyszek | 2017-05-17 | 1 | -9/+14 |
* | [PPC] When restoring R30 (PIC base pointer), mark it as <def> | Krzysztof Parzyszek | 2017-05-04 | 1 | -2/+1 |
* | Move size and alignment information of regclass to TargetRegisterInfo | Krzysztof Parzyszek | 2017-04-24 | 1 | -9/+8 |
* | Remove a bunch of unnecessary casts to a target specific version of TII and T... | Eric Christopher | 2017-02-04 | 1 | -26/+13 |
* | Move FrameInstructions from MachineModuleInfo to MachineFunction | Matthias Braun | 2016-11-30 | 1 | -9/+9 |
* | Fix comment typos. NFC. | Simon Pilgrim | 2016-11-20 | 1 | -2/+2 |
* | [PPC] Set SP after loading data from stack frame, if no red zone is present | Krzysztof Parzyszek | 2016-09-22 | 1 | -50/+195 |
* | [PPC] Claim stack frame before storing into it, if no red zone is present | Krzysztof Parzyszek | 2016-09-06 | 1 | -25/+91 |
* | [PowerPC] Don't spill the frame pointer twice | Hal Finkel | 2016-08-31 | 1 | -0/+11 |
* | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -66/+65 |
* | PowerPC: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-27 | 1 | -33/+32 |
* | [PowerPC] Set kill flag for scratch register when spilling the link register | Nemanja Ivanovic | 2016-07-15 | 1 | -1/+1 |
* | Convert 2 more uses to shouldAssumeDSOLocal(). NFC. | Rafael Espindola | 2016-06-28 | 1 | -3/+1 |
* | Run clang-tidy's performance-unnecessary-copy-initialization over LLVM. | Benjamin Kramer | 2016-06-12 | 1 | -1/+1 |
* | [ppc64] fix bug in prologue that mfocrf's cr operand should be explict state ... | Chuang-Yu Cheng | 2016-04-27 | 1 | -4/+10 |
* | [PPC64] Use mfocrf in prologue when we only need to save 1 nonvolatile CR field | Chuang-Yu Cheng | 2016-04-12 | 1 | -8/+16 |
* | RegisterScavenger: Take a reference as enterBasicBlock() argument. | Matthias Braun | 2016-04-06 | 1 | -1/+1 |
* | [PPC64] Bug fix: when enabling sibling-call-opt and shrink-wrapping, the tail... | Chuang-Yu Cheng | 2016-04-01 | 1 | -26/+55 |
* | Change eliminateCallFramePseudoInstr() to return an iterator | Hans Wennborg | 2016-03-31 | 1 | -2/+2 |
* | Silencing a signed vs unsigned mismatch. | Aaron Ballman | 2016-02-23 | 1 | -1/+1 |
* | Fix for PR26690 take 2 | Nemanja Ivanovic | 2016-02-22 | 1 | -1/+1 |
* | Revert bad fix for PR26690. | Nemanja Ivanovic | 2016-02-22 | 1 | -1/+1 |
* | Fix for PR26690 | Nemanja Ivanovic | 2016-02-22 | 1 | -1/+1 |
* | Fix the build bot break caused by rL261441. | Nemanja Ivanovic | 2016-02-20 | 1 | -5/+11 |
* | Fix for PR 26500 | Nemanja Ivanovic | 2016-02-20 | 1 | -41/+158 |
* | Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical... | Craig Topper | 2015-12-05 | 1 | -1/+1 |
* | [PowerPC] Remove wild call to RegScavenger::initRegState(). | Alexey Samsonov | 2015-12-02 | 1 | -2/+1 |
* | Enable shrink wrapping for PPC64 | Kit Barton | 2015-11-30 | 1 | -6/+14 |
* | Find available scratch register to use in function prologue and epilogue as p... | Kit Barton | 2015-11-16 | 1 | -4/+62 |
* | [PowerPC] Disable shrink wrapping | Hal Finkel | 2015-09-30 | 1 | -2/+2 |
* | MachineBasicBlock: Factor out common code into isReturnBlock() | Matthias Braun | 2015-09-25 | 1 | -2/+2 |
* | PPCFrameLowering::emitEpilogue(): Avoid manipulating MBBI on iterator end. | NAKAMURA Takumi | 2015-09-11 | 1 | -1/+1 |
* | Enable the shrink wrapping optimization for PPC64. | Kit Barton | 2015-09-10 | 1 | -77/+80 |
* | PowerPC: remove dead initialization (NFC) | Saleem Abdulrasool | 2015-08-14 | 1 | -2/+1 |
* | MachineRegisterInfo: Remove UsedPhysReg infrastructure | Matthias Braun | 2015-07-14 | 1 | -1/+2 |
* | PrologEpilogInserter: Rewrite API to determine callee save regsiters. | Matthias Braun | 2015-07-14 | 1 | -8/+9 |
* | [ShrinkWrap] Add (a simplified version) of shrink-wrapping. | Quentin Colombet | 2015-05-05 | 1 | -2/+3 |
* | [PowerPC] Add support for the QPX vector instruction set | Hal Finkel | 2015-02-25 | 1 | -1/+1 |
* | Remove a variable only used in an assert and sink its initializer into | Chandler Carruth | 2015-02-14 | 1 | -2/+1 |
* | PowerPC: Canonicalize access to function attributes, NFC | Duncan P. N. Exon Smith | 2015-02-14 | 1 | -4/+2 |
* | The base pointer save offset can be computed at initialization time, | Eric Christopher | 2015-02-13 | 1 | -14/+18 |
* | PPC LinkageSize can be computed at initialization time, do so. | Eric Christopher | 2015-02-13 | 1 | -4/+11 |
* | PPCFrameLowering's FramePointerOffset can be computed at initialization | Eric Christopher | 2015-02-13 | 1 | -6/+18 |
* | The TOC save offset can be computed at compile time, do so and | Eric Christopher | 2015-02-13 | 1 | -1/+6 |
* | The return save offset can be computed at initialization time - do | Eric Christopher | 2015-02-13 | 1 | -3/+10 |
* | [PowerPC] Fix reverted patch r227976 to avoid register assignment issues | Bill Schmidt | 2015-02-10 | 1 | -14/+16 |