NetBSD/external/gpl3/gcc/dist/libsanitizer
mrg 788f3c6afe merge GCC 4.8.5 cornflakes (round one). 2015-06-24 14:28:27 +00:00
..
asan Add RISCV bits 2015-03-31 17:58:30 +00:00
include/sanitizer
interception the interceptors don't know about __RENAME() so add a kludge. 2014-10-22 00:15:16 +00:00
sanitizer_common Deal with NetBSD using dwarf EH 2015-03-31 17:18:35 +00:00
tsan fix for PIC code. 2015-01-25 20:06:46 +00:00
ChangeLog initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
LICENSE.TXT
MERGE
Makefile.am
Makefile.in
README.gcc
acinclude.m4
aclocal.m4
configure merge GCC 4.8.5 cornflakes (round one). 2015-06-24 14:28:27 +00:00
configure.ac initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
configure.tgt more portability fixes. 2014-10-22 21:19:59 +00:00
libtool-version
merge.sh

README.gcc

AddressSanitizer (http://code.google.com/p/address-sanitizer) and
ThreadSanitizer (http://code.google.com/p/thread-sanitizer/) are
projects initially developed by Google Inc.
Both tools consist of a compiler module and a run-time library.
The sources of the run-time library for these projects are hosted at
http://llvm.org/svn/llvm-project/compiler-rt in the following directories:
  include/sanitizer
  lib/sanitizer_common
  lib/interception
  lib/asan
  lib/tsan

Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the
GCC tree.  All non-trivial changes, functionality improvements, etc. should go
through the upstream tree first and then be merged back to the GCC tree.
The merges from upstream should be done with the aid of the merge.sh script;
it will also update the file MERGE to contain the upstream revision
we merged with.