llvm-project/compiler-rt/lib
Alexander Potapenko 25e204e194 [libsanitizer] Add descriptions for the common flags.
Use new(allocator_for_flags) instead of allocator_for_flags.Allocate()
Fix the description output format a bit.

llvm-svn: 204484
2014-03-21 17:28:12 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [ASan] Move the flag descriptions from comments to ParseFlag arguments. 2014-03-21 08:37:59 +00:00
builtins Don't take short cuts trying to avoid conditionals. This leads to 2014-03-18 22:10:36 +00:00
dfsan [libsanitizer] Introduce flag descriptions. 2014-03-20 12:52:52 +00:00
interception [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Kutuzov 2014-02-24 08:37:41 +00:00
lsan [libsanitizer] Introduce flag descriptions. 2014-03-20 12:52:52 +00:00
msan [MSan] Add __msan_unpoison_string() to the public interface. 2014-03-21 10:12:17 +00:00
msandr [msandr] Access app TLS directly in native exec mode. 2014-01-20 13:09:29 +00:00
profile PGO: Indicate errors in profile runtime API 2014-03-21 00:27:50 +00:00
sanitizer_common [libsanitizer] Add descriptions for the common flags. 2014-03-21 17:28:12 +00:00
tsan [sanitizer] print threads in deadlock report 2014-03-21 13:00:18 +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