summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
...
* [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-014-31/+15
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-015-1/+30
* Added test.Mitch Phillips2019-04-301-0/+16
* [sanitizer_common] Added 64-bit signed flag parser.Mitch Phillips2019-04-301-0/+9
* [sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...Vitaly Buka2019-04-273-51/+10
* [sanitizer] NFC: add static_assert to confirm that we use reasonable ByteMap ...Vitaly Buka2019-04-271-3/+21
* Revert "[sanitizer] NFC: add static_assert to confirm that we use optimal Byt...JF Bastien2019-04-261-7/+3
* Implement __sanitizer::conditional<B, T, F>Vitaly Buka2019-04-262-0/+24
* [sanitizer] NFC: add static_assert to confirm that we use optimal ByteMap typeVitaly Buka2019-04-261-3/+7
* [NFC] Remove ::kForTest from AP64, it does not use it.Vitaly Buka2019-04-261-7/+7
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-263-11/+26
* Revert "[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap"Vitaly Buka2019-04-263-26/+11
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-263-11/+26
* [sanitizer_common] Remove some old commented-out printf statements, and fixed...Mitch Phillips2019-04-241-6/+1
* [compiler-rt] NFC fixed [whitespace/braces] LINT warningVitaly Buka2019-04-241-1/+1
* [compiler-rt] Fix warning about virtual destructor in sanitizer_flag_parser.hVitaly Buka2019-04-241-0/+3
* [llvm-symbolizer] Quick fix for broken sanitizer botMitch Phillips2019-04-241-0/+1
* [gn] Support dots in CMake paths in the sync scriptPetr Hosek2019-04-191-1/+0
* [NFC] Use clearer naming for local variablesJF Bastien2019-04-101-9/+9
* [Sanitizer] Fix a possible write to freed memory in the wcrtomb interceptorPavel Labath2019-04-081-7/+10
* [Sanitizers] Provide __internal_dup on SolarisRainer Orth2019-04-051-0/+4
* [Sanitizers] Fix sanitizer_linux_libcdep.cc compilation on SolarisRainer Orth2019-04-051-0/+1
* Fix problem with ar_to_bc.sh script introduced by r357450.Peter Collingbourne2019-04-021-2/+2
* ar_to_bc.sh: replace readlink -f with custom relative path resolutionFangrui Song2019-04-021-2/+2
* [Sanitizer] Add interceptor for wctombPavel Labath2019-03-292-0/+26
* SanitizerCommon: 64-bit SPARC/Linux portVitaly Buka2019-03-123-0/+20
* SanitizerCommon: fixes for unwinding & backtrace on SPARCVitaly Buka2019-03-125-35/+75
* Remove esan.Nico Weber2019-03-118-104/+0
* [sanitizer] Update global_symbols.txtClement Courbet2019-03-081-0/+1
* Always compare C++ typeinfo (based on libstdc++ implementation).Martin Liska2019-03-061-3/+3
* [sanitizers] Don't use Windows Trace Logging with Clang in MSVC mode eitherMartin Storsjo2019-03-051-1/+1
* Revert "[NFC][Sanitizer] Cleanup ASan's GetStackTrace implementation"Vitaly Buka2019-03-051-5/+0
* [NFC][Sanitizer] Cleanup ASan's GetStackTrace implementationJulian Lettner2019-03-051-0/+5
* [sanitizer] Intercept bzero.Evgeniy Stepanov2019-03-042-2/+13
* Revert "[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors."Evgeniy Stepanov2019-03-021-35/+27
* Revert "Revert "[sanitizers] Don't use Windows Trace Logging on MinGW""Vlad Tsyrklevich2019-03-022-3/+15
* Revert "[sanitizers] Don't use Windows Trace Logging on MinGW"Vlad Tsyrklevich2019-03-022-15/+3
* [sanitizers] Fix build on macOS with LogFullErrorReport redefinition error.Volodymyr Sapsai2019-03-021-1/+1
* [NFC][Sanitizer] Replace last uses of old Unwind APIJulian Lettner2019-03-012-25/+24
* [sanitizers] Don't use Windows Trace Logging on MinGWMartin Storsjo2019-03-012-3/+15
* [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTraceJulian Lettner2019-03-011-6/+10
* [sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.Evgeniy Stepanov2019-03-011-27/+35
* Revert "[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors."Evgeniy Stepanov2019-03-011-16/+13
* [sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.Evgeniy Stepanov2019-03-011-13/+16
* [msan] Add an interceptor for ttyname().Evgeniy Stepanov2019-03-012-0/+16
* Reland "[compiler-rt] Intercept the bcmp() function."Clement Courbet2019-03-012-7/+31
* [sanitizers] Explicitly use GetModuleFileNameW with wchar_tMartin Storsjo2019-03-011-1/+1
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-14/+31
* Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"Julian Lettner2019-03-012-34/+24
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-012-24/+34
OpenPOWER on IntegriCloud