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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TargetLowering] Change TargetLoweringBase::getPreferredVectorAction to take ...
Craig Topper
2018-11-05
1
-1
/
+1
*
[PowerPC] Fix some missed optimization opportunities in combineSetCC
Li Jia He
2018-10-26
1
-0
/
+1
*
[PowerPC] Keep vector int to fp conversions in vector domain
Nemanja Ivanovic
2018-10-26
1
-0
/
+3
*
[Power9] Add __float128 support in the backend for bitcast to a i128
Stefan Pintilie
2018-10-23
1
-0
/
+1
*
[PowerPC] Implement hasBitPreservingFPLogic for types that can be supported
Nemanja Ivanovic
2018-10-09
1
-0
/
+1
*
[PowerPC] Combine ADD to ADDZE
QingShan Zhang
2018-09-07
1
-0
/
+1
*
[PowerPC] Recommit r340016 after fixing the reported issue
Nemanja Ivanovic
2018-08-27
1
-0
/
+4
*
Temporarily Revert "[PowerPC] Generate Power9 extswsli extend sign and shift ...
Eric Christopher
2018-08-21
1
-4
/
+0
*
[PowerPC] Generate Power9 extswsli extend sign and shift immediate instruction
Nemanja Ivanovic
2018-08-17
1
-0
/
+4
*
[DAGCombiner][TargetLowering] Pass a SmallVector instead of a std::vector to ...
Craig Topper
2018-07-30
1
-1
/
+1
*
[DAGCombiner][PowerPC][AArch64] Pass Created vector by reference to BuildSDIV...
Craig Topper
2018-07-30
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
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
-2
/
+1
*
Introduce codegen for the Signal Processing Engine
Justin Hibbits
2018-07-18
1
-0
/
+9
*
[Power9] Ensure float128 in non-homogenous aggregates are passed via VSX reg
Lei Huang
2018-07-05
1
-0
/
+4
*
[PowerPC] Unify handling for conversion of FP_TO_INT feeding a store
Lei Huang
2018-05-08
1
-0
/
+7
*
[PowerPC] Implement isMaskAndCmp0FoldingBeneficial
Nemanja Ivanovic
2018-05-02
1
-0
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
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] Make AddrSpaceCast noop
Nemanja Ivanovic
2018-03-19
1
-0
/
+5
*
[PowerPC] Zero-extend the compare operand for ATOMIC_CMP_SWAP
Nemanja Ivanovic
2018-01-12
1
-0
/
+6
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
TLI: Allow using PSV for intrinsic mem operands
Matt Arsenault
2017-12-14
1
-0
/
+1
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-8
/
+8
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[PowerPC] Implement mayBeEmittedAsTailCall for PPC
Sean Fertile
2017-11-15
1
-0
/
+4
*
Adds code to PPC ISEL lowering to recognize byte inserts from vector_shuffles...
Graham Yiu
2017-11-06
1
-0
/
+5
*
[PPC] Use xxbrd to speed up bswap64
Guozhi Wei
2017-11-06
1
-0
/
+1
*
Adds code to PPC ISEL lowering to recognize half-word inserts from vector_shu...
Graham Yiu
2017-11-01
1
-1
/
+8
*
DAG: Add opcode and source type to isFPExtFree
Matt Arsenault
2017-10-13
1
-1
/
+1
*
[PPC][NFC] Renaming things with 'xxinsert' moniker to 'vecinsert' to make it ...
Tony Jiang
2017-09-05
1
-3
/
+3
*
[DAG] convert vector select-of-constants to logic/math
Sanjay Patel
2017-08-24
1
-1
/
+1
*
Change CallLoweringInfo::CS to be an ImmutableCallSite instead of a pointer. ...
Peter Collingbourne
2017-07-26
1
-5
/
+5
*
[NFC] test commit.
Stefan Pintilie
2017-07-26
1
-0
/
+8
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
1
-1
/
+2
*
[PowerPC] Ensure displacements for DQ-Form instructions are multiples of 16
Nemanja Ivanovic
2017-07-13
1
-1
/
+1
*
fix formatting; NFC
Hiroshi Inoue
2017-07-10
1
-2
/
+2
*
[PowerPC] NFC : Common up definitions of isIntS16Immediate and update paramet...
Lei Huang
2017-07-07
1
-0
/
+3
*
[Power9] Exploit vector integer extend instructions when indices aren't correct.
Tony Jiang
2017-07-05
1
-0
/
+4
*
[PowerPC] Match vec_revb builtins to P9 instructions.
Tony Jiang
2017-06-12
1
-0
/
+21
*
[Power9] Added support for the modsw, moduw, modsd, modud hardware instructions.
Tony Jiang
2017-06-12
1
-0
/
+1
*
[PowerPC] Fix a performance bug for PPC::XXPERMDI.
Tony Jiang
2017-05-31
1
-0
/
+8
*
[PowerPC] Fix a performance bug for PPC::XXSLDWI.
Tony Jiang
2017-05-24
1
-1
/
+5
*
[PPC] Lower load acquire/seq_cst trailing fence to cmp + bne + isync.
Tim Shen
2017-05-16
1
-0
/
+1
*
[PPC] Move the combine "a << (b % (sizeof(a) * 8)) -> (PPCshl a, b)" to the b...
Tim Shen
2017-05-12
1
-11
/
+10
*
[Atomic] Remove IsStore/IsLoad in the interface, and pass the instruction ins...
Tim Shen
2017-05-09
1
-4
/
+4
*
[PowerPC, DAGCombiner] Fold a << (b % (sizeof(a) * 8)) back to a single instr...
Tim Shen
2017-05-03
1
-0
/
+8
[next]