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
...
*
Fix for ABS legalization on PPC buildbot.
Simon Pilgrim
2019-03-19
1
-2
/
+3
*
[SelectionDAG] Handle unary SelectPatternFlavor for ABS case in SelectionDAGB...
Simon Pilgrim
2019-03-19
1
-1
/
+2
*
[TargetLowering] Add code size information on isFPImmLegal. NFC
Adhemerval Zanella
2019-03-18
1
-1
/
+2
*
[PowerPC] Avoid scalarization of vector truncate
Roland Froese
2019-02-11
1
-0
/
+73
*
[PPC] Include tablegenerated PPCGenCallingConv.inc once
Reid Kleckner
2019-01-29
1
-95
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PowerPC] Fix machine verify pass error for PATCHPOINT pseudo instruction tha...
Kang Zhang
2018-12-30
1
-3
/
+8
*
[PowerPC] Complete the custom legalization of vector int to fp conversion
Nemanja Ivanovic
2018-12-29
1
-21
/
+38
*
[NFC] clang-format functions related to r350113
Zi Xuan Wu
2018-12-28
1
-87
/
+146
*
[PowerPC] Fix assert from machine verify pass that atomic pseudo expanding ca...
Zi Xuan Wu
2018-12-28
1
-35
/
+46
*
[PowerPC] Fix the bug of ISD::ADDE to set its second return type to glue
Kang Zhang
2018-12-25
1
-1
/
+1
*
[PPC] Always use the version of computeKnownBits that returns a value. NFCI.
Simon Pilgrim
2018-12-21
1
-8
/
+5
*
[PowerPC]Exploit P9 vabsdu for unsigned vselect patterns
Kewen Lin
2018-12-19
1
-0
/
+65
*
[PowerPC] Improve vec_abs on P9
Kewen Lin
2018-12-18
1
-35
/
+129
*
[NFC] [PowerPC] add an routine in PPCTargetLowering to determine if a global ...
QingShan Zhang
2018-12-03
1
-0
/
+29
*
[PowerPC] Do not use vectors to codegen bswap with Altivec turned off
Nemanja Ivanovic
2018-11-21
1
-2
/
+4
*
[PowerPC] Don't combine to bswap store on 1-byte truncating store
Nemanja Ivanovic
2018-11-20
1
-2
/
+3
*
[PowerPC] Enhance the selection(ISD::VSELECT) of vector type
Zi Xuan Wu
2018-11-14
1
-7
/
+1
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-2
/
+2
*
[PowerPC] Support constraint 'wi' in asm
Li Jia He
2018-11-01
1
-2
/
+6
*
[PowerPC] Fix some missed optimization opportunities in combineSetCC
Li Jia He
2018-10-26
1
-0
/
+34
*
[PowerPC] Keep vector int to fp conversions in vector domain
Nemanja Ivanovic
2018-10-26
1
-0
/
+68
*
[Power9] Add __float128 support in the backend for bitcast to a i128
Stefan Pintilie
2018-10-23
1
-0
/
+58
*
[PowerPC] Fix the assert of ISD::SIGN_EXTEND_INREG when type is v2i16 and v2i8
QingShan Zhang
2018-10-10
1
-32
/
+0
*
[PowerPC] Implement hasBitPreservingFPLogic for types that can be supported
Nemanja Ivanovic
2018-10-09
1
-0
/
+9
*
[PowerPC] Fix the assert of combineBVOfConsecutiveLoads when element num is 1
QingShan Zhang
2018-09-20
1
-1
/
+2
*
[PowerPC] Fix label address calculation for ppc64
Strahinja Petrovic
2018-09-17
1
-1
/
+2
*
[PowerPC] Fix the calling convention for i1 arguments on PPC32
Lion Yang
2018-09-14
1
-5
/
+15
*
[PowerPC] Combine ADD to ADDZE
QingShan Zhang
2018-09-07
1
-0
/
+97
*
[PowerPC] Revert commit r339779
Nemanja Ivanovic
2018-08-27
1
-3
/
+7
*
[PowerPC] Recommit r340016 after fixing the reported issue
Nemanja Ivanovic
2018-08-27
1
-1
/
+25
*
Temporarily Revert "[PowerPC] Generate Power9 extswsli extend sign and shift ...
Eric Christopher
2018-08-21
1
-25
/
+1
*
[PowerPC] Generate lxsd instead of the ld->mtvsrd sequence for vector loads
Stefan Pintilie
2018-08-17
1
-0
/
+29
*
[PowerPC] Generate Power9 extswsli extend sign and shift immediate instruction
Nemanja Ivanovic
2018-08-17
1
-1
/
+25
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-24
/
+14
*
[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
[prev]
[next]