hanchenye-llvm-project/compiler-rt/lib
Evgeniy Stepanov a6eb1bb59e [sanitizer] Intercept __bzero on Mac.
This should make memset_test pass on Mac.

llvm-svn: 204929
2014-03-27 14:20:34 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan Add support for _expand[_dbg] so we don't crash when _aligned_* allocation functions are used 2014-03-27 14:01:11 +00:00
builtins Don't take short cuts trying to avoid conditionals. This leads to 2014-03-18 22:10:36 +00:00
dfsan Add function to get the number of DFSan labels allocated. 2014-03-26 21:09:53 +00:00
interception [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Kutuzov 2014-02-24 08:37:41 +00:00
lsan Avoid aliases to weak aliases in interceptors. 2014-03-26 15:48:59 +00:00
msan [msan] Implement __msan_set_death_callback. 2014-03-27 14:04:58 +00:00
msandr [msandr] Access app TLS directly in native exec mode. 2014-01-20 13:09:29 +00:00
profile Define uintptr_t in the profiling sources on x86_64 FreeBSD in 32-bit mode 2014-03-26 12:00:44 +00:00
sanitizer_common [sanitizer] Intercept __bzero on Mac. 2014-03-27 14:20:34 +00:00
tsan tsan: fix deadlock during fork 2014-03-26 14:13:31 +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