gcc/libsanitizer
GCC Administrator ab332cd78d Daily bump.
2022-10-12 00:17:24 +00:00
..
asan libsanitizer: Apply local patches 2022-08-30 12:53:53 +02:00
builtins
hwasan libsanitizer: merge from master (84a71d5259c2682403cdbd8710592410a2f128ab) 2022-08-30 12:53:50 +02:00
include
interception libsanitizer: merge from master (84a71d5259c2682403cdbd8710592410a2f128ab) 2022-08-30 12:53:50 +02:00
libbacktrace
lsan libsanitizer: merge from master (84a71d5259c2682403cdbd8710592410a2f128ab) 2022-08-30 12:53:50 +02:00
sanitizer_common libsanitizer: Fix Solaris 11.3 compilation of sanitizer_procmaps_solaris.cpp [PR105531] 2022-10-03 16:28:46 +02:00
tsan libsanitizer: Apply local patches 2022-08-30 12:53:53 +02:00
ubsan libsanitizer: Apply local patches 2022-08-30 12:53:53 +02:00
acinclude.m4
aclocal.m4
ChangeLog Daily bump. 2022-10-12 00:17:24 +00:00
config.h.in
configure Generic configury support for shared libs on VxWorks 2022-10-11 07:31:07 +00:00
configure.ac
configure.tgt libsanitizer: enable libubsan and libasan for loongarch64-*-linux* 2022-08-31 13:54:08 +08:00
HOWTO_MERGE
libsanitizer.spec.in
LICENSE.TXT
LOCAL_PATCHES [libsanitizer] Update LOCAL_PATCHES. 2022-09-04 20:53:52 +01:00
Makefile.am
Makefile.in
MERGE libsanitizer: merge from master (84a71d5259c2682403cdbd8710592410a2f128ab) 2022-08-30 12:53:50 +02:00
merge.sh
README.gcc

AddressSanitizer and ThreadSanitizer (https://github.com/google/sanitizers) 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
https://github.com/llvm/llvm-project in the following directories:
  compiler-rt/include/sanitizer
  compiler-rt/lib/sanitizer_common
  compiler-rt/lib/interception
  compiler-rt/lib/asan
  compiler-rt/lib/tsan
  compiler-rt/lib/lsan
  compiler-rt/lib/ubsan
  compiler-rt/lib/hwasan

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.