This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4970c50abeb [MachineTraceMetrics] Add computeDepth function (NFCI). new 651af024378 [MachineCombiner] Update instruction depths incrementally f [...] new 7465dfa4567 [mips] Use RegisterMCAsmBackend to register all MIPS asm ba [...]
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/MachineTraceMetrics.h | 6 ++ lib/CodeGen/MachineCombiner.cpp | 105 ++++++++++++++++----- lib/CodeGen/MachineTraceMetrics.cpp | 8 ++ lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 35 +------ lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 12 +-- .../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 27 +++--- lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp | 14 +-- lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h | 21 +---- test/CodeGen/AArch64/machine-combiner.ll | 5 + test/CodeGen/X86/machine-combiner.ll | 5 + test/CodeGen/X86/mul-constant-result.ll | 5 +- 11 files changed, 138 insertions(+), 105 deletions(-)