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
/
DAGCombiner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DAGCombiner] widen zext of popcount based on target support
Sanjay Patel
2019-10-25
1
-0
/
+12
*
Fix cppcheck shadow variable warning. NFCI.
Simon Pilgrim
2019-10-24
1
-6
/
+6
*
[AArch64][SVE] Add SPLAT_VECTOR ISD Node
Graham Hunter
2019-10-18
1
-0
/
+7
*
[DAGCombine][ARM] Enable extending masked loads
Sam Parker
2019-10-17
1
-0
/
+39
*
[X86] Make memcmp() use PTEST if possible and also enable AVX1
David Zarzycki
2019-10-15
1
-1
/
+3
*
[DAGCombiner] fold select-of-constants based on sign-bit test
Sanjay Patel
2019-10-15
1
-0
/
+43
*
[DAGCombiner] fold vselect-of-constants to shift
Sanjay Patel
2019-10-11
1
-0
/
+9
*
[DAGCombiner] fold select-of-constants to shift
Sanjay Patel
2019-10-10
1
-3
/
+12
*
[DAGCombiner] reduce code duplication; NFC
Sanjay Patel
2019-10-10
1
-2
/
+4
*
[DAGCombine] Match more patterns for half word bswap
Amaury Sechet
2019-10-10
1
-29
/
+29
*
Conservatively add volatility and atomic checks in a few places
Philip Reames
2019-10-09
1
-1
/
+9
*
[X86][AVX] Access a scalar float/double as a free extract from a broadcast lo...
Simon Pilgrim
2019-10-06
1
-0
/
+5
*
Revert [DAGCombine] Match more patterns for half word bswap
Sanjay Patel
2019-10-06
1
-29
/
+29
*
[DAGCombine] Match more patterns for half word bswap
Amaury Sechet
2019-10-06
1
-29
/
+29
*
[DAGCombiner] add operation legality checks before creating shift ops (PR43542)
Sanjay Patel
2019-10-03
1
-1
/
+6
*
[DAG][X86] Convert isNegatibleForFree/GetNegatedExpression to a target hook (...
Simon Pilgrim
2019-10-01
1
-276
/
+32
*
[DAGCombiner] Clang format MatchRotate. NFC
Amaury Sechet
2019-09-30
1
-4
/
+6
*
[DAGCombiner] Update MatchRotate so that it returns an SDValue. NFC
Amaury Sechet
2019-09-30
1
-22
/
+21
*
[TargetLowering] Make allowsMemoryAccess methode virtual.
Thomas Raoux
2019-09-26
1
-1
/
+1
*
[DAGCombiner] add one-use restriction to vector transform with cheap extract
Sanjay Patel
2019-09-25
1
-1
/
+1
*
Revert r372333: [DAG][X86] Convert isNegatibleForFree/GetNegatedExpression to...
Ilya Biryukov
2019-09-24
1
-32
/
+276
*
[DAG][X86] Convert isNegatibleForFree/GetNegatedExpression to a target hook (...
Simon Pilgrim
2019-09-19
1
-276
/
+32
*
[DAGCombiner] Add node to the worklist in topological order in scalarizeExtra...
Amaury Sechet
2019-09-19
1
-3
/
+3
*
[DAG] Add SelectionDAG::MaxRecursionDepth constant
Simon Pilgrim
2019-09-19
1
-2
/
+3
*
[DAGCombine][ARM][X86] (sub Carry, X) -> (addcarry (sub 0, X), 0, Carry) fold
Roman Lebedev
2019-09-18
1
-0
/
+12
*
[SDAG] Update generic code to conservatively check for isAtomic in addition t...
Philip Reames
2019-09-12
1
-46
/
+74
*
[DAGCombiner][X86] Pass the CmpOpVT to reduceSelectOfFPConstantLoads so X86 c...
Craig Topper
2019-09-12
1
-1
/
+1
*
[DAGCombine] visitFDIV - Use isCheaperToUseNegatedFPOps helper for (fdiv (fne...
Simon Pilgrim
2019-09-12
1
-15
/
+5
*
[DAGCombiner] Improve division estimation of floating points.
Qiu Chaofan
2019-09-12
1
-11
/
+33
*
[SelectionDAG] Remove ISD::FP_ROUND_INREG
Craig Topper
2019-09-09
1
-18
/
+0
*
[DAGCombiner][X86][ARM] Teach visitMULO to fold multiplies with 0 to 0 and no...
Craig Topper
2019-09-08
1
-3
/
+19
*
[Intrinsic] Add the llvm.umul.fix.sat intrinsic
Bjorn Pettersson
2019-09-07
1
-2
/
+4
*
[DAGCombiner] try to form test+set out of shift+mask patterns
Sanjay Patel
2019-09-02
1
-0
/
+57
*
[DAGCombiner] improve throughput of shift+logic+shift
Sanjay Patel
2019-09-01
1
-0
/
+74
*
[DAGCombiner] clean up code in visitShiftByConstant()
Sanjay Patel
2019-08-31
1
-25
/
+20
*
[DAGCombiner] Match (add X, X) as (shl X, 1) when detecting rotate.
Amaury Sechet
2019-08-31
1
-4
/
+20
*
[DAGCombiner] Don't create illegal narrow stores
James Molloy
2019-08-31
1
-2
/
+7
*
[DAGCombine] ReduceLoadWidth - remove duplicate SDLoc. NFCI.
Simon Pilgrim
2019-08-30
1
-3
/
+2
*
[DAGCombine] visitVSELECT - remove equivalent getValueType() call. NFCI.
Simon Pilgrim
2019-08-30
1
-1
/
+0
*
[DAGCombine] visitVSELECT - remove duplicate getOperand calls. NFCI.
Simon Pilgrim
2019-08-30
1
-4
/
+3
*
[DAGCombine] visitVSELECT - use getShiftAmountTy for shift amounts.
Simon Pilgrim
2019-08-30
1
-3
/
+3
*
[DAGCombine] visitMULHS - use getScalarValueSizeInBits() to make safe for vec...
Simon Pilgrim
2019-08-30
1
-1
/
+1
*
[DAGCombine] visitMULHS/visitMULHU - isBuildVectorAllZeros doesn't mean node ...
Simon Pilgrim
2019-08-30
1
-8
/
+8
*
[DAGCombine] Fix shadow variable warnings. NFCI.
Simon Pilgrim
2019-08-29
1
-12
/
+12
*
Fix signed/unsigned comparison warning. NFCI.
Simon Pilgrim
2019-08-29
1
-1
/
+2
*
[DAGCombiner] (insert_vector_elt (vector_shuffle X, Y), (extract_vector_elt X...
Amaury Sechet
2019-08-29
1
-4
/
+43
*
[DAGCombine] Fix cppcheck shadow variable warning. NFCI.
Simon Pilgrim
2019-08-28
1
-4
/
+4
*
[TargetLowering] Add buildLegalVectorShuffle facility to help build legal shu...
Amaury Sechet
2019-08-28
1
-63
/
+42
*
[DAGCombine] Remove LoadedSlice::Cost default 'ForCodeSize' constructor argum...
Simon Pilgrim
2019-08-28
1
-3
/
+3
*
[DAGCombiner] cancel fnegs from multiplied operands of FMA
Sanjay Patel
2019-08-27
1
-15
/
+29
[prev]
[next]