aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[NFC][cfi] Update diagnostic tests for better location matching (#194557)Vitaly Buka5-7/+6
2026-04-25[Profile] Reenable instrprof-tmpdir.c (#194181)Aiden Grossman1-5/+0
2026-04-25[asan] API for getting multiple pointer ranges (#181446)Maksim Ivanov5-1/+211
2026-04-24[sanitizer] Relax pthread_join tests for different glibc versions (#194100)Vitaly Buka1-5/+14
2026-04-22Revert "[compiler-rt][asan] Add asan checks for __builtin_assume_dereferencab...Mariusz Borsa5-170/+2
2026-04-22[NFC][sanitizer_common] Fix getpw_getgr.cpp test for large groups (#193625)Vitaly Buka1-2/+13
2026-04-22[fuzzer] Set target_cflags instead of target_flags in lit config (#191510)Vitaly Buka2-2/+2
2026-04-21[compiler-rt][asan] Add asan checks for __builtin_assume_dereferencable (#190...PiJoules5-2/+170
2026-04-18Revert "XFAIL symbolizer test for TySan" (#192770)Connector Switch2-5/+0
2026-04-16[TSAN][RISCV] Fix kHiAppMemEnd boundary for riscv64 (#191170)Boyao Wang1-2/+4
2026-04-16[HWASan] [compiler-rt] Add tag_bits option to HWASan alloc (#192386)Florian Mayer1-0/+21
2026-04-13Unbreak macOS builds broken by #183310 (#191899)Dan Liew38-51/+34
2026-04-13[clang][driver][AIX] Change linker bcdtor mode to default to mbr (#191265)David Tenty4-0/+15
2026-04-13XFAIL symbolizer test for TySan (#191810)Matthew Nagy2-0/+5
2026-04-13[TySan][Sanitizer Common] Enable TySan testing in the sanitizer commo… (#19...Matthew Nagy38-34/+51
2026-04-11[compiler-rt] Disable soft_rss_limit_mb_test.cpp (#191370)Hans Wennborg1-0/+4
2026-04-10[NFC][compiler-rt][test] Fix indentation in lit.common.cfg.py (#191509)Vitaly Buka1-8/+15
2026-04-10Disable MSVC-incompatible portions of `disable_container_overflow_checks` for...David Justo1-3/+11
2026-04-07[compiler-rt] Enable minimal ubsan for GPU targets (#188289)Joseph Huber2-2/+14
2026-04-01[compiler-rt] Try bumping soft_rss_limit again (#188441)Hans Wennborg1-3/+3
2026-03-31[compiler-rt][asan] Forward fix for free_aligned_sized_mismatch.cpp (#189760)PiJoules1-0/+3
2026-03-31[compiler-rt] Disable asan tests on GNU/Hurd (#169209)Samuel Thibault1-2/+2
2026-03-31[asan] Add size/alignment checks for free_[aligned_]sized (#189216)PiJoules2-0/+102
2026-03-31[compiler-rt][ARM] Optimized double precision FP add/sub (#179921)Simon Tatham2-0/+1390
2026-03-27[compiler-rt] Add interceptors for free_[aligned_]sized for asan+hwasan (#189...PiJoules2-2/+2
2026-03-27[ASan][test-only] Remove superfluous guards in stack_container_dynamic_lib.c ...Dan Blackwell1-8/+4
2026-03-24[compiler-rt] CRT builtins tests should not run on mac/windows under LLVM_ENA...Andrew Haberlandt3-6/+9
2026-03-24[asan] Convert __SANITIZER_DISABLE_CONTAINER_OVERFLOW__ tests to C (#188406)Vitaly Buka3-120/+128
2026-03-24[compiler-rt] Support unit tests for the GPU build (#187895)Joseph Huber4-2/+18
2026-03-24[ASan] Enable __SANITIZER_DISABLE_CONTAINER_OVERFLOW__ tests (#181721)Dan Blackwell2-4/+0
2026-03-23[compiler-rt][ARM] cmake properties for complicated builtin sources (#179919)Simon Tatham1-1/+4
2026-03-18[ASan] Fix overflow and last byte handling in __asan_region_is_poisoned (#183...Roman Vinogradov1-1/+1
2026-03-14[NFC][sanitizer] Accept ETIMEDOUT in getpwnam_r_invalid_user.cpp (#186538)Vitaly Buka1-1/+2
2026-03-12[compiler-rt] Add ASan/UBSan runtime support for Hexagon Linux (#183982)Brian Cain1-1/+1
2026-03-12compiler-rt/arm: Check for overflow when adding float denorms (#185245)Keith Packard1-0/+96
2026-03-11Revert "[CFI] Expand test to include minimal runtime" (#185935)Nico Weber1-6/+0
2026-03-09halt_on_error flag for TySan and docs (#182479)Matthew Nagy1-0/+23
2026-03-03Disable leak sanitizer test on ppc. (#184414)Sean Fertile1-1/+2
2026-03-02[CFI] Expand test to include minimal runtime (#183646)Vitaly Buka1-0/+6
2026-03-02[compiler-rt][ARM] Fix conditions for strict-mode FP testing (#183507)Simon Tatham1-3/+11
2026-03-01[ASan] Mark recent integration tests as accordingly for MSVC (#135889)MacGyver Codilla2-0/+3
2026-02-27[SafeStack] Allow -fsanitize-minimal-runtime with -fsanitize=safestack (#183644)Vitaly Buka1-0/+6
2026-02-25[compiler-rt][Fuzzer] Relax reduce_inputs.test to account for non-determinism...Dan Blackwell1-2/+3
2026-02-24[compiler-rt][ARM] Enable strict mode in divsf3/mulsf3 tests (#179918)Simon Tatham3-16/+35
2026-02-20Make mmap-munmap interceptor fail earlier (#171295)Honey Goyal2-0/+95
2026-02-14[ASan] [Windows] Fix a new test in mingw modeMartin Storsjö1-1/+1
2026-02-13[ASan][Windows] Fix false positive for zero sized rtl allocations (#181015)Zack Johnson2-2/+110
2026-02-09[Profile] Enable binary profile correlation for Mach-O binaries (#179937)Marina Taylor1-1/+1
2026-02-09[asan][AIX] Add vec_malloc and vec_calloc interceptors (#175584)Jake Egan1-0/+32
2026-02-06ubsan: Add loop detection runtime and e2e tests for -fsanitize-trap-loop.Peter Collingbourne4-9/+33