This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e4dc80f [DAG] Prevent Stale nodes from entering worklist new e2f9d30 Improve scheduling with branch coalescing new 49ddd66 [x86] add vector tests for more coverage of D30502; NFC
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/CodeGen/Passes.h | 3 + include/llvm/InitializePasses.h | 1 + lib/CodeGen/BranchCoalescing.cpp | 758 ++++++++++++++++++++++++++++++++ lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/TargetPassConfig.cpp | 4 + test/CodeGen/PowerPC/branch_coalesce.ll | 31 ++ test/CodeGen/X86/select_const.ll | 35 ++ 8 files changed, 834 insertions(+) create mode 100644 lib/CodeGen/BranchCoalescing.cpp create mode 100644 test/CodeGen/PowerPC/branch_coalesce.ll