[PATCH] D68059: hwasan: Compatibility fixes for short granules.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 16:56:52 PDT 2019


pcc updated this revision to Diff 222051.
pcc marked 8 inline comments as done.
pcc added a comment.
Herald added a subscriber: jdoerfert.

- Address review comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68059/new/

https://reviews.llvm.org/D68059

Files:
  compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S
  compiler-rt/test/hwasan/TestCases/stack-oob.c
  compiler-rt/test/hwasan/lit.cfg.py
  llvm/include/llvm/IR/Intrinsics.td
  llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/test/CodeGen/AArch64/hwasan-check-memaccess.ll
  llvm/test/Instrumentation/HWAddressSanitizer/alloca-compat.ll
  llvm/test/Instrumentation/HWAddressSanitizer/alloca.ll
  llvm/test/Instrumentation/HWAddressSanitizer/basic-compat.ll
  llvm/test/Instrumentation/HWAddressSanitizer/basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68059.222051.patch
Type: text/x-patch
Size: 32749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190926/9f80a821/attachment.bin>


More information about the llvm-commits mailing list