This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1e034263107 [llvm-exegesis] Analysis: detect clustering inconsistencies. new acf3f6ed485 [llvm-mca] add flag -all-views and flag -all-stats.
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 | 10 ++ test/tools/llvm-mca/X86/option-all-stats-1.s | 92 +++++++++++++++++ test/tools/llvm-mca/X86/option-all-stats-2.s | 93 ++++++++++++++++++ test/tools/llvm-mca/X86/option-all-views-1.s | 116 ++++++++++++++++++++++ test/tools/llvm-mca/X86/option-all-views-2.s | 141 +++++++++++++++++++++++++++ tools/llvm-mca/llvm-mca.cpp | 38 ++++++++ 6 files changed, 490 insertions(+) create mode 100644 test/tools/llvm-mca/X86/option-all-stats-1.s create mode 100644 test/tools/llvm-mca/X86/option-all-stats-2.s create mode 100644 test/tools/llvm-mca/X86/option-all-views-1.s create mode 100644 test/tools/llvm-mca/X86/option-all-views-2.s