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
...
*
[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
*
Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...
Hal Finkel
2015-02-06
1
-16
/
+14
*
[PowerPC] Yet another approach to __tls_get_addr
Bill Schmidt
2015-02-03
1
-14
/
+16
*
Use the cached subtargets and remove calls to getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-30
1
-2
/
+1
*
Use the cached subtarget in PPCFrameLowering.
Eric Christopher
2015-01-30
1
-13
/
+12
*
Revert "r225811 - Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support""
Hal Finkel
2015-01-14
1
-0
/
+1
*
Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"
Hal Finkel
2015-01-13
1
-1
/
+0
*
[PowerPC] Add StackMap/PatchPoint support
Hal Finkel
2015-01-13
1
-0
/
+1
*
[PowerPC] Split the blr definition into BLR and BLR8
Hal Finkel
2015-01-13
1
-1
/
+3
*
Fully fix Bug #22115.
Justin Hibbits
2015-01-10
1
-6
/
+46
*
Add saving and restoring of r30 to the prologue and epilogue, respectively
Justin Hibbits
2015-01-08
1
-0
/
+16
*
[PowerPC] Fix unwind info with dynamic stack realignment
Jay Foad
2014-12-01
1
-12
/
+27
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-28
/
+20
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-20
/
+28
*
[PowerPC] ELFv2 explicit CFI for CR fields
Ulrich Weigand
2014-07-21
1
-1
/
+9
*
[PowerPC] ELFv2 stack space reduction
Ulrich Weigand
2014-07-20
1
-1
/
+2
*
[PowerPC] 32-bit ELF PIC support
Hal Finkel
2014-07-18
1
-6
/
+13
*
[PowerPC] Refactor getMinCallFrameSize / getMinCallArgumentsSize
Ulrich Weigand
2014-06-23
1
-24
/
+0
*
[PowerPC] Allow stack frames without parameter save area
Ulrich Weigand
2014-06-23
1
-3
/
+3
*
Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. Use
Eric Christopher
2014-06-12
1
-0
/
+186
*
None of these targets actually define their own CFI_INSTRUCTION
Eric Christopher
2014-04-29
1
-7
/
+8
*
80-column, tab characters, comment fixups.
Eric Christopher
2014-04-29
1
-43
/
+44
[prev]
[next]