hanchenye-llvm-project/compiler-rt
Dmitry Vyukov 6819cf4974 tsan: query RSS every 100ms
Now that it become faster, it's OK to query it every 100ms again.

llvm-svn: 213943
2014-07-25 13:48:25 +00:00
..
SDKs Fix typos 2014-05-15 02:22:34 +00:00
android
cmake [Sanitizers Win] Move duplicate Windows-specific compiler flags to a common CMake variable 2014-05-30 12:42:57 +00:00
include [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memory mapping info 2014-07-15 17:33:23 +00:00
lib tsan: query RSS every 100ms 2014-07-25 13:48:25 +00:00
make Fix configure+make build of profile runtime library 2014-07-10 00:53:20 +00:00
test [lsan] Follow-up for r213518: replace MAP_ANONYMOUS with MAP_ANON 2014-07-25 08:57:51 +00:00
unittests
www
.arcconfig
.gitignore
CMakeLists.txt [asan] adding support of 32-bit address sanitizer for MIPS 2014-06-24 12:08:18 +00:00
CODE_OWNERS.TXT
CREDITS.TXT Add Guan-Hong Liu. 2014-06-16 08:38:19 +00:00
LICENSE.TXT
Makefile
README.txt Moved the builtins documentation to lib/builtins/ 2014-05-28 23:09:45 +00:00

README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================