llvm-project/compiler-rt/lib
Alexey Samsonov b69d5dffc3 [UBSan] Add halt_on_error runtime flag
llvm-svn: 217535
2014-09-10 19:35:31 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] relax the assertion around array cookie load; still need to extract a reproducer where this assertion fails... 2014-09-05 01:16:30 +00:00
builtins builtins: replace section symbol with reference to spec 2014-09-08 01:49:24 +00:00
dfsan DFSan's set label function should avoid writing to the shadow memory when the write would not change the value in memory. 2014-08-19 01:47:33 +00:00
interception [ASan/Win] Intercept memory allocation functions in the MD CRT 2014-08-25 13:19:05 +00:00
lsan [lsan] Implement the public allocator interface in standalone LSan. 2014-08-26 14:28:28 +00:00
msan [msan] Make origin tracking fork-safe. 2014-09-04 10:36:14 +00:00
msandr [msandr] Access app TLS directly in native exec mode. 2014-01-20 13:09:29 +00:00
profile profile: Avoid name collisions between instrumentation and runtime 2014-09-04 15:45:31 +00:00
sanitizer_common Make compiler-rt tests work with relocatable SDKs on OS X 2014-09-10 17:23:58 +00:00
tsan Support building tsan_test_util_linux.cc on FreeBSD 2014-09-06 07:59:05 +00:00
ubsan [UBSan] Add halt_on_error runtime flag 2014-09-10 19:35:31 +00:00
CMakeLists.txt Fix build on some architectures caused by r215247. 2014-08-11 19:57:56 +00:00
Makefile.mk Move original compiler-rt functions (libgcc replacement) to lib/builtins directory 2014-02-14 09:20:33 +00:00