This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c6a7215922d [WebAssembly] Remove flags from MCSectionWasm new c64508a42f8 Update branch coalescing to be a PowerPC specific pass
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: include/llvm/CodeGen/Passes.h | 3 - include/llvm/InitializePasses.h | 1 - lib/CodeGen/CMakeLists.txt | 1 - lib/CodeGen/CodeGen.cpp | 1 - lib/CodeGen/TargetPassConfig.cpp | 3 - lib/Target/PowerPC/CMakeLists.txt | 1 + lib/Target/PowerPC/PPC.h | 1 + .../PowerPC/PPCBranchCoalescing.cpp} | 98 ++++++++++++++-------- lib/Target/PowerPC/PPCTargetMachine.cpp | 8 ++ test/CodeGen/PowerPC/branch_coalesce.ll | 57 +++++++++---- 10 files changed, 115 insertions(+), 59 deletions(-) rename lib/{CodeGen/BranchCoalescing.cpp => Target/PowerPC/PPCBranchCoalescing.cpp} (88%)