This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 210c690 include function name in dot filename new a466b36 Codegen: Make chains from trellis-shaped CFGs
The 1 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: lib/CodeGen/MachineBlockPlacement.cpp | 310 ++++++++++++++++- test/CodeGen/AArch64/branch-relax-cbz.ll | 13 +- test/CodeGen/AArch64/combine-comparisons-by-cse.ll | 2 +- test/CodeGen/AArch64/optimize-cond-branch.ll | 2 +- test/CodeGen/AMDGPU/basic-branch.ll | 5 +- test/CodeGen/AMDGPU/branch-relaxation.ll | 3 +- test/CodeGen/AMDGPU/cf-loop-on-constant.ll | 2 +- test/CodeGen/AMDGPU/convergent-inlineasm.ll | 1 + test/CodeGen/AMDGPU/salu-to-valu.ll | 2 +- test/CodeGen/ARM/2007-05-22-tailmerge-3.ll | 8 +- test/CodeGen/ARM/atomic-cmpxchg.ll | 8 +- test/CodeGen/ARM/fold-stack-adjust.ll | 2 +- test/CodeGen/PowerPC/tail-dup-break-cfg.ll | 14 +- test/CodeGen/PowerPC/tail-dup-layout.ll | 378 +++++++++++++++++++-- test/CodeGen/SPARC/sjlj.ll | 14 +- test/CodeGen/WebAssembly/mem-intrinsics.ll | 2 +- test/CodeGen/X86/block-placement.ll | 28 +- test/CodeGen/X86/bypass-slow-division-32.ll | 15 +- test/CodeGen/X86/sse1.ll | 34 +- test/CodeGen/X86/tail-dup-merge-loop-headers.ll | 4 +- test/CodeGen/X86/tail-dup-repeat.ll | 2 +- test/CodeGen/X86/tail-opts.ll | 7 +- test/CodeGen/X86/twoaddr-coalesce-3.ll | 4 +- test/CodeGen/X86/win-alloca-expander.ll | 24 +- 24 files changed, 741 insertions(+), 143 deletions(-)