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
/
X86
/
X86ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[X86] EltsFromConsecutiveLoads - remove duplicate check for element size. NFCI.
Simon Pilgrim
2019-07-10
1
-6
/
+0
*
[X86] EltsFromConsecutiveLoads - ensure element reg/store sizes are the same ...
Simon Pilgrim
2019-07-10
1
-3
/
+5
*
[X86] EltsFromConsecutiveLoads - cleanup Zero/Undef/Load element collection. ...
Simon Pilgrim
2019-07-10
1
-12
/
+17
*
[X86] EltsFromConsecutiveLoads - LDBase is non-null. NFCI.
Simon Pilgrim
2019-07-10
1
-6
/
+4
*
[X86] EltsFromConsecutiveLoads - store Loads on a per-element basis. NFCI.
Simon Pilgrim
2019-07-10
1
-9
/
+9
*
[X86][SSE] EltsFromConsecutiveLoads - add basic dereferenceable support
Simon Pilgrim
2019-07-10
1
-7
/
+15
*
[X86] Limit getTargetConstantFromNode to only work on NormalLoads not extendi...
Craig Topper
2019-07-10
1
-1
/
+1
*
[X86] Don't form extloads in combineExtInVec unless the load extension is legal.
Craig Topper
2019-07-09
1
-7
/
+9
*
[X86][AMDGPU][DAGCombiner] Move call to allowsMemoryAccess into isLoadBitCast...
Craig Topper
2019-07-09
1
-3
/
+9
*
[X86] LowerToHorizontalOp - use count_if to count non-UNDEF ops. NFCI.
Simon Pilgrim
2019-07-09
1
-5
/
+2
*
Standardize on MSVC behavior for triples with no environment
Reid Kleckner
2019-07-08
1
-6
/
+4
*
[X86] ISD::INSERT_SUBVECTOR - use uint64_t index. NFCI.
Simon Pilgrim
2019-07-08
1
-4
/
+4
*
[X86] SimplifyDemandedVectorEltsForTargetNode - fix shadow variable warning. ...
Simon Pilgrim
2019-07-06
1
-3
/
+3
*
[X86] LowerBuildVectorv16i8 - pull out repeated getOperand() call. NFCI.
Simon Pilgrim
2019-07-06
1
-3
/
+3
*
[X86][SSE] LowerINSERT_VECTOR_ELT - early out for out of range indices
Simon Pilgrim
2019-07-05
1
-3
/
+3
*
[X86][AVX1] Combine concat_vectors(pshufd(x,c),pshufd(y,c)) -> vpermilps(conc...
Simon Pilgrim
2019-07-04
1
-8
/
+8
*
[X86] Use pointer sized indices instead of i32 for EXTRACT_VECTOR_ELT and INS...
Craig Topper
2019-07-04
1
-2
/
+2
*
[X86] ComputeNumSignBitsForTargetNode - add target shuffle support.
Simon Pilgrim
2019-07-03
1
-1
/
+50
*
[X86][AVX] combineX86ShufflesRecursively - peek through extract_subvector
Simon Pilgrim
2019-07-03
1
-20
/
+25
*
[X86][AVX] Combine vpermi(bitcast(x)) -> bitcast(vpermi(x))
Simon Pilgrim
2019-07-03
1
-0
/
+16
*
[X86][AVX] combineX86ShuffleChainWithExtract - add number of non-zero extract...
Simon Pilgrim
2019-07-03
1
-0
/
+3
*
[X86][SSE] lowerUINT_TO_FP_v2i32 - explicitly cast half word to double
Simon Pilgrim
2019-07-03
1
-1
/
+1
*
[X86][SSE] LowerINSERT_VECTOR_ELT - ensure insertion index correctness. NFCI.
Simon Pilgrim
2019-07-03
1
-1
/
+2
*
[X86][SSE] LowerScalarImmediateShift - ensure shift amount correctness. NFCI.
Simon Pilgrim
2019-07-03
1
-2
/
+4
*
Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-07-03
1
-1
/
+1
*
[X86] LowerFunnelShift - use modulo constant shift amount.
Simon Pilgrim
2019-07-03
1
-1
/
+1
*
[X86] Add a DAG combine for turning *_extend_vector_inreg+load into an approp...
Craig Topper
2019-07-02
1
-5
/
+27
*
[X86] getTargetConstantBitsFromNode - remove unnecessary getZExtValue() (PR42...
Simon Pilgrim
2019-07-02
1
-2
/
+1
*
[X86][AVX] combineX86ShuffleChain - pull out CombineShuffleWithExtract lambda...
Simon Pilgrim
2019-07-02
1
-105
/
+116
*
[X86] resolveTargetShuffleInputsAndMask - add repeated input handling.
Simon Pilgrim
2019-07-02
1
-7
/
+22
*
[X86] Correct v4f32->v2i64 cvt(t)ps2(u)qq memory isel patterns
Craig Topper
2019-07-01
1
-0
/
+39
*
[X86] Add widenSubVector to size in bits helper. NFCI.
Simon Pilgrim
2019-07-01
1
-4
/
+16
*
[X86] CombineShuffleWithExtract - updated description comments. NFCI.
Simon Pilgrim
2019-07-01
1
-4
/
+4
*
[X86] Add a DAG combine to replace vector loads feeding a v4i32->v2f64 CVTSI2...
Craig Topper
2019-07-01
1
-0
/
+28
*
[X86] Custom lower AVX masked loads to masked load and vselect instead of sel...
Craig Topper
2019-06-30
1
-11
/
+29
*
[X86] CombineShuffleWithExtract - recurse through EXTRACT_SUBVECTOR chain
Simon Pilgrim
2019-06-28
1
-9
/
+9
*
[X86] CombineShuffleWithExtract - only require 1 source to be EXTRACT_SUBVECTOR
Simon Pilgrim
2019-06-28
1
-8
/
+16
*
[X86] Connect the output chain properly when combining vzext_movl+load into v...
Craig Topper
2019-06-28
1
-1
/
+1
*
[x86] prevent crashing from select narrowing with AVX512
Sanjay Patel
2019-06-27
1
-0
/
+9
*
[X86] combineX86ShufflesRecursively - merge shuffles with more than 2 inputs
Simon Pilgrim
2019-06-27
1
-4
/
+0
*
Use getConstantOperandAPInt instead of getConstantOperandVal for comparisons.
Simon Pilgrim
2019-06-27
1
-8
/
+8
*
[X86] getTargetVShiftByConstNode - reduce variable scope. NFCI.
Simon Pilgrim
2019-06-27
1
-8
/
+7
*
[X86] getFauxShuffle - add DemandedElts as a filter
Simon Pilgrim
2019-06-27
1
-8
/
+17
*
[X86][AVX] SimplifyDemandedVectorElts - combine PERMPD(x) -> EXTRACTF128(X)
Simon Pilgrim
2019-06-27
1
-0
/
+16
*
[ISEL][X86] Tracking of registers that forward call arguments
Djordje Todorovic
2019-06-27
1
-1
/
+9
*
Silence gcc warning after r364458
Mikael Holmen
2019-06-27
1
-1
/
+1
*
[X86] Rework the logic in LowerBuildVectorv16i8 to make better use of any_ext...
Craig Topper
2019-06-26
1
-37
/
+37
*
[X86] Remove isTypePromotionOfi1ZeroUpBits and its helpers.
Craig Topper
2019-06-26
1
-71
/
+0
*
[X86][SSE] getFauxShuffleMask - handle OR(x,y) where x and y have no overlapp...
Simon Pilgrim
2019-06-26
1
-0
/
+34
*
[X86][SSE] X86TargetLowering::isCommutativeBinOp - add PMULDQ
Simon Pilgrim
2019-06-26
1
-3
/
+1
[prev]
[next]