llvm-project/compiler-rt/test
Peter Collingbourne 16f2f18105 Add user-defined callback on write() calls.
Add dfsan_set_write_callback(), which sets a callback to be invoked when
a write() call is invoked within DFSan instrumented code.

Patch by Sam Kerner!

Differential Revision: http://reviews.llvm.org/D3268

llvm-svn: 207131
2014-04-24 17:42:16 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] enable use_sigaltstack by default (this will provide verbose reports on stack-overflow instead of silently crashing with SEGV) 2014-04-24 11:55:17 +00:00
builtins Add support for IEEE754 quad precision comparison functions. 2014-04-01 13:42:56 +00:00
dfsan Add user-defined callback on write() calls. 2014-04-24 17:42:16 +00:00
lsan [CMake] lit tests shouldn't depend on runtimes in standalone build 2014-02-20 09:47:18 +00:00
msan [msan] Disable chained origins in signal handlers. 2014-04-23 14:01:57 +00:00
profile InstrProfile: Use SANITIZER_COMMON_LIT_TEST_DEPS 2014-04-01 16:05:15 +00:00
sanitizer_common Move config for sanitizer_common tests under test/ for consistency 2014-02-20 12:18:08 +00:00
tsan tsan: fix atexit handling after fork 2014-04-23 13:42:16 +00:00
ubsan [asan] enable LeakSanitizer (LSan) by default in asan. This only affects Linux x86_64. LSan has been used in various projects for more than half a year and we now consider it quite stable to be on by default. 2014-04-22 13:56:56 +00:00
CMakeLists.txt InstrProf: Add simple compiler-rt test 2014-03-31 22:45:37 +00:00
lit.common.cfg Add rudimentary support for running compiler-rt lit tests with GCC 2014-02-19 15:13:14 +00:00
lit.common.configured.in [ASan] Optional support for dynamic ASan runtime on Linux. 2014-04-01 13:16:30 +00:00