llvm-project/compiler-rt/lib
Kostya Serebryany a0eb97a50b [sanitizer] allow to store the lock context (stack trace id) with all currently held locks in a thread. This will allow the deadlock detector to provide better warnings (more changes to go)
llvm-svn: 204039
2014-03-17 12:27:42 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [ASan] Remove the unneeded ASAN_RUNTIME_LDFLAGS. 2014-03-14 10:16:59 +00:00
builtins Preserve constness for intermediate pointers. 2014-03-13 00:44:37 +00:00
dfsan [CMake] Make append_if semantics similar to those used in LLVM 2014-03-13 09:31:36 +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 [msan] Test for aggregates passing through ellipsis. 2014-03-13 13:18:15 +00:00
msandr [msandr] Access app TLS directly in native exec mode. 2014-01-20 13:09:29 +00:00
profile Revert "profile: Use a simple binary format for profiling" 2014-03-12 21:07:26 +00:00
sanitizer_common [sanitizer] allow to store the lock context (stack trace id) with all currently held locks in a thread. This will allow the deadlock detector to provide better warnings (more changes to go) 2014-03-17 12:27:42 +00:00
tsan [tsan] fox the GO build 2014-03-17 10:37:44 +00:00
ubsan Enable UBSan on FreeBSD. Patch by Viktor Kutuzov. 2014-02-25 08:29:36 +00:00
CMakeLists.txt tsan: replace deadlock detector custom build script with cmake file 2014-03-03 13:15:12 +00:00
Makefile.mk Move original compiler-rt functions (libgcc replacement) to lib/builtins directory 2014-02-14 09:20:33 +00:00