This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c6dd656bf3a Revert "Reland "[utils] Implement the llvm-locstats tool"" new 22b194520a7 [llvm-exegesis][NFC] Refactor snippet file reading out of t [...]
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-exegesis/lib/CMakeLists.txt | 1 + tools/llvm-exegesis/lib/SnippetFile.cpp | 164 +++++++++++++++++++++ tools/llvm-exegesis/lib/SnippetFile.h | 35 +++++ tools/llvm-exegesis/llvm-exegesis.cpp | 145 +----------------- unittests/tools/llvm-exegesis/X86/CMakeLists.txt | 1 + .../tools/llvm-exegesis/X86/SnippetFileTest.cpp | 132 +++++++++++++++++ 6 files changed, 334 insertions(+), 144 deletions(-) create mode 100644 tools/llvm-exegesis/lib/SnippetFile.cpp create mode 100644 tools/llvm-exegesis/lib/SnippetFile.h create mode 100644 unittests/tools/llvm-exegesis/X86/SnippetFileTest.cpp