llvm-project/compiler-rt/lib
Kostya Serebryany eae464f911 [sanitizer] speedup deadlock detector for the case when we acquire the first lock in a thread
llvm-svn: 202492
2014-02-28 11:56:14 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] *experimental* implementation of invalid-pointer-pair detector (finds when two unrelated pointers are compared or subtracted). This implementation has both false positives and false negatives and is not tuned for performance. A bug report for a proper implementation will follow. 2014-02-27 12:45:36 +00:00
builtins Undef helper macros after using them. 2014-02-26 20:38:24 +00:00
dfsan Update sanitizers' bash scripts. 2014-02-25 12:09:25 +00:00
interception [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Kutuzov 2014-02-24 08:37:41 +00:00
lsan AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code so it seems it should have more generic name and moved to a common scope. 2014-02-24 08:53:26 +00:00
msan Reapply r201910. MSVC gets __func__ defined explicitly, even though it 2014-02-26 20:33:22 +00:00
msandr [msandr] Access app TLS directly in native exec mode. 2014-01-20 13:09:29 +00:00
profile Add an environment variable to override the default profile output file. 2014-02-20 19:52:32 +00:00
sanitizer_common [sanitizer] speedup deadlock detector for the case when we acquire the first lock in a thread 2014-02-28 11:56:14 +00:00
tsan tsan: refactor deadlock detector 2014-02-28 10:48:13 +00:00
ubsan Enable UBSan on FreeBSD. Patch by Viktor Kutuzov. 2014-02-25 08:29:36 +00:00
CMakeLists.txt Revert r201783 until all FreeBSD fixes are submitted. 2014-02-26 07:50:28 +00:00
Makefile.mk Move original compiler-rt functions (libgcc replacement) to lib/builtins directory 2014-02-14 09:20:33 +00:00