This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 365773b3bfd [AMDGPU, AsmParser] Enable the mnemonic spell corrector. new b8ecb799dba [hwasan] Implement -fsanitize-recover=hwaddress. new 3c80c06a63e [DAG] Fix condition on overlapping store check. new dbc9cebcd36 [PowerPC] Added an assert to make sure that the MBBI iterat [...] new bd259eee894 [opt-viewer] Also demangle indirect-call promotion targets
The 4 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/Transforms/Instrumentation.h | 2 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +- lib/Target/PowerPC/PPCFrameLowering.cpp | 6 +- .../Instrumentation/HWAddressSanitizer.cpp | 25 +++++--- test/Instrumentation/HWAddressSanitizer/basic.ll | 72 ++++++++++++++-------- .../HWAddressSanitizer/with-calls.ll | 39 ++++++++---- tools/opt-viewer/optrecord.py | 2 +- 7 files changed, 99 insertions(+), 51 deletions(-)