llvm-project/compiler-rt/lib
Evgeniy Stepanov 10c9ea51a0 Fix compilation warning in compiler-rt.
error: width of bit-field 'allocated' (8 bits) exceeds the width of
its type; value will be truncated to 1 bit [-Werror,-Wbitfield-width]

llvm-svn: 247840
2015-09-16 19:54:36 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [sanitizer] Move CheckVMASize after flag initialization 2015-09-15 13:22:54 +00:00
builtins [CMake] Enable building builtins for iOS and iOS simulator. 2015-08-31 22:26:02 +00:00
cfi CFI: Make the cfi target a dependency of compiler-rt. 2015-09-02 02:18:46 +00:00
dfsan [sanitizer] Move CheckVMASize after flag initialization 2015-09-15 13:22:54 +00:00
interception [windows] Implement GetProcAddress internally to avoid initializing the CRT 2015-08-18 22:38:27 +00:00
lsan Fix compilation warning in compiler-rt. 2015-09-16 19:54:36 +00:00
msan [MSan] Enable MSAN for aarch64 2015-09-16 15:12:25 +00:00
profile [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into a single function 2015-08-25 19:53:09 +00:00
safestack [CMake] Unify build rules for sanitizer_common for Apple and non-Apple platforms. 2015-08-27 22:23:27 +00:00
sanitizer_common [MSan] Enable MSAN for aarch64 2015-09-16 15:12:25 +00:00
tsan [sanitizer] Move CheckVMASize after flag initialization 2015-09-15 13:22:54 +00:00
ubsan ubsan: Disable vptr validation on powerpc64. 2015-09-12 00:08:28 +00:00
CMakeLists.txt [CMake] Add options to control building sanitizers and builtins. 2015-09-14 19:59:24 +00:00
Makefile.mk Remove support for building sanitizers from Makefile/autoconf build on Linux. 2015-02-18 22:26:49 +00:00