This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c047ae7 [Hexagon] Fix table-gen decode conflict warnings for CONST32/64 new 9a1106c Fix LCSSA increased compile time new d8f5868 [ADT] Add make_scope_exit().
The 2 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: include/llvm/ADT/ScopeExit.h | 55 +++++++++++++++++++++++++++++++++++++++++ lib/Transforms/Utils/LCSSA.cpp | 14 +++++------ unittests/ADT/CMakeLists.txt | 1 + unittests/ADT/ScopeExitTest.cpp | 32 ++++++++++++++++++++++++ 4 files changed, 95 insertions(+), 7 deletions(-) create mode 100644 include/llvm/ADT/ScopeExit.h create mode 100644 unittests/ADT/ScopeExitTest.cpp