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
*
Work on cleaning up denormal mode handling
Matt Arsenault
2019-11-19
1
-3
/
+2
*
DAG: Add function context to isFMAFasterThanFMulAndFAdd
Matt Arsenault
2019-11-19
1
-3
/
+3
*
[SVE][CodeGen] Scalable vector MVT size queries
Graham Hunter
2019-11-18
1
-6
/
+8
*
[DAGCombiner] Drop redundant DAG method param. NFC
Paweł Bylica
2019-11-14
1
-4
/
+3
*
[DAGCombiner] Use TLI field already available. NFC
Paweł Bylica
2019-11-14
1
-3
/
+0
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)
joanlluch
2019-11-13
1
-5
/
+5
*
[X86/Atomics] Correct a few transforms for new atomic lowering
Philip Reames
2019-11-05
1
-4
/
+3
*
Fix PR40644: miscompile indexed FP constant store
Thomas Preud'homme
2019-11-05
1
-0
/
+3
*
[DAGCombine][MSP430] use shift amount threshold in DAGCombine (2/2)
Sanjay Patel
2019-11-04
1
-36
/
+48
*
DAG: Add DAG argument to isFPExtFoldable
Matt Arsenault
2019-10-31
1
-14
/
+28
*
DAG: Add new control for ISD::FMAD formation
Matt Arsenault
2019-10-31
1
-2
/
+2
*
[DAGCombiner] widen any_ext of popcount based on target support
Sanjay Patel
2019-10-28
1
-11
/
+28
*
[AArch64][SVE] Implement masked load intrinsics
Kerry McLaughlin
2019-10-28
1
-0
/
+2
*
[SDAG] fold insert_vector_elt with undef index
Sanjay Patel
2019-10-27
1
-4
/
+0
*
[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
[next]