fc411a9 Vendor import of compiler-rt trunk r257626:

Authored and Committed by Dimitry Andric 8 years ago
36 files changed. 505 lines added. 256 lines removed.
cmake/Modules/CompilerRTDarwinUtils.cmake
file modified
+2 -1
cmake/config-ix.cmake
file modified
+105 -54
include/sanitizer/common_interface_defs.h
file modified
+4 -2
lib/asan/asan_report.cc
file modified
+0 -3
lib/builtins/CMakeLists.txt
file modified
+3 -0
lib/builtins/int_types.h
file modified
+2 -1
lib/cfi/cfi.cc
file modified
+3 -3
lib/profile/CMakeLists.txt
file modified
+5 -5
lib/profile/InstrProfData.inc
file modified
+40 -27
lib/profile/InstrProfiling.c
file modified
+3 -2
lib/profile/InstrProfilingFile.c
file modified
+9 -0
lib/profile/InstrProfilingPort.h
file modified
+3 -3
lib/profile/InstrProfilingValue.c
file modified
+1 -1
lib/sanitizer_common/sanitizer_common.h
file modified
+2 -2
lib/sanitizer_common/sanitizer_common_interceptors.inc
file modified
+21 -13
lib/sanitizer_common/sanitizer_common_libcdep.cc
file modified
+0 -3
lib/sanitizer_common/sanitizer_common_nolibc.cc
file modified
+1 -0
lib/sanitizer_common/sanitizer_linux_libcdep.cc
file modified
+7 -2
lib/sanitizer_common/sanitizer_mac.cc
file modified
+7 -3
lib/sanitizer_common/sanitizer_mac.h
file modified
+4 -2
lib/sanitizer_common/sanitizer_printf.cc
file modified
+5 -2
lib/tsan/rtl/tsan_interceptors.cc
file modified
+4 -2
test/cfi/CMakeLists.txt
file modified
+3 -1
test/msan/insertvalue_origin.cc
file modified
+0 -1
test/profile/Linux/instrprof-basic.c
file added
+31
test/profile/Linux/instrprof-dlopen.test
file added
+34
test/profile/Linux/instrprof-dynamic-one-shared.test
file added
+23
test/profile/Linux/instrprof-dynamic-two-shared.test
file added
+24
test/profile/Linux/lit.local.cfg
file added
+37
test/profile/instrprof-shared.test
file modified
+1 -1
test/profile/instrprof-value-prof.c
file modified
+68 -96
test/profile/instrprof-version-mismatch.c
file added
+11
test/safestack/overflow.c
file modified
+4 -0
test/sanitizer_common/TestCases/Linux/closedir.c
file added
+5
test/tsan/mmap_stress.cc
file modified
+28 -13
test/ubsan/TestCases/Integer/suppressions.cpp
file modified
+5 -13
    Vendor import of compiler-rt trunk r257626:
    https://llvm.org/svn/llvm-project/compiler-rt/trunk@257626
    
        
file modified
+105 -54
file modified
+0 -3
file modified
+3 -0
file modified
+2 -1
file modified
+3 -3
file modified
+5 -5
file modified
+40 -27
file modified
+3 -2
file modified
+3 -1
file modified
+4 -0
file modified
+28 -13