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
/
PPCCallingConv.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
PowerPC: Fix register spilling for SPE registers
Justin Hibbits
2019-07-17
1
-4
/
+11
*
PowerPC: Optimize SPE double parameter calling setup
Justin Hibbits
2019-06-17
1
-2
/
+5
*
Implement call lowering without parameters on AIX
Jason Liu
2019-05-24
1
-0
/
+14
*
[PPC] Include tablegenerated PPCGenCallingConv.inc once
Reid Kleckner
2019-01-29
1
-0
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
fix comment typo
Nico Weber
2018-08-27
1
-1
/
+1
*
Introduce codegen for the Signal Processing Engine
Justin Hibbits
2018-07-18
1
-8
/
+34
*
[Power9] Implement float128 parameter passing and return values
Lei Huang
2018-07-05
1
-2
/
+17
*
Re-commit : [PowerPC] Add handling for ColdCC calling convention and a pass t...
Zaara Syeda
2018-01-30
1
-0
/
+53
*
Revert [PowerPC] This reverts commit rL322721
Zaara Syeda
2018-01-17
1
-53
/
+0
*
[PowerPC] Add handling for ColdCC calling convention and a pass to mark
Zaara Syeda
2018-01-17
1
-0
/
+53
*
[Power9] Part-word VSX integer scalar loads/stores and sign extend instructions
Nemanja Ivanovic
2016-10-04
1
-14
/
+6
*
[PowerPC] fix passing long double arguments to function (soft-float)
Strahinja Petrovic
2016-08-05
1
-0
/
+6
*
[PowerPC] Support multiple return values with fast isel
Ulrich Weigand
2016-06-07
1
-1
/
+1
*
[PowerPC] fix register alignment for long double type
Strahinja Petrovic
2016-05-09
1
-1
/
+11
*
CXX_FAST_TLS calling convention: performance improvement for PPC64
Chuang-Yu Cheng
2016-04-08
1
-0
/
+11
*
[PowerPC] Support the nest parameter attribute
Hal Finkel
2015-07-12
1
-0
/
+3
*
This patch adds ABI support for v1i128 data type.
Kit Barton
2015-05-05
1
-5
/
+7
*
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2015-02-25
1
-13
/
+27
*
[PowerPC] Make r2 allocatable on PPC64/ELF for some leaf functions
Hal Finkel
2015-02-01
1
-1
/
+4
*
Revert "r225811 - Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support""
Hal Finkel
2015-01-14
1
-0
/
+38
*
Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"
Hal Finkel
2015-01-13
1
-38
/
+0
*
[PowerPC] Add StackMap/PatchPoint support
Hal Finkel
2015-01-13
1
-0
/
+38
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-2
/
+8
*
[PowerPC] ELFv2 aggregate passing support
Ulrich Weigand
2014-07-21
1
-10
/
+17
*
[PowerPC] v2[fi]64 need to be explicitly passed in VSX registers
Hal Finkel
2014-03-28
1
-3
/
+8
*
[PowerPC] Add v2i64 as a legal VSX type
Hal Finkel
2014-03-26
1
-4
/
+4
*
[PowerPC] Fix the VSX v2f64 return register
Hal Finkel
2014-03-22
1
-4
/
+4
*
Add CR-bit tracking to the PowerPC backend for i1 values
Hal Finkel
2014-02-28
1
-1
/
+8
*
[PowerPC] Call support for fast-isel.
Bill Schmidt
2013-08-30
1
-0
/
+11
*
[PowerPC] More fast-isel chunks (returns and integer extends)
Bill Schmidt
2013-08-26
1
-0
/
+20
*
Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handling
Hal Finkel
2013-07-02
1
-17
/
+22
*
Don't spill PPC VRSAVE on non-Darwin (even in SjLj)
Hal Finkel
2013-03-27
1
-1
/
+2
*
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
1
-0
/
+5
*
PPC calling convention cleanup.
Bill Schmidt
2013-02-06
1
-43
/
+14
*
This patch fixes PR13626 by providing i128 support in the return
Bill Schmidt
2013-01-17
1
-0
/
+1
*
This patch fixes the PPC calling convention to handle returns of
Bill Schmidt
2013-01-17
1
-2
/
+2
*
On PowerPC64, integer return values (as well as arguments) are supposed
Ulrich Weigand
2012-11-05
1
-0
/
+7
*
Remove unused CCIfSubtarget.
Jay Foad
2012-04-17
1
-4
/
+0
*
Convert PowerPC to register mask operands.
Roman Divacky
2012-03-06
1
-0
/
+31
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-2
/
+2
*
fix emacs language spec's, patch by Edmund Grimley-Evans!
Chris Lattner
2010-08-17
1
-1
/
+1
*
Drop support for the InReg attribute on the ppc backend. This was used by
Rafael Espindola
2010-02-16
1
-16
/
+1
*
Refactor ABI code in the PowerPC backend.
Tilmann Scheller
2009-07-03
1
-4
/
+2
*
Implement the SVR4 ABI for PowerPC.
Tilmann Scheller
2009-07-03
1
-0
/
+83
*
Make Complex long long/double/long double work
Dale Johannesen
2008-03-17
1
-1
/
+1
*
Next round of PPC32 ABI changes. Allow for gcc
Dale Johannesen
2008-03-17
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
First round of ppc long double. call/return and
Dale Johannesen
2007-10-05
1
-1
/
+2
*
revert accidental commit
Chris Lattner
2007-05-03
1
-1
/
+3
[next]