summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/msan/msan.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/msan to .cppNico Weber2019-08-011-675/+0
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-151-4/+2
* [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTraceJulian Lettner2019-03-011-9/+7
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-1/+1
* Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"Julian Lettner2019-03-011-1/+1
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-1/+1
* [NFC][Sanitizer] Pull up GetStackTrace into sanitizer_commonJulian Lettner2019-02-271-15/+17
* [NFC][Sanitizer] Hard-code fast/slow unwinder at call siteJulian Lettner2019-02-271-3/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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
* [sanitizer] Use confstr to check libc version in InitTlsSizeVitaly Buka2018-06-171-1/+1
* [MSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-081-0/+1
* Introduce CheckASLR() in sanitizersKamil Rytarowski2018-06-051-0/+1
* [MSan] Print current stack on CHECK violationAlex Shlyapnikov2018-02-261-0/+11
* [msan] Deadly signal handler for msanVitaly Buka2017-11-101-0/+11
* [msan] Add context argument into GetStackTraceVitaly Buka2017-11-091-3/+3
* [MSan] [PowerPC] Dereference function descriptors when recording stack origins.Marcin Koscielnicki2016-04-271-0/+7
* [sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki2016-04-271-0/+1
* Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki2016-04-151-7/+0
* [sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki2016-04-141-0/+7
* [sancov] common flags initialization.Mike Aizatsky2016-03-181-1/+1
* [MSan] Endianness should not matter while printing a byteMohit K. Bhakkad2016-02-261-6/+1
* [MSan] Make unaligned load/store functions compatible for both endiansMohit K. Bhakkad2016-02-221-4/+4
* [compiler-rt] [msan] Variadic support for AArch64Adhemerval Zanella2015-12-141-1/+1
* [compiler-rt] [msan] Unify aarch64 mappingAdhemerval Zanella2015-10-291-2/+0
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-5/+5
* [msan] Early allocator initialization.Evgeniy Stepanov2015-09-291-0/+2
* [sanitizer] Move CheckVMASize after flag initializationAdhemerval Zanella2015-09-151-2/+3
* [compiler-rt] [sanitizers] Add VMA size check at runtimeAdhemerval Zanella2015-09-111-0/+2
* [Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov2015-08-241-1/+0
* [Sanitizers] Allow to install several internal Die callbacks.Alexey Samsonov2015-08-241-1/+1
* Revert r245770 and r245777.Alexey Samsonov2015-08-221-0/+1
* [Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov2015-08-221-1/+0
* [MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...Alexey Samsonov2015-08-211-3/+1
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-8/+12
* [sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov2015-07-211-1/+1
* re-added changes due to svn config setting issuesNaomi Musgrave2015-07-171-1/+1
* [ASan] Make binary name reader cross-platform.Yury Gribov2015-06-041-0/+1
* [msan] Mprotect all inaccessible memory regions.Evgeniy Stepanov2015-05-241-1/+1
* Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov2015-04-281-5/+27
* [MSan] Prepare for splitting msan_new_delete.cc into a separate library. NFC.Alexey Samsonov2015-04-271-2/+0
* [msan] Fix MsanTest to pass in track_origins=2 mode.Evgeniy Stepanov2015-02-261-0/+7
* [Sanitizer] Change InitializeFlags() signatures. NFC.Alexey Samsonov2015-02-121-7/+7
* [Sanitizer] Add "final" specifier to FlagHandlerBase::Parse overrides. NFC.Alexey Samsonov2015-02-121-1/+1
* [msan] Better use-after-free reports.Evgeniy Stepanov2015-01-221-0/+1
* [msan] Refactor shadow operations.Evgeniy Stepanov2015-01-211-18/+2
* [asan] Allow changing verbosity in activation flags.Evgeniy Stepanov2015-01-201-1/+3
* [sanitizer] Make unrecognized flags not fatal.Evgeniy Stepanov2015-01-191-0/+2
OpenPOWER on IntegriCloud