[PATCH] D63908: hwasan: Improve precision of checks using short granule tags.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 13:25:16 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL365551: hwasan: Improve precision of checks using short granule tags. (authored by pcc, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D63908?vs=208758&id=208794#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63908

Files:
  cfe/trunk/docs/HardwareAssistedAddressSanitizerDesign.rst
  compiler-rt/trunk/lib/hwasan/hwasan_allocator.cpp
  compiler-rt/trunk/lib/hwasan/hwasan_checks.h
  compiler-rt/trunk/lib/hwasan/hwasan_flags.inc
  compiler-rt/trunk/lib/hwasan/hwasan_report.cpp
  compiler-rt/trunk/lib/hwasan/hwasan_report.h
  compiler-rt/trunk/test/hwasan/TestCases/heap-buffer-overflow.c
  compiler-rt/trunk/test/hwasan/TestCases/random-align-right.c
  compiler-rt/trunk/test/hwasan/TestCases/stack-oob.c
  compiler-rt/trunk/test/hwasan/TestCases/tail-magic.c
  llvm/trunk/lib/Target/AArch64/AArch64AsmPrinter.cpp
  llvm/trunk/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/trunk/test/CodeGen/AArch64/hwasan-check-memaccess.ll
  llvm/trunk/test/Instrumentation/HWAddressSanitizer/alloca-with-calls.ll
  llvm/trunk/test/Instrumentation/HWAddressSanitizer/alloca.ll
  llvm/trunk/test/Instrumentation/HWAddressSanitizer/basic.ll
  llvm/trunk/test/Instrumentation/HWAddressSanitizer/kernel-alloca.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63908.208794.patch
Type: text/x-patch
Size: 49849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190709/4f04dc61/attachment.bin>


More information about the llvm-commits mailing list