This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8b3a59a1a38 llvm-undname: Add test coverage for demangleInitFiniStub() new 798b89ee1e2 [Utils] Clean another duplicated util method. new a3957457504 Revert r362472 as it is breaking PPC build bots new eef66d3ad48 llvm-undname: More coverage-related cleanups
The 3 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/Transforms/Utils/UnrollLoop.h | 3 - lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 179 ------------ lib/Demangle/MicrosoftDemangle.cpp | 20 +- lib/Transforms/Utils/BasicBlockUtils.cpp | 7 + lib/Transforms/Utils/LoopUnroll.cpp | 64 +---- lib/Transforms/Utils/LoopUnrollAndJam.cpp | 4 +- .../AArch64/loop-micro-op-buffer-size-t99.ll | 2 +- test/CodeGen/PowerPC/store-combine.ll | 315 +++++++++++++++++---- test/Demangle/invalid-manglings.test | 10 + test/Demangle/ms-basic.test | 4 + test/Demangle/ms-templates.test | 2 + 11 files changed, 305 insertions(+), 305 deletions(-)