| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| acinclude.m4 | 19-Aug-2020 | 446 | |
| aclocal.m4 | 07-Sep-2025 | 43.4K | |
| asan/ | 25-Feb-2026 | ||
| builtins/ | 25-Feb-2026 | ||
| config.h.in | 09-Apr-2021 | 4K | |
| configure | 07-Sep-2025 | 593.7K | |
| configure.ac | 07-Sep-2025 | 12K | |
| configure.tgt | 07-Sep-2025 | 2.2K | |
| HOWTO_MERGE | 07-Sep-2025 | 2.8K | |
| hwasan/ | 25-Feb-2026 | ||
| include/ | 25-Feb-2026 | ||
| interception/ | 25-Feb-2026 | ||
| libbacktrace/ | 25-Feb-2026 | ||
| libsanitizer.spec.in | 07-Sep-2025 | 310 | |
| LICENSE.TXT | 26-Sep-2019 | 4.4K | |
| LOCAL_PATCHES | 07-Sep-2025 | 82 | |
| lsan/ | 25-Feb-2026 | ||
| Makefile.am | 07-Sep-2025 | 2.1K | |
| Makefile.in | 07-Sep-2025 | 24.7K | |
| MERGE | 07-Sep-2025 | 156 | |
| merge.sh | 07-Sep-2025 | 2.1K | |
| README.gcc | 07-Sep-2025 | 936 | |
| sanitizer_common/ | 25-Feb-2026 | ||
| tsan/ | 25-Feb-2026 | ||
| ubsan/ | 25-Feb-2026 | ||
1 AddressSanitizer and ThreadSanitizer (https://github.com/google/sanitizers) are 2 projects initially developed by Google Inc. 3 4 Both tools consist of a compiler module and a run-time library. 5 The sources of the run-time library for these projects are hosted at 6 https://github.com/llvm/llvm-project in the following directories: 7 compiler-rt/include/sanitizer 8 compiler-rt/lib/sanitizer_common 9 compiler-rt/lib/interception 10 compiler-rt/lib/asan 11 compiler-rt/lib/tsan 12 compiler-rt/lib/lsan 13 compiler-rt/lib/ubsan 14 compiler-rt/lib/hwasan 15 16 Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the 17 GCC tree. All non-trivial changes, functionality improvements, etc. should go 18 through the upstream tree first and then be merged back to the GCC tree. 19 The merges from upstream should be done with the aid of the merge.sh script; 20 it will also update the file MERGE to contain the upstream revision 21 we merged with. 22