llvm-project/compiler-rt/lib
Greg Fitzgerald 7b15cf8884 On AArch64, use clone() instead of fork()
Patch by Gideon Billings.

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

llvm-svn: 209641
2014-05-26 23:44:55 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] fix a test following r209508 2014-05-23 11:52:38 +00:00
builtins Unify the name of compiler-rt builtins library on Linux. 2014-05-22 21:12:43 +00:00
dfsan The newest versions of CMake require outputs of custom commands be in 2014-04-30 23:31:45 +00:00
interception [ASan/Win] Use the new function interception approach to handle function wrappers too; wrap strlen() in DLLs 2014-05-22 12:03:40 +00:00
lsan [lsan] disable lsan if wordsize is not 64 2014-05-21 08:30:18 +00:00
msan [MSan] Implement __sanitizer_print_stack_trace(). 2014-05-26 13:08:08 +00:00
msandr [msandr] Access app TLS directly in native exec mode. 2014-01-20 13:09:29 +00:00
profile Go via uintptr_t when casting away constness, otherwise GCC will warn 2014-05-20 16:37:07 +00:00
sanitizer_common On AArch64, use clone() instead of fork() 2014-05-26 23:44:55 +00:00
tsan [TSan] ifdef out certain functions if 128-bit ints are not supported. 2014-05-22 22:02:38 +00:00
ubsan [ubsan] handle long double in 32-bit mode; part of the patch by Marek Polacek 2014-05-23 14:45:13 +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