llvm-project/compiler-rt/lib
Dmitry Vyukov 9eaae3d8f6 tsan: fix code formatting
llvm-svn: 211429
2014-06-21 02:10:17 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] when reporting an ODR violation, also print the stack traces where the globals have been registered (thus show the name of shared library or exe to which the global belongs). The reports become a bit too verbose but I do not see any *simple* way to make them more compact. This should be especially helpful when the ODR happens because the same .cc file is used twice in the project in differend DSOs 2014-06-20 08:24:12 +00:00
builtins builtins: assembly routines are not static 2014-06-21 01:41:21 +00:00
dfsan [dfsan] Fix the declaration of dfsan_add_label. 2014-06-04 17:54:51 +00:00
interception [Sanitizer/interception Win] Break into the debugger on unknown instructions 2014-06-02 13:40:41 +00:00
lsan [sanitizer] Make LSan/MSan/TSan honor the "color" flag. 2014-06-04 16:57:03 +00:00
msan [msan] Handle X86 *.psad.* and *.pmadd.* intrinsics. 2014-06-18 12:02:29 +00:00
msandr [msandr] Access app TLS directly in native exec mode. 2014-01-20 13:09:29 +00:00
profile Fix building InstrProfilingFile.c on FreeBSD 2014-06-15 14:01:18 +00:00
sanitizer_common tsan: fix freebsd build 2014-06-20 22:49:41 +00:00
tsan tsan: fix code formatting 2014-06-21 02:10:17 +00:00
ubsan [Sanitizer] Merge AnsiColorDecorator and SanitizerCommonDecorator, use the latter in UBSan 2014-06-13 23:46:37 +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