llvm-project/compiler-rt/lib
Alexey Samsonov 68b9e74592 [CMake] Determine which compiler-rt libraries are supported on
a given platform in a top-level CMakeLists.txt to use it both
in lib/ and in test/ subdirectories. Move architecture/platform
checks to config-ix.

llvm-svn: 215247
2014-08-08 22:01:20 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [ASan/Win] Handle SEH exceptions even with -GS 2014-08-05 13:26:26 +00:00
builtins builtins: make ARM compilation with GAS work again 2014-07-27 02:01:24 +00:00
dfsan [DFSan] Fixup for r213980 2014-07-26 00:49:36 +00:00
interception Add support for intercepting thunks of the form 2014-07-14 20:28:21 +00:00
lsan [Sanitizer] Turn SuppressionContext::Init() into InitIfNecessary(). 2014-08-05 00:43:23 +00:00
msan [msan] Fix fcvt interceptor. 2014-08-07 12:45:55 +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 [ASan/Win] Print out a big warning and continue without checking for success if SymInitialize() fails 2014-08-08 13:25:55 +00:00
tsan [TSan] Try to fix Go runtime build 2014-08-06 23:13:23 +00:00
ubsan [UBSan] Allow to suppress reports from vptr checker for specified types. 2014-08-05 01:24:22 +00:00
CMakeLists.txt [CMake] Determine which compiler-rt libraries are supported on 2014-08-08 22:01:20 +00:00
Makefile.mk Move original compiler-rt functions (libgcc replacement) to lib/builtins directory 2014-02-14 09:20:33 +00:00