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

..07-May-2022-

asan/H03-May-2022-10,6397,824

include/H16-May-2018-4,0633,491

interception/H16-May-2018-1,377959

libbacktrace/H16-May-2018-1,014776

lsan/H16-May-2018-2,8222,183

sanitizer_common/H16-May-2018-32,73026,175

tsan/H16-May-2018-15,53612,067

ubsan/H16-May-2018-3,3422,403

ChangeLogH A D07-Sep-201740.2 KiB1,246953

HOWTO_MERGEH A D23-Oct-20152.5 KiB4038

MERGEH A D23-Nov-2015122 53

Makefile.amH A D14-May-20141.9 KiB7358

Makefile.inH A D16-May-201823 KiB729638

README.gccH A D09-Jan-2014885 2119

acinclude.m4H A D14-Nov-2012389 119

aclocal.m4H A D16-May-201836.4 KiB1,025919

config.h.inH A D13-Apr-20153.9 KiB158111

configureH A D16-May-2018580.7 KiB19,66416,495

configure.acH A D14-Jan-201611.5 KiB404352

configure.tgtH A D23-Nov-20151.5 KiB5147

libsanitizer.spec.inH A D29-Nov-2013275 126

libtool-versionH A D12-Nov-2012253 76

merge.shH A D05-Dec-20131.9 KiB8459

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