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
*
[DAGCombine] Factor oplist operations. NFC
Amaury Séchet
2019-12-02
1
-6
/
+10
*
[SelectionDAG] Reduce assumptions made about levels. NFC
Amaury Séchet
2019-12-02
1
-7
/
+8
*
[DAGCombiner] Peek through vector concats when trying to combine shuffles.
Amaury Séchet
2019-11-28
1
-9
/
+42
*
[Codegen][ARM] Add addressing modes from masked loads and stores
David Green
2019-11-26
1
-68
/
+109
*
[DAGCombiner] avoid crash on out-of-bounds insert index (PR44139)
Sanjay Patel
2019-11-25
1
-0
/
+5
*
Reland "[DAGCombiner] Allow zextended load combines."
Clement Courbet
2019-11-22
1
-17
/
+59
*
Revert "[DAGCombiner] Allow zextended load combines."
Clement Courbet
2019-11-22
1
-56
/
+17
*
[DAGCombiner] Allow zextended load combines.
Clement Courbet
2019-11-22
1
-17
/
+56
*
[PGO][PGSO] DAG.shouldOptForSize part.
Hiroshi Yamauchi
2019-11-21
1
-2
/
+2
*
[DAGCombine][NFC] Use ArrayRef and correctly size SmallVectors.
Clement Courbet
2019-11-21
1
-3
/
+3
*
[SelectionDAG] Combine U{ADD,SUB}O diamonds into {ADD,SUB}CARRY
David Zarzycki
2019-11-20
1
-0
/
+99
*
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
[next]