This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 163bd8a42df [llvm-mca] Run clang-format on the source code. NFC new 7ebbb195b1b [llvm-mca] Move the logic that prints the summary into its [...]
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/BackendPrinter.cpp | 69 ---------------- tools/llvm-mca/BackendPrinter.h | 26 ++---- tools/llvm-mca/CMakeLists.txt | 1 + .../{BackendPrinter.cpp => SummaryView.cpp} | 32 ++------ tools/llvm-mca/SummaryView.h | 95 ++++++++++++++++++++++ tools/llvm-mca/llvm-mca.cpp | 10 ++- 6 files changed, 119 insertions(+), 114 deletions(-) copy tools/llvm-mca/{BackendPrinter.cpp => SummaryView.cpp} (68%) create mode 100644 tools/llvm-mca/SummaryView.h