This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10cfd77597d [llvm-objdump] Don't attempt to print lines beyond the end of file new 6ec3ecc68b3 Fix an assertion when skipping stack values in DWARF2 mode. [...] new 953d6af0d12 SimplifyLibCalls: Fix crash on memset(notmalloc())
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/CodeGen/AsmPrinter/DwarfExpression.cpp | 6 +- lib/Transforms/Utils/SimplifyLibCalls.cpp | 3 + test/DebugInfo/X86/stack-value-dwarf2.ll | 96 ++++++++++++++++++++++++++++++ test/Transforms/InstCombine/memset-1.ll | 9 +++ 4 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 test/DebugInfo/X86/stack-value-dwarf2.ll