aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[CMake][compiler-rt] Use copying instead of symlinking for LSE builtins on no...llvmorg-12.0.0-rc3Raul Tambre1-1/+7
2021-01-29[sanitizer] Fix msan test build on FreeBSD after 7afdc89c2054Dimitry Andric2-1/+3
2021-01-25[scudo][standalone] Enable death tests on FuchsiaKostya Kortchinsky2-5/+9
2021-01-23[ASan] Fix broken Windows build due to 596d534ac3524052df210be8d3c01a33b2260a42.Dan Liew1-1/+1
2021-01-22[ASan] Stop blocking child thread progress from parent thread in `pthread_cre...Dan Liew4-42/+42
2021-01-22[LSan] Introduce a callback mechanism to allow adding data reachable from Thr...Dan Liew4-0/+46
2021-01-21[MSan] Move origins for overlapped memory transferJianzhou Zhao2-2/+134
2021-01-19[CMake] Remove dead code setting policies to NEWRaul Tambre1-4/+0
2021-01-15hwasan: Update register-dump-read.c test to reserve x23 instead of x20.Peter Collingbourne1-6/+6
2021-01-15[GWP-ASan] Add inbuilt options parser.Mitch Phillips15-105/+334
2021-01-15GetMacosAlignedVersion() fails if sysctl is not setupJulian Lettner1-13/+32
2021-01-14[GWP-ASan] Minor refactor of optional components.Mitch Phillips13-216/+210
2021-01-13Revert "Hwasan InitPrctl check for error using internal_iserror"Nico Weber1-6/+4
2021-01-13Hwasan InitPrctl check for error using internal_iserrorMatthew Malcomson1-4/+6
2021-01-13[MSan] Partially revert some changes from D94552Jianzhou Zhao1-6/+4
2021-01-13[MSan] Tweak CopyOriginJianzhou Zhao1-5/+7
2021-01-12[Sanitizer][Darwin] Fix test for macOS 11+ point releasesJulian Lettner1-6/+12
2021-01-12[VE][compiler-rt] Add VE as a target of crtKazushi (Jam) Marukawa1-1/+2
2021-01-08[compiler-rt] [sanitizer] Silence -Wframe-larger-than= for a few windows func...Martin Storsjö3-1/+22
2021-01-08[compiler-rt] Implement __atomic_is_lock_freeAlex Richardson2-0/+90
2021-01-07[builtins] Add COMPILER_RT_BUILTINS_HIDE_SYMBOLSRyan Prichard1-2/+5
2021-01-06[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detectio...Fangrui Song14-118/+159
2021-01-06Revert "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature ...Oliver Stannard13-152/+112
2021-01-05scudo: Update a comment to match the Linux kernel behavior. NFCI.Peter Collingbourne1-4/+5
2021-01-05[sanitizer][Darwin] Suppress -Wno-non-virtual-dtor warningJulian Lettner1-0/+1
2021-01-05Reland D93848 "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX f...Fangrui Song13-112/+152
2021-01-05scudo: Fix compilation for non-Linux aarch64Roland McGrath1-0/+10
2021-01-05[android] Fix some tests for AOSP-master devices.Mitch Phillips3-2/+22
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps1-2/+2
2021-01-05[compiler-rt] [windows] Add UNUSED attributes on variables/functions only use...Martin Storsjö1-3/+3
2021-01-04[compiler-rt] [Sanitizers] Extend ThreadDescriptorSize() for glibc-2.32-2.fc3...Jan Kratochvil1-1/+3
2021-01-02Revert "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature ...Nico Weber13-150/+112
2021-01-01[sanitizer] Enable mallopt and mallinfo interceptors on Android after D93848Fangrui Song1-1/+1
2021-01-01[compiler-rt][test] Suppress stderr of ldd outputFangrui Song1-0/+1
2020-12-31[sanitizer] Include fstab.h on glibc/FreeBSD/NetBSD/macOSFangrui Song1-2/+4
2020-12-31[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detectio...Fangrui Song13-112/+148
2020-12-30[lsan] Ignore inderect leaks referenced by suppressed blocksVitaly Buka3-23/+91
2020-12-30[compiler-rt] FuzzedDataProvider: Add PickValueInArray for std::arrayMax Moroz2-0/+23
2020-12-30[CMake][tsan] Remove --sysroot=.Fangrui Song1-15/+0
2020-12-29[NFC][lsan] Extract PrintResults functionVitaly Buka1-18/+23
2020-12-29[lsan] Parse suppressions just before leak reportingVitaly Buka1-22/+50
2020-12-29[NFC][lsan] Add nested leak in testVitaly Buka1-4/+12
2020-12-29[NFC][sanitizer] Add SortAndDedup functionVitaly Buka2-0/+50
2020-12-29[NFC][sanitizer] Simplify InternalLowerBoundVitaly Buka5-33/+28
2020-12-29[tsan] Remove stdlib.h from dd_interceptors.cppVitaly Buka1-5/+6
2020-12-29sanitizer: fix typo/spelling: Dissassemble → DisassembleMichael Stapelberg1-1/+1
2020-12-28[ubsan][test] FLush stdout before checking interleaved stdout/stderrFangrui Song1-0/+1
2020-12-28[asan][test] Annotate glibc specific tests with REQUIRES: glibc-2.27Fangrui Song8-10/+10
2020-12-28[NFC][sanitizer] Remove unused typedefVitaly Buka1-2/+0
2020-12-27[msan] Delete unused glibc header <execinfo.h>Fangrui Song1-1/+0