This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f368c39 SDAG: Implement Select instead of SelectImpl in LanaiDAGToDAGISel new 173f1b5 llvm-readobj: Change Hex output for GNU style dynamic table print new b6b8f76 [PM] Port of the DepndenceAnalysis to the new PM.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/DependenceAnalysis.h | 46 +++- include/llvm/Analysis/Passes.h | 6 +- include/llvm/InitializePasses.h | 1 + include/llvm/LinkAllPasses.h | 2 +- lib/Analysis/Analysis.cpp | 2 +- lib/Analysis/DependenceAnalysis.cpp | 399 +++++++++++++---------------- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/LoopInterchange.cpp | 16 +- lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 2 +- lib/Transforms/Utils/LoopSimplify.cpp | 2 +- tools/llvm-readobj/ELFDumper.cpp | 7 +- 12 files changed, 228 insertions(+), 257 deletions(-)