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

..07-May-2022-

asan/H03-May-2022-12,7999,432

builtins/H04-Mar-2020-205155

include/H04-Mar-2020-4,3313,589

interception/H04-Mar-2020-2,1841,502

libbacktrace/H04-Mar-2020-1,023785

lsan/H04-Mar-2020-3,8372,899

sanitizer_common/H04-Mar-2020-41,69632,749

tsan/H04-Mar-2020-19,80115,468

ubsan/H04-Mar-2020-3,8962,770

ChangeLogH A D04-Mar-202052.9 KiB1,6321,247

HOWTO_MERGEH A D04-Mar-20202.7 KiB4240

LOCAL_PATCHESH A D04-Mar-202048 76

MERGEH A D04-Mar-2020122 53

Makefile.amH A D04-Mar-20201.9 KiB7459

Makefile.inH A D04-Mar-202023.3 KiB735644

README.gccH A D04-Mar-2020885 2119

acinclude.m4H A D04-Mar-2020446 1311

aclocal.m4H A D04-Mar-202036.4 KiB1,025919

config.h.inH A D04-Mar-20203.9 KiB158111

configureH A D04-Mar-2020582.2 KiB19,74416,558

configure.acH A D04-Mar-202011.1 KiB393340

configure.tgtH A D04-Mar-20201.8 KiB6258

libsanitizer.spec.inH A D04-Mar-2020275 126

libtool-versionH A D04-Mar-2020253 76

merge.shH A D04-Mar-20202.1 KiB8962

README.gcc

1AddressSanitizer (http://code.google.com/p/address-sanitizer) and
2ThreadSanitizer (http://code.google.com/p/thread-sanitizer/) are
3projects initially developed by Google Inc.
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
6http://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