This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 57c3cc8 GlobalISel: add generic conditional branch. new 02e5963 Tests: Add branch weights to non-layout tests. new 9f1f15e Codegen: MachineBlockPlacement Improve probability layout. new bbdb447 GlobalISel: make translate* functions take the most specializ [...]
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/CodeGen/GlobalISel/IRTranslator.h | 6 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 29 +++-- lib/CodeGen/MachineBlockPlacement.cpp | 60 ++++++--- test/CodeGen/AArch64/arm64-andCmpBrToTBZ.ll | 5 +- test/CodeGen/AArch64/compare-branch.ll | 11 +- test/CodeGen/AArch64/logical_shifted_reg.ll | 8 +- test/CodeGen/SystemZ/tdc-06.ll | 8 +- test/CodeGen/X86/block-placement.ll | 168 +++++++++++++++++++++++++ 8 files changed, 250 insertions(+), 45 deletions(-)