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
/
CodeGen
/
SelectionDAG
/
TargetLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Intrinsic] Signed Fixed Point Multiplication Intrinsic
Leonard Chan
2018-12-12
1
-5
/
+70
*
[TargetLowering] Add ISD::EXTRACT_VECTOR_ELT support to SimplifyDemandedBits
Simon Pilgrim
2018-12-11
1
-0
/
+19
*
[TargetLowering] Add UNDEF folding to SimplifyDemandedVectorElts
Simon Pilgrim
2018-12-10
1
-1
/
+6
*
[TargetLowering] Remove ISD::ANY_EXTEND/ANY_EXTEND_VECTOR_INREG opcodes from ...
Simon Pilgrim
2018-12-05
1
-2
/
+0
*
[SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467)
Simon Pilgrim
2018-12-05
1
-0
/
+48
*
[TargetLowering] SimplifyDemandedVectorElts - don't alter DemandedElts mask
Simon Pilgrim
2018-12-05
1
-2
/
+3
*
[SelectionDAG] Redefine isGAPlusOffset in terms of unwrapAddress. NFCI.
Nirav Dave
2018-12-04
1
-1
/
+4
*
[TargetLowering] expandFP_TO_UINT - avoid FPE due to out of range conversion ...
Simon Pilgrim
2018-12-04
1
-11
/
+30
*
[TargetLowering] Add SimplifyDemandedVectorElts support to EXTEND opcodes
Simon Pilgrim
2018-12-04
1
-0
/
+17
*
[SelectionDAG] Improve SimplifyDemandedBits to SimplifyDemandedVectorElts sim...
Simon Pilgrim
2018-12-01
1
-5
/
+3
*
[TargetLowering] SimplifyDemandedBits - only reduce known bits for integer co...
Simon Pilgrim
2018-11-21
1
-1
/
+3
*
[DAGCombine] Add calls to SimplifyDemandedVectorElts from visitINSERT_SUBVECT...
Simon Pilgrim
2018-11-20
1
-1
/
+1
*
[TargetLowering] Improve SimplifyDemandedVectorElts/SimplifyDemandedBits support
Simon Pilgrim
2018-11-20
1
-0
/
+17
*
[TargetLowering] expandFP_TO_UINT - improve fp16 support
Simon Pilgrim
2018-11-19
1
-10
/
+18
*
[TargetLowering] Cleanup more of the EXTEND demanded bits cases so that they ...
Simon Pilgrim
2018-11-16
1
-10
/
+11
*
[TargetLowering] Begin generalizing TargetLowering::expandFP_TO_SINT support....
Simon Pilgrim
2018-11-05
1
-26
/
+26
*
[LegalizeDAG] Add generic vector CTPOP expansion (PR32655)
Simon Pilgrim
2018-11-01
1
-2
/
+13
*
Check shouldReduceLoadWidth from SimplifySetCC
Stanislav Mekhanoshin
2018-10-31
1
-1
/
+2
*
[Intrinsic] Signed and Unsigned Saturation Subtraction Intirnsics
Leonard Chan
2018-10-29
1
-16
/
+36
*
[TargetLowering] Move i64/vXi64 to f32/vXf32 UINT_TO_FP handling to TargetLow...
Simon Pilgrim
2018-10-28
1
-29
/
+72
*
[VectorLegalizer] Enable TargetLowering::expandFP_TO_UINT support.
Simon Pilgrim
2018-10-28
1
-0
/
+5
*
[TargetLowering] Move LegalizeDAG FP_TO_UINT handling to TargetLowering::expa...
Simon Pilgrim
2018-10-27
1
-0
/
+31
*
[TargetLowering] Improve vXi64 UINT_TO_FP vXf64 support (P38226)
Simon Pilgrim
2018-10-25
1
-0
/
+42
*
[TargetLowering] Add SimplifyDemandedBitsForTargetNode callback
Simon Pilgrim
2018-10-24
1
-0
/
+24
*
[LegalizeDAG] Share Vector/Scalar CTPOP Expansion
Simon Pilgrim
2018-10-23
1
-0
/
+49
*
[LegalizeDAG] Share Vector/Scalar CTLZ Expansion
Simon Pilgrim
2018-10-23
1
-0
/
+53
*
[LegalizeDAG] Share Vector/Scalar CTTZ Expansion
Simon Pilgrim
2018-10-23
1
-0
/
+55
*
[Intrinsic] Unigned Saturation Addition Intrinsic
Leonard Chan
2018-10-22
1
-22
/
+27
*
DAG: Change behavior of fminnum/fmaxnum nodes
Matt Arsenault
2018-10-22
1
-0
/
+29
*
[Intrinsic] Signed Saturation Addition Intrinsic
Leonard Chan
2018-10-16
1
-0
/
+43
*
[SelectionDAG] allow FP binops in SimplifyDemandedVectorElts
Sanjay Patel
2018-10-15
1
-1
/
+6
*
[TargetLowering] SimplifyDemandedBits - rename demanded mask args. NFCI.
Simon Pilgrim
2018-10-10
1
-80
/
+89
*
[TargetLowering] SimplifyDemandedBits - pull out repeated getOperands. NFCI.
Simon Pilgrim
2018-10-10
1
-119
/
+119
*
[TargetLowering] Add root node back to work list after successful SimplifyDem...
Simon Pilgrim
2018-10-10
1
-2
/
+6
*
[SelectionDAG] Add SIGN_EXTEND_VECTOR_INREG and CONCAT_VECTORS support to Sim...
Simon Pilgrim
2018-10-09
1
-0
/
+30
*
[SelectionDAG] Respect multiple uses in SimplifyDemandedBits to SimplifyDeman...
Simon Pilgrim
2018-10-07
1
-1
/
+1
*
[SelectionDAG] Add SimplifyDemandedBits to SimplifyDemandedVectorElts simplif...
Simon Pilgrim
2018-10-06
1
-10
/
+46
*
[CodeGen] Enable tail calls for functions with NonNull attributes.
David Green
2018-09-26
1
-1
/
+3
*
DAG: Fix expansion of unaligned FP loads and stores
Matt Arsenault
2018-09-13
1
-4
/
+6
*
[SelectionDAG] enhance vector demanded elements to look at a vector select co...
Sanjay Patel
2018-09-09
1
-4
/
+12
*
[CodeGen] Fix remaining zext() assertions in SelectionDAG
Scott Linder
2018-09-04
1
-14
/
+12
*
[DAGCombine] optimizeSetCCOfSignedTruncationCheck(): handle inverted pattern
Roman Lebedev
2018-09-02
1
-4
/
+18
*
[TargetLowering] Add BuildSDiv support for division by one or negone.
Simon Pilgrim
2018-08-21
1
-15
/
+27
*
[TargetLowering] Disable BuildSDiv division by one or negone.
Simon Pilgrim
2018-08-20
1
-1
/
+2
*
[TargetLowering] Add support for non-uniform vectors to BuildSDIV
Simon Pilgrim
2018-08-16
1
-10
/
+24
*
[TargetLowering] Refactor BuildSDIV in preparation for D50765. NFCI.
Simon Pilgrim
2018-08-16
1
-24
/
+36
*
DAG: Use getObjectOffset helper
Matt Arsenault
2018-08-15
1
-4
/
+1
*
[TargetLowering] Minor cleanup of TargetLowering::BuildSDIV. NFCI.
Simon Pilgrim
2018-08-15
1
-21
/
+20
*
[TargetLowering] Minor refactor to TargetLowering::BuildUDIV to merge scalar/...
Simon Pilgrim
2018-08-15
1
-41
/
+31
*
[TargetLowering] Add support for non-uniform vectors to BuildExactSDIV
Simon Pilgrim
2018-08-15
1
-12
/
+24
[prev]
[next]