This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 51c1b4007db [MergeFunctions] Fix merging of small weak functions new fc0362a3f21 [llvm-exegesis] Add an analysis mode.
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/Analysis.cpp | 84 +++++++++++++++++++++++++++++++++ tools/llvm-exegesis/lib/Analysis.h | 32 +++++++++++++ tools/llvm-exegesis/lib/CMakeLists.txt | 1 + tools/llvm-exegesis/lib/Clustering.cpp | 36 +++++++------- tools/llvm-exegesis/lib/Clustering.h | 11 +++-- tools/llvm-exegesis/llvm-exegesis.cpp | 85 +++++++++++++++++++++++++++------- 6 files changed, 209 insertions(+), 40 deletions(-) create mode 100644 tools/llvm-exegesis/lib/Analysis.cpp create mode 100644 tools/llvm-exegesis/lib/Analysis.h