From owner-svn-src-all@FreeBSD.ORG Wed Jan 7 19:55:42 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80F79FB0; Wed, 7 Jan 2015 19:55:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66F44138B; Wed, 7 Jan 2015 19:55:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t07Jtgpf076205; Wed, 7 Jan 2015 19:55:42 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t07Jtd23076191; Wed, 7 Jan 2015 19:55:39 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201501071955.t07Jtd23076191@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Wed, 7 Jan 2015 19:55:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r276789 - in vendor/compiler-rt/dist: . BlocksRuntime SDKs/darwin SDKs/darwin/usr/include SDKs/darwin/usr/include/sys SDKs/linux/usr/include cmake cmake/Modules include include/sanitize... X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 19:55:42 -0000 Author: dim Date: Wed Jan 7 19:55:37 2015 New Revision: 276789 URL: https://svnweb.freebsd.org/changeset/base/276789 Log: Import compiler-rt trunk r224034. https://llvm.org/svn/llvm-project/compiler-rt/trunk@224034 Added: vendor/compiler-rt/dist/CODE_OWNERS.TXT (contents, props changed) vendor/compiler-rt/dist/cmake/config-ix.cmake vendor/compiler-rt/dist/include/sanitizer/allocator_interface.h (contents, props changed) vendor/compiler-rt/dist/include/sanitizer/tsan_interface_atomic.h (contents, props changed) vendor/compiler-rt/dist/lib/BlocksRuntime/ vendor/compiler-rt/dist/lib/BlocksRuntime/Block.h (contents, props changed) vendor/compiler-rt/dist/lib/BlocksRuntime/Block_private.h (contents, props changed) vendor/compiler-rt/dist/lib/BlocksRuntime/data.c (contents, props changed) vendor/compiler-rt/dist/lib/BlocksRuntime/runtime.c (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_activation.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_activation.h (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_debugging.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_init_version.h (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_suppressions.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_suppressions.h (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_win_dll_thunk.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_win_dynamic_runtime_thunk.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/scripts/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/asan/scripts/asan_device_setup (contents, props changed) vendor/compiler-rt/dist/lib/asan/tests/asan_asm_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ vendor/compiler-rt/dist/lib/builtins/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/builtins/Makefile.mk (contents, props changed) vendor/compiler-rt/dist/lib/builtins/README.txt (contents, props changed) vendor/compiler-rt/dist/lib/builtins/absvdi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/absvsi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/absvti2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/adddf3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/addsf3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/addtf3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/addvdi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/addvsi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/addvti3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/apple_versioning.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/ vendor/compiler-rt/dist/lib/builtins/arm/Makefile.mk (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/adddf3vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/addsf3vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_dcmp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_div0.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_fcmp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_idivmod.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_ldivmod.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_memcmp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_memcpy.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_memmove.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_memset.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_uidivmod.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_uldivmod.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/bswapdi2.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/bswapsi2.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/clzdi2.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/clzsi2.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/comparesf2.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/divdf3vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/divmodsi4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/divsf3vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/divsi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/eqdf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/eqsf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/extendsfdf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/fixdfsivfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/fixsfsivfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/fixunsdfsivfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/fixunssfsivfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/floatsidfvfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/floatsisfvfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/floatunssidfvfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/floatunssisfvfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/gedf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/gesf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/gtdf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/gtsf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/ledf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/lesf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/ltdf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/ltsf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/modsi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/muldf3vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/mulsf3vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/nedf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/negdf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/negsf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/nesf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/restore_vfp_d8_d15_regs.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/save_vfp_d8_d15_regs.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/softfloat-alias.list vendor/compiler-rt/dist/lib/builtins/arm/subdf3vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/subsf3vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/switch16.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/switch32.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/switch8.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/switchu8.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync-ops.h (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_add_4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_add_8.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_and_4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_and_8.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_max_4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_max_8.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_min_4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_min_8.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_nand_4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_nand_8.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_or_4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_or_8.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_sub_4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_sub_8.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_umax_4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_umax_8.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_umin_4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_umin_8.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_xor_4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_xor_8.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_synchronize.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/truncdfsf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/udivmodsi4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/udivsi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/umodsi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/unorddf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/unordsf2vfp.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm64/ vendor/compiler-rt/dist/lib/builtins/arm64/Makefile.mk (contents, props changed) vendor/compiler-rt/dist/lib/builtins/armv6m/ vendor/compiler-rt/dist/lib/builtins/armv6m/Makefile.mk (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ashldi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ashlti3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ashrdi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ashrti3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/assembly.h (contents, props changed) vendor/compiler-rt/dist/lib/builtins/atomic.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/clear_cache.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/clzdi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/clzsi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/clzti2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/cmpdi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/cmpti2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/comparedf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/comparesf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/comparetf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ctzdi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ctzsi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ctzti2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/divdc3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/divdf3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/divdi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/divmoddi4.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/divmodsi4.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/divsc3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/divsf3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/divsi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/divtf3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/divti3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/divxc3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/enable_execute_stack.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/eprintf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/extenddftf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/extendsfdf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/extendsftf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ffsdi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ffsti2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixdfdi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixdfsi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixdfti.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixsfdi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixsfsi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixsfti.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixunsdfdi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixunsdfsi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixunsdfti.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixunssfdi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixunssfsi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixunssfti.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixunsxfdi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixunsxfsi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixunsxfti.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixxfdi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fixxfti.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatdidf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatdisf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatdixf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatsidf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatsisf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatsitf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floattidf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floattisf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floattixf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatundidf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatundisf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatundixf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatunsidf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatunsisf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatunsitf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatuntidf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatuntisf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/floatuntixf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fp_add_impl.inc (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fp_extend.h (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fp_extend_impl.inc (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fp_lib.h (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fp_mul_impl.inc (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fp_trunc.h (contents, props changed) vendor/compiler-rt/dist/lib/builtins/fp_trunc_impl.inc (contents, props changed) vendor/compiler-rt/dist/lib/builtins/gcc_personality_v0.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/ vendor/compiler-rt/dist/lib/builtins/i386/Makefile.mk (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/ashldi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/ashrdi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/divdi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/floatdidf.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/floatdisf.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/floatdixf.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/floatundidf.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/floatundisf.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/floatundixf.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/lshrdi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/moddi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/muldi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/udivdi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/i386/umoddi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/int_endianness.h (contents, props changed) vendor/compiler-rt/dist/lib/builtins/int_lib.h (contents, props changed) vendor/compiler-rt/dist/lib/builtins/int_math.h (contents, props changed) vendor/compiler-rt/dist/lib/builtins/int_types.h (contents, props changed) vendor/compiler-rt/dist/lib/builtins/int_util.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/int_util.h (contents, props changed) vendor/compiler-rt/dist/lib/builtins/lshrdi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/lshrti3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/moddi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/modsi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/modti3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/muldc3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/muldf3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/muldi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/mulodi4.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/mulosi4.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/muloti4.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/mulsc3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/mulsf3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/multf3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/multi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/mulvdi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/mulvsi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/mulvti3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/mulxc3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/negdf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/negdi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/negsf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/negti2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/negvdi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/negvsi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/negvti2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/paritydi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/paritysi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/parityti2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/popcountdi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/popcountsi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/popcountti2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/powidf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/powisf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/powitf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/powixf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/ vendor/compiler-rt/dist/lib/builtins/ppc/DD.h (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/Makefile.mk (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/divtc3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/fixtfdi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/fixunstfdi.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/floatditf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/floatunditf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/gcc_qadd.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/gcc_qdiv.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/gcc_qmul.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/gcc_qsub.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/multc3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/restFP.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ppc/saveFP.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/subdf3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/subsf3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/subtf3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/subvdi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/subvsi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/subvti3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/trampoline_setup.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/truncdfsf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/trunctfdf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/trunctfsf2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ucmpdi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ucmpti2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/udivdi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/udivmoddi4.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/udivmodsi4.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/udivmodti4.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/udivsi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/udivti3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/umoddi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/umodsi3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/umodti3.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/ vendor/compiler-rt/dist/lib/builtins/x86_64/Makefile.mk (contents, props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/floatdidf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/floatdisf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/floatdixf.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/floatundidf.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/floatundisf.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/floatundixf.S (contents, props changed) vendor/compiler-rt/dist/lib/dfsan/libc_ubuntu1404_abilist.txt (contents, props changed) vendor/compiler-rt/dist/lib/dfsan/scripts/check_custom_wrappers.sh (contents, props changed) vendor/compiler-rt/dist/lib/msan/msan_allocator.h (contents, props changed) vendor/compiler-rt/dist/lib/msan/msan_chained_origin_depot.cc (contents, props changed) vendor/compiler-rt/dist/lib/msan/msan_chained_origin_depot.h (contents, props changed) vendor/compiler-rt/dist/lib/msan/msan_origin.h (contents, props changed) vendor/compiler-rt/dist/lib/msan/msan_thread.cc (contents, props changed) vendor/compiler-rt/dist/lib/msan/msan_thread.h (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfiling.c (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfiling.h (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingBuffer.c (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingFile.c (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingInternal.h (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingPlatformDarwin.c (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingPlatformOther.c (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingRuntime.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_addrhashmap.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_interface.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_asm.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_atomic_clang_other.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_atomic_clang_x86.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_bitvector.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_bvgraph.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_interceptors_format.inc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_libcdep.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_mapping_libcdep.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_deadlock_detector.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_deadlock_detector1.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_deadlock_detector2.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_deadlock_detector_interface.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_freebsd.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_mac.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_persistent_allocator.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_persistent_allocator.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_common.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_freebsd.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_linux.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_mac.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stackdepotbase.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace_printer.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace_printer.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_tls_get_addr.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_tls_get_addr.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_unwind_posix_libcdep.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/scripts/litlint.py (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/scripts/litlint_test.py (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_bitvector_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_bvgraph_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_deadlock_detector_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_format_interceptor_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_pthread_wrappers.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_stacktrace_printer_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_test_config.h (contents, props changed) vendor/compiler-rt/dist/lib/tsan/check_memcpy.sh (contents, props changed) vendor/compiler-rt/dist/lib/tsan/dd/ vendor/compiler-rt/dist/lib/tsan/dd/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/tsan/dd/dd_interceptors.cc (contents, props changed) vendor/compiler-rt/dist/lib/tsan/dd/dd_rtl.cc (contents, props changed) vendor/compiler-rt/dist/lib/tsan/dd/dd_rtl.h (contents, props changed) vendor/compiler-rt/dist/lib/tsan/go/build.bat vendor/compiler-rt/dist/lib/tsan/rtl/tsan_dense_alloc.h (contents, props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_ignoreset.cc (contents, props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_ignoreset.h (contents, props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_stack_trace.cc (contents, props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_stack_trace.h (contents, props changed) vendor/compiler-rt/dist/lib/tsan/tests/unit/tsan_dense_alloc_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_flags.cc (contents, props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_flags.h (contents, props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_init.cc (contents, props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_init.h (contents, props changed) vendor/compiler-rt/dist/make/platform/clang_macho_embedded.mk (contents, props changed) vendor/compiler-rt/dist/make/platform/clang_macho_embedded_test_input.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/ vendor/compiler-rt/dist/test/BlocksRuntime/block-static.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/blockimport.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefaccess.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefcopy.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefcopycopy.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefcopyinner.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefcopyint.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefcopystack.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefsanity.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefstruct.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/c99.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/cast.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/constassign.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/copy-block-literal-rdar6439600.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/copyconstructor.C (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/copynull.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/dispatch_async.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/dispatch_call_Block_with_release.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/fail.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/flagsisa.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/globalexpression.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/goto.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/hasdescriptor.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/josh.C (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/k-and-r.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/large-struct.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/localisglobal.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/macro.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/makefile (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/modglobal.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/nestedimport.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/nullblockisa.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/objectRRGC.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/objectassign.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/orbars.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/rdar6396238.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/rdar6405500.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/rdar6414583.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/recursive-block.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/recursive-test.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/recursiveassign.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/reference.C (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/rettypepromotion.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/returnfunctionptr.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/shorthandexpression.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/sizeof.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/small-struct.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/structmember.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/testfilerunner.h (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/testfilerunner.m vendor/compiler-rt/dist/test/BlocksRuntime/varargs-bad-assign.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/varargs.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/variadic.c (contents, props changed) vendor/compiler-rt/dist/test/BlocksRuntime/voidarg.c (contents, props changed) vendor/compiler-rt/dist/test/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/asan/ vendor/compiler-rt/dist/test/asan/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/ vendor/compiler-rt/dist/test/asan/TestCases/Android/ vendor/compiler-rt/dist/test/asan/TestCases/Android/coverage-android.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Android/lit.local.cfg vendor/compiler-rt/dist/test/asan/TestCases/Darwin/ vendor/compiler-rt/dist/test/asan/TestCases/Darwin/asan_gen_prefixes.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/cstring_literals_regtest.mm vendor/compiler-rt/dist/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/interception-in-shared-lib-test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/interface_symbols_darwin.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/lit.local.cfg vendor/compiler-rt/dist/test/asan/TestCases/Darwin/malloc_set_zone_name-mprotect.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/malloc_zone-protected.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/objc-odr.mm vendor/compiler-rt/dist/test/asan/TestCases/Darwin/reexec-insert-libraries-env.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/suppressions-darwin.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/unset-insert-libraries-on-exec.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/ vendor/compiler-rt/dist/test/asan/TestCases/Helpers/blacklist-extra.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/echo-env.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/init-order-atexit-extra.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/init-order-pthread-create-extra.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-blacklist-extra.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-blacklist-extra2.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-blacklist.txt (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-bug-extra.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-bug-extra2.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-constexpr-extra.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-nobug-extra.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/lit.local.cfg vendor/compiler-rt/dist/test/asan/TestCases/Linux/ vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan-asm-stacktrace-test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_dlopen_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_prelink_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_preload_test-1.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_preload_test-2.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/clang_gcc_abi.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/clone_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-and-lsan.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-caller-callee-total-count.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-caller-callee.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-direct-large.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-direct.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-disabled.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-fork-direct.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-fork.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-levels.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-maybe-open-file.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-module-unloaded.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-sandboxing.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-tracing.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/function-sections-are-bad.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/globals-gc-sections.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/initialization-bug-any-order.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/interception-in-shared-lib-test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/interception_malloc_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/interception_readdir_r_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/interception_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/interface_symbols_linux.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/kernel-area.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/leak.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/lit.local.cfg vendor/compiler-rt/dist/test/asan/TestCases/Linux/malloc-in-qsort.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/malloc_delete_mismatch.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/odr-violation.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/overflow-in-qsort.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/preinit_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/ptrace.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/rlimit_mmap_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/shmctl.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/sized_delete_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/stack-trace-dlclose.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/stress_dtls.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/swapcontext_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/syscalls.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/uar_signals.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/unpoison_tls.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/ vendor/compiler-rt/dist/test/asan/TestCases/Posix/allow_user_segv.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/asprintf.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/assign_large_valloc_to_global.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/glob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/glob_test_root/ vendor/compiler-rt/dist/test/asan/TestCases/Posix/glob_test_root/aa vendor/compiler-rt/dist/test/asan/TestCases/Posix/glob_test_root/ab vendor/compiler-rt/dist/test/asan/TestCases/Posix/glob_test_root/ba vendor/compiler-rt/dist/test/asan/TestCases/Posix/init-order-dlopen.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/ioctl.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/large_allocator_unpoisons_on_free.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/lit.local.cfg vendor/compiler-rt/dist/test/asan/TestCases/Posix/new_array_cookie_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/new_array_cookie_uaf_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/readv.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/shared-lib-test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/start-deactivated.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/strerror_r_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/tsd_dtor_leak.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/wait.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/wait4.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/waitid.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/ vendor/compiler-rt/dist/test/asan/TestCases/Windows/aligned_mallocs.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/allocators_sanity.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/beginthreadex.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/bitfield.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/bitfield_uaf.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/calloc_left_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/calloc_right_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/calloc_uaf.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/crt_initializers.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/demangled_names.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_aligned_mallocs.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_allocators_sanity.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_and_lib.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_cerr.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_host.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_intercept_memchr.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_intercept_memcpy.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_intercept_memcpy_indirect.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_intercept_memset.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_intercept_strlen.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_large_function.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_malloc_left_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_malloc_uaf.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_noreturn.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_null_deref.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_operator_array_new_left_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_operator_array_new_with_dtor_left_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_poison_unpoison.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_seh.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_stack_use_after_return.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/double_free.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/double_operator_delete.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/global_const_string.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/global_const_string_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/hello_world.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/intercept_memcpy.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/intercept_strdup.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/intercept_strlen.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/lit.local.cfg vendor/compiler-rt/dist/test/asan/TestCases/Windows/longjmp.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/malloc_left_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/malloc_right_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/malloc_uaf.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/null_deref.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/null_deref_multiple_dlls.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_array_new_left_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_array_new_right_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_array_new_uaf.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_array_new_with_dtor_left_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_delete_wrong_argument.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_new_left_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_new_right_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_new_uaf.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/realloc_left_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/realloc_right_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/realloc_uaf.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/report_after_syminitialize.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/seh.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/stack_array_left_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/stack_array_right_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/stack_array_sanity.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/stack_use_after_return.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/thread_simple.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/thread_stack_array_right_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/thread_stack_reuse.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/thread_stress.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/throw_catch.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/use_after_realloc.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/use_after_return_linkage.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/windows_h.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/wrong_downcast_on_heap.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/wrong_downcast_on_stack.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_big_alignment.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_detect_custom_size_.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_instruments_all_paddings.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_overflow_partial.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_overflow_right.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_safe_access.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_underflow_left.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/allocator_returns_null.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/asan_and_llvm_coverage_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/atexit_stats.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/blacklist.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/contiguous_container.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/contiguous_container_crash.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/current_allocated_bytes.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/debug_locate.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/debug_mapping.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/debug_ppc64_mapping.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/debug_report.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/debug_stacks.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/deep_call_stack.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/deep_stack_uaf.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/deep_tail_call.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/deep_thread_stack.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/default_blacklist.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/default_options.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/describe_address.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/dlclose-test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/double-free.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/dump_instruction_bytes.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/force_inline_opt0.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/free_hook_realloc.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/frexp_interceptor.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/gc-test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/global-demangle.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/global-location.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/global-overflow.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/heap-overflow-large.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/heap-overflow.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/heavy_uar_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/huge_negative_hea_oob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/init-order-atexit.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/init-order-pthread-create.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/initialization-blacklist.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/initialization-bug.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/initialization-constexpr.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/initialization-nobug.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/inline.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/interception_failure_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/interface_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/intra-object-overflow.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/invalid-free.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/large_func_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/log-path_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/log_path_fork_test.cc.disabled vendor/compiler-rt/dist/test/asan/TestCases/longjmp.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/lsan_annotations.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/malloc_context_size.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/malloc_fill.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/max_redzone.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/memcmp_strict_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/memcmp_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/memset_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/mmap_limit_mb.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/no_asan_gen_globals.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/null_deref.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/on_error_callback.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/partial_right.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/poison_partial.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/print_summary.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/printf-1.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/printf-2.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/printf-3.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/printf-4.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/printf-5.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/sanity_check_pure_c.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/sleep_before_dying.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/stack-buffer-overflow-with-position.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/stack-buffer-overflow.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/stack-frame-demangle.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/stack-oob-frames.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/stack-overflow.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/stack-use-after-return.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/strdup_oob_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/strip_path_prefix.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/strncpy-overflow.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/suppressions-function.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/suppressions-interceptor.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/suppressions-library.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/throw_call_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/throw_catch.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/throw_invoke_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/time_interceptor.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/uar_and_exceptions.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/unaligned_loads_and_stores.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-delete.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-free-right.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-free.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-poison.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-dtor-order.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-inlined.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-nobug.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-temp.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/zero_page_pc.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/Unit/ vendor/compiler-rt/dist/test/asan/Unit/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/asan/android_commands/ vendor/compiler-rt/dist/test/asan/android_commands/android_common.py (contents, props changed) vendor/compiler-rt/dist/test/asan/android_commands/android_compile.py (contents, props changed) vendor/compiler-rt/dist/test/asan/android_commands/android_run.py (contents, props changed) vendor/compiler-rt/dist/test/asan/lit.cfg vendor/compiler-rt/dist/test/asan/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/builtins/ vendor/compiler-rt/dist/test/builtins/Unit/ vendor/compiler-rt/dist/test/builtins/Unit/absvdi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/absvsi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/absvti2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/adddf3vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/addsf3vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/addtf3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/addvdi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/addvsi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/addvti3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ashldi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ashlti3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ashrdi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ashrti3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/bswapdi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/bswapsi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/clear_cache_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/clzdi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/clzsi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/clzti2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/cmpdi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/cmpti2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/comparedf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/comparesf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ctzdi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ctzsi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ctzti2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/divdc3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/divdf3vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/divdi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/divmodsi4_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/divsc3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/divsf3vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/divsi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/divtc3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/divtf3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/divti3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/divxc3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/enable_execute_stack_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/endianness.h (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/eqdf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/eqsf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/eqtf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/extebdsfdf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/extenddftf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/extendsftf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ffsdi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ffsti2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixdfdi_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixdfsivfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixdfti_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixsfdi_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixsfsivfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixsfti_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsdfdi_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsdfsi_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsdfsivfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsdfti_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunssfdi_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunssfsi_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunssfsivfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunssfti_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunstfdi_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsxfdi_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsxfsi_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsxfti_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixxfdi_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixxfti_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatdidf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatdisf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatdixf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatsidfvfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatsisfvfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatsitf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floattidf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floattisf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floattixf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatundidf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatundisf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatundixf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatunsitf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatunssidfvfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatunssisfvfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatuntidf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatuntisf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatuntixf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/fp_test.h (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/gcc_personality_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/gcc_personality_test_helper.cxx (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/gedf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/gesf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/getf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/gtdf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/gtsf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/gttf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ledf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/lesf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/letf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/lshrdi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/lshrti3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ltdf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ltsf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/lttf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/moddi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/modsi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/modti3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/muldc3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/muldf3vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/muldi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulodi4_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulosi4_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/muloti4_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulsc3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulsf3vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/multc3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/multf3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/multi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulvdi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulvsi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulvti3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulxc3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/nedf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/negdf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/negdi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/negsf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/negti2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/negvdi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/negvsi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/negvti2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/nesf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/netf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/paritydi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/paritysi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/parityti2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/popcountdi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/popcountsi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/popcountti2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/powidf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/powisf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/powitf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/powixf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/ vendor/compiler-rt/dist/test/builtins/Unit/ppc/DD.h (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/fixtfdi_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/floatditf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/floatditf_test.h (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/floatunditf_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/floatunditf_test.h (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/qadd_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/qdiv_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/qmul_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/qsub_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/test (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/subdf3vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/subsf3vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/subtf3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/subvdi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/subvsi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/subvti3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/test (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/trampoline_setup_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/truncdfsf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/trunctfdf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/trunctfsf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ucmpdi2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/ucmpti2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/udivdi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/udivmoddi4_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/udivmodsi4_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/udivmodti4_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/udivsi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/udivti3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/umoddi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/umodsi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/umodti3_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/unorddf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/unordsf2vfp_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/unordtf2_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/ vendor/compiler-rt/dist/test/builtins/timing/ashldi3.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/ashrdi3.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/divdi3.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/floatdidf.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/floatdisf.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/floatdixf.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/floatundidf.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/floatundisf.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/floatundixf.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/lshrdi3.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/moddi3.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/modsi3.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/muldi3.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/negdi2.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/time (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/timing.h (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/udivdi3.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/timing/umoddi3.c (contents, props changed) vendor/compiler-rt/dist/test/dfsan/ vendor/compiler-rt/dist/test/dfsan/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/dfsan/Inputs/ vendor/compiler-rt/dist/test/dfsan/Inputs/flags_abilist.txt (contents, props changed) vendor/compiler-rt/dist/test/dfsan/basic.c (contents, props changed) vendor/compiler-rt/dist/test/dfsan/custom.cc (contents, props changed) vendor/compiler-rt/dist/test/dfsan/dump_labels.c (contents, props changed) vendor/compiler-rt/dist/test/dfsan/flags.c (contents, props changed) vendor/compiler-rt/dist/test/dfsan/fncall.c (contents, props changed) vendor/compiler-rt/dist/test/dfsan/label_count.c (contents, props changed) vendor/compiler-rt/dist/test/dfsan/lit.cfg vendor/compiler-rt/dist/test/dfsan/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/dfsan/propagate.c (contents, props changed) vendor/compiler-rt/dist/test/dfsan/vararg.c (contents, props changed) vendor/compiler-rt/dist/test/dfsan/write_callback.c (contents, props changed) vendor/compiler-rt/dist/test/lit.common.cfg vendor/compiler-rt/dist/test/lit.common.configured.in (contents, props changed) vendor/compiler-rt/dist/test/lsan/ vendor/compiler-rt/dist/test/lsan/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/ vendor/compiler-rt/dist/test/lsan/TestCases/cleanup_in_tsd_destructor.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/disabler.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/disabler_in_tsd_destructor.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/do_leak_check_override.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/fork.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/fork_threaded.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/high_allocator_contention.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/ignore_object.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/ignore_object_errors.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/large_allocation_leak.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/leak_check_at_exit.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/leak_check_before_thread_started.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/link_turned_off.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/new_array_with_dtor_0.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/pointer_to_self.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/print_suppressions.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/register_root_region.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/sanity_check_pure_c.c (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/stale_stack_leak.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/suppressions_default.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/suppressions_file.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/swapcontext.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_after_return.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_globals_initialized.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_globals_uninitialized.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_poisoned_asan.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_registers.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_stacks.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_stacks_threaded.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_tls_dynamic.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_tls_pthread_specific_dynamic.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_tls_pthread_specific_static.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_tls_static.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_unaligned.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/lit.common.cfg vendor/compiler-rt/dist/test/lsan/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/msan/ vendor/compiler-rt/dist/test/msan/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/msan/Linux/ vendor/compiler-rt/dist/test/msan/Linux/getresid.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/Linux/glob.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/Linux/glob_altdirfunc.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/Linux/glob_nomatch.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/Linux/glob_test_root/ vendor/compiler-rt/dist/test/msan/Linux/glob_test_root/aa vendor/compiler-rt/dist/test/msan/Linux/glob_test_root/ab vendor/compiler-rt/dist/test/msan/Linux/glob_test_root/ba vendor/compiler-rt/dist/test/msan/Linux/lit.local.cfg vendor/compiler-rt/dist/test/msan/Linux/sunrpc.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/Linux/sunrpc_bytes.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/Linux/sunrpc_string.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/Linux/syscalls.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/Linux/tcgetattr.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/Linux/xattr.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/Linux/xattr_test_root/ vendor/compiler-rt/dist/test/msan/Linux/xattr_test_root/a vendor/compiler-rt/dist/test/msan/Unit/ vendor/compiler-rt/dist/test/msan/Unit/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/msan/allocator_returns_null.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/backtrace.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/c-strdup.c (contents, props changed) vendor/compiler-rt/dist/test/msan/chained_origin.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/chained_origin_empty_stack.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/chained_origin_limits.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/chained_origin_memcpy.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/chained_origin_with_signals.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/check_mem_is_initialized.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/coverage-levels.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/cxa_atexit.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/death-callback.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/default_blacklist.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/dlerror.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/dso-origin.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/dtls_test.c (contents, props changed) vendor/compiler-rt/dist/test/msan/errno.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/fork.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/ftime.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/getaddrinfo-positive.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/getaddrinfo.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/getc_unlocked.c (contents, props changed) vendor/compiler-rt/dist/test/msan/getline.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/heap-origin.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/iconv.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/if_indextoname.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/ifaddrs.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/initgroups.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/inline.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/insertvalue_origin.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/ioctl.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/ioctl_custom.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/ioctl_sound.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/keep-going-dso.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/keep-going.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/lit.cfg vendor/compiler-rt/dist/test/msan/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/msan/mallinfo.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/mktime.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/mmap_below_shadow.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/msan_check_mem_is_initialized.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/msan_dump_shadow.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/msan_print_shadow.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/msan_print_shadow2.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/msan_print_shadow3.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/mul_by_const.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/no_sanitize_memory.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/no_sanitize_memory_prop.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/obstack.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/param_tls_limit.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/poison_in_free.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/print_stats.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/pthread_getattr_np_deadlock.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/rand_r.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/readdir64.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/report-demangling.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/scandir.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/scandir_null.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/scandir_test_root/ vendor/compiler-rt/dist/test/msan/scandir_test_root/aaa vendor/compiler-rt/dist/test/msan/scandir_test_root/aab vendor/compiler-rt/dist/test/msan/scandir_test_root/bbb vendor/compiler-rt/dist/test/msan/select.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/select_float_origin.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/select_origin.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/setlocale.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/signal_stress_test.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/sigwait.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/sigwaitinfo.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/stack-origin.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/stack-origin2.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/strerror_r-non-gnu.c (contents, props changed) vendor/compiler-rt/dist/test/msan/strlen_of_shadow.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/strxfrm.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/sync_lock_set_and_test.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/textdomain.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/times.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/tls_reuse.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/tsearch.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/tzset.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/unaligned_read_origin.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/unpoison_string.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/use-after-free.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/vector_cvt.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/vector_select.cc (contents, props changed) vendor/compiler-rt/dist/test/profile/ vendor/compiler-rt/dist/test/profile/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/ vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-func.c (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-func2.c (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-main.c (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dynamic-a.cpp (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dynamic-b.cpp (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dynamic-header.h (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dynamic-main.cpp (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-basic.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-dlopen.test vendor/compiler-rt/dist/test/profile/instrprof-dynamic-one-shared.test vendor/compiler-rt/dist/test/profile/instrprof-dynamic-two-shared.test vendor/compiler-rt/dist/test/profile/instrprof-reset-counters.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-set-filename.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-without-libc.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-write-file-atexit-explicitly.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-write-file-only.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-write-file.c (contents, props changed) vendor/compiler-rt/dist/test/profile/lit.cfg vendor/compiler-rt/dist/test/profile/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/ vendor/compiler-rt/dist/test/sanitizer_common/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/ vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/ vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/aligned_alloc.c (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/clock_gettime.c (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/getpass.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/lit.local.cfg vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/mlock_test.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/open_memstream.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/ptrace.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/timerfd.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/corelimit.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/malloc_hook.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/print-stack-trace.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/pthread_mutexattr_get.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/Unit/ vendor/compiler-rt/dist/test/sanitizer_common/Unit/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/lit.common.cfg vendor/compiler-rt/dist/test/sanitizer_common/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/tsan/ vendor/compiler-rt/dist/test/tsan/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/tsan/Linux/ vendor/compiler-rt/dist/test/tsan/Linux/lit.local.cfg vendor/compiler-rt/dist/test/tsan/Linux/mutex_robust.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/Linux/mutex_robust2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/Linux/user_fopen.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/Linux/user_malloc.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/Unit/ vendor/compiler-rt/dist/test/tsan/Unit/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/tsan/aligned_vs_unaligned_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/allocator_returns_null.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/atexit.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/atexit2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/atomic_free.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/atomic_free2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/atomic_norace.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/atomic_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/atomic_stack.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/barrier.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/bench.h (contents, props changed) vendor/compiler-rt/dist/test/tsan/bench_acquire_only.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/bench_acquire_release.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/bench_local_mutex.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/bench_mutex.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/bench_release_only.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/bench_rwmutex.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/bench_shadow_flush.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/bench_single_writer.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/bench_ten_mutexes.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/benign_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/blacklist.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/blacklist2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/cond.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/cond_cancel.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/cond_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/cond_version.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/deadlock_detector_stress_test.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/deep_stack1.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/default_options.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/deflake.bash (contents, props changed) vendor/compiler-rt/dist/test/tsan/dlclose.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fd_close_norace.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fd_close_norace2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fd_dup_norace.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fd_location.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fd_pipe_norace.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fd_pipe_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fd_socket_connect_norace.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fd_socket_norace.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fd_socketpair_norace.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fd_stdout_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fork_atexit.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fork_deadlock.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fork_multithreaded.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/fork_multithreaded3.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/free_race.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/free_race.c.supp vendor/compiler-rt/dist/test/tsan/free_race2.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/getline_nohang.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/global_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/global_race2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/global_race3.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/halt_on_error.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/heap_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_free.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_lib0.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_lib0.cc.supp vendor/compiler-rt/dist/test/tsan/ignore_lib1.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_lib1.cc.supp vendor/compiler-rt/dist/test/tsan/ignore_lib2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_lib2.cc.supp vendor/compiler-rt/dist/test/tsan/ignore_lib3.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_lib3.cc.supp vendor/compiler-rt/dist/test/tsan/ignore_lib_lib.h (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_malloc.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_sync.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/inlined_memcpy_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/inlined_memcpy_race2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/interface_atomic_test.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/java.h (contents, props changed) vendor/compiler-rt/dist/test/tsan/java_alloc.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/java_finalizer.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/java_lock.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/java_lock_move.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/java_lock_rec.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/java_lock_rec_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/java_move_overlap.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/java_move_overlap_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/java_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/java_race_move.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/java_rwlock.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/libcxx/ vendor/compiler-rt/dist/test/tsan/libcxx/lit.local.cfg vendor/compiler-rt/dist/test/tsan/libcxx/std_shared_ptr.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/lit.cfg vendor/compiler-rt/dist/test/tsan/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/tsan/load_shared_lib.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/longjmp.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/longjmp2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/longjmp3.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/longjmp4.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/malloc_overflow.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/malloc_stack.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/map32bit.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/memcpy_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mmap_large.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mop_with_offset.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mop_with_offset2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/must_deadlock.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutex_bad_read_lock.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutex_bad_read_unlock.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutex_bad_unlock.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutex_cycle2.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutex_destroy_locked.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutex_double_lock.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutexset1.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutexset2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutexset3.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutexset4.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutexset5.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutexset6.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutexset7.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutexset8.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/printf-1.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/process_sleep.h (contents, props changed) vendor/compiler-rt/dist/test/tsan/pthread_atfork_deadlock.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/race_on_barrier.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/race_on_barrier2.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/race_on_heap.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/race_on_mutex.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/race_on_mutex2.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/race_on_puts.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/race_on_read.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/race_on_speculative_load.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/race_on_write.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/race_with_finished_thread.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/signal_errno.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/signal_longjmp.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/signal_malloc.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/signal_recursive.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/signal_sync.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/signal_write.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/sigsuspend.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/simple_race.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/simple_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/simple_stack.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/simple_stack2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/sleep_sync.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/sleep_sync2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/stack_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/stack_race2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/static_init1.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/static_init2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/static_init3.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/static_init4.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/static_init5.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/static_init6.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/sunrpc.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/suppress_same_address.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/suppress_same_stacks.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/suppressions_global.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/suppressions_global.cc.supp vendor/compiler-rt/dist/test/tsan/suppressions_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/suppressions_race.cc.supp vendor/compiler-rt/dist/test/tsan/suppressions_race2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/suppressions_race2.cc.supp vendor/compiler-rt/dist/test/tsan/test_output.sh (contents, props changed) vendor/compiler-rt/dist/test/tsan/thread_detach.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/thread_end_with_ignore.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/thread_end_with_ignore2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/thread_end_with_ignore3.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/thread_leak.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/thread_leak2.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/thread_leak3.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/thread_leak4.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/thread_leak5.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/thread_name.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/thread_name2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/tiny_race.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/tls_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/tls_race2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/tsan-vs-gvn.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/unaligned_norace.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/unaligned_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/vfork.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/virtual_inheritance_compile_bug.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/vptr_benign_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/vptr_harmful_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/vptr_harmful_race2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/vptr_harmful_race3.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/vptr_harmful_race4.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/write_in_reader_lock.cc (contents, props changed) vendor/compiler-rt/dist/test/ubsan/ vendor/compiler-rt/dist/test/ubsan/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/ vendor/compiler-rt/dist/test/ubsan/TestCases/Float/ vendor/compiler-rt/dist/test/ubsan/TestCases/Float/cast-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/ vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/add-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/div-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/div-zero.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/incdec-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/mul-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/negate-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/no-recover.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/shift.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/sub-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/summary.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/uadd-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/uincdec-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/umul-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/usub-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/ vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/bool.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/bounds.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/deduplication.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/enum.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/missing_return.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/nonnull-arg.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/nonnull.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/unreachable.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/vla.c (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/ vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/Function/ vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/Function/function.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/misaligned.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/null.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/vptr-virtual-base.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/vptr.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/lit.common.cfg vendor/compiler-rt/dist/test/ubsan/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/unittests/ vendor/compiler-rt/dist/unittests/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/unittests/lit.common.unit.cfg vendor/compiler-rt/dist/unittests/lit.common.unit.configured.in (contents, props changed) Deleted: vendor/compiler-rt/dist/BlocksRuntime/ vendor/compiler-rt/dist/SDKs/darwin/README.txt vendor/compiler-rt/dist/SDKs/darwin/usr/include/errno.h vendor/compiler-rt/dist/SDKs/darwin/usr/include/fcntl.h vendor/compiler-rt/dist/SDKs/darwin/usr/include/limits.h vendor/compiler-rt/dist/SDKs/darwin/usr/include/stdio.h vendor/compiler-rt/dist/SDKs/darwin/usr/include/stdlib.h vendor/compiler-rt/dist/SDKs/darwin/usr/include/string.h vendor/compiler-rt/dist/SDKs/darwin/usr/include/sys/errno.h vendor/compiler-rt/dist/SDKs/darwin/usr/include/sys/fcntl.h vendor/compiler-rt/dist/SDKs/darwin/usr/include/sys/mman.h vendor/compiler-rt/dist/SDKs/darwin/usr/include/sys/stat.h vendor/compiler-rt/dist/SDKs/darwin/usr/include/sys/types.h vendor/compiler-rt/dist/lib/absvdi2.c vendor/compiler-rt/dist/lib/absvsi2.c vendor/compiler-rt/dist/lib/absvti2.c vendor/compiler-rt/dist/lib/adddf3.c vendor/compiler-rt/dist/lib/addsf3.c vendor/compiler-rt/dist/lib/addvdi3.c vendor/compiler-rt/dist/lib/addvsi3.c vendor/compiler-rt/dist/lib/addvti3.c vendor/compiler-rt/dist/lib/apple_versioning.c vendor/compiler-rt/dist/lib/arm/ vendor/compiler-rt/dist/lib/asan/asan_dll_thunk.cc vendor/compiler-rt/dist/lib/asan/asan_intercepted_functions.h vendor/compiler-rt/dist/lib/asan/asan_mac.h vendor/compiler-rt/dist/lib/asan/lit_tests/ vendor/compiler-rt/dist/lib/ashldi3.c vendor/compiler-rt/dist/lib/ashlti3.c vendor/compiler-rt/dist/lib/ashrdi3.c vendor/compiler-rt/dist/lib/ashrti3.c vendor/compiler-rt/dist/lib/assembly.h vendor/compiler-rt/dist/lib/atomic.c vendor/compiler-rt/dist/lib/clear_cache.c vendor/compiler-rt/dist/lib/clzdi2.c vendor/compiler-rt/dist/lib/clzsi2.c vendor/compiler-rt/dist/lib/clzti2.c vendor/compiler-rt/dist/lib/cmpdi2.c vendor/compiler-rt/dist/lib/cmpti2.c vendor/compiler-rt/dist/lib/comparedf2.c vendor/compiler-rt/dist/lib/comparesf2.c vendor/compiler-rt/dist/lib/ctzdi2.c vendor/compiler-rt/dist/lib/ctzsi2.c vendor/compiler-rt/dist/lib/ctzti2.c vendor/compiler-rt/dist/lib/dfsan/libc_ubuntu1204_abilist.txt vendor/compiler-rt/dist/lib/dfsan/lit_tests/ vendor/compiler-rt/dist/lib/divdc3.c vendor/compiler-rt/dist/lib/divdf3.c vendor/compiler-rt/dist/lib/divdi3.c vendor/compiler-rt/dist/lib/divmoddi4.c vendor/compiler-rt/dist/lib/divmodsi4.c vendor/compiler-rt/dist/lib/divsc3.c vendor/compiler-rt/dist/lib/divsf3.c vendor/compiler-rt/dist/lib/divsi3.c vendor/compiler-rt/dist/lib/divti3.c vendor/compiler-rt/dist/lib/divxc3.c vendor/compiler-rt/dist/lib/enable_execute_stack.c vendor/compiler-rt/dist/lib/eprintf.c vendor/compiler-rt/dist/lib/extendsfdf2.c vendor/compiler-rt/dist/lib/ffsdi2.c vendor/compiler-rt/dist/lib/ffsti2.c vendor/compiler-rt/dist/lib/fixdfdi.c vendor/compiler-rt/dist/lib/fixdfsi.c vendor/compiler-rt/dist/lib/fixdfti.c vendor/compiler-rt/dist/lib/fixsfdi.c vendor/compiler-rt/dist/lib/fixsfsi.c vendor/compiler-rt/dist/lib/fixsfti.c vendor/compiler-rt/dist/lib/fixunsdfdi.c vendor/compiler-rt/dist/lib/fixunsdfsi.c vendor/compiler-rt/dist/lib/fixunsdfti.c vendor/compiler-rt/dist/lib/fixunssfdi.c vendor/compiler-rt/dist/lib/fixunssfsi.c vendor/compiler-rt/dist/lib/fixunssfti.c vendor/compiler-rt/dist/lib/fixunsxfdi.c vendor/compiler-rt/dist/lib/fixunsxfsi.c vendor/compiler-rt/dist/lib/fixunsxfti.c vendor/compiler-rt/dist/lib/fixxfdi.c vendor/compiler-rt/dist/lib/fixxfti.c vendor/compiler-rt/dist/lib/floatdidf.c vendor/compiler-rt/dist/lib/floatdisf.c vendor/compiler-rt/dist/lib/floatdixf.c vendor/compiler-rt/dist/lib/floatsidf.c vendor/compiler-rt/dist/lib/floatsisf.c vendor/compiler-rt/dist/lib/floattidf.c vendor/compiler-rt/dist/lib/floattisf.c vendor/compiler-rt/dist/lib/floattixf.c vendor/compiler-rt/dist/lib/floatundidf.c vendor/compiler-rt/dist/lib/floatundisf.c vendor/compiler-rt/dist/lib/floatundixf.c vendor/compiler-rt/dist/lib/floatunsidf.c vendor/compiler-rt/dist/lib/floatunsisf.c vendor/compiler-rt/dist/lib/floatuntidf.c vendor/compiler-rt/dist/lib/floatuntisf.c vendor/compiler-rt/dist/lib/floatuntixf.c vendor/compiler-rt/dist/lib/fp_lib.h vendor/compiler-rt/dist/lib/gcc_personality_v0.c vendor/compiler-rt/dist/lib/i386/ vendor/compiler-rt/dist/lib/int_endianness.h vendor/compiler-rt/dist/lib/int_lib.h vendor/compiler-rt/dist/lib/int_math.h vendor/compiler-rt/dist/lib/int_types.h vendor/compiler-rt/dist/lib/int_util.c vendor/compiler-rt/dist/lib/int_util.h vendor/compiler-rt/dist/lib/lit.common.cfg vendor/compiler-rt/dist/lib/lit.common.configured.in vendor/compiler-rt/dist/lib/lit.common.unit.cfg vendor/compiler-rt/dist/lib/lit.common.unit.configured.in vendor/compiler-rt/dist/lib/lsan/lit_tests/ vendor/compiler-rt/dist/lib/lsan/tests/ vendor/compiler-rt/dist/lib/lshrdi3.c vendor/compiler-rt/dist/lib/lshrti3.c vendor/compiler-rt/dist/lib/moddi3.c vendor/compiler-rt/dist/lib/modsi3.c vendor/compiler-rt/dist/lib/modti3.c vendor/compiler-rt/dist/lib/msan/lit_tests/ vendor/compiler-rt/dist/lib/msan/tests/msandr_test_so.cc vendor/compiler-rt/dist/lib/msan/tests/msandr_test_so.h vendor/compiler-rt/dist/lib/msandr/ vendor/compiler-rt/dist/lib/muldc3.c vendor/compiler-rt/dist/lib/muldf3.c vendor/compiler-rt/dist/lib/muldi3.c vendor/compiler-rt/dist/lib/mulodi4.c vendor/compiler-rt/dist/lib/mulosi4.c vendor/compiler-rt/dist/lib/muloti4.c vendor/compiler-rt/dist/lib/mulsc3.c vendor/compiler-rt/dist/lib/mulsf3.c vendor/compiler-rt/dist/lib/multi3.c vendor/compiler-rt/dist/lib/mulvdi3.c vendor/compiler-rt/dist/lib/mulvsi3.c vendor/compiler-rt/dist/lib/mulvti3.c vendor/compiler-rt/dist/lib/mulxc3.c vendor/compiler-rt/dist/lib/negdf2.c vendor/compiler-rt/dist/lib/negdi2.c vendor/compiler-rt/dist/lib/negsf2.c vendor/compiler-rt/dist/lib/negti2.c vendor/compiler-rt/dist/lib/negvdi2.c vendor/compiler-rt/dist/lib/negvsi2.c vendor/compiler-rt/dist/lib/negvti2.c vendor/compiler-rt/dist/lib/paritydi2.c vendor/compiler-rt/dist/lib/paritysi2.c vendor/compiler-rt/dist/lib/parityti2.c vendor/compiler-rt/dist/lib/popcountdi2.c vendor/compiler-rt/dist/lib/popcountsi2.c vendor/compiler-rt/dist/lib/popcountti2.c vendor/compiler-rt/dist/lib/powidf2.c vendor/compiler-rt/dist/lib/powisf2.c vendor/compiler-rt/dist/lib/powitf2.c vendor/compiler-rt/dist/lib/powixf2.c vendor/compiler-rt/dist/lib/ppc/ vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_interceptors_scanf.inc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/lit.site.cfg.in vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_scanf_interceptor_test.cc vendor/compiler-rt/dist/lib/sparc64/ vendor/compiler-rt/dist/lib/subdf3.c vendor/compiler-rt/dist/lib/subsf3.c vendor/compiler-rt/dist/lib/subvdi3.c vendor/compiler-rt/dist/lib/subvsi3.c vendor/compiler-rt/dist/lib/subvti3.c vendor/compiler-rt/dist/lib/trampoline_setup.c vendor/compiler-rt/dist/lib/truncdfsf2.c vendor/compiler-rt/dist/lib/tsan/lit_tests/ vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interface_atomic.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_symbolize_addr2line_linux.cc vendor/compiler-rt/dist/lib/ubsan/lit_tests/ vendor/compiler-rt/dist/lib/ucmpdi2.c vendor/compiler-rt/dist/lib/ucmpti2.c vendor/compiler-rt/dist/lib/udivdi3.c vendor/compiler-rt/dist/lib/udivmoddi4.c vendor/compiler-rt/dist/lib/udivmodsi4.c vendor/compiler-rt/dist/lib/udivmodti4.c vendor/compiler-rt/dist/lib/udivsi3.c vendor/compiler-rt/dist/lib/udivti3.c vendor/compiler-rt/dist/lib/umoddi3.c vendor/compiler-rt/dist/lib/umodsi3.c vendor/compiler-rt/dist/lib/umodti3.c vendor/compiler-rt/dist/lib/x86_64/ vendor/compiler-rt/dist/make/platform/clang_darwin_embedded.mk vendor/compiler-rt/dist/test/Unit/ vendor/compiler-rt/dist/test/timing/ Modified: vendor/compiler-rt/dist/.arcconfig vendor/compiler-rt/dist/.gitignore vendor/compiler-rt/dist/CMakeLists.txt vendor/compiler-rt/dist/CREDITS.TXT vendor/compiler-rt/dist/LICENSE.TXT vendor/compiler-rt/dist/Makefile vendor/compiler-rt/dist/README.txt vendor/compiler-rt/dist/SDKs/linux/usr/include/stdio.h vendor/compiler-rt/dist/cmake/Modules/AddCompilerRT.cmake vendor/compiler-rt/dist/cmake/Modules/CompilerRTCompile.cmake vendor/compiler-rt/dist/cmake/Modules/CompilerRTLink.cmake vendor/compiler-rt/dist/cmake/Modules/CompilerRTUtils.cmake vendor/compiler-rt/dist/cmake/Modules/SanitizerUtils.cmake vendor/compiler-rt/dist/include/CMakeLists.txt vendor/compiler-rt/dist/include/sanitizer/asan_interface.h vendor/compiler-rt/dist/include/sanitizer/common_interface_defs.h vendor/compiler-rt/dist/include/sanitizer/dfsan_interface.h vendor/compiler-rt/dist/include/sanitizer/lsan_interface.h vendor/compiler-rt/dist/include/sanitizer/msan_interface.h vendor/compiler-rt/dist/lib/CMakeLists.txt vendor/compiler-rt/dist/lib/Makefile.mk vendor/compiler-rt/dist/lib/asan/CMakeLists.txt vendor/compiler-rt/dist/lib/asan/Makefile.mk vendor/compiler-rt/dist/lib/asan/README.txt vendor/compiler-rt/dist/lib/asan/asan_allocator.h vendor/compiler-rt/dist/lib/asan/asan_allocator2.cc vendor/compiler-rt/dist/lib/asan/asan_blacklist.txt vendor/compiler-rt/dist/lib/asan/asan_fake_stack.cc vendor/compiler-rt/dist/lib/asan/asan_fake_stack.h vendor/compiler-rt/dist/lib/asan/asan_flags.h vendor/compiler-rt/dist/lib/asan/asan_globals.cc vendor/compiler-rt/dist/lib/asan/asan_interceptors.cc vendor/compiler-rt/dist/lib/asan/asan_interceptors.h vendor/compiler-rt/dist/lib/asan/asan_interface_internal.h vendor/compiler-rt/dist/lib/asan/asan_internal.h vendor/compiler-rt/dist/lib/asan/asan_linux.cc vendor/compiler-rt/dist/lib/asan/asan_mac.cc vendor/compiler-rt/dist/lib/asan/asan_malloc_linux.cc vendor/compiler-rt/dist/lib/asan/asan_malloc_mac.cc vendor/compiler-rt/dist/lib/asan/asan_malloc_win.cc vendor/compiler-rt/dist/lib/asan/asan_mapping.h vendor/compiler-rt/dist/lib/asan/asan_new_delete.cc vendor/compiler-rt/dist/lib/asan/asan_poisoning.cc vendor/compiler-rt/dist/lib/asan/asan_poisoning.h vendor/compiler-rt/dist/lib/asan/asan_posix.cc vendor/compiler-rt/dist/lib/asan/asan_preinit.cc vendor/compiler-rt/dist/lib/asan/asan_report.cc vendor/compiler-rt/dist/lib/asan/asan_report.h vendor/compiler-rt/dist/lib/asan/asan_rtl.cc vendor/compiler-rt/dist/lib/asan/asan_stack.cc vendor/compiler-rt/dist/lib/asan/asan_stack.h vendor/compiler-rt/dist/lib/asan/asan_stats.cc vendor/compiler-rt/dist/lib/asan/asan_stats.h vendor/compiler-rt/dist/lib/asan/asan_thread.cc vendor/compiler-rt/dist/lib/asan/asan_thread.h vendor/compiler-rt/dist/lib/asan/asan_win.cc vendor/compiler-rt/dist/lib/asan/scripts/asan_symbolize.py vendor/compiler-rt/dist/lib/asan/tests/CMakeLists.txt vendor/compiler-rt/dist/lib/asan/tests/asan_fake_stack_test.cc vendor/compiler-rt/dist/lib/asan/tests/asan_interface_test.cc vendor/compiler-rt/dist/lib/asan/tests/asan_mem_test.cc vendor/compiler-rt/dist/lib/asan/tests/asan_noinst_test.cc vendor/compiler-rt/dist/lib/asan/tests/asan_oob_test.cc vendor/compiler-rt/dist/lib/asan/tests/asan_racy_double_free_test.cc vendor/compiler-rt/dist/lib/asan/tests/asan_str_test.cc vendor/compiler-rt/dist/lib/asan/tests/asan_test.cc vendor/compiler-rt/dist/lib/asan/tests/asan_test_config.h vendor/compiler-rt/dist/lib/asan/tests/asan_test_utils.h vendor/compiler-rt/dist/lib/dfsan/CMakeLists.txt vendor/compiler-rt/dist/lib/dfsan/dfsan.cc vendor/compiler-rt/dist/lib/dfsan/dfsan.h vendor/compiler-rt/dist/lib/dfsan/dfsan_custom.cc vendor/compiler-rt/dist/lib/dfsan/done_abilist.txt vendor/compiler-rt/dist/lib/dfsan/scripts/build-libc-list.py vendor/compiler-rt/dist/lib/interception/CMakeLists.txt vendor/compiler-rt/dist/lib/interception/interception.h vendor/compiler-rt/dist/lib/interception/interception_linux.cc vendor/compiler-rt/dist/lib/interception/interception_linux.h vendor/compiler-rt/dist/lib/interception/interception_type_test.cc vendor/compiler-rt/dist/lib/interception/interception_win.cc vendor/compiler-rt/dist/lib/interception/interception_win.h vendor/compiler-rt/dist/lib/lsan/CMakeLists.txt vendor/compiler-rt/dist/lib/lsan/lsan.cc vendor/compiler-rt/dist/lib/lsan/lsan.h vendor/compiler-rt/dist/lib/lsan/lsan_allocator.cc vendor/compiler-rt/dist/lib/lsan/lsan_allocator.h vendor/compiler-rt/dist/lib/lsan/lsan_common.cc vendor/compiler-rt/dist/lib/lsan/lsan_common.h vendor/compiler-rt/dist/lib/lsan/lsan_common_linux.cc vendor/compiler-rt/dist/lib/lsan/lsan_interceptors.cc vendor/compiler-rt/dist/lib/lsan/lsan_preinit.cc vendor/compiler-rt/dist/lib/msan/CMakeLists.txt vendor/compiler-rt/dist/lib/msan/msan.cc vendor/compiler-rt/dist/lib/msan/msan.h vendor/compiler-rt/dist/lib/msan/msan_allocator.cc vendor/compiler-rt/dist/lib/msan/msan_flags.h vendor/compiler-rt/dist/lib/msan/msan_interceptors.cc vendor/compiler-rt/dist/lib/msan/msan_interface_internal.h vendor/compiler-rt/dist/lib/msan/msan_linux.cc vendor/compiler-rt/dist/lib/msan/msan_new_delete.cc vendor/compiler-rt/dist/lib/msan/msan_report.cc vendor/compiler-rt/dist/lib/msan/tests/CMakeLists.txt vendor/compiler-rt/dist/lib/msan/tests/msan_loadable.cc vendor/compiler-rt/dist/lib/msan/tests/msan_test.cc vendor/compiler-rt/dist/lib/profile/CMakeLists.txt vendor/compiler-rt/dist/lib/profile/GCDAProfiling.c vendor/compiler-rt/dist/lib/profile/Makefile.mk vendor/compiler-rt/dist/lib/sanitizer_common/CMakeLists.txt vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_internal.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_atomic.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_atomic_clang.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_atomic_msvc.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_interceptors.inc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_libcdep.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_syscalls.inc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flags.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flags.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_internal_defs.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libc.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libc.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libignore.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux_libcdep.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_list.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_mac.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_mutex.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_interceptors.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_linux.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_posix.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_posix.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_posix.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_posix_libcdep.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_printf.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_report_decorator.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stackdepot.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stackdepot.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_suppressions.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_suppressions.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_win.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_syscall_generic.inc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_thread_registry.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_thread_registry.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win.cc vendor/compiler-rt/dist/lib/sanitizer_common/scripts/check_lint.sh vendor/compiler-rt/dist/lib/sanitizer_common/scripts/cpplint.py vendor/compiler-rt/dist/lib/sanitizer_common/scripts/gen_dynamic_list.py vendor/compiler-rt/dist/lib/sanitizer_common/scripts/sancov.py vendor/compiler-rt/dist/lib/sanitizer_common/tests/CMakeLists.txt vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_allocator_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_allocator_testlib.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_atomic_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_common_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_flags_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_ioctl_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_libc_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_mutex_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_posix_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_printf_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_procmaps_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_suppressions_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_test_utils.h vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_thread_registry_test.cc vendor/compiler-rt/dist/lib/tsan/CMakeLists.txt vendor/compiler-rt/dist/lib/tsan/Makefile.old vendor/compiler-rt/dist/lib/tsan/check_analyze.sh vendor/compiler-rt/dist/lib/tsan/check_cmake.sh vendor/compiler-rt/dist/lib/tsan/go/buildgo.sh vendor/compiler-rt/dist/lib/tsan/go/test.c vendor/compiler-rt/dist/lib/tsan/go/tsan_go.cc vendor/compiler-rt/dist/lib/tsan/rtl/Makefile.old vendor/compiler-rt/dist/lib/tsan/rtl/tsan_clock.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_clock.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_defs.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_fd.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_fd.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_flags.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_flags.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interceptors.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interface_ann.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interface_atomic.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interface_java.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interface_java.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_md5.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_mman.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_mman.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_mutex.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_mutex.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_mutexset.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform_linux.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform_mac.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform_windows.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_report.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_report.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_amd64.S vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_mutex.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_report.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_thread.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_stat.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_stat.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_suppressions.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_suppressions.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_symbolize.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_symbolize.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_sync.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_sync.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_trace.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_update_shadow_word_inl.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_vector.h vendor/compiler-rt/dist/lib/tsan/tests/CMakeLists.txt vendor/compiler-rt/dist/lib/tsan/tests/rtl/tsan_test.cc vendor/compiler-rt/dist/lib/tsan/tests/rtl/tsan_test_util.h vendor/compiler-rt/dist/lib/tsan/tests/rtl/tsan_test_util_linux.cc vendor/compiler-rt/dist/lib/tsan/tests/unit/tsan_clock_test.cc vendor/compiler-rt/dist/lib/tsan/tests/unit/tsan_flags_test.cc vendor/compiler-rt/dist/lib/tsan/tests/unit/tsan_mman_test.cc vendor/compiler-rt/dist/lib/tsan/tests/unit/tsan_stack_test.cc vendor/compiler-rt/dist/lib/tsan/tests/unit/tsan_sync_test.cc vendor/compiler-rt/dist/lib/tsan/tests/unit/tsan_vector_test.cc vendor/compiler-rt/dist/lib/ubsan/CMakeLists.txt vendor/compiler-rt/dist/lib/ubsan/ubsan_diag.cc vendor/compiler-rt/dist/lib/ubsan/ubsan_diag.h vendor/compiler-rt/dist/lib/ubsan/ubsan_handlers.cc vendor/compiler-rt/dist/lib/ubsan/ubsan_handlers.h vendor/compiler-rt/dist/lib/ubsan/ubsan_handlers_cxx.cc vendor/compiler-rt/dist/lib/ubsan/ubsan_type_hash.cc vendor/compiler-rt/dist/lib/ubsan/ubsan_value.cc vendor/compiler-rt/dist/lib/ubsan/ubsan_value.h vendor/compiler-rt/dist/make/config.mk vendor/compiler-rt/dist/make/platform/clang_darwin.mk vendor/compiler-rt/dist/make/platform/clang_linux.mk vendor/compiler-rt/dist/make/platform/darwin_bni.mk vendor/compiler-rt/dist/make/platform/darwin_fat.mk vendor/compiler-rt/dist/make/subdir.mk vendor/compiler-rt/dist/www/index.html Modified: vendor/compiler-rt/dist/.arcconfig ============================================================================== --- vendor/compiler-rt/dist/.arcconfig Wed Jan 7 19:55:18 2015 (r276788) +++ vendor/compiler-rt/dist/.arcconfig Wed Jan 7 19:55:37 2015 (r276789) @@ -1,4 +1,4 @@ { "project_id" : "compiler-rt", - "conduit_uri" : "http://llvm-reviews.chandlerc.com/" + "conduit_uri" : "http://reviews.llvm.org/" } Modified: vendor/compiler-rt/dist/.gitignore ============================================================================== --- vendor/compiler-rt/dist/.gitignore Wed Jan 7 19:55:18 2015 (r276788) +++ vendor/compiler-rt/dist/.gitignore Wed Jan 7 19:55:37 2015 (r276789) @@ -2,3 +2,4 @@ darwin_fat clang_darwin multi_arch +*.sw? Modified: vendor/compiler-rt/dist/CMakeLists.txt ============================================================================== --- vendor/compiler-rt/dist/CMakeLists.txt Wed Jan 7 19:55:18 2015 (r276788) +++ vendor/compiler-rt/dist/CMakeLists.txt Wed Jan 7 19:55:37 2015 (r276789) @@ -1,49 +1,166 @@ # CMake build for CompilerRT. # # This build assumes that CompilerRT is checked out into the -# 'projects/compiler-rt' inside of an LLVM tree, it is not a stand-alone build -# system. +# 'projects/compiler-rt' inside of an LLVM tree. +# Standalone build system for CompilerRT is not yet ready. # # An important constraint of the build is that it only produces libraries # based on the ability of the host toolchain to target various platforms. -include(LLVMParseArguments) +# Check if compiler-rt is built as a standalone project. +if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) + project(CompilerRT C CXX) + set(COMPILER_RT_STANDALONE_BUILD TRUE) +else() + set(COMPILER_RT_STANDALONE_BUILD FALSE) +endif() # The CompilerRT build system requires CMake version 2.8.8 or higher in order # to use its support for building convenience "libraries" as a collection of # .o files. This is particularly useful in producing larger, more complex # runtime libraries. -cmake_minimum_required(VERSION 2.8.8) +if (NOT MSVC) + cmake_minimum_required(VERSION 2.8.8) +else() + # Version 2.8.12.1 is required to build with Visual Studion 2013. + cmake_minimum_required(VERSION 2.8.12.1) +endif() + +# FIXME: It may be removed when we use 2.8.12. +if(CMAKE_VERSION VERSION_LESS 2.8.12) + # Invalidate a couple of keywords. + set(cmake_2_8_12_INTERFACE) + set(cmake_2_8_12_PRIVATE) +else() + # Use ${cmake_2_8_12_KEYWORD} intead of KEYWORD in target_link_libraries(). + set(cmake_2_8_12_INTERFACE INTERFACE) + set(cmake_2_8_12_PRIVATE PRIVATE) + if(POLICY CMP0022) + cmake_policy(SET CMP0022 NEW) # automatic when 2.8.12 is required + endif() +endif() # Top level target used to build all compiler-rt libraries. -add_custom_target(compiler-rt) +add_custom_target(compiler-rt ALL) + +if (NOT COMPILER_RT_STANDALONE_BUILD) + # Compute the Clang version from the LLVM version. + # FIXME: We should be able to reuse CLANG_VERSION variable calculated + # in Clang cmake files, instead of copying the rules here. + string(REGEX MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" CLANG_VERSION + ${PACKAGE_VERSION}) + # Setup the paths where compiler-rt runtimes and headers should be stored. + set(COMPILER_RT_OUTPUT_DIR ${LLVM_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION}) + set(COMPILER_RT_EXEC_OUTPUT_DIR ${LLVM_RUNTIME_OUTPUT_INTDIR}) + set(COMPILER_RT_INSTALL_PATH lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}) + option(COMPILER_RT_INCLUDE_TESTS "Generate and build compiler-rt unit tests." + ${LLVM_INCLUDE_TESTS}) + option(COMPILER_RT_ENABLE_WERROR "Fail and stop if warning is triggered" + ${LLVM_ENABLE_WERROR}) + # Use just-built Clang to compile/link tests on all platforms, except for + # Windows where we need to use clang-cl instead. + if(NOT MSVC) + set(COMPILER_RT_TEST_COMPILER ${LLVM_RUNTIME_OUTPUT_INTDIR}/clang) + else() + set(COMPILER_RT_TEST_COMPILER ${LLVM_RUNTIME_OUTPUT_INTDIR}/clang.exe) + endif() +else() + # Take output dir and install path from the user. + set(COMPILER_RT_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR} CACHE PATH + "Path where built compiler-rt libraries should be stored.") + set(COMPILER_RT_EXEC_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR}/bin CACHE PATH + "Path where built compiler-rt executables should be stored.") + set(COMPILER_RT_INSTALL_PATH ${CMAKE_INSTALL_PREFIX} CACHE PATH + "Path where built compiler-rt libraries should be installed.") + option(COMPILER_RT_INCLUDE_TESTS "Generate and build compiler-rt unit tests." OFF) + option(COMPILER_RT_ENABLE_WERROR "Fail and stop if warning is triggered" OFF) + # Use a host compiler to compile/link tests. + set(COMPILER_RT_TEST_COMPILER ${CMAKE_C_COMPILER} CACHE PATH "Compiler to use for testing") + + if (NOT LLVM_CONFIG_PATH) + find_program(LLVM_CONFIG_PATH "llvm-config" + DOC "Path to llvm-config binary") + if (NOT LLVM_CONFIG_PATH) + message(FATAL_ERROR "llvm-config not found: specify LLVM_CONFIG_PATH") + endif() + endif() + execute_process( + COMMAND ${LLVM_CONFIG_PATH} "--obj-root" "--bindir" "--libdir" "--src-root" + RESULT_VARIABLE HAD_ERROR + OUTPUT_VARIABLE CONFIG_OUTPUT) + if (HAD_ERROR) + message(FATAL_ERROR "llvm-config failed with status ${HAD_ERROR}") + endif() + string(REGEX REPLACE "[ \t]*[\r\n]+[ \t]*" ";" CONFIG_OUTPUT ${CONFIG_OUTPUT}) + list(GET CONFIG_OUTPUT 0 LLVM_BINARY_DIR) + list(GET CONFIG_OUTPUT 1 LLVM_TOOLS_BINARY_DIR) + list(GET CONFIG_OUTPUT 2 LLVM_LIBRARY_DIR) + list(GET CONFIG_OUTPUT 3 LLVM_MAIN_SRC_DIR) + + # Make use of LLVM CMake modules. + file(TO_CMAKE_PATH ${LLVM_BINARY_DIR} LLVM_BINARY_DIR_CMAKE_STYLE) + set(LLVM_CMAKE_PATH "${LLVM_BINARY_DIR_CMAKE_STYLE}/share/llvm/cmake") + list(APPEND CMAKE_MODULE_PATH "${LLVM_CMAKE_PATH}") + # Get some LLVM variables from LLVMConfig. + include("${LLVM_CMAKE_PATH}/LLVMConfig.cmake") + + set(LLVM_LIBRARY_OUTPUT_INTDIR ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lib) + + # Find Python interpreter. + set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5) + include(FindPythonInterp) + if(NOT PYTHONINTERP_FOUND) + message(FATAL_ERROR " + Unable to find Python interpreter required testing. Please install Python + or specify the PYTHON_EXECUTABLE CMake variable.") + endif() + + # Define default arguments to lit. + set(LIT_ARGS_DEFAULT "-sv") + if (MSVC OR XCODE) + set(LIT_ARGS_DEFAULT "${LIT_ARGS_DEFAULT} --no-progress-bar") + endif() + set(LLVM_LIT_ARGS "${LIT_ARGS_DEFAULT}" CACHE STRING "Default options for lit") +endif() + +if("${COMPILER_RT_TEST_COMPILER}" MATCHES "clang[+]*$") + set(COMPILER_RT_TEST_COMPILER_ID Clang) +elseif("${COMPILER_RT_TEST_COMPILER}" MATCHES "clang.*.exe$") + set(COMPILER_RT_TEST_COMPILER_ID Clang) +else() + set(COMPILER_RT_TEST_COMPILER_ID GNU) +endif() + +# Tests using XFAIL use the first value in COMPILER_RT_TEST_TARGET_TRIPLE +set(COMPILER_RT_TEST_TARGET_TRIPLE ${TARGET_TRIPLE} CACHE STRING + "Default triple for cross-compiled executables") +string(REPLACE "-" ";" TARGET_TRIPLE_LIST ${COMPILER_RT_TEST_TARGET_TRIPLE}) +list(GET TARGET_TRIPLE_LIST 0 COMPILER_RT_TEST_TARGET_ARCH) +list(GET TARGET_TRIPLE_LIST 1 COMPILER_RT_TEST_TARGET_OS) +list(GET TARGET_TRIPLE_LIST 2 COMPILER_RT_TEST_TARGET_ABI) + +if ("${COMPILER_RT_TEST_TARGET_ABI}" STREQUAL "androideabi") + set(ANDROID 1) +endif() -# Compute the Clang version from the LLVM version. -# FIXME: We should be able to reuse CLANG_VERSION variable calculated -# in Clang cmake files, instead of copying the rules here. -string(REGEX MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" CLANG_VERSION - ${PACKAGE_VERSION}) -# Setup the paths where compiler-rt runtimes and headers should be stored. -set(LIBCLANG_INSTALL_PATH lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}) -string(TOLOWER ${CMAKE_SYSTEM_NAME} LIBCLANG_OS_DIR) -set(CLANG_RESOURCE_DIR ${LLVM_BINARY_DIR}/lib/clang/${CLANG_VERSION}) -set(COMPILER_RT_LIBRARY_OUTPUT_DIR ${CLANG_RESOURCE_DIR}/lib/${LIBCLANG_OS_DIR}) +string(TOLOWER ${CMAKE_SYSTEM_NAME} COMPILER_RT_OS_DIR) +set(COMPILER_RT_LIBRARY_OUTPUT_DIR + ${COMPILER_RT_OUTPUT_DIR}/lib/${COMPILER_RT_OS_DIR}) set(COMPILER_RT_LIBRARY_INSTALL_DIR - ${LIBCLANG_INSTALL_PATH}/lib/${LIBCLANG_OS_DIR}) + ${COMPILER_RT_INSTALL_PATH}/lib/${COMPILER_RT_OS_DIR}) -# Add path for custom modules +# Add path for custom compiler-rt modules. set(CMAKE_MODULE_PATH - ${CMAKE_MODULE_PATH} + "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules" + ${CMAKE_MODULE_PATH} ) -include(AddCompilerRT) +include(CompilerRTUtils) set(COMPILER_RT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) set(COMPILER_RT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}) # Setup custom SDK sysroots. -set(COMPILER_RT_DARWIN_SDK_SYSROOT ${COMPILER_RT_SOURCE_DIR}/SDKs/darwin) set(COMPILER_RT_LINUX_SDK_SYSROOT ${COMPILER_RT_SOURCE_DIR}/SDKs/linux) -include(SanitizerUtils) # Detect whether the current target platform is 32-bit or 64-bit, and setup # the correct commandline flags needed to attempt to target 32-bit and 64-bit. @@ -59,9 +176,6 @@ else() set(TARGET_32_BIT_CFLAGS "") endif() -# List of architectures we can target. -set(COMPILER_RT_SUPPORTED_ARCH) - function(get_target_flags_for_arch arch out_var) list(FIND COMPILER_RT_SUPPORTED_ARCH ${arch} ARCH_INDEX) if(ARCH_INDEX EQUAL -1) @@ -71,115 +185,103 @@ function(get_target_flags_for_arch arch endif() endfunction() -# Try to compile a very simple source file to ensure we can target the given -# platform. We use the results of these tests to build only the various target -# runtime libraries supported by our current compilers cross-compiling -# abilities. -set(SIMPLE_SOURCE ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/simple.c) -file(WRITE ${SIMPLE_SOURCE} "#include \nint main() {}") - -# test_target_arch( ) -# Sets the target flags for a given architecture and determines if this -# architecture is supported by trying to build a simple file. -macro(test_target_arch arch) - set(TARGET_${arch}_CFLAGS ${ARGN}) - try_compile(CAN_TARGET_${arch} ${CMAKE_BINARY_DIR} ${SIMPLE_SOURCE} - COMPILE_DEFINITIONS "${TARGET_${arch}_CFLAGS}" - CMAKE_FLAGS "-DCMAKE_EXE_LINKER_FLAGS:STRING=${TARGET_${arch}_CFLAGS}") - if(${CAN_TARGET_${arch}}) - list(APPEND COMPILER_RT_SUPPORTED_ARCH ${arch}) - endif() -endmacro() - -if("${LLVM_NATIVE_ARCH}" STREQUAL "X86") - if (NOT MSVC) - test_target_arch(x86_64 ${TARGET_64_BIT_CFLAGS}) - endif() - test_target_arch(i386 ${TARGET_32_BIT_CFLAGS}) -elseif("${LLVM_NATIVE_ARCH}" STREQUAL "PowerPC") - test_target_arch(powerpc64 ${TARGET_64_BIT_CFLAGS}) -endif() - -# We only support running instrumented tests when we're not cross compiling -# and target a unix-like system. On Android we define the rules for building -# unit tests, but don't execute them. -if("${CMAKE_HOST_SYSTEM}" STREQUAL "${CMAKE_SYSTEM}" AND UNIX AND NOT ANDROID) +# We support running instrumented tests when we're not cross compiling +# and target a UNIX-like system or Windows. +# We can run tests on Android even when we are cross-compiling. +if(("${CMAKE_HOST_SYSTEM}" STREQUAL "${CMAKE_SYSTEM}" AND (UNIX OR MSVC)) OR ANDROID + OR COMPILER_RT_EMULATOR) option(COMPILER_RT_CAN_EXECUTE_TESTS "Can we execute instrumented tests" ON) else() option(COMPILER_RT_CAN_EXECUTE_TESTS "Can we execute instrumented tests" OFF) endif() -# Check if compiler-rt is built with libc++. -find_flag_in_string("${CMAKE_CXX_FLAGS}" "-stdlib=libc++" - COMPILER_RT_USES_LIBCXX) - -function(filter_available_targets out_var) - set(archs) - foreach(arch ${ARGN}) - list(FIND COMPILER_RT_SUPPORTED_ARCH ${arch} ARCH_INDEX) - if(NOT (ARCH_INDEX EQUAL -1) AND CAN_TARGET_${arch}) - list(APPEND archs ${arch}) - endif() - endforeach() - set(${out_var} ${archs} PARENT_SCOPE) -endfunction() - option(COMPILER_RT_DEBUG "Build runtimes with full debug info" OFF) - # COMPILER_RT_DEBUG_PYBOOL is used by lit.common.configured.in. pythonize_bool(COMPILER_RT_DEBUG) -# Provide some common commmandline flags for Sanitizer runtimes. -if (NOT MSVC) - set(SANITIZER_COMMON_CFLAGS - -fPIC - -fno-builtin - -fno-exceptions - -fomit-frame-pointer - -funwind-tables - -fno-stack-protector - -Wno-gnu # Variadic macros with 0 arguments for ... - -fvisibility=hidden - ) - if (NOT COMPILER_RT_DEBUG) - list(APPEND SANITIZER_COMMON_CFLAGS -O3) - endif() -else() - set(SANITIZER_COMMON_CFLAGS - /MT - /Zi - /Oy- - /GS- - /wd4722 - ) +# We have to support both static and dynamic/shared runtime on Windows. +# Android only works with dynamic runtime. +if(WIN32 OR ANDROID) +option(COMPILER_RT_BUILD_SHARED_ASAN "Build shared version of AddressSanitizer runtime" ON) +else() +option(COMPILER_RT_BUILD_SHARED_ASAN "Build shared version of AddressSanitizer runtime" OFF) endif() -# Build sanitizer runtimes with debug info. (MSVC gets /Zi above) -if (NOT MSVC) - check_cxx_compiler_flag(-gline-tables-only SUPPORTS_GLINE_TABLES_ONLY_FLAG) - if(SUPPORTS_GLINE_TABLES_ONLY_FLAG AND NOT COMPILER_RT_DEBUG) - list(APPEND SANITIZER_COMMON_CFLAGS -gline-tables-only) - else() - list(APPEND SANITIZER_COMMON_CFLAGS -g) - endif() + +#================================ +# Setup Compiler Flags +#================================ +include(config-ix) + +if(MSVC) + append_string_if(COMPILER_RT_HAS_W3_FLAG /W3 CMAKE_C_FLAGS CMAKE_CXX_FLAGS) +else() + append_string_if(COMPILER_RT_HAS_WALL_FLAG -Wall CMAKE_C_FLAGS CMAKE_CXX_FLAGS) endif() -# Warnings suppressions. -check_cxx_compiler_flag(-Wno-variadic-macros SUPPORTS_NO_VARIADIC_MACROS_FLAG) -if(SUPPORTS_NO_VARIADIC_MACROS_FLAG) - list(APPEND SANITIZER_COMMON_CFLAGS -Wno-variadic-macros) -endif() -check_cxx_compiler_flag(-Wno-c99-extensions SUPPORTS_NO_C99_EXTENSIONS_FLAG) -if(SUPPORTS_NO_C99_EXTENSIONS_FLAG) - list(APPEND SANITIZER_COMMON_CFLAGS -Wno-c99-extensions) -endif() -# Sanitizer may not have libstdc++, so we can have problems with virtual -# destructors. -check_cxx_compiler_flag(-Wno-non-virtual-dtor SUPPORTS_NO_NON_VIRTUAL_DTOR_FLAG) -if (SUPPORTS_NO_NON_VIRTUAL_DTOR_FLAG) - list(APPEND SANITIZER_COMMON_CFLAGS -Wno-non-virtual-dtor) +if(COMPILER_RT_ENABLE_WERROR) + append_string_if(COMPILER_RT_HAS_WERROR_FLAG -Werror CMAKE_C_FLAGS CMAKE_CXX_FLAGS) + append_string_if(COMPILER_RT_HAS_WX_FLAG /WX CMAKE_C_FLAGS CMAKE_CXX_FLAGS) endif() -check_cxx_compiler_flag(-Wglobal-constructors SUPPORTS_GLOBAL_CONSTRUCTORS_FLAG) -# Not all sanitizers forbid global constructors. +append_string_if(COMPILER_RT_HAS_STD_CXX11_FLAG -std=c++11 CMAKE_CXX_FLAGS) + +# Emulate C99 and C++11's __func__ for MSVC prior to 2013 CTP. +if(NOT COMPILER_RT_HAS_FUNC_SYMBOL) + add_definitions(-D__func__=__FUNCTION__) +endif() + +# Provide some common commmandline flags for Sanitizer runtimes. +append_list_if(COMPILER_RT_HAS_FPIC_FLAG -fPIC SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_FNO_BUILTIN_FLAG -fno-builtin SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_FNO_EXCEPTIONS_FLAG -fno-exceptions SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_FOMIT_FRAME_POINTER_FLAG -fomit-frame-pointer SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_FUNWIND_TABLES_FLAG -funwind-tables SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_FNO_STACK_PROTECTOR_FLAG -fno-stack-protector SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_FVISIBILITY_HIDDEN_FLAG -fvisibility=hidden SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_FNO_FUNCTION_SECTIONS_FLAG -fno-function-sections SANITIZER_COMMON_CFLAGS) + +if(MSVC) + # Replace the /MD[d] flags with /MT. + # FIXME: In fact, sanitizers should support both /MT and /MD, see PR20214. + if(COMPILER_RT_HAS_MT_FLAG) + foreach(flag_var + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE + CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_RELWITHDEBINFO) + if(${flag_var} MATCHES "/MD") + string(REGEX REPLACE "/MD" "/MT" ${flag_var} "${${flag_var}}") + elseif(${flag_var} MATCHES "/MDd") + string(REGEX REPLACE "/MDd" "/MT" ${flag_var} "${${flag_var}}") + endif() + endforeach() + endif() + append_list_if(COMPILER_RT_HAS_Oy_FLAG /Oy- SANITIZER_COMMON_CFLAGS) + append_list_if(COMPILER_RT_HAS_GS_FLAG /GS- SANITIZER_COMMON_CFLAGS) +endif() + +# Build with optimization, unless we're in debug mode. If we're using MSVC, +# always respect the optimization flags set by CMAKE_BUILD_TYPE instead. +if(NOT COMPILER_RT_DEBUG AND NOT MSVC) + list(APPEND SANITIZER_COMMON_CFLAGS -O3) +endif() + +# Build sanitizer runtimes with debug info. +if(COMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG) + list(APPEND SANITIZER_COMMON_CFLAGS -gline-tables-only) +elseif(COMPILER_RT_HAS_G_FLAG) + list(APPEND SANITIZER_COMMON_CFLAGS -g) +elseif(COMPILER_RT_HAS_Zi_FLAG) + list(APPEND SANITIZER_COMMON_CFLAGS /Zi) +endif() + +# Turn off several warnings. +append_list_if(COMPILER_RT_HAS_WGNU_FLAG -Wno-gnu SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_WVARIADIC_MACROS_FLAG -Wno-variadic-macros SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_WC99_EXTENSIONS_FLAG -Wno-c99-extensions SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_WNON_VIRTUAL_DTOR_FLAG -Wno-non-virtual-dtor SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_WD4146_FLAG /wd4146 SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_WD4291_FLAG /wd4291 SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_WD4391_FLAG /wd4391 SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_WD4722_FLAG /wd4722 SANITIZER_COMMON_CFLAGS) +append_list_if(COMPILER_RT_HAS_WD4800_FLAG /wd4800 SANITIZER_COMMON_CFLAGS) if(APPLE) # Obtain the iOS Simulator SDK path from xcodebuild. execute_process( @@ -187,18 +289,17 @@ if(APPLE) OUTPUT_VARIABLE IOSSIM_SDK_DIR OUTPUT_STRIP_TRAILING_WHITESPACE ) + string(REGEX MATCH "-mmacosx-version-min=" + MACOSX_VERSION_MIN_FLAG "${CMAKE_CXX_FLAGS}") set(SANITIZER_COMMON_SUPPORTED_DARWIN_OS osx) - if (IOSSIM_SDK_DIR) + if (IOSSIM_SDK_DIR AND NOT MACOSX_VERSION_MIN_FLAG) list(APPEND SANITIZER_COMMON_SUPPORTED_DARWIN_OS iossim) endif() - if(COMPILER_RT_USES_LIBCXX) - set(SANITIZER_MIN_OSX_VERSION 10.7) - else() - set(SANITIZER_MIN_OSX_VERSION 10.6) - endif() + set(SANITIZER_MIN_OSX_VERSION 10.7) + set(CMAKE_OSX_DEPLOYMENT_TARGET "") # We're setting the flag manually below. set(DARWIN_osx_CFLAGS -mmacosx-version-min=${SANITIZER_MIN_OSX_VERSION}) - set(DARWIN_iossim_CFLAGS + set(DARWIN_iossim_CFLAGS -mios-simulator-version-min=7.0 -isysroot ${IOSSIM_SDK_DIR}) set(DARWIN_osx_LINKFLAGS) set(DARWIN_iossim_LINKFLAGS @@ -207,26 +308,18 @@ if(APPLE) -isysroot ${IOSSIM_SDK_DIR}) endif() -# Architectures supported by Sanitizer runtimes. Specific sanitizers may -# support only subset of these (e.g. TSan works on x86_64 only). -filter_available_targets(SANITIZER_COMMON_SUPPORTED_ARCH - x86_64 i386 powerpc64) - add_subdirectory(include) -set(SANITIZER_COMMON_LIT_TEST_DEPS - clang clang-headers FileCheck count not llvm-nm llvm-symbolizer - compiler-rt-headers) -# Check code style when running lit tests for sanitizers. -if(UNIX) - list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS SanitizerLintCheck) +set(COMPILER_RT_LIBCXX_PATH ${LLVM_MAIN_SRC_DIR}/projects/libcxx) +if(EXISTS ${COMPILER_RT_LIBCXX_PATH}/) + set(COMPILER_RT_HAS_LIBCXX_SOURCES TRUE) +else() + set(COMPILER_RT_HAS_LIBCXX_SOURCES FALSE) endif() add_subdirectory(lib) -if(LLVM_INCLUDE_TESTS) - # Currently the tests have not been ported to CMake, so disable this - # directory. - # - #add_subdirectory(test) +if(COMPILER_RT_INCLUDE_TESTS) + add_subdirectory(unittests) endif() +add_subdirectory(test) Added: vendor/compiler-rt/dist/CODE_OWNERS.TXT ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ vendor/compiler-rt/dist/CODE_OWNERS.TXT Wed Jan 7 19:55:37 2015 (r276789) @@ -0,0 +1,57 @@ +This file is a list of the people responsible for ensuring that patches for a +particular part of compiler-rt are reviewed, either by themself or by +someone else. They are also the gatekeepers for their part of compiler-rt, with +the final word on what goes in or not. + +The list is sorted by surname and formatted to allow easy grepping and +beautification by scripts. The fields are: name (N), email (E), web-address +(W), PGP key ID and fingerprint (P), description (D), and snail-mail address +(S). + +N: Peter Collingbourne +E: peter@pcc.me.uk +D: DataFlowSanitizer + +N: Daniel Dunbar +E: daniel@zuster.org +D: Makefile build + +N: Timur Iskhodzhanov +E: timurrrr@google.com +D: AddressSanitizer for Windows + +N: Howard Hinnant +E: howard.hinnant@gmail.com +D: builtins library + +N: Sergey Matveev +E: earthdok@google.com +D: LeakSanitizer + +N: Alexander Potapenko +E: glider@google.com +D: MacOS/iOS port of sanitizers + +N: Alexey Samsonov +E: samsonov@google.com +D: CMake build, test suite + +N: Kostya Serebryany +E: kcc@google.com +D: AddressSanitizer, sanitizer_common, porting sanitizers to another platforms + +N: Richard Smith +E: richard-llvm@metafoo.co.uk +D: UndefinedBehaviorSanitizer + +N: Evgeniy Stepanov +E: eugenis@google.com +D: MemorySanitizer, Android port of sanitizers + +N: Dmitry Vyukov +E: dvyukov@google.com +D: ThreadSanitizer + +N: Bill Wendling +E: isanbard@gmail.com +D: Profile runtime library Modified: vendor/compiler-rt/dist/CREDITS.TXT ============================================================================== --- vendor/compiler-rt/dist/CREDITS.TXT Wed Jan 7 19:55:18 2015 (r276788) +++ vendor/compiler-rt/dist/CREDITS.TXT Wed Jan 7 19:55:37 2015 (r276789) @@ -22,3 +22,15 @@ D: Maintain Solaris & AuroraUX ports of N: Howard Hinnant E: hhinnant@apple.com D: Architect and primary author of compiler-rt + +N: Guan-Hong Liu +E: koviankevin@hotmail.com +D: IEEE Quad-precision functions + +N: Joerg Sonnenberger +E: joerg@NetBSD.org +D: Maintains NetBSD port. + +N: Matt Thomas +E: matt@NetBSD.org +D: ARM improvements. Modified: vendor/compiler-rt/dist/LICENSE.TXT ============================================================================== --- vendor/compiler-rt/dist/LICENSE.TXT Wed Jan 7 19:55:18 2015 (r276788) +++ vendor/compiler-rt/dist/LICENSE.TXT Wed Jan 7 19:55:37 2015 (r276789) @@ -14,7 +14,7 @@ Full text of the relevant licenses is in University of Illinois/NCSA Open Source License -Copyright (c) 2009-2013 by the contributors listed in CREDITS.TXT +Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT All rights reserved. @@ -55,7 +55,7 @@ SOFTWARE. ============================================================================== -Copyright (c) 2009-2013 by the contributors listed in CREDITS.TXT +Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -89,9 +89,3 @@ other licenses gives permission to use t University of Illinois to endorse or promote products derived from this Software. -The following pieces of software have additional or alternate copyrights, -licenses, and/or restrictions: - -Program Directory -------- --------- -mach_override lib/interception/mach_override Modified: vendor/compiler-rt/dist/Makefile ============================================================================== --- vendor/compiler-rt/dist/Makefile Wed Jan 7 19:55:18 2015 (r276788) +++ vendor/compiler-rt/dist/Makefile Wed Jan 7 19:55:37 2015 (r276789) @@ -249,10 +249,10 @@ $(call Set,Tmp.CFLAGS,$(strip \ $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.s $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir $(Summary) " ASSEMBLE: $(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch): $$<" - $(Verb) $(Tmp.CC) $(Tmp.CFLAGS) -c -o $$@ $$< + $(Verb) $(Tmp.CC) $(COMMON_ASMFLAGS) $(Tmp.CFLAGS) -c -o $$@ $$< $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.S $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir $(Summary) " ASSEMBLE: $(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch): $$<" - $(Verb) $(Tmp.CC) $(Tmp.CFLAGS) -c -o $$@ $$< + $(Verb) $(Tmp.CC) $(COMMON_ASMFLAGS) $(Tmp.CFLAGS) -c -o $$@ $$< $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.c $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir $(Summary) " COMPILE: $(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch): $$<" $(Verb) $(Tmp.CC) $(COMMON_CFLAGS) $(Tmp.CFLAGS) -c -o $$@ $$< Modified: vendor/compiler-rt/dist/README.txt ============================================================================== --- vendor/compiler-rt/dist/README.txt Wed Jan 7 19:55:18 2015 (r276788) +++ vendor/compiler-rt/dist/README.txt Wed Jan 7 19:55:37 2015 (r276789) @@ -9,335 +9,3 @@ terms of the license agreement found in ================================ -This is a replacement library for libgcc. Each function is contained -in its own file. Each function has a corresponding unit test under -test/Unit. - -A rudimentary script to test each file is in the file called -test/Unit/test. - -Here is the specification for this library: - -http://gcc.gnu.org/onlinedocs/gccint/Libgcc.html#Libgcc - -Here is a synopsis of the contents of this library: - -typedef int si_int; -typedef unsigned su_int; - -typedef long long di_int; -typedef unsigned long long du_int; - -// Integral bit manipulation - -di_int __ashldi3(di_int a, si_int b); // a << b -ti_int __ashlti3(ti_int a, si_int b); // a << b - -di_int __ashrdi3(di_int a, si_int b); // a >> b arithmetic (sign fill) -ti_int __ashrti3(ti_int a, si_int b); // a >> b arithmetic (sign fill) -di_int __lshrdi3(di_int a, si_int b); // a >> b logical (zero fill) -ti_int __lshrti3(ti_int a, si_int b); // a >> b logical (zero fill) - -si_int __clzsi2(si_int a); // count leading zeros -si_int __clzdi2(di_int a); // count leading zeros -si_int __clzti2(ti_int a); // count leading zeros -si_int __ctzsi2(si_int a); // count trailing zeros -si_int __ctzdi2(di_int a); // count trailing zeros -si_int __ctzti2(ti_int a); // count trailing zeros - -si_int __ffsdi2(di_int a); // find least significant 1 bit -si_int __ffsti2(ti_int a); // find least significant 1 bit - -si_int __paritysi2(si_int a); // bit parity -si_int __paritydi2(di_int a); // bit parity -si_int __parityti2(ti_int a); // bit parity - -si_int __popcountsi2(si_int a); // bit population -si_int __popcountdi2(di_int a); // bit population -si_int __popcountti2(ti_int a); // bit population - -uint32_t __bswapsi2(uint32_t a); // a byteswapped, arm only -uint64_t __bswapdi2(uint64_t a); // a byteswapped, arm only - -// Integral arithmetic - -di_int __negdi2 (di_int a); // -a -ti_int __negti2 (ti_int a); // -a -di_int __muldi3 (di_int a, di_int b); // a * b -ti_int __multi3 (ti_int a, ti_int b); // a * b -si_int __divsi3 (si_int a, si_int b); // a / b signed -di_int __divdi3 (di_int a, di_int b); // a / b signed -ti_int __divti3 (ti_int a, ti_int b); // a / b signed -su_int __udivsi3 (su_int n, su_int d); // a / b unsigned -du_int __udivdi3 (du_int a, du_int b); // a / b unsigned -tu_int __udivti3 (tu_int a, tu_int b); // a / b unsigned -si_int __modsi3 (si_int a, si_int b); // a % b signed -di_int __moddi3 (di_int a, di_int b); // a % b signed -ti_int __modti3 (ti_int a, ti_int b); // a % b signed -su_int __umodsi3 (su_int a, su_int b); // a % b unsigned -du_int __umoddi3 (du_int a, du_int b); // a % b unsigned -tu_int __umodti3 (tu_int a, tu_int b); // a % b unsigned -du_int __udivmoddi4(du_int a, du_int b, du_int* rem); // a / b, *rem = a % b unsigned -tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem); // a / b, *rem = a % b unsigned -su_int __udivmodsi4(su_int a, su_int b, su_int* rem); // a / b, *rem = a % b unsigned -si_int __divmodsi4(si_int a, si_int b, si_int* rem); // a / b, *rem = a % b signed - - - -// Integral arithmetic with trapping overflow - -si_int __absvsi2(si_int a); // abs(a) -di_int __absvdi2(di_int a); // abs(a) -ti_int __absvti2(ti_int a); // abs(a) - -si_int __negvsi2(si_int a); // -a -di_int __negvdi2(di_int a); // -a -ti_int __negvti2(ti_int a); // -a - -si_int __addvsi3(si_int a, si_int b); // a + b -di_int __addvdi3(di_int a, di_int b); // a + b -ti_int __addvti3(ti_int a, ti_int b); // a + b - -si_int __subvsi3(si_int a, si_int b); // a - b -di_int __subvdi3(di_int a, di_int b); // a - b -ti_int __subvti3(ti_int a, ti_int b); // a - b - -si_int __mulvsi3(si_int a, si_int b); // a * b -di_int __mulvdi3(di_int a, di_int b); // a * b -ti_int __mulvti3(ti_int a, ti_int b); // a * b - - -// Integral arithmetic which returns if overflow - -si_int __mulosi4(si_int a, si_int b, int* overflow); // a * b, overflow set to one if result not in signed range -di_int __mulodi4(di_int a, di_int b, int* overflow); // a * b, overflow set to one if result not in signed range -ti_int __muloti4(ti_int a, ti_int b, int* overflow); // a * b, overflow set to - one if result not in signed range - - -// Integral comparison: a < b -> 0 -// a == b -> 1 -// a > b -> 2 - -si_int __cmpdi2 (di_int a, di_int b); -si_int __cmpti2 (ti_int a, ti_int b); -si_int __ucmpdi2(du_int a, du_int b); -si_int __ucmpti2(tu_int a, tu_int b); - -// Integral / floating point conversion - -di_int __fixsfdi( float a); -di_int __fixdfdi( double a); -di_int __fixxfdi(long double a); - -ti_int __fixsfti( float a); -ti_int __fixdfti( double a); -ti_int __fixxfti(long double a); -uint64_t __fixtfdi(long double input); // ppc only, doesn't match documentation - -su_int __fixunssfsi( float a); -su_int __fixunsdfsi( double a); -su_int __fixunsxfsi(long double a); - -du_int __fixunssfdi( float a); -du_int __fixunsdfdi( double a); -du_int __fixunsxfdi(long double a); - -tu_int __fixunssfti( float a); -tu_int __fixunsdfti( double a); -tu_int __fixunsxfti(long double a); -uint64_t __fixunstfdi(long double input); // ppc only - -float __floatdisf(di_int a); -double __floatdidf(di_int a); -long double __floatdixf(di_int a); -long double __floatditf(int64_t a); // ppc only - -float __floattisf(ti_int a); -double __floattidf(ti_int a); -long double __floattixf(ti_int a); - -float __floatundisf(du_int a); -double __floatundidf(du_int a); -long double __floatundixf(du_int a); -long double __floatunditf(uint64_t a); // ppc only - -float __floatuntisf(tu_int a); -double __floatuntidf(tu_int a); -long double __floatuntixf(tu_int a); - -// Floating point raised to integer power - -float __powisf2( float a, si_int b); // a ^ b -double __powidf2( double a, si_int b); // a ^ b -long double __powixf2(long double a, si_int b); // a ^ b -long double __powitf2(long double a, si_int b); // ppc only, a ^ b - -// Complex arithmetic - -// (a + ib) * (c + id) - - float _Complex __mulsc3( float a, float b, float c, float d); - double _Complex __muldc3(double a, double b, double c, double d); -long double _Complex __mulxc3(long double a, long double b, - long double c, long double d); -long double _Complex __multc3(long double a, long double b, - long double c, long double d); // ppc only - -// (a + ib) / (c + id) - - float _Complex __divsc3( float a, float b, float c, float d); - double _Complex __divdc3(double a, double b, double c, double d); -long double _Complex __divxc3(long double a, long double b, - long double c, long double d); -long double _Complex __divtc3(long double a, long double b, - long double c, long double d); // ppc only - - -// Runtime support - -// __clear_cache() is used to tell process that new instructions have been -// written to an address range. Necessary on processors that do not have -// a unified instuction and data cache. -void __clear_cache(void* start, void* end); - -// __enable_execute_stack() is used with nested functions when a trampoline -// function is written onto the stack and that page range needs to be made -// executable. -void __enable_execute_stack(void* addr); - -// __gcc_personality_v0() is normally only called by the system unwinder. -// C code (as opposed to C++) normally does not need a personality function -// because there are no catch clauses or destructors to be run. But there -// is a C language extension __attribute__((cleanup(func))) which marks local -// variables as needing the cleanup function "func" to be run when the -// variable goes out of scope. That includes when an exception is thrown, -// so a personality handler is needed. -_Unwind_Reason_Code __gcc_personality_v0(int version, _Unwind_Action actions, - uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, - _Unwind_Context_t context); - -// for use with some implementations of assert() in -void __eprintf(const char* format, const char* assertion_expression, - const char* line, const char* file); - - - -// Power PC specific functions - -// There is no C interface to the saveFP/restFP functions. They are helper -// functions called by the prolog and epilog of functions that need to save -// a number of non-volatile float point registers. -saveFP -restFP - -// PowerPC has a standard template for trampoline functions. This function -// generates a custom trampoline function with the specific realFunc -// and localsPtr values. -void __trampoline_setup(uint32_t* trampOnStack, int trampSizeAllocated, - const void* realFunc, void* localsPtr); - -// adds two 128-bit double-double precision values ( x + y ) -long double __gcc_qadd(long double x, long double y); - -// subtracts two 128-bit double-double precision values ( x - y ) -long double __gcc_qsub(long double x, long double y); - -// multiples two 128-bit double-double precision values ( x * y ) -long double __gcc_qmul(long double x, long double y); - -// divides two 128-bit double-double precision values ( x / y ) -long double __gcc_qdiv(long double a, long double b); - - -// ARM specific functions - -// There is no C interface to the switch* functions. These helper functions -// are only needed by Thumb1 code for efficient switch table generation. -switch16 -switch32 -switch8 -switchu8 - -// There is no C interface to the *_vfp_d8_d15_regs functions. There are -// called in the prolog and epilog of Thumb1 functions. When the C++ ABI use -// SJLJ for exceptions, each function with a catch clause or destuctors needs -// to save and restore all registers in it prolog and epliog. But there is -// no way to access vector and high float registers from thumb1 code, so the -// compiler must add call outs to these helper functions in the prolog and -// epilog. -restore_vfp_d8_d15_regs -save_vfp_d8_d15_regs - - -// Note: long ago ARM processors did not have floating point hardware support. -// Floating point was done in software and floating point parameters were -// passed in integer registers. When hardware support was added for floating -// point, new *vfp functions were added to do the same operations but with -// floating point parameters in floating point registers. - -// Undocumented functions - -float __addsf3vfp(float a, float b); // Appears to return a + b -double __adddf3vfp(double a, double b); // Appears to return a + b -float __divsf3vfp(float a, float b); // Appears to return a / b -double __divdf3vfp(double a, double b); // Appears to return a / b -int __eqsf2vfp(float a, float b); // Appears to return one - // iff a == b and neither is NaN. -int __eqdf2vfp(double a, double b); // Appears to return one - // iff a == b and neither is NaN. -double __extendsfdf2vfp(float a); // Appears to convert from - // float to double. -int __fixdfsivfp(double a); // Appears to convert from - // double to int. -int __fixsfsivfp(float a); // Appears to convert from - // float to int. -unsigned int __fixunssfsivfp(float a); // Appears to convert from - // float to unsigned int. -unsigned int __fixunsdfsivfp(double a); // Appears to convert from - // double to unsigned int. -double __floatsidfvfp(int a); // Appears to convert from - // int to double. -float __floatsisfvfp(int a); // Appears to convert from - // int to float. -double __floatunssidfvfp(unsigned int a); // Appears to convert from - // unisgned int to double. -float __floatunssisfvfp(unsigned int a); // Appears to convert from - // unisgned int to float. -int __gedf2vfp(double a, double b); // Appears to return __gedf2 - // (a >= b) -int __gesf2vfp(float a, float b); // Appears to return __gesf2 - // (a >= b) -int __gtdf2vfp(double a, double b); // Appears to return __gtdf2 - // (a > b) -int __gtsf2vfp(float a, float b); // Appears to return __gtsf2 - // (a > b) -int __ledf2vfp(double a, double b); // Appears to return __ledf2 - // (a <= b) -int __lesf2vfp(float a, float b); // Appears to return __lesf2 - // (a <= b) -int __ltdf2vfp(double a, double b); // Appears to return __ltdf2 - // (a < b) -int __ltsf2vfp(float a, float b); // Appears to return __ltsf2 - // (a < b) -double __muldf3vfp(double a, double b); // Appears to return a * b -float __mulsf3vfp(float a, float b); // Appears to return a * b -int __nedf2vfp(double a, double b); // Appears to return __nedf2 - // (a != b) -double __negdf2vfp(double a); // Appears to return -a -float __negsf2vfp(float a); // Appears to return -a -float __negsf2vfp(float a); // Appears to return -a -double __subdf3vfp(double a, double b); // Appears to return a - b -float __subsf3vfp(float a, float b); // Appears to return a - b -float __truncdfsf2vfp(double a); // Appears to convert from - // double to float. -int __unorddf2vfp(double a, double b); // Appears to return __unorddf2 -int __unordsf2vfp(float a, float b); // Appears to return __unordsf2 - - -Preconditions are listed for each function at the definition when there are any. -Any preconditions reflect the specification at -http://gcc.gnu.org/onlinedocs/gccint/Libgcc.html#Libgcc. - -Assumptions are listed in "int_lib.h", and in individual files. Where possible -assumptions are checked at compile time. Modified: vendor/compiler-rt/dist/SDKs/linux/usr/include/stdio.h ============================================================================== --- vendor/compiler-rt/dist/SDKs/linux/usr/include/stdio.h Wed Jan 7 19:55:18 2015 (r276788) +++ vendor/compiler-rt/dist/SDKs/linux/usr/include/stdio.h Wed Jan 7 19:55:37 2015 (r276789) @@ -35,6 +35,7 @@ extern int fflush(FILE *); extern FILE *fopen(const char * restrict, const char * restrict); extern FILE *fdopen(int, const char * restrict); extern int fprintf(FILE * restrict, const char * restrict, ...); +extern int fputc(int, FILE *); extern size_t fwrite(const void * restrict, size_t, size_t, FILE * restrict); extern size_t fread(void * restrict, size_t, size_t, FILE * restrict); extern long ftell(FILE *); Modified: vendor/compiler-rt/dist/cmake/Modules/AddCompilerRT.cmake ============================================================================== --- vendor/compiler-rt/dist/cmake/Modules/AddCompilerRT.cmake Wed Jan 7 19:55:18 2015 (r276788) +++ vendor/compiler-rt/dist/cmake/Modules/AddCompilerRT.cmake Wed Jan 7 19:55:37 2015 (r276789) @@ -1,4 +1,5 @@ include(AddLLVM) +include(ExternalProject) include(LLVMParseArguments) include(CompilerRTUtils) @@ -13,7 +14,7 @@ macro(add_compiler_rt_object_library nam parse_arguments(LIB "SOURCES;CFLAGS;DEFS" "" ${ARGN}) add_library(${name}.${arch} OBJECT ${LIB_SOURCES}) set_target_compile_flags(${name}.${arch} - ${TARGET_${arch}_CFLAGS} ${LIB_CFLAGS}) + ${CMAKE_CXX_FLAGS} ${TARGET_${arch}_CFLAGS} ${LIB_CFLAGS}) set_property(TARGET ${name}.${arch} APPEND PROPERTY COMPILE_DEFINITIONS ${LIB_DEFS}) else() @@ -37,34 +38,47 @@ macro(add_compiler_rt_darwin_object_libr COMPILE_DEFINITIONS ${LIB_DEFS}) endmacro() -# Adds static runtime for a given architecture and puts it in the proper -# directory in the build and install trees. -# add_compiler_rt_static_runtime( -# SOURCES -# CFLAGS -# DEFS ) -macro(add_compiler_rt_static_runtime name arch) +# Adds static or shared runtime for a given architecture and puts it in the +# proper directory in the build and install trees. +# add_compiler_rt_runtime( {STATIC,SHARED} +# SOURCES +# CFLAGS +# DEFS +# OUTPUT_NAME ) +macro(add_compiler_rt_runtime name arch type) if(CAN_TARGET_${arch}) - parse_arguments(LIB "SOURCES;CFLAGS;DEFS" "" ${ARGN}) - add_library(${name} STATIC ${LIB_SOURCES}) + parse_arguments(LIB "SOURCES;CFLAGS;DEFS;OUTPUT_NAME" "" ${ARGN}) + add_library(${name} ${type} ${LIB_SOURCES}) # Setup compile flags and definitions. set_target_compile_flags(${name} ${TARGET_${arch}_CFLAGS} ${LIB_CFLAGS}) + set_target_link_flags(${name} + ${TARGET_${arch}_CFLAGS} ${LIB_CFLAGS}) set_property(TARGET ${name} APPEND PROPERTY COMPILE_DEFINITIONS ${LIB_DEFS}) # Setup correct output directory in the build tree. set_target_properties(${name} PROPERTIES - ARCHIVE_OUTPUT_DIRECTORY ${COMPILER_RT_LIBRARY_OUTPUT_DIR}) + ARCHIVE_OUTPUT_DIRECTORY ${COMPILER_RT_LIBRARY_OUTPUT_DIR} + LIBRARY_OUTPUT_DIRECTORY ${COMPILER_RT_LIBRARY_OUTPUT_DIR} + RUNTIME_OUTPUT_DIRECTORY ${COMPILER_RT_LIBRARY_OUTPUT_DIR}) *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***