summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer_common] Rename OnPrint to __sanitizer_on_print.Matt Morehouse2019-10-021-1/+7
* [libFuzzer] Remove lazy counters.Matt Morehouse2019-10-0110-67/+0
* Revert "compiler-rt: use __GLIBC_PREREQ for SANITIZER_INTERCEPT_GETRANDOM"Vitaly Buka2019-10-016-37/+21
* compiler-rt: use __GLIBC_PREREQ for SANITIZER_INTERCEPT_GETRANDOMVitaly Buka2019-10-011-2/+2
* compiler-rt: move all __GLIBC_PREREQ into own header fileVitaly Buka2019-10-015-19/+35
* Rename tsan_interceptors.cpp into tsan_interceptors_posix.cppVitaly Buka2019-10-013-3/+3
* [msan] Intercept __getrlimit.Evgeniy Stepanov2019-09-301-7/+17
* [libFuzzer] Dump trace and provide correct msg for overwritten input.Mitch Phillips2019-09-271-1/+3
* hwasan: Compatibility fixes for short granules.Peter Collingbourne2019-09-271-2/+48
* [libFuzzer] [NFC] Fix grammar error with "it's"Mitch Phillips2019-09-261-1/+1
* [TSAN] Add read/write range interface functions with PCJoachim Protze2019-09-242-0/+13
* sanitizer_common: fix freebsd build errorDmitry Vyukov2019-09-241-1/+0
* Fix int to bool errors exposed due to r372612.Rumeet Dhindsa2019-09-243-4/+4
* [compiler-rt] Fix lint check failure on commentsJinsong Ji2019-09-222-2/+4
* Add __lsan::ScopedInterceptorDisabler for strerror(3)Kamil Rytarowski2019-09-213-0/+23
* Stop tracking atexit/__cxa_atexit/pthread_atfork allocations in LSan/NetBSDKamil Rytarowski2019-09-214-1/+101
* [lsan] Fix deadlock in dl_iterate_phdr.Evgeniy Stepanov2019-09-194-12/+17
* tsan: allow the Go runtime to return multiple stack frames for a single PCDmitry Vyukov2019-09-181-7/+18
* Remove asan test for strncat(x, y, 0)David Bolvansky2019-09-171-3/+1
* [ASAN] Adjust asan tests due to new optimizationsDavid Bolvansky2019-09-171-1/+1
* [libFuzzer] Always print DSO map on Fuchsia libFuzzer launchJake Ehrlich2019-09-172-0/+12
* [compiler-rt][crt] make test case nontrivial in check_cxx_section_existsJian Cai2019-09-161-1/+1
* [libFuzzer] Remove unused version of FuzzedDataProvider.h.Max Moroz2019-09-161-247/+0
* Add getauxval() compat for NetBSDKamil Rytarowski2019-09-122-3/+21
* [compiler-rt] cpplint of inc files in backgroundVitaly Buka2019-09-121-0/+2
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-1220-59/+73
* [compiler-rt] Better lint output for .inc filesVitaly Buka2019-09-123-19/+12
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-1181-366/+369
* Fix mac buildVitaly Buka2019-09-111-4/+4
* Update compiler-rt cpplint.pyVitaly Buka2019-09-1116-2716/+4943
* [scudo][standalone] Android related improvementsKostya Kortchinsky2019-09-115-15/+44
* [libFuzzer] Make -merge=1 to reuse coverage information from the control file.Max Moroz2019-09-112-21/+57
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-112-185/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-112-0/+185
* [UBSan] Do not overwrite the default print_summary sanitizer option.Max Moroz2019-09-091-1/+0
* [TSan] Add interceptors for mach_vm_[de]allocateJulian Lettner2019-09-095-10/+77
* compiler-rt: use fp_t instead of long double, for consistencyEd Maste2019-09-094-4/+4
* Do not intercept malloc_usable_size on NetBSDKamil Rytarowski2019-09-081-1/+2
* Revert "Revert "[builtins] Rounding mode support for addxf3/subxf3""Yi Kong2019-09-0512-16/+199
* [X86] Add support for avx512bf16 for __builtin_cpu_supports and compiler-rt's...Craig Topper2019-09-041-1/+7
* compiler-rt: use 64-bit time_t for all FreeBSD archs except i386Ed Maste2019-09-031-1/+1
* compiler-rt: use more __sanitizer_time_t on FreeBSDEd Maste2019-09-031-11/+11
* [sanitizer] Support monorepo layout in symbolizer build scriptVitaly Buka2019-08-291-6/+21
* [sanitizer] Simplify COMPILER_RT setup in lint scriptVitaly Buka2019-08-281-8/+2
* [sanitizer_common] Close superfluous file descriptors in spawned processJulian Lettner2019-08-271-5/+23
* Add GWP-ASan fuzz target to compiler-rt/tools.Mitch Phillips2019-08-272-72/+0
* [asan_symbolize] Fix broken pipe handling for python 2.7Alexander Richardson2019-08-271-3/+9
* NFC: clang-format r370008 to suppress lint errorsVitaly Buka2019-08-272-7/+6
* Fix buildbotDavid Carlier2019-08-272-4/+7
* [Sanitizer] Using huge page on FreeBSD for shadow mappingDavid Carlier2019-08-274-4/+29