This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 29b3e08ecf4 [Hexagon] Eliminate potential sources of non-determinism in HCE new f5647cf249a [DAG] Fix Big Endian in Load-Store forwarding new 2f2ce25a6b4 [PassManager/Sanitizer] Port of AddresSanitizer pass from l [...]
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/InitializePasses.h | 4 +- .../Instrumentation/AddressSanitizerPass.h | 41 +++++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 + lib/Passes/PassBuilder.cpp | 3 +- lib/Passes/PassRegistry.def | 2 + .../Instrumentation/AddressSanitizer.cpp | 178 +++++++++++++-------- lib/Transforms/Instrumentation/Instrumentation.cpp | 4 +- test/CodeGen/Mips/cconv/vector.ll | 70 +++++--- test/CodeGen/PowerPC/big-endian-store-forward.ll | 16 ++ test/Instrumentation/AddressSanitizer/basic.ll | 2 + 10 files changed, 234 insertions(+), 91 deletions(-) create mode 100644 include/llvm/Transforms/Instrumentation/AddressSanitizerPass.h create mode 100644 test/CodeGen/PowerPC/big-endian-store-forward.ll