This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae25728c085 [NFC] Whitespace fix new f0c09e5b1e0 [llvm-mca] Report the number of dispatched micro opcodes in [...]
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/register-files-1.s | 2 +- test/tools/llvm-mca/X86/BtVer2/register-files-2.s | 4 +- test/tools/llvm-mca/X86/BtVer2/register-files-3.s | 6 +- test/tools/llvm-mca/X86/BtVer2/register-files-4.s | 6 +- test/tools/llvm-mca/X86/BtVer2/register-files-5.s | 6 +- test/tools/llvm-mca/X86/Haswell/cmpxchg16b.s | 76 +++++++++++++++++++++++ test/tools/llvm-mca/X86/option-all-stats-1.s | 4 +- test/tools/llvm-mca/X86/option-all-stats-2.s | 4 +- test/tools/llvm-mca/X86/option-all-views-1.s | 4 +- test/tools/llvm-mca/X86/option-all-views-2.s | 4 +- tools/llvm-mca/Views/DispatchStatistics.cpp | 57 ++++++++++------- tools/llvm-mca/Views/DispatchStatistics.h | 2 +- tools/llvm-mca/Views/SummaryView.cpp | 10 ++- tools/llvm-mca/Views/TimelineView.cpp | 26 +++++--- tools/llvm-mca/Views/TimelineView.h | 2 +- tools/llvm-mca/include/HWEventListener.h | 15 ++++- tools/llvm-mca/include/Stages/DispatchStage.h | 6 +- tools/llvm-mca/lib/Stages/DispatchStage.cpp | 24 +++++-- 19 files changed, 198 insertions(+), 71 deletions(-) create mode 100644 test/tools/llvm-mca/X86/Haswell/cmpxchg16b.s