aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test
AgeCommit message (Expand)AuthorFilesLines
2021-01-21[MSan] Move origins for overlapped memory transferJianzhou Zhao1-0/+57
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 Phillips1-1/+1
2021-01-08[compiler-rt] Implement __atomic_is_lock_freeAlex Richardson1-0/+80
2021-01-05[android] Fix some tests for AOSP-master devices.Mitch Phillips3-2/+22
2021-01-01[compiler-rt][test] Suppress stderr of ldd outputFangrui Song1-0/+1
2020-12-30[lsan] Ignore inderect leaks referenced by suppressed blocksVitaly Buka1-4/+3
2020-12-29[NFC][lsan] Add nested leak in testVitaly Buka1-4/+12
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-27[compiler-rt][test] Make glibc-* feature detection work on a musl distributionFangrui Song1-6/+6
2020-12-22[compiler-rt] Fix atomic_test.c on macOSAlex Richardson1-5/+9
2020-12-22[PowerPC] Restore stack ptr from base ptr when availableNemanja Ivanovic2-2/+0
2020-12-17Revert "[sanitizer-common] Force pickup of llvm-symbolizer from new binaries."Mitch Phillips2-9/+0
2020-12-17Revert "[sanitizer-common] Pickup llvm-symbolizer from $OUT/bin IFF exists."Mitch Phillips2-4/+5
2020-12-16[sanitizer-common] Pickup llvm-symbolizer from $OUT/bin IFF exists.Mitch Phillips2-5/+4
2020-12-16[sanitizer-common] Force pickup of llvm-symbolizer from new binaries.Mitch Phillips2-0/+9
2020-12-14[PowerPC] Temporarily disable asan longjmp testsNemanja Ivanovic2-0/+2
2020-12-11[DFSan] Add custom wrapper for recvmmsg.Matt Morehouse1-0/+59
2020-12-10[test] Fix compiler-rt/test/profile/coverage_emptylines.cpp if the build dire...Fangrui Song5-7/+7
2020-12-10[llvm-cov][gcov] Optimize the cycle counting algorithm by skipping zero count...Xinhao Yuan1-0/+55
2020-12-10[DFSan] Appease the custom wrapper lint script.Matt Morehouse1-0/+5
2020-12-10[DFSan] Add custom wrapper for pthread_join.Matt Morehouse1-1/+5
2020-12-10[DFSan] Add custom wrapper for getpeername.Matt Morehouse1-0/+23
2020-12-10[DFSan] Add custom wrapper for _dl_get_tls_static_info.Matt Morehouse1-0/+17
2020-12-10[DFSan] Add custom wrapper for sigaltstack.Matt Morehouse1-0/+10
2020-12-10[DFSan] Add custom wrapper for getsockname.Matt Morehouse1-0/+21
2020-12-09[DFSan] Add custom wrapper for getsockopt.Matt Morehouse1-0/+22
2020-12-09[DFSan] Add custom wrapper for recvmsg.Matt Morehouse1-0/+37
2020-12-09[dfsan] Track field/index-level shadow values in variablesJianzhou Zhao2-3/+67
2020-12-09[DFSan] Add custom wrapper for epoll_wait.Matt Morehouse1-0/+42
2020-12-08[compiler-rt] [builtins] Support conversion between fp16 and fp128Adhemerval Zanella2-0/+220
2020-12-08[compiler-rt] Allow appending to 'target_cflags' value from lit_config.Hafiz Abid Qadeer1-0/+6
2020-12-07Revert "[test] Fix asan/TestCases/Linux/globals-gc-sections-lld.cpp with -fsa...Mitch Phillips1-7/+6
2020-12-06[test] Fix asan/TestCases/Linux/globals-gc-sections-lld.cpp with -fsanitize-a...Fangrui Song1-6/+7
2020-12-06[test] Fix asan/TestCases/Posix/lto-constmerge-odr.cpp when 'binutils_lto' is...Fangrui Song1-2/+4
2020-12-05[asan][test] Fix odr-vtable.cppFangrui Song1-1/+1
2020-12-04[builtins][ARM] Check __ARM_FP instead of __VFP_FP__.Zhuojia Shen34-68/+68
2020-12-04[asan][test] Improve -asan-use-private-alias testsFangrui Song2-5/+19
2020-12-03[compiler-rt] [builtins] Use _Float16 on extendhfsf2, truncdfhf2 __truncsfhf2...Adhemerval Zanella5-70/+77
2020-12-02[NFC][sanitizer] Another attempt to fix test on armVitaly Buka1-5/+5
2020-12-02[dfsan] Add test cases for struct/pairJianzhou Zhao2-0/+215
2020-12-02[NFC][sanitizer] Fix test on 32bit platformVitaly Buka1-2/+1
2020-12-02[PowerPC] Mark sanitizer test case unsupported for powerpc64Ahsan Saghir1-2/+2
2020-12-01[NFC][sanitizer] Fix ppc -> powerpc64 in XFAILVitaly Buka1-1/+1
2020-12-01[NFC] Disable new test from D92428 on PPC TSANVitaly Buka1-0/+3
2020-12-01[sanitizer] Make DTLS_on_tls_get_addr signal saferVitaly Buka1-0/+55
2020-11-30[WinASan] Improve exception reporting accuracyReid Kleckner4-0/+81
2020-11-30[sanitizer] Disable use_tls_dynamic on on-Android x86 Linux.Vy Nguyen1-1/+1
2020-11-25Revert builtins fp16 support: tests do not pass on MacReid Kleckner7-295/+70