index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
/
PPCFrameLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
Introduce codegen for the Signal Processing Engine
Justin Hibbits
2018-07-18
1
-4
/
+30
*
[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
/
+2
*
Re-commit : [PowerPC] Add handling for ColdCC calling convention and a pass t...
Zaara Syeda
2018-01-30
1
-2
/
+12
*
Revert [PowerPC] This reverts commit rL322721
Zaara Syeda
2018-01-17
1
-12
/
+2
*
[PowerPC] Add handling for ColdCC calling convention and a pass to mark
Zaara Syeda
2018-01-17
1
-2
/
+12
*
Revert "[PowerPC] Manually schedule the prologue and epilogue"
Stefan Pintilie
2018-01-12
1
-62
/
+6
*
[PowerPC] Manually schedule the prologue and epilogue
Stefan Pintilie
2018-01-09
1
-6
/
+62
*
Revert "[PowerPC] Manually schedule the prologue and epilogue"
Stefan Pintilie
2018-01-09
1
-65
/
+6
*
[PowerPC] Manually schedule the prologue and epilogue
Stefan Pintilie
2018-01-08
1
-6
/
+65
*
[PowerPC] Added an assert to make sure that the MBBI iterator is valid.
Stefan Pintilie
2017-12-20
1
-3
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-4
/
+4
*
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
[next]