summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [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