This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d438c016c3 [llvm-mca] Move the logic that prints scheduler statistics [...] new 900cf755f0a [llvm-mca] Renamed BackendStatistics to RetireControlUnitSt [...]
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: docs/CommandGuide/llvm-mca.rst | 11 ++--- test/tools/llvm-mca/X86/BtVer2/rcu-statistics.s | 56 ++++++++++++++++++++++ tools/llvm-mca/CMakeLists.txt | 2 +- ...tistics.cpp => RetireControlUnitStatistics.cpp} | 13 ++--- ...dStatistics.h => RetireControlUnitStatistics.h} | 22 ++++----- tools/llvm-mca/llvm-mca.cpp | 15 ++++-- 6 files changed, 87 insertions(+), 32 deletions(-) create mode 100644 test/tools/llvm-mca/X86/BtVer2/rcu-statistics.s rename tools/llvm-mca/{BackendStatistics.cpp => RetireControlUnitStatistics.cpp} (74%) rename tools/llvm-mca/{BackendStatistics.h => RetireControlUnitStatistics.h} (65%)