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
/
PPCISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] Enhance the selection(ISD::VSELECT) of vector type
Nemanja Ivanovic
2018-08-15
1
-7
/
+3
*
[PowerPC] Don't run BV DAG Combine before legalization if it assumes legal types
Nemanja Ivanovic
2018-08-15
1
-3
/
+10
*
[PowerPC] Improve codegen for vector loads using scalar_to_vector
Zaara Syeda
2018-08-08
1
-11
/
+0
*
[PowerPC] Do not round values prior to converting to integer
Nemanja Ivanovic
2018-08-02
1
-3
/
+19
*
[DAGCombiner][TargetLowering] Pass a SmallVector instead of a std::vector to ...
Craig Topper
2018-07-30
1
-2
/
+2
*
[DAGCombiner][PowerPC][AArch64] Pass Created vector by reference to BuildSDIV...
Craig Topper
2018-07-30
1
-5
/
+3
*
DAG: Add calling convention argument to calling convention funcs
Matt Arsenault
2018-07-28
1
-0
/
+2
*
Fix build failures from r337347, found by clang
Justin Hibbits
2018-07-18
1
-6
/
+0
*
Introduce codegen for the Signal Processing Engine
Justin Hibbits
2018-07-18
1
-24
/
+93
*
Add PowerPC e500(v2) core scheduler and directives.
Justin Hibbits
2018-07-18
1
-0
/
+2
*
[Power9] Add __float128 builtins for Rounding Operations
Stefan Pintilie
2018-07-09
1
-0
/
+8
*
[Power9] Add __float128 support for compare operations
Stefan Pintilie
2018-07-09
1
-0
/
+10
*
[Power9] Add __float128 library call for frem
Stefan Pintilie
2018-07-06
1
-0
/
+2
*
[Power9] Add lib calls for float128 operations with no equivalent PPC instruc...
Lei Huang
2018-07-05
1
-0
/
+19
*
[Power9] Ensure float128 in non-homogenous aggregates are passed via VSX reg
Lei Huang
2018-07-05
1
-0
/
+21
*
[Power9]Legalize and emit code for quad-precision convert from single-precision
Lei Huang
2018-07-05
1
-0
/
+3
*
[Power9] Implement float128 parameter passing and return values
Lei Huang
2018-07-05
1
-3
/
+8
*
[Power9]Legalize and emit code for round & convert quad-precision values
Lei Huang
2018-07-04
1
-0
/
+4
*
[PowerPC] Fix label address calculation for ppc32
Strahinja Petrovic
2018-06-19
1
-3
/
+4
*
[PowerPC] fix trivial typos in comment, NFC
Hiroshi Inoue
2018-06-13
1
-2
/
+2
*
Set ADDE/ADDC/SUBE/SUBC to expand by default
Amaury Sechet
2018-06-01
1
-0
/
+9
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-9
/
+9
*
[Power9]Legalize and emit code for truncate and convert QP to DW
Lei Huang
2018-05-08
1
-0
/
+5
*
[PowerPC] Unify handling for conversion of FP_TO_INT feeding a store
Lei Huang
2018-05-08
1
-52
/
+77
*
Commit r331416 breaks the big-endian PPC bot. On the big endian build, we
Nemanja Ivanovic
2018-05-03
1
-0
/
+3
*
[PowerPC] Implement isMaskAndCmp0FoldingBeneficial
Nemanja Ivanovic
2018-05-02
1
-0
/
+14
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-8
/
+8
*
[NFC] Move verificaiton check for f128 conversion into LowerINT_TO_FP()
Lei Huang
2018-04-16
1
-24
/
+14
*
[Power9]Legalize and emit code for converting (Un)Signed DWord to Quad-Precision
Lei Huang
2018-04-12
1
-1
/
+6
*
[Power9]Legalize and emit code for quad-precision fma instructions
Lei Huang
2018-04-04
1
-0
/
+3
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
[Power9]Legalize and emit code for quad-precision convert from double-precision
Lei Huang
2018-03-26
1
-5
/
+12
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[PowerPC][LegalizeFloatTypes] Move the PPC hacks for (i32 fp_to_sint/fp_to_ui...
Craig Topper
2018-03-20
1
-22
/
+44
*
[PowerPC][Power9]Legalize and emit code for quad-precision add/div/mul/sub
Lei Huang
2018-03-19
1
-0
/
+7
*
[PPC] Avoid non-simple MVT in STBRX optimization
Guozhi Wei
2018-03-15
1
-1
/
+5
*
[PowerPC][NFC] formatting-only fix
Lei Huang
2018-03-15
1
-16
/
+15
*
[TargetLowering] Rename DAGCombinerInfo::isAfterLegalizeVectorOps to DAGCombi...
Craig Topper
2018-03-06
1
-1
/
+1
*
[TLS] use emulated TLS if the target supports only this mode
Chih-Hung Hsieh
2018-02-28
1
-1
/
+1
*
[PowerPC] Reduce stack frame for fastcc functions by only allocating paramete...
Lei Huang
2018-02-20
1
-2
/
+11
*
Re-commit : [PowerPC] Add handling for ColdCC calling convention and a pass t...
Zaara Syeda
2018-01-30
1
-3
/
+14
*
[PPC] Avoid incorrect fp-i128-fp lowering.
Tim Shen
2018-01-23
1
-2
/
+4
*
Revert [PowerPC] This reverts commit rL322721
Zaara Syeda
2018-01-17
1
-14
/
+3
*
[PowerPC] Add handling for ColdCC calling convention and a pass to mark
Zaara Syeda
2018-01-17
1
-3
/
+14
*
[PowerPC] Zero-extend the compare operand for ATOMIC_CMP_SWAP
Nemanja Ivanovic
2018-01-12
1
-0
/
+43
*
[PowerPC] Add an ISD::TRUNCATE to the legalization for ppc_is_decremented_ctr...
Craig Topper
2018-01-07
1
-1
/
+1
*
[PowerPC] fix a bug in TCO eligibility check
Hiroshi Inoue
2017-12-30
1
-6
/
+29
*
[PowerPC] Fix parest build failure in SPEC2017.
Tony Jiang
2017-12-21
1
-5
/
+6
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-15
/
+15
[next]