gcc/libsanitizer
2012-11-14 03:41:10 -08:00
..
asan Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
include/sanitizer
interception Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
sanitizer_common Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
acinclude.m4 Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
aclocal.m4 Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
ChangeLog Rename libsanitizer/ChangeLog.asan to libsanitizer/ChangeLog 2012-11-14 03:41:10 -08:00
configure Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
configure.ac Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
configure.tgt Move libsanitizer configure logic to subdirectory 2012-11-13 14:19:44 -08:00
libtool-version
LICENSE.TXT
Makefile.am Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
Makefile.in Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
README.gcc

The AddressSanitizer (http://code.google.com/p/address-sanitizer) is
a project developed by Google Inc. The source files of the project
are hosted at http://llvm.org/svn/llvm-project/compiler-rt. These files
are the ones in the asan subdirectory of that project.