[PATCH] D52249: [hwasan] Record and display stack history in stack-based reports.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 24 14:42:27 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342921: [hwasan] Record and display stack history in stack-based reports. (authored by eugenis, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D52249?vs=166758&id=166759#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D52249

Files:
  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_dynamic_shadow.cc
  compiler-rt/trunk/lib/hwasan/hwasan_flags.inc
  compiler-rt/trunk/lib/hwasan/hwasan_linux.cc
  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/hwasan/hwasan_thread_list.cc
  compiler-rt/trunk/lib/hwasan/hwasan_thread_list.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_ring_buffer.h
  compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_ring_buffer_test.cc
  compiler-rt/trunk/test/hwasan/TestCases/deep-recursion.c
  compiler-rt/trunk/test/hwasan/TestCases/rich-stack.c
  compiler-rt/trunk/test/hwasan/TestCases/stack-history-length.c
  llvm/trunk/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/trunk/test/Instrumentation/HWAddressSanitizer/alloca.ll
  llvm/trunk/test/Instrumentation/HWAddressSanitizer/basic.ll
  llvm/trunk/test/Instrumentation/HWAddressSanitizer/prologue.ll
  llvm/trunk/test/Instrumentation/HWAddressSanitizer/with-ifunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52249.166759.patch
Type: text/x-patch
Size: 58965 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180924/8f4eeb14/attachment-0001.bin>


More information about the llvm-commits mailing list