[PATCH] D40935: Hardware-assisted AddressSanitizer (compiler-rt)

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 17:32:39 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL320231: Hardware-assisted AddressSanitizer (compiler-rt) (authored by eugenis).

Changed prior to commit:
  https://reviews.llvm.org/D40935?vs=126213&id=126249#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D40935

Files:
  compiler-rt/trunk/cmake/config-ix.cmake
  compiler-rt/trunk/include/CMakeLists.txt
  compiler-rt/trunk/include/sanitizer/hwasan_interface.h
  compiler-rt/trunk/lib/hwasan/.clang-format
  compiler-rt/trunk/lib/hwasan/CMakeLists.txt
  compiler-rt/trunk/lib/hwasan/hwasan.cc
  compiler-rt/trunk/lib/hwasan/hwasan.h
  compiler-rt/trunk/lib/hwasan/hwasan.syms.extra
  compiler-rt/trunk/lib/hwasan/hwasan_allocator.cc
  compiler-rt/trunk/lib/hwasan/hwasan_allocator.h
  compiler-rt/trunk/lib/hwasan/hwasan_blacklist.txt
  compiler-rt/trunk/lib/hwasan/hwasan_flags.h
  compiler-rt/trunk/lib/hwasan/hwasan_flags.inc
  compiler-rt/trunk/lib/hwasan/hwasan_interceptors.cc
  compiler-rt/trunk/lib/hwasan/hwasan_interface_internal.h
  compiler-rt/trunk/lib/hwasan/hwasan_linux.cc
  compiler-rt/trunk/lib/hwasan/hwasan_new_delete.cc
  compiler-rt/trunk/lib/hwasan/hwasan_poisoning.cc
  compiler-rt/trunk/lib/hwasan/hwasan_poisoning.h
  compiler-rt/trunk/lib/hwasan/hwasan_report.cc
  compiler-rt/trunk/lib/hwasan/hwasan_thread.cc
  compiler-rt/trunk/lib/hwasan/hwasan_thread.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_internal_defs.h
  compiler-rt/trunk/test/hwasan/CMakeLists.txt
  compiler-rt/trunk/test/hwasan/TestCases/halt-on-error.cc
  compiler-rt/trunk/test/hwasan/TestCases/use-after-free.cc
  compiler-rt/trunk/test/hwasan/lit.cfg
  compiler-rt/trunk/test/hwasan/lit.site.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40935.126249.patch
Type: text/x-patch
Size: 89876 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171209/64cf1fac/attachment-0001.bin>


More information about the llvm-commits mailing list