• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

asan/H08-Oct-2021-15,01811,046

builtins/H08-Oct-2021-201155

include/H08-Oct-2021-9,6508,298

interception/H08-Oct-2021-2,3561,639

libbacktrace/H08-Oct-2021-1,117870

lsan/H08-Oct-2021-4,1703,183

sanitizer_common/H08-Oct-2021-62,18350,925

tsan/H08-Oct-2021-20,96516,320

ubsan/H08-Oct-2021-4,4883,187

ChangeLogH A D08-Oct-202167.4 KiB2,0911,584

HOWTO_MERGEH A D08-Oct-20212.9 KiB4543

LOCAL_PATCHESH A D08-Oct-20218 21

MERGEH A D08-Oct-2021156 53

Makefile.amH A D08-Oct-20212 KiB7560

Makefile.inH A D08-Oct-202124.5 KiB790690

README.gccH A D08-Oct-2021836 2118

acinclude.m4H A D08-Oct-2021446 1311

aclocal.m4H A D08-Oct-202143.4 KiB1,2031,093

config.h.inH A D08-Oct-20214 KiB164115

configureH A D08-Oct-2021591.1 KiB20,09016,828

configure.acH A D08-Oct-202111 KiB395341

configure.tgtH A D08-Oct-20212 KiB7571

libsanitizer.spec.inH A D08-Oct-2021275 126

merge.shH A D08-Oct-20212.1 KiB9063

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