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
...
*
[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
*
Fix code causing fallthrough warnings in the PPC back end.
Nemanja Ivanovic
2017-12-15
1
-0
/
+1
*
TLI: Allow using PSV for intrinsic mem operands
Matt Arsenault
2017-12-14
1
-0
/
+1
*
DAG: Expose all MMO flags in getTgtMemIntrinsic
Matt Arsenault
2017-12-14
1
-14
/
+6
*
[PowerPC] Sign-extend negative constant stores
Nemanja Ivanovic
2017-12-11
1
-2
/
+6
*
Temporarily revert "[PowerPC] Allow tail calls of fastcc functions from C Cal...
Eric Christopher
2017-12-07
1
-10
/
+5
*
[PowerPC] Allow tail calls of fastcc functions from C CallingConv functions.
Sean Fertile
2017-11-28
1
-5
/
+10
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[PPC] Change i32 constant in store instruction to i64
Guozhi Wei
2017-11-16
1
-1
/
+16
*
[PowerPC] Implement mayBeEmittedAsTailCall for PPC
Sean Fertile
2017-11-15
1
-0
/
+35
*
[PowerPC] Split out the tailcall calling convention checks. NFC.
Sean Fertile
2017-11-15
1
-11
/
+19
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Use new vector insert half-word and byte instructions when we see inserteleme...
Graham Yiu
2017-11-07
1
-3
/
+26
*
Fix buildbot breakages from r317503. Add parentheses to assignment when usin...
Graham Yiu
2017-11-06
1
-2
/
+2
*
Adds code to PPC ISEL lowering to recognize byte inserts from vector_shuffles...
Graham Yiu
2017-11-06
1
-2
/
+106
*
[PPC] Use xxbrd to speed up bswap64
Guozhi Wei
2017-11-06
1
-2
/
+23
[prev]
[next]