[PATCH] D98875: [HWASan] Use page aliasing on x86_64.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 25 07:04:44 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG96a4167b4c7e: [HWASan] Use page aliasing on x86_64. (authored by morehouse).

Changed prior to commit:
  https://reviews.llvm.org/D98875?vs=333286&id=333295#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98875

Files:
  compiler-rt/lib/hwasan/hwasan.h
  compiler-rt/lib/hwasan/hwasan_allocator.cpp
  compiler-rt/lib/hwasan/hwasan_allocator.h
  compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cpp
  compiler-rt/lib/hwasan/hwasan_flags.h
  compiler-rt/lib/hwasan/hwasan_interceptors.cpp
  compiler-rt/lib/hwasan/hwasan_linux.cpp
  compiler-rt/lib/hwasan/hwasan_mapping.h
  compiler-rt/lib/hwasan/hwasan_memintrinsics.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_common.h
  compiler-rt/test/hwasan/TestCases/Linux/aligned_alloc-alignment.cpp
  compiler-rt/test/hwasan/TestCases/Linux/decorate-proc-maps.c
  compiler-rt/test/hwasan/TestCases/Linux/pvalloc-overflow.cpp
  compiler-rt/test/hwasan/TestCases/Linux/release-shadow.c
  compiler-rt/test/hwasan/TestCases/Linux/reuse-threads.cpp
  compiler-rt/test/hwasan/TestCases/Linux/utils.h
  compiler-rt/test/hwasan/TestCases/Linux/vfork.c
  compiler-rt/test/hwasan/TestCases/Posix/posix_memalign-alignment.cpp
  compiler-rt/test/hwasan/TestCases/allocator_returns_null.cpp
  compiler-rt/test/hwasan/TestCases/heap-buffer-overflow.c
  compiler-rt/test/hwasan/TestCases/hwasan-print-shadow.cpp
  compiler-rt/test/hwasan/TestCases/malloc_fill.cpp
  compiler-rt/test/hwasan/TestCases/many-threads-uaf.c
  compiler-rt/test/hwasan/TestCases/mem-intrinsics.c
  compiler-rt/test/hwasan/TestCases/set-error-report-callback.cpp
  compiler-rt/test/hwasan/TestCases/sizes.cpp
  compiler-rt/test/hwasan/TestCases/tail-magic.c
  compiler-rt/test/hwasan/TestCases/use-after-free.c
  compiler-rt/test/hwasan/TestCases/utils.h
  llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/test/Instrumentation/HWAddressSanitizer/X86/atomic.ll
  llvm/test/Instrumentation/HWAddressSanitizer/X86/basic.ll
  llvm/test/Instrumentation/HWAddressSanitizer/X86/kernel.ll
  llvm/test/Instrumentation/HWAddressSanitizer/X86/with-calls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98875.333295.patch
Type: text/x-patch
Size: 35837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210325/699e47c8/attachment.bin>


More information about the llvm-commits mailing list