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
*
[PowerPC] Add Support for indirect calls on AIX.
Sean Fertile
2019-12-13
1
-4
/
+0
*
[cfi] Add flag to always generate .debug_frame
David Candler
2019-10-31
1
-2
/
+1
*
[NFC] Replace 'isDarwin' with 'IsDarwin'
Xiangling Liao
2019-10-06
1
-3
/
+3
*
[PowerPC] Remove the SPE4RC register class and instead add f32 to the GPRC re...
Craig Topper
2019-09-12
1
-2
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-5
/
+5
*
Reland r368691: "[AIX] Implement LR prolog/epilog save/restore"
Hubert Tong
2019-08-13
1
-3
/
+31
*
[PowerPC] Add getCRSaveOffset to improve readability. [NFC]
Sean Fertile
2019-07-26
1
-6
/
+12
*
[PowerPC] Fold another unused variable into assertion. NFC.
Benjamin Kramer
2019-07-05
1
-2
/
+2
*
[PowerPC] Fold variable into assert. NFC.
Benjamin Kramer
2019-07-05
1
-2
/
+1
*
[PowerPC] Move TOC save to prologue when profitable
Nemanja Ivanovic
2019-07-05
1
-0
/
+32
*
Implement call lowering without parameters on AIX
Jason Liu
2019-05-24
1
-2
/
+2
*
[PowerPC] fix trivial typos in comment, NFC
Hiroshi Inoue
2019-04-09
1
-1
/
+1
*
[PowerPC] Removed STATISTIC that was causing build errors.
Stefan Pintilie
2019-02-28
1
-1
/
+0
*
[PowerPC] Move the stack pointer update instruction later in the prologue and...
Stefan Pintilie
2019-02-28
1
-23
/
+145
*
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
-23
/
+116
*
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
[next]