[PATCH] D60243: [LSan][AArch64] Speed-up leak and address sanitizers on AArch64 for 48-bit VMA

Sebastian Pop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 13:53:28 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL369441: [AArch64] Speed-up leak and address sanitizers on AArch64 for 48-bit VMA (authored by spop, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D60243?vs=216211&id=216240#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D60243

Files:
  compiler-rt/trunk/lib/asan/asan_allocator.cpp
  compiler-rt/trunk/lib/asan/asan_allocator.h
  compiler-rt/trunk/lib/asan/asan_stats.cpp
  compiler-rt/trunk/lib/asan/asan_stats.h
  compiler-rt/trunk/lib/lsan/lsan_allocator.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_combined.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_primary32.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_primary64.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_runtime_select_allocator.h
  compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60243.216240.patch
Type: text/x-patch
Size: 24810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/a940402b/attachment.bin>


More information about the llvm-commits mailing list