This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 84d4a7bcc97 CodeGen: Add two more conditions for adding symbols to the [...] new 5309f160df7 Reduce the memory footprint of dsymutil. (NFC) new e07179a223c [SafeStack] Set debug location for calls to __safestack_poi [...]
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/SafeStack.cpp | 4 ++ test/Transforms/SafeStack/ARM/debug.ll | 98 ++++++++++++++++++++++++++++++++++ tools/dsymutil/DwarfLinker.cpp | 68 +++++++++++++---------- tools/dsymutil/DwarfLinker.h | 4 +- 4 files changed, 145 insertions(+), 29 deletions(-) create mode 100644 test/Transforms/SafeStack/ARM/debug.ll