NetBSD/external/gpl3/gcc.old/dist/libsanitizer
2018-08-02 00:02:46 +00:00
..
asan merge GCC 6.4 into gcc.old. 2018-08-02 00:02:46 +00:00
include merge GCC 6.4 into gcc.old. 2018-08-02 00:02:46 +00:00
interception merge GCC 6.4 into gcc.old. 2018-08-02 00:02:46 +00:00
libbacktrace import GCC 6.4 srcs into gcc.old in preparation for GCC 7.x. 2018-08-01 22:18:23 +00:00
lsan import GCC 6.4 srcs into gcc.old in preparation for GCC 7.x. 2018-08-01 22:18:23 +00:00
sanitizer_common merge GCC 6.4 into gcc.old. 2018-08-02 00:02:46 +00:00
tsan merge GCC 6.4 into gcc.old. 2018-08-02 00:02:46 +00:00
ubsan import GCC 6.4 srcs into gcc.old in preparation for GCC 7.x. 2018-08-01 22:18:23 +00:00
acinclude.m4 merge GCC 5.4 into gcc.old. 2017-07-23 01:10:50 +00:00
aclocal.m4 merge GCC 6.4 into gcc.old. 2018-08-02 00:02:46 +00:00
config.h.in import the GCC 5.4 srcs from -current as gcc.old in preparation for GCC 6. 2017-07-23 01:04:23 +00:00
configure merge GCC 6.4 into gcc.old. 2018-08-02 00:02:46 +00:00
configure.ac merge GCC 6.4 into gcc.old. 2018-08-02 00:02:46 +00:00
configure.tgt merge GCC 6.4 into gcc.old. 2018-08-02 00:02:46 +00:00
HOWTO_MERGE import GCC 6.4 srcs into gcc.old in preparation for GCC 7.x. 2018-08-01 22:18:23 +00:00
libsanitizer.spec.in import the GCC 5.4 srcs from -current as gcc.old in preparation for GCC 6. 2017-07-23 01:04:23 +00:00
libtool-version merge GCC 5.4 into gcc.old. 2017-07-23 01:10:50 +00:00
LICENSE.TXT merge GCC 5.4 into gcc.old. 2017-07-23 01:10:50 +00:00
Makefile.am merge GCC 5.4 into gcc.old. 2017-07-23 01:10:50 +00:00
Makefile.in merge GCC 6.4 into gcc.old. 2018-08-02 00:02:46 +00:00
MERGE merge GCC 6.4 into gcc.old. 2018-08-02 00:02:46 +00:00
merge.sh merge GCC 5.4 into gcc.old. 2017-07-23 01:10:50 +00:00
README.gcc merge GCC 5.4 into gcc.old. 2017-07-23 01:10:50 +00:00

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
  lib/lsan
  lib/ubsan

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.