This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a533def Add a platform independent version of __PRETTY_FUNCTION__. new 4dd8705 [WebAssembly] Add -emscripten-cxx-exceptions-whitelist option new 6c6978f [ValueTracking] Improve ValueTracking on left shift with nsw flag
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: lib/Analysis/ValueTracking.cpp | 17 ++++-- .../WebAssemblyLowerEmscriptenExceptions.cpp | 17 +++++- test/Analysis/ValueTracking/known-signbit-shift.ll | 24 +++++++++ .../WebAssembly/lower-em-exceptions-whitelist.ll | 62 ++++++++++++++++++++++ 4 files changed, 114 insertions(+), 6 deletions(-) create mode 100644 test/Analysis/ValueTracking/known-signbit-shift.ll create mode 100644 test/CodeGen/WebAssembly/lower-em-exceptions-whitelist.ll