Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.111 -> 1.112
GCSE.cpp updated: 1.58 -> 1.59
GVNPRE.cpp updated: 1.14 -> 1.15
LICM.cpp updated: 1.103 -> 1.104
PredicateSimplifier.cpp updated: 1.76 -> 1.77
---
Log message:
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeN
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.110 -> 1.111
GCSE.cpp updated: 1.57 -> 1.58
GVNPRE.cpp updated: 1.12 -> 1.13
LICM.cpp updated: 1.102 -> 1.103
PredicateSimplifier.cpp updated: 1.75 -> 1.76
---
Log message:
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNo
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.109 -> 1.110
BasicBlockPlacement.cpp updated: 1.12 -> 1.13
CondPropagate.cpp updated: 1.21 -> 1.22
ConstantProp.cpp updated: 1.59 -> 1.60
DCE.cpp updated: 1.66 -> 1.67
DeadStoreElimination.cpp updated: 1.20 -> 1.21
GCSE.cpp upd
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.108 -> 1.109
BasicBlockPlacement.cpp updated: 1.11 -> 1.12
CodeGenPrepare.cpp updated: 1.8 -> 1.9
CondPropagate.cpp updated: 1.20 -> 1.21
ConstantProp.cpp updated: 1.58 -> 1.59
CorrelatedExprs.cpp updated: 1.59 -> 1.60
DCE.cpp
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.107 -> 1.108
BasicBlockPlacement.cpp updated: 1.10 -> 1.11
CodeGenPrepare.cpp updated: 1.7 -> 1.8
CondPropagate.cpp updated: 1.19 -> 1.20
ConstantProp.cpp updated: 1.57 -> 1.58
CorrelatedExprs.cpp updated: 1.58 -> 1.59
DCE.cpp
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.105 -> 1.106
---
Log message:
Revert changes that caused breakage.
---
Diffs of the changes: (+19 -15)
ADCE.cpp | 34 +++---
1 files changed, 19 insertions(+), 15 deletions(-)
Index: llvm/l
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.104 -> 1.105
---
Log message:
Use ETForest instead of DominatorTree.
---
Diffs of the changes: (+15 -19)
ADCE.cpp | 34 +++---
1 files changed, 15 insertions(+), 19 deletions(-)
Index: llvm
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.103 -> 1.104
InstructionCombining.cpp updated: 1.630 -> 1.631
LowerGC.cpp updated: 1.21 -> 1.22
---
Log message:
Eliminate use of ctors that take vectors.
---
Diffs of the changes: (+8 -7)
ADCE.cpp |5
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.102 -> 1.103
IndVarSimplify.cpp updated: 1.109 -> 1.110
InstructionCombining.cpp updated: 1.628 -> 1.629
Reassociate.cpp updated: 1.74 -> 1.75
ScalarReplAggregates.cpp updated: 1.71 -> 1.72
TailRecursionElimination.cpp updated:
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.101 -> 1.102
BasicBlockPlacement.cpp updated: 1.8 -> 1.9
CondPropagate.cpp updated: 1.15 -> 1.16
ConstantProp.cpp updated: 1.55 -> 1.56
CorrelatedExprs.cpp updated: 1.51 -> 1.52
DCE.cpp updated: 1.62 -> 1.63
DeadStoreEliminatio
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.100 -> 1.101
BasicBlockPlacement.cpp updated: 1.7 -> 1.8
CondPropagate.cpp updated: 1.10 -> 1.11
ConstantProp.cpp updated: 1.53 -> 1.54
CorrelatedExprs.cpp updated: 1.40 -> 1.41
DCE.cpp updated: 1.60 -> 1.61
DeadStoreEliminatio
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.99 -> 1.100
BasicBlockPlacement.cpp updated: 1.6 -> 1.7
CondPropagate.cpp updated: 1.9 -> 1.10
ConstantProp.cpp updated: 1.52 -> 1.53
CorrelatedExprs.cpp updated: 1.38 -> 1.39
DCE.cpp updated: 1.59 -> 1.60
DeadStoreElimination.
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.98 -> 1.99
CondPropagate.cpp updated: 1.8 -> 1.9
InstructionCombining.cpp updated: 1.546 -> 1.547
LICM.cpp updated: 1.79 -> 1.80
LoopStrengthReduce.cpp updated: 1.94 -> 1.95
LoopUnroll.cpp updated: 1.30 -> 1.31
LoopUnswitch.cpp
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.97 -> 1.98
BasicBlockPlacement.cpp updated: 1.5 -> 1.6
CondPropagate.cpp updated: 1.5 -> 1.6
ConstantProp.cpp updated: 1.51 -> 1.52
CorrelatedExprs.cpp updated: 1.33 -> 1.34
DCE.cpp updated: 1.58 -> 1.59
DeadStoreElimination.cp
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.96 -> 1.97
---
Log message:
Remove unneeded hook. Patch by Anton K. Thanks!
---
Diffs of the changes: (+0 -2)
ADCE.cpp |2 --
1 files changed, 2 deletions(-)
Index: llvm/lib/Transforms/Scalar/ADCE.cpp
diff -u llvm/
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.95 -> 1.96
---
Log message:
Silence a -pedantic warning.
---
Diffs of the changes: (+1 -1)
ADCE.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Transforms/Scalar/ADCE.cpp
diff -u llvm/lib/T
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.94 -> 1.95
CorrelatedExprs.cpp updated: 1.30 -> 1.31
InstructionCombining.cpp updated: 1.416 -> 1.417
LICM.cpp updated: 1.75 -> 1.76
LoopStrengthReduce.cpp updated: 1.72 -> 1.73
LoopUnroll.cpp updated: 1.18 -> 1.19
LoopUnswitch
Changes in directory llvm/lib/Transforms/Scalar:
ADCE.cpp updated: 1.93 -> 1.94
---
Log message:
Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodes
code
---
Diffs of the changes: (+2 -0)
ADCE.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Tra
18 matches
Mail list logo