[PATCH] D19411: [esan] EfficiencySanitizer libc interceptors

Derek Bruening via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 07:57:24 PDT 2016


bruening created this revision.
bruening added a reviewer: aizatsky.
bruening added subscribers: kcc, eugenis, vitalybuka, llvm-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

Adds libc interceptors to the runtime library for the new
EfficiencySanitizer ("esan") family of tools.  The interceptors cover
the memory operations in most common library calls and will be shared
among all esan tools.

http://reviews.llvm.org/D19411

Files:
  lib/esan/CMakeLists.txt
  lib/esan/esan.cpp
  lib/esan/esan.h
  lib/esan/esan_interceptors.cpp
  test/esan/TestCases/libc-intercept.c
  test/esan/TestCases/verbose-simple.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19411.54653.patch
Type: text/x-patch
Size: 14349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160422/4d82458e/attachment-0001.bin>


More information about the llvm-commits mailing list