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
*
[NFC] Add a static function to do the endian check
QingShan Zhang
2019-05-08
1
-15
/
+37
*
[DAGCombiner] Avoid creating large tokenfactors in visitTokenFactor
Florian Hahn
2019-05-07
1
-2
/
+3
*
Fix pr33010, a 2 year old crashing regression
Philip Reames
2019-05-06
1
-0
/
+4
*
[SDAG][AArch64] Boolean and/or reduce to umax/min reduce (PR41635)
Nikita Popov
2019-05-06
1
-0
/
+12
*
[DAGCombine] Remove repeated variables. NFCI.
Simon Pilgrim
2019-05-03
1
-8
/
+3
*
[DAGCombiner] try repeated fdiv divisor transform before building estimate (2...
Sanjay Patel
2019-05-02
1
-4
/
+4
*
Revert "[DAGCombiner] try repeated fdiv divisor transform before building est...
Sanjay Patel
2019-05-01
1
-3
/
+3
*
[DAGCombiner] Do not generate ISD::ADDE node if adde is not legal for the tar...
Zi Xuan Wu
2019-04-30
1
-1
/
+3
*
[DAG] Refactor DAGCombiner::ReassociateOps
Bjorn Pettersson
2019-04-29
1
-45
/
+44
*
[DAGCombiner] try repeated fdiv divisor transform before building estimate
Sanjay Patel
2019-04-28
1
-3
/
+3
*
[DAGCombine] Cleanup visitEXTRACT_SUBVECTOR. NFCI.
Simon Pilgrim
2019-04-26
1
-10
/
+11
*
[X86][SSE] Disable shouldFoldConstantShiftPairToMask for btver1/btver2 target...
Simon Pilgrim
2019-04-26
1
-0
/
+3
*
[DAGCombiner] scale repeated FP divisor by splat factor
Sanjay Patel
2019-04-24
1
-3
/
+13
*
[DAGCombiner] generalize binop-of-splats scalarization
Sanjay Patel
2019-04-23
1
-46
/
+38
*
[DAGCombiner] Combine OR as ADD when no common bits are set
Bjorn Pettersson
2019-04-23
1
-16
/
+40
*
[DAGCombiner] make variable name less ambiguous; NFC
Sanjay Patel
2019-04-22
1
-4
/
+4
*
[DAGCombiner] prepare shuffle-of-splat to handle more patterns; NFC
Sanjay Patel
2019-04-22
1
-11
/
+16
*
[DAGCombine] Add SimplifyDemandedBits helper that handles demanded elts mask ...
Simon Pilgrim
2019-04-17
1
-4
/
+13
*
[TargetLowering] Rename preferShiftsToClearExtremeBits and shouldFoldShiftPai...
Simon Pilgrim
2019-04-16
1
-2
/
+2
*
[DAGCombiner] Add missing flag to addressing mode check
Luis Marques
2019-04-16
1
-0
/
+2
*
[DAGCombiner] narrow shuffle of concatenated vectors
Sanjay Patel
2019-04-12
1
-0
/
+50
*
[DAGCombiner] refactor narrowing of extracted vector binop; NFC
Sanjay Patel
2019-04-11
1
-20
/
+19
*
[DAGCombiner][x86] scalarize inserted vector FP ops
Sanjay Patel
2019-04-11
1
-0
/
+58
*
[DAGCombiner][X86][SystemZ] Canonicalize SSUBO with immediate RHS to SADDO by...
Craig Topper
2019-04-09
1
-0
/
+8
*
[DAGCombiner][x86] scalarize splatted vector FP ops
Sanjay Patel
2019-04-05
1
-2
/
+19
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-4
/
+4
*
[DAGCombiner] Rename variables Demanded -> DemandedBits/DemandedElts. NFCI.
Simon Pilgrim
2019-04-03
1
-9
/
+10
*
[DAGCombiner] loosen restrictions for moving shuffles after vector binop
Sanjay Patel
2019-04-03
1
-16
/
+19
*
[DAGCombine] Don't use getZExtValue() until we know the constant is in range.
Simon Pilgrim
2019-04-03
1
-2
/
+2
*
Revert r357256 "[DAGCombine] Improve Lifetime node chains."
Hans Wennborg
2019-04-03
1
-31
/
+0
*
[DAGCombiner] reduce code duplication; NFC
Sanjay Patel
2019-04-02
1
-8
/
+8
*
[DAGCombiner] Rewrite ImproveLifetimeNodeChain to avoid DAG loop.
Nirav Dave
2019-03-29
1
-8
/
+9
*
[DAG] Avoid redundancy in StoreMerge TokenFactor generation.
Nirav Dave
2019-03-29
1
-2
/
+2
*
[DAGCombine] Prune unnused nodes.
Nirav Dave
2019-03-29
1
-15
/
+48
*
[DAG] Set up infrastructure to avoid smart constructor-based dangling nodes
Nirav Dave
2019-03-29
1
-0
/
+13
*
[DAGCombiner] simplify shuffle of shuffle
Sanjay Patel
2019-03-29
1
-0
/
+33
*
[DAGCombine] Improve Lifetime node chains.
Nirav Dave
2019-03-29
1
-0
/
+30
*
[DAGCombiner] fold sext into decrement
Sanjay Patel
2019-03-29
1
-0
/
+9
*
[DAGCombiner] fold sext into negation
Sanjay Patel
2019-03-28
1
-0
/
+10
*
[DAGCombiner] Fold truncate(build_vector(x,y)) -> build_vector(truncate(x),tr...
Simon Pilgrim
2019-03-28
1
-1
/
+15
*
[DAGCombiner] Teach TokenFactor pruning to peek through lifetime nodes
Nirav Dave
2019-03-27
1
-0
/
+2
*
Revert r356996 "[DAG] Avoid smart constructor-based dangling nodes."
Nirav Dave
2019-03-27
1
-12
/
+0
*
[DAGCombiner] Unify Lifetime and memory Op aliasing.
Nirav Dave
2019-03-27
1
-69
/
+91
*
[DAGCombine] Refactor GatherAllAliases. NFCI.
Nirav Dave
2019-03-27
1
-65
/
+66
*
[DAGCombiner] Don't allow addcarry if the carry producer is illegal.
Jonas Paulsson
2019-03-27
1
-0
/
+4
*
[DAG] Avoid smart constructor-based dangling nodes.
Nirav Dave
2019-03-26
1
-0
/
+12
*
[TargetLowering] Add SimplifyDemandedBits support for ISD::INSERT_VECTOR_ELT
Simon Pilgrim
2019-03-26
1
-3
/
+7
*
[DAGCombiner] Use getTokenFactor in a few more cases.
Florian Hahn
2019-03-21
1
-4
/
+4
*
[DAGCombine] SimplifySelectCC - call FoldSetCC with the setcc result type
Simon Pilgrim
2019-03-21
1
-2
/
+3
*
Remove out of date comment. NFCI.
Simon Pilgrim
2019-03-20
1
-1
/
+0
[next]