summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove xfail i386 NetBSD mark in vptr-non-unique-typeinfo.cppKamil Rytarowski2019-09-101-1/+0
* Remove xfail NetBSD mark from ignored-interceptors-mmap.cppKamil Rytarowski2019-09-101-1/+0
* [UBSan] Follow up fix for r371442.Max Moroz2019-09-091-1/+1
* [TSan] Add AnnotateIgnoreReadsBegin declaration to tsan/test.hJulian Lettner2019-09-096-31/+5
* [UBSan] Do not overwrite the default print_summary sanitizer option.Max Moroz2019-09-092-1/+11
* [TSan] Add interceptors for mach_vm_[de]allocateJulian Lettner2019-09-096-10/+150
* compiler-rt: use fp_t instead of long double, for consistencyEd Maste2019-09-094-4/+4
* Enable LSan for NetBSD/i386 in test/asan/lit.cfg.pyKamil Rytarowski2019-09-081-1/+1
* Enable LSan tests for NetBSD/i386Kamil Rytarowski2019-09-081-1/+1
* Stop marking 5 ASan tests as failing on NetBSD/i386Kamil Rytarowski2019-09-084-6/+0
* [ASan] Only run dlopen-mixed-c-cxx.c with static runtimeJonas Hahnfeld2019-09-081-2/+3
* Enable leak-detection for NetBSD/amd64 in test/asanKamil Rytarowski2019-09-081-1/+2
* 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-0514-17/+261
* [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
* [cmake] enable x86 libfuzzer on WindowsMatthew G McGovern2019-08-291-0/+2
* [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
* Further relax checks in asan-symbolize-bad-path.cppAlexander Richardson2019-08-281-2/+2
* [XRay] Fixing one test case for FreeBSDDavid Carlier2019-08-281-0/+10
* [compiler-rt] Don't use libcxx if it's not enabled by LLVM_ENABLE_PROJECTSVitaly Buka2019-08-281-18/+24
* [sanitizer_common] Close superfluous file descriptors in spawned processJulian Lettner2019-08-271-5/+23
* Fix asan-symbolize-bad-path.cpp on DarwinAlexander Richardson2019-08-271-1/+2
* Add GWP-ASan fuzz target to compiler-rt/tools.Mitch Phillips2019-08-275-23/+23
* [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
* Relax test introduced in D65322Alexander Richardson2019-08-271-2/+2
* Fix buildbotDavid Carlier2019-08-272-4/+7
* [Sanitizer] Using huge page on FreeBSD for shadow mappingDavid Carlier2019-08-274-4/+29
* [sanitizer] Add lld into dependency of sanitizer_common unittestsVitaly Buka2019-08-271-0/+5
* msan, codegen, instcombine: Keep more lifetime markers used for msanVitaly Buka2019-08-261-0/+18
* [hwasan] Fix test failure in r369721.Evgeniy Stepanov2019-08-261-3/+6
* [asan_symbolize] Attempt to fix build-bot failure after latest changeAlexander Richardson2019-08-261-0/+4
* [asan_symbolize] Avoid blocking when llvm-symbolizer is installed as addr2lineAlexander Richardson2019-08-262-5/+38
* [GWP_ASAN] Avoid using VERSION_GREATER_EQUAL in cmake filesBjorn Pettersson2019-08-261-1/+1
* hwasan: Align n_namesz and n_descsz to 4 when reading notes.Peter Collingbourne2019-08-231-2/+2
* [GWP-ASan] Split options_parser and backtrace_sanitizer_common.Mitch Phillips2019-08-236-19/+67
* Fix stack_trace_compressor builds for Clang < 6.0Mitch Phillips2019-08-231-3/+9
* Move a break into the correct place. NFCI.Peter Collingbourne2019-08-231-1/+1
* hwasan: Untag unwound stack frames by wrapping personality functions.Peter Collingbourne2019-08-234-3/+78
* [sanitizer] Resubmit D66620 from monorepoTaewook Oh2019-08-222-1/+3
* Fixing buildbot due to style.David Carlier2019-08-221-2/+4
* [Sanitizer] checks ASLR on FreeBSDDavid Carlier2019-08-223-2/+29
* LibFuzzer support for 32bit MSVCMatthew G McGovern2019-08-221-4/+18
* Revert "[GWP-ASan] Remove c++ standard lib dependency."Petr Hosek2019-08-222-17/+17
* [GWP-ASan] Remove c++ standard lib dependency.Petr Hosek2019-08-222-17/+17
* [TSan] #include header instead of forward declaring intercepteesJulian Lettner2019-08-211-18/+5
* [GWP-ASan] Add public-facing documentation [6].Mitch Phillips2019-08-212-3/+58