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

..07-May-2022-

asan/H03-May-2022-8,6316,426

include/sanitizer/H23-Jun-2015-18363

interception/H23-Jun-2015-1,120771

sanitizer_common/H23-Jun-2015-7,9065,992

tsan/H23-Jun-2015-12,3619,874

ChangeLogH A D23-Jun-201513.6 KiB459344

MERGEH A D21-Feb-2013122 53

Makefile.amH A D12-Dec-20121.4 KiB5544

Makefile.inH A D23-Jun-201516.8 KiB577492

README.gccH A D23-Nov-2012862 1917

acinclude.m4H A D14-Nov-2012389 119

aclocal.m4H A D23-Jun-201536.1 KiB1,004903

configureH A D23-Jun-2015511.7 KiB17,09814,309

configure.acH A D27-Jan-20153.4 KiB122104

configure.tgtH A D04-Apr-20141.3 KiB4238

libtool-versionH A D12-Nov-2012253 76

merge.shH A D21-Feb-20131.9 KiB8257

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
13Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the
14GCC tree.  All non-trivial changes, functionality improvements, etc. should go
15through the upstream tree first and then be merged back to the GCC tree.
16The merges from upstream should be done with the aid of the merge.sh script;
17it will also update the file MERGE to contain the upstream revision
18we merged with.
19