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

..07-May-2022-

asan/H03-May-2022-8,4376,187

include/H30-Oct-2014-3,6413,248

interception/H30-Oct-2014-1,213835

libbacktrace/H30-Oct-2014-983745

lsan/H30-Oct-2014-2,4761,903

sanitizer_common/H30-Oct-2014-20,31216,267

tsan/H30-Oct-2014-13,92811,148

ubsan/H30-Oct-2014-2,2901,638

ChangeLogH A D30-Oct-201425.1 KiB772602

MERGEH A D05-Dec-2013122 53

Makefile.amH A D16-Oct-20141.9 KiB7358

Makefile.inH A D30-Oct-201421.9 KiB693602

README.gccH A D09-Jan-2014885 2119

acinclude.m4H A D14-Nov-2012389 119

aclocal.m4H A D30-Oct-201436.1 KiB1,005904

config.h.inH A D09-Jan-20143.7 KiB152107

configureH A D30-Oct-2014576.3 KiB19,49416,343

configure.acH A D23-Jan-20149.9 KiB350307

configure.tgtH A D03-Mar-20141.3 KiB4541

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