This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0087021b401 Updated my email address. new 35d604386ec 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} | 89 +++++++++++++--------- lib/Target/PowerPC/PPCTargetMachine.cpp | 8 ++ test/CodeGen/PowerPC/branch_coalesce.ll | 57 ++++++++++---- test/CodeGen/PowerPC/select-i1-vs-i1.ll | 8 +- 11 files changed, 107 insertions(+), 66 deletions(-) rename lib/{CodeGen/BranchCoalescing.cpp => Target/PowerPC/PPCBranchCoalescing.cpp} (90%)