aboutsummaryrefslogtreecommitdiff
path: root/lib/msan
AgeCommit message (Expand)Author
2019-06-15Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka
2019-05-16[sanitizer] Don't generate "failed to intercept" constants for each functionVitaly Buka
2019-05-09[MSan] Introduce __msan_unpoison_param().Matt Morehouse
2019-05-01[compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong
2019-05-01[Sanitizer] Reland "Cleanup INTERCEPT_FUNCTION macro"Julian Lettner
2019-05-01[sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka
2019-05-01[sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka
2019-05-01[sanitizer] Implement reallocarray.Evgeniy Stepanov
2019-04-30Revert r359325 "[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION t...Reid Kleckner
2019-04-29[Sanitizer] Cleanup {ASAN, MSAN}_INTERCEPT_FUNC[_VER] macroJulian Lettner
2019-04-27[sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...Vitaly Buka
2019-04-26[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to voidJulian Lettner
2019-04-26NFC: Clang-format msan_allocator.ccVitaly Buka
2019-04-10[NFC] Use clearer naming for local variablesJF Bastien
2019-03-29[Sanitizer] Add interceptor for wctombPavel Labath
2019-03-15[msan] Fix BMI2 detection in msan tests, take 2.Jonas Hahnfeld
2019-03-12[msan] Fix BMI2 detection in msan tests.Evgeniy Stepanov
2019-03-08[msan] Properly guard tests added by r355348; NFCHubert Tong
2019-03-04[msan] Instrument x86 BMI intrinsics.Evgeniy Stepanov
2019-03-02Revert "[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors."Evgeniy Stepanov
2019-03-01[NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTraceJulian Lettner
2019-03-01[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.Evgeniy Stepanov
2019-03-01Revert "[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors."Evgeniy Stepanov
2019-03-01[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.Evgeniy Stepanov
2019-03-01[NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner
2019-03-01Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"Julian Lettner
2019-03-01[NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner
2019-02-27[NFC][Sanitizer] Pull up GetStackTrace into sanitizer_commonJulian Lettner
2019-02-27[NFC][Sanitizer] Hard-code fast/slow unwinder at call siteJulian Lettner
2019-02-26[Sanitizer] Add interceptor for pthread_sigmaskPavel Labath
2019-02-17[compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld
2019-02-14[msan] Don't delete MSanAtExitRecordVitaly Buka
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-27Reimplement Thread Static Data MSan routines with TLSKamil Rytarowski
2018-12-27Revert "[msan] Disable tail call optimization in msan rtl."Evgeniy Stepanov
2018-12-27[msan] Disable tail call optimization in msan rtl.Evgeniy Stepanov
2018-12-21Introduce `AddressSpaceView` template parameter to `SizeClassAllocator64`.Dan Liew
2018-12-14Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew
2018-11-10Correct atexit(3) support in MSan/NetBSDKamil Rytarowski
2018-11-04Disable recursive interception for tzset in MSanKamil Rytarowski
2018-10-30Handle NetBSD symbol mangling for tzsetKamil Rytarowski
2018-10-25[sanitizer] Fix mallopt interceptor.linaro-local/peter.smith/rebased-pgoEvgeniy Stepanov
2018-10-09Skip unsupported MSan tests on NetBSDKamil Rytarowski
2018-09-06[MSan] store origins for variadic function parameters in __msan_va_arg_origin...Alexander Potapenko
2018-09-06[MSan] revert r341528 to unbreak the botsAlexander Potapenko
2018-09-06[MSan] store origins for variadic function parameters in __msan_va_arg_origin...Alexander Potapenko
2018-08-13[hwasan] Provide __sanitizer_* aliases to allocator functions.Evgeniy Stepanov
2018-07-20sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov
2018-07-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
2018-07-06[MSan] Add functions to enable/disable interceptor checks.Matt Morehouse