llvm-project/compiler-rt/lib
Ehsan Akhgari 9e5b6a08d4 [ASan] Support the asan_loadN/asan_storeN functions in the DLL thunk library
Summary:
This is required for linking DLLs with large functions exceeding
san-instrumentation-with-call-threshold.  One such function is
vp9_fdct16x16_sse2 in libvpx.

Reviewers: timurrrr

Subscribers: llvm-commits

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

llvm-svn: 214532
2014-08-01 18:04:53 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [ASan] Support the asan_loadN/asan_storeN functions in the DLL thunk library 2014-08-01 18:04:53 +00:00
builtins builtins: make ARM compilation with GAS work again 2014-07-27 02:01:24 +00:00
dfsan [DFSan] Fixup for r213980 2014-07-26 00:49:36 +00:00
interception Add support for intercepting thunks of the form 2014-07-14 20:28:21 +00:00
lsan [Sanitizer] Hoist the code parsing suppressions file into sanitizer_common. 2014-07-30 21:53:30 +00:00
msan [Sanitizer] Simplify Symbolizer creation interface. 2014-07-26 01:37:23 +00:00
msandr [msandr] Access app TLS directly in native exec mode. 2014-01-20 13:09:29 +00:00
profile Fix building InstrProfilingFile.c on FreeBSD 2014-06-15 14:01:18 +00:00
sanitizer_common [Sanitizer] Don't try to parse unspecified suppressions file 2014-07-31 19:06:47 +00:00
tsan tsan: use MADV_NOHUGEPAGE only if it is supported by platform 2014-07-31 08:24:59 +00:00
ubsan [UBSan] Introduce ScopedReport object. 2014-07-30 01:49:19 +00:00
CMakeLists.txt Enable building of sanitizers on FreeBSD 2014-04-09 18:45:12 +00:00
Makefile.mk Move original compiler-rt functions (libgcc replacement) to lib/builtins directory 2014-02-14 09:20:33 +00:00