summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid memory leak in ASan testKamil Rytarowski2019-09-211-0/+1
* 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-195-12/+69
* [cmake] Strip quotes in try_compile_onlyHans Wennborg2019-09-191-0/+6
* 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
* [test] Clean up previous raw profile before merging into itVedant Kumar2019-09-161-1/+1
* [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
* Commit missing part of "Split many_tls_keys.cpp into two tests"Kamil Rytarowski2019-09-152-28/+8
* compiler-rt/builtins: Make check-builtins run tests on macOS.Nico Weber2019-09-142-4/+11
* Fix bug in `darwin_test_archs()` when the cache variable is set but empty.Dan Liew2019-09-131-1/+1
* [CMake] Separate the detection Darwin platforms architectures for theDan Liew2019-09-132-31/+32
* [compiler-rt] Add ubsan interface header.Pierre Gousseau2019-09-132-0/+33
* Add getauxval() compat for NetBSDKamil Rytarowski2019-09-122-3/+21
* Split many_tls_keys.cpp into two testsKamil Rytarowski2019-09-122-0/+61
* Use host's executable suffix for clang when cross-compiling compiler-rtReid Kleckner2019-09-121-2/+12
* [compiler-rt] cpplint of inc files in backgroundVitaly Buka2019-09-121-0/+2
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-1222-63/+77
* [compiler-rt] Run cpplint only for check-sanitizerVitaly Buka2019-09-122-3/+5
* [compiler-rt] Better lint output for .inc filesVitaly Buka2019-09-123-19/+12
* [dfsan] Revert dfsan_set_label removalVitaly Buka2019-09-111-0/+5
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-1192-398/+402
* Fix mac buildVitaly Buka2019-09-111-4/+4
* Update compiler-rt cpplint.pyVitaly Buka2019-09-1121-2726/+4953
* [libFuzzer] Remove hardcoded number of new features in merge_two_step.test.Max Moroz2019-09-111-2/+2
* [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-114-23/+88
* 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
* 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