This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 54fe79a5b0d [mips] Don't create nested CALLSEQ_START..CALLSEQ_END nodes. new 641c297f4d9 [llvm-mca] Refactor event listeners to make the backend agn [...]
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 | 45 +------------------ tools/llvm-mca/Backend.h | 17 +++++--- tools/llvm-mca/BackendStatistics.cpp | 16 +++++++ tools/llvm-mca/BackendStatistics.h | 9 +--- tools/llvm-mca/Dispatch.cpp | 15 +++++-- tools/llvm-mca/HWEventListener.h | 67 ++++++++++++++++++++++------ tools/llvm-mca/ResourcePressureView.cpp | 11 +++-- tools/llvm-mca/ResourcePressureView.h | 4 +- tools/llvm-mca/Scheduler.cpp | 21 +++++++-- tools/llvm-mca/Scheduler.h | 9 +++- tools/llvm-mca/TimelineView.cpp | 77 ++++++++++++++------------------- tools/llvm-mca/TimelineView.h | 8 +--- 12 files changed, 162 insertions(+), 137 deletions(-)