Name Date Size #Lines LOC

..30-Jul-2023-

asan/H30-Jul-2023-14,28610,514

builtins/H08-May-2022-205155

hwasan/H30-Jul-2023-6,2504,478

include/H08-May-2022-9,5888,521

interception/H08-May-2022-2,3021,600

libbacktrace/H30-Jul-2023-1,117870

lsan/H30-Jul-2023-4,5973,447

sanitizer_common/H30-Jul-2023-63,51952,142

tsan/H30-Jul-2023-22,01717,150

ubsan/H08-May-2022-4,3113,061

ChangeLogH A D11-Jul-202363 KiB1,9591,485

HOWTO_MERGEH A D30-Jul-20232.8 KiB4442

LICENSE.TXTH A D08-May-20224.4 KiB9873

LOCAL_PATCHESH A D08-May-202248 76

MERGEH A D08-May-2022122 53

Makefile.amH A D30-Jul-20232.1 KiB8265

Makefile.inH A D08-May-202224.5 KiB789689

README.gccH A D30-Jul-2023936 2219

acinclude.m4H A D08-May-2022446 1311

aclocal.m4H A D08-May-202243.4 KiB1,2021,092

config.h.inH A D08-May-20224 KiB164115

configureH A D08-May-2022590.2 KiB20,05716,802

configure.acH A D08-May-202211.1 KiB392339

configure.tgtH A D11-Jul-20232.2 KiB8076

libsanitizer.spec.inH A D30-Jul-2023310 147

libtool-versionH A D08-May-2022253 76

merge.shH A D08-May-20222.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://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