summaryrefslogtreecommitdiff
path: root/lib/msan
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-011-1/+2
* [Sanitizer] Reland "Cleanup INTERCEPT_FUNCTION macro"Julian Lettner2019-05-011-2/+2
* [sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka2019-05-011-2/+1
* [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-011-3/+2
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-013-0/+17
* Revert r359325 "[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION t...Reid Kleckner2019-04-301-5/+2
* [Sanitizer] Cleanup {ASAN, MSAN}_INTERCEPT_FUNC[_VER] macroJulian Lettner2019-04-291-3/+2
* [sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...Vitaly Buka2019-04-271-10/+2
* [NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to voidJulian Lettner2019-04-261-2/+6
* NFC: Clang-format msan_allocator.ccVitaly Buka2019-04-261-61/+61
* [NFC] Use clearer naming for local variablesJF Bastien2019-04-101-7/+7
* [Sanitizer] Add interceptor for wctombPavel Labath2019-03-291-0/+10
* [msan] Fix BMI2 detection in msan tests, take 2.Jonas Hahnfeld2019-03-151-1/+1
* [msan] Fix BMI2 detection in msan tests.Evgeniy Stepanov2019-03-121-1/+1
* [msan] Properly guard tests added by r355348; NFCHubert Tong2019-03-081-4/+2
* [msan] Instrument x86 BMI intrinsics.Evgeniy Stepanov2019-03-041-1/+147
* Revert "[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors."Evgeniy Stepanov2019-03-021-3/+3
* [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTraceJulian Lettner2019-03-011-9/+7
* [sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.Evgeniy Stepanov2019-03-011-3/+3
* Revert "[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors."Evgeniy Stepanov2019-03-011-3/+3
* [sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.Evgeniy Stepanov2019-03-011-3/+3
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-012-15/+12
* Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"Julian Lettner2019-03-012-12/+15
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-012-15/+12
* [NFC][Sanitizer] Pull up GetStackTrace into sanitizer_commonJulian Lettner2019-02-272-18/+17
* [NFC][Sanitizer] Hard-code fast/slow unwinder at call siteJulian Lettner2019-02-271-3/+6
* [Sanitizer] Add interceptor for pthread_sigmaskPavel Labath2019-02-261-0/+8
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-171-9/+7
* [msan] Don't delete MSanAtExitRecordVitaly Buka2019-02-141-1/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1922-88/+66
* Reimplement Thread Static Data MSan routines with TLSKamil Rytarowski2018-12-271-0/+46
* Revert "[msan] Disable tail call optimization in msan rtl."Evgeniy Stepanov2018-12-271-5/+0
* [msan] Disable tail call optimization in msan rtl.Evgeniy Stepanov2018-12-271-0/+5
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator64`.Dan Liew2018-12-211-0/+2
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew2018-12-141-2/+4
* Correct atexit(3) support in MSan/NetBSDKamil Rytarowski2018-11-101-3/+65
* Disable recursive interception for tzset in MSanKamil Rytarowski2018-11-041-0/+1
* Handle NetBSD symbol mangling for tzsetKamil Rytarowski2018-10-301-0/+1
* [sanitizer] Fix mallopt interceptor.Evgeniy Stepanov2018-10-251-1/+1
* Skip unsupported MSan tests on NetBSDKamil Rytarowski2018-10-091-0/+4
* [MSan] store origins for variadic function parameters in __msan_va_arg_origin...Alexander Potapenko2018-09-061-0/+6
* [MSan] revert r341528 to unbreak the botsAlexander Potapenko2018-09-061-6/+0
* [MSan] store origins for variadic function parameters in __msan_va_arg_origin...Alexander Potapenko2018-09-061-0/+6
* [hwasan] Provide __sanitizer_* aliases to allocator functions.Evgeniy Stepanov2018-08-131-2/+2
* sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov2018-07-202-2/+3
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-0/+13
* [MSan] Add functions to enable/disable interceptor checks.Matt Morehouse2018-07-062-0/+9
* [sanitizer] Use confstr to check libc version in InitTlsSizeVitaly Buka2018-06-171-1/+1
* [MSan] Linker-initialize static fallback_mutex in msan_allocator.ccAlex Shlyapnikov2018-06-141-1/+1
* Disable MSan tests of prlimit on FreeBSDDimitry Andric2018-06-131-1/+1