Name Date Size #Lines LOC

..--

asan/H09-Jul-2024-14,66510,807

builtins/H09-Jul-2024-287230

hwasan/H09-Jul-2024-6,2504,478

include/H09-Jul-2024-9,9928,540

interception/H09-Jul-2024-2,3991,662

libbacktrace/H09-Jul-2024-1,119873

lsan/H09-Jul-2024-4,8283,596

sanitizer_common/H29-Jan-2025-65,73453,777

tsan/H09-Jul-2024-21,59416,701

ubsan/H09-Jul-2024-4,6463,291

ChangeLogH A D09-Jul-202475.5 KiB2,3751,779

HOWTO_MERGEH A D09-Jul-20242.8 KiB4442

LICENSE.TXTH A D09-Jul-20244.4 KiB9873

LOCAL_PATCHESH A D09-Jul-202482 32

MERGEH A D09-Jul-2024156 53

Makefile.amH A D09-Jul-20242.1 KiB8265

Makefile.inH A D09-Jul-202424.7 KiB795695

README.gccH A D09-Jul-2024936 2219

acinclude.m4H A D09-Jul-2024446 1311

aclocal.m4H A D09-Jul-202443.4 KiB1,2041,094

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

configureH A D09-Jul-2024593.7 KiB20,18416,908

configure.acH A D09-Jul-202412 KiB427369

configure.tgtH A D09-Jul-20242.2 KiB7975

libsanitizer.spec.inH A D09-Jul-2024310 147

merge.shH A D09-Jul-20242.1 KiB8963

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://github.com/llvm/llvm-project in the following directories:
7  compiler-rt/include/sanitizer
8  compiler-rt/lib/sanitizer_common
9  compiler-rt/lib/interception
10  compiler-rt/lib/asan
11  compiler-rt/lib/tsan
12  compiler-rt/lib/lsan
13  compiler-rt/lib/ubsan
14  compiler-rt/lib/hwasan
15
16Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the
17GCC tree.  All non-trivial changes, functionality improvements, etc. should go
18through the upstream tree first and then be merged back to the GCC tree.
19The merges from upstream should be done with the aid of the merge.sh script;
20it will also update the file MERGE to contain the upstream revision
21we merged with.
22