summaryrefslogtreecommitdiff
path: root/lib/msan
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Use GetNextInstructionPc in signal handlersVitaly Buka2019-10-021-1/+1
* [msan] Intercept __getrlimit.Evgeniy Stepanov2019-09-301-7/+17
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-121-4/+5
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-114-59/+58
* Update compiler-rt cpplint.pyVitaly Buka2019-09-111-1/+1
* [Sanitizer] checks ASLR on FreeBSDDavid Carlier2019-08-221-1/+1
* Remove a few straggler ".cc"s in compiler-rt/libNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/msan/tests to .cppNico Weber2019-08-014-6/+11
* compiler-rt: Rename .cc file in lib/msan to .cppNico Weber2019-08-0110-17/+18
* [Sanitizer][ASAN][MSAN] Fix infinite recursion on FreeBSDAlexander Richardson2019-07-311-2/+2
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-151-4/+2
* [sanitizer] Don't generate "failed to intercept" constants for each functionVitaly Buka2019-05-161-9/+9
* [MSan] Introduce __msan_unpoison_param().Matt Morehouse2019-05-092-0/+4
* [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