This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd96b472b67 [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned) new c8cb6812d21 [llvm-exegesis][NFC] Move BenchmarkFailure to own file.
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/BenchmarkResult.cpp | 9 +++++---- tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 7 ++----- tools/llvm-exegesis/lib/BenchmarkRunner.h | 7 ------- tools/llvm-exegesis/lib/Error.h | 28 ++++++++++++++++++++++++++++ tools/llvm-exegesis/lib/Latency.cpp | 2 +- tools/llvm-exegesis/lib/Latency.h | 1 + tools/llvm-exegesis/lib/SnippetFile.cpp | 19 +++++++++---------- tools/llvm-exegesis/lib/SnippetGenerator.cpp | 5 +++-- tools/llvm-exegesis/lib/X86/Target.cpp | 25 +++++++++++++------------ tools/llvm-exegesis/llvm-exegesis.cpp | 9 ++++----- 10 files changed, 66 insertions(+), 46 deletions(-) create mode 100644 tools/llvm-exegesis/lib/Error.h