NameDateSize

..Today72

acinclude.m4H A D11-Aug-2020446

aclocal.m4H A D30-Jul-202343.4 KiB

asan/H01-Aug-202366

builtins/H01-Aug-20234

ChangeLogH A D30-Jul-202375.2 KiB

config.h.inH A D05-Sep-20204 KiB

configureH A D30-Jul-2023593.7 KiB

configure.acH A D01-Aug-202312 KiB

configure.tgtH A D30-Jul-20232.1 KiB

HOWTO_MERGEH A D30-Jul-20232.8 KiB

hwasan/H30-Jul-202340

include/H22-Dec-20165

interception/H01-Aug-202313

libbacktrace/H30-Jul-20238

libsanitizer.spec.inH A D30-Jul-2023310

LICENSE.TXTH A D01-Mar-20144.4 KiB

LOCAL_PATCHESH A D30-Jul-202382

lsan/H11-Aug-202327

Makefile.amH A D30-Jul-20232.1 KiB

Makefile.inH A D30-Jul-202324.7 KiB

MERGEH A D30-Jul-2023156

merge.shH A D01-Aug-20232.1 KiB

README.gccH A D30-Jul-2023936

sanitizer_common/H22-Oct-2023191

tsan/H26-Feb-202475

ubsan/H01-Aug-202336

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