This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6a70116 Fix a real temp file leak in FileOutputBuffer new 9d2f1f8 [PM] (NFC) Split the IR parsing into a fixture so that I can [...] new 291528a [PM] Add a unittest for invalidating module analyses with an [...] new 5a1da4f IfConversion: Don't count branches in # of duplicates. new ef63f7a raw_pwrite_stream_test.cpp: _putenv_s() may be assumed as win [...] new 388e8b9 bugpoint: clang-format all of bugpoint. NFC
The 5 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: lib/CodeGen/IfConversion.cpp | 4 +- tools/bugpoint/BugDriver.cpp | 56 +-- tools/bugpoint/BugDriver.h | 66 ++-- tools/bugpoint/CrashDebugger.cpp | 396 ++++++++++----------- tools/bugpoint/ExecutionDriver.cpp | 337 +++++++++--------- tools/bugpoint/ExtractFunction.cpp | 156 ++++----- tools/bugpoint/FindBugs.cpp | 45 +-- tools/bugpoint/Miscompilation.cpp | 411 +++++++++++----------- tools/bugpoint/OptimizerDriver.cpp | 74 ++-- tools/bugpoint/ToolRunner.cpp | 503 ++++++++++++--------------- tools/bugpoint/ToolRunner.h | 106 +++--- tools/bugpoint/bugpoint.cpp | 95 +++-- unittests/Analysis/CGSCCPassManagerTest.cpp | 171 +++++++-- unittests/Support/raw_pwrite_stream_test.cpp | 2 +- 14 files changed, 1230 insertions(+), 1192 deletions(-)