summaryrefslogtreecommitdiff
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* Revert "Hwasan InitPrctl check for error using internal_iserror"Nico Weber2021-01-131-6/+4
* Hwasan InitPrctl check for error using internal_iserrorMatthew Malcomson2021-01-131-4/+6
* [MSan] Partially revert some changes from D94552Jianzhou Zhao2021-01-131-6/+4
* [MSan] Tweak CopyOriginJianzhou Zhao2021-01-131-5/+7
* [Sanitizer][Darwin] Fix test for macOS 11+ point releasesJulian Lettner2021-01-121-6/+12
* [VE][compiler-rt] Add VE as a target of crtKazushi (Jam) Marukawa2021-01-121-1/+2
* [compiler-rt] [sanitizer] Silence -Wframe-larger-than= for a few windows func...Martin Storsjö2021-01-083-1/+22
* [compiler-rt] Implement __atomic_is_lock_freeAlex Richardson2021-01-082-0/+90
* [builtins] Add COMPILER_RT_BUILTINS_HIDE_SYMBOLSRyan Prichard2021-01-071-2/+5
* [sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detectio...Fangrui Song2021-01-0614-118/+159
* Revert "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature ...Oliver Stannard2021-01-0613-152/+112
* scudo: Update a comment to match the Linux kernel behavior. NFCI.Peter Collingbourne2021-01-051-4/+5
* [sanitizer][Darwin] Suppress -Wno-non-virtual-dtor warningJulian Lettner2021-01-051-0/+1
* Reland D93848 "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX f...Fangrui Song2021-01-0513-112/+152
* scudo: Fix compilation for non-Linux aarch64Roland McGrath2021-01-051-0/+10
* [android] Fix some tests for AOSP-master devices.Mitch Phillips2021-01-053-2/+22
* [Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps2021-01-051-2/+2
* [compiler-rt] [windows] Add UNUSED attributes on variables/functions only use...Martin Storsjö2021-01-051-3/+3
* [compiler-rt] [Sanitizers] Extend ThreadDescriptorSize() for glibc-2.32-2.fc3...Jan Kratochvil2021-01-041-1/+3
* Revert "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature ...Nico Weber2021-01-0213-150/+112
* [sanitizer] Enable mallopt and mallinfo interceptors on Android after D93848Fangrui Song2021-01-011-1/+1
* [compiler-rt][test] Suppress stderr of ldd outputFangrui Song2021-01-011-0/+1
* [sanitizer] Include fstab.h on glibc/FreeBSD/NetBSD/macOSFangrui Song2020-12-311-2/+4
* [sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detectio...Fangrui Song2020-12-3113-112/+148
* [lsan] Ignore inderect leaks referenced by suppressed blocksVitaly Buka2020-12-303-23/+91
* [compiler-rt] FuzzedDataProvider: Add PickValueInArray for std::arrayMax Moroz2020-12-302-0/+23
* [CMake][tsan] Remove --sysroot=.Fangrui Song2020-12-301-15/+0
* [NFC][lsan] Extract PrintResults functionVitaly Buka2020-12-291-18/+23
* [lsan] Parse suppressions just before leak reportingVitaly Buka2020-12-291-22/+50
* [NFC][lsan] Add nested leak in testVitaly Buka2020-12-291-4/+12
* [NFC][sanitizer] Add SortAndDedup functionVitaly Buka2020-12-292-0/+50
* [NFC][sanitizer] Simplify InternalLowerBoundVitaly Buka2020-12-295-33/+28
* [tsan] Remove stdlib.h from dd_interceptors.cppVitaly Buka2020-12-291-5/+6
* sanitizer: fix typo/spelling: Dissassemble → DisassembleMichael Stapelberg2020-12-291-1/+1
* [ubsan][test] FLush stdout before checking interleaved stdout/stderrFangrui Song2020-12-281-0/+1
* [asan][test] Annotate glibc specific tests with REQUIRES: glibc-2.27Fangrui Song2020-12-288-10/+10
* [NFC][sanitizer] Remove unused typedefVitaly Buka2020-12-281-2/+0
* [msan] Delete unused glibc header <execinfo.h>Fangrui Song2020-12-271-1/+0
* [compiler-rt][test] Make glibc-* feature detection work on a musl distributionFangrui Song2020-12-271-6/+6
* [sanitizer] Defined SANITIZER_TEST_HAS_PVALLOC only on glibcFangrui Song2020-12-271-3/+1
* [asan][memprof] Declare _DYNAMIC and fix -WparenthesesFangrui Song2020-12-273-3/+6
* scudo: Move the management of the UseMemoryTagging bit out of the Primary. NFCI.Peter Collingbourne2020-12-225-33/+27
* scudo: Replace the Cache argument on MapAllocator with a Config argument. NFCI.Peter Collingbourne2020-12-223-16/+20
* scudo: Move the configuration for the primary allocator to Config. NFCI.Peter Collingbourne2020-12-226-71/+117
* [compiler-rt] Fix atomic_test.c on macOSAlex Richardson2020-12-221-5/+9
* [PowerPC] Restore stack ptr from base ptr when availableNemanja Ivanovic2020-12-222-2/+0
* scudo: Remove ANDROID_EXPERIMENTAL_MTE macro.Peter Collingbourne2020-12-212-17/+21
* Revert "[sanitizer-common] Force pickup of llvm-symbolizer from new binaries."Mitch Phillips2020-12-172-9/+0
* Revert "[sanitizer-common] Pickup llvm-symbolizer from $OUT/bin IFF exists."Mitch Phillips2020-12-172-4/+5
* scudo: Adjust test to use correct check for primary allocations.Peter Collingbourne2020-12-171-10/+14