llvm-project/compiler-rt/lib
Dmitry Vyukov 6e2557769c tsan: use stack depot for goroutine creation stacks (as C++ threads do)
llvm-svn: 204326
2014-03-20 10:19:02 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [CMake] Fix build of ASan tests on Mac 2014-03-19 14:45:40 +00:00
builtins Don't take short cuts trying to avoid conditionals. This leads to 2014-03-18 22:10:36 +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 [CMake] Build sanitizer unit tests with -std=c++11 2014-03-19 13:57:33 +00:00
msandr [msandr] Access app TLS directly in native exec mode. 2014-01-20 13:09:29 +00:00
profile PGO: Implement Darwin linker magic for instrumentation 2014-03-20 03:57:33 +00:00
sanitizer_common tsan: add test for second_deadlock_stack flag 2014-03-19 15:00:38 +00:00
tsan tsan: use stack depot for goroutine creation stacks (as C++ threads do) 2014-03-20 10:19:02 +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