This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ec47f70762b Fix unused function warning in StatisticTest.cpp new 6b07e2fa926 [llvm-mca] Unify the API for the various views. NFCI
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: tools/llvm-mca/Backend.cpp | 10 +- tools/llvm-mca/Backend.h | 16 +-- tools/llvm-mca/BackendPrinter.cpp | 136 ++--------------------- tools/llvm-mca/BackendPrinter.h | 76 ++++--------- tools/llvm-mca/BackendStatistics.cpp | 59 ++++++++++ tools/llvm-mca/BackendStatistics.h | 56 +++++++++- tools/llvm-mca/CMakeLists.txt | 1 + tools/llvm-mca/HWEventListener.h | 3 +- tools/llvm-mca/ResourcePressureView.h | 6 +- tools/llvm-mca/TimelineView.h | 8 +- tools/llvm-mca/{HWEventListener.cpp => View.cpp} | 9 +- tools/llvm-mca/View.h | 33 ++++++ tools/llvm-mca/llvm-mca.cpp | 72 +++++++++--- 13 files changed, 263 insertions(+), 222 deletions(-) copy tools/llvm-mca/{HWEventListener.cpp => View.cpp} (65%) create mode 100644 tools/llvm-mca/View.h