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
/
PPCRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Introduce codegen for the Signal Processing Engine
Justin Hibbits
2018-07-18
1
-0
/
+11
*
Re-commit: [MachineLICM] Add functions to MachineLICM to hoist invariant stores
Zaara Syeda
2018-03-23
1
-4
/
+21
*
Revert [MachineLICM] This reverts commit rL327856
Zaara Syeda
2018-03-19
1
-21
/
+4
*
[MachineLICM] Add functions to MachineLICM to hoist invariant stores
Zaara Syeda
2018-03-19
1
-4
/
+21
*
Re-commit : [PowerPC] Add handling for ColdCC calling convention and a pass t...
Zaara Syeda
2018-01-30
1
-0
/
+18
*
Revert [PowerPC] This reverts commit rL322721
Zaara Syeda
2018-01-17
1
-18
/
+0
*
[PowerPC] Add handling for ColdCC calling convention and a pass to mark
Zaara Syeda
2018-01-17
1
-0
/
+18
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-2
/
+2
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
[PowerPC] Utilize DQ-Form instructions for spill/restore and fix FrameIndex e...
Lei Huang
2017-10-11
1
-5
/
+10
*
[Power9] Spill gprs to vector registers rather than stack
Zaara Syeda
2017-09-21
1
-0
/
+22
*
[PowerPC] Ensure displacements for DQ-Form instructions are multiples of 16
Nemanja Ivanovic
2017-07-13
1
-10
/
+20
*
[PowerPC] fix potential verification errors
Hiroshi Inoue
2017-06-22
1
-4
/
+11
*
[MachineLICM] Hoist TOC-based address instructions
Lei Huang
2017-06-15
1
-0
/
+14
*
PowerPC: Slight cleanup of getReservedRegs(); NFC
Matthias Braun
2017-01-25
1
-19
/
+10
*
PowerPC: Mark super regs of reserved regs reserved.
Matthias Braun
2017-01-24
1
-35
/
+25
*
[Power9] Exploit D-Form VSX Scalar memory ops that target full VSX register set
Nemanja Ivanovic
2016-10-04
1
-0
/
+12
*
[Power9] Part-word VSX integer scalar loads/stores and sign extend instructions
Nemanja Ivanovic
2016-10-04
1
-1
/
+0
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-9
/
+9
*
Use isPositionIndependent in a few more places.
Rafael Espindola
2016-06-28
1
-3
/
+2
*
Refactor duplicated condition.
Rafael Espindola
2016-06-27
1
-4
/
+3
*
CXX_FAST_TLS calling convention: performance improvement for PPC64
Chuang-Yu Cheng
2016-04-08
1
-0
/
+28
*
Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics.
Yury Gribov
2015-12-01
1
-0
/
+26
*
Fix typos in comments.
Jay Foad
2015-11-17
1
-1
/
+1
*
Prune trailing whitespaces.
NAKAMURA Takumi
2015-09-22
1
-1
/
+1
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-8
/
+7
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-5
/
+5
*
Reformat comment lines.
NAKAMURA Takumi
2015-09-22
1
-6
/
+7
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-13
/
+15
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
1
-18
/
+0
*
Target RegisterInfo: devirtualize TargetFrameLowering
JF Bastien
2015-07-10
1
-17
/
+11
*
Add VSX Scalar loads and stores to the PPC back end
Nemanja Ivanovic
2015-05-07
1
-0
/
+3
*
Add Hardware Transactional Memory (HTM) Support
Kit Barton
2015-03-25
1
-31
/
+0
*
[ARM] Fix handling of thumb1 out-of-range frame offsets
John Brawn
2015-03-20
1
-1
/
+2
*
Remove the need to cache the subtarget in the PowerPC TargetRegisterInfo
Eric Christopher
2015-03-12
1
-52
/
+65
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-2
/
+3
*
Have TargetRegisterInfo::getLargestLegalSuperClass take a
Eric Christopher
2015-03-10
1
-3
/
+4
*
Make constant arrays that are passed to functions as const.
Benjamin Kramer
2015-03-07
1
-5
/
+2
*
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2015-02-25
1
-0
/
+3
*
PowerPC: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-6
/
+3
*
[PowerPC] Make r2 allocatable on PPC64/ELF for some leaf functions
Hal Finkel
2015-02-01
1
-3
/
+17
*
Migrage PPCRegisterInfo to use the cached subtarget.
Eric Christopher
2015-01-30
1
-29
/
+22
*
Revert "r225811 - Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support""
Hal Finkel
2015-01-14
1
-4
/
+36
*
Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"
Hal Finkel
2015-01-13
1
-36
/
+4
*
[PowerPC] Add StackMap/PatchPoint support
Hal Finkel
2015-01-13
1
-4
/
+36
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-26
/
+14
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-18
/
+36
*
[PowerPC] 32-bit ELF PIC support
Hal Finkel
2014-07-18
1
-2
/
+18
[next]