Name Date Size #Lines LOC

..--

asan/H09-Jul-2024-14,28510,513

builtins/H09-Jul-2024-205155

include/H09-Jul-2024-9,5228,505

interception/H09-Jul-2024-2,3021,600

libbacktrace/H09-Jul-2024-1,116869

lsan/H09-Jul-2024-4,1243,155

sanitizer_common/H29-Jan-2025-62,42751,339

tsan/H09-Jul-2024-20,63516,105

ubsan/H09-Jul-2024-4,3113,061

HOWTO_MERGEH A D09-Jul-20242.9 KiB4543

LICENSE.TXTH A D09-Jul-20244.4 KiB9873

LOCAL_PATCHESH A D09-Jul-202448 76

MERGEH A D09-Jul-2024122 53

Makefile.amH A D09-Jul-20242 KiB7560

Makefile.inH A D09-Jul-202424.5 KiB789689

README.gccH A D09-Jul-2024836 2118

acinclude.m4H A D09-Jul-2024446 1311

aclocal.m4H A D09-Jul-202443.4 KiB1,2021,092

config.h.inH A D09-Jul-20244 KiB164115

configureH A D09-Jul-2024590.2 KiB20,05716,802

configure.acH A D09-Jul-202411.1 KiB392339

configure.tgtH A D09-Jul-20242.2 KiB8076

libsanitizer.spec.inH A D09-Jul-2024275 126

libtool-versionH A D09-Jul-2024253 76

merge.shH A D09-Jul-20242.1 KiB9163

README.gcc

1AddressSanitizer and ThreadSanitizer (https://github.com/google/sanitizers) are
2projects initially developed by Google Inc.
3
4Both tools consist of a compiler module and a run-time library.
5The sources of the run-time library for these projects are hosted at
6https://llvm.org/svn/llvm-project/compiler-rt in the following directories:
7  include/sanitizer
8  lib/sanitizer_common
9  lib/interception
10  lib/asan
11  lib/tsan
12  lib/lsan
13  lib/ubsan
14
15Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the
16GCC tree.  All non-trivial changes, functionality improvements, etc. should go
17through the upstream tree first and then be merged back to the GCC tree.
18The merges from upstream should be done with the aid of the merge.sh script;
19it will also update the file MERGE to contain the upstream revision
20we merged with.
21