Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-13[TSan] Relax pthread introspection-based testJulian Lettner
2022-05-10[fuzzer] Reduce size of large.testNikita Popov
2022-05-10[HWASan] deflake hwasan_symbolize testFlorian Mayer
2022-05-09Make lsan TestCases more consistentClemens Wasser
2022-05-07[test][ORC-RT] Disable elfnix_platform tests on non-x86_64 platformsPeter S. Housel
2022-05-07[HWASan] Allow to linkify symbolizer output.Florian Mayer
2022-05-07[compiler-rt] Fix issue with compiler-rt tests mixing <atomic> and <stdatomic.h>Louis Dionne
2022-05-07[ORC-RT][ORC] Handle dynamic unwind registration for libunwindPeter S. Housel
2022-05-06Revert "[HWASan] Allow to linkify symbolizer output."Nico Weber
2022-05-06Generalize "check-all" umbrella targets, use for check-clang-toolsSam McCall
2022-05-06XFAIL some PGO tests on AIX until the new linker becomes publicly available.Wael Yehia
2022-05-06[HWASan] Allow to linkify symbolizer output.Florian Mayer
2022-05-03Revert "tsan: model atomic read for failing CAS"Vitaly Buka
2022-05-02tsan: model atomic read for failing CASDmitry Vyukov
2022-04-27[Darwin][UBSan][Sanitizer] abort_on_error ubsan test fix for arm64Blue Gaston
2022-04-27tsan: avoid false positives related to epollDmitry Vyukov
2022-04-23[test] Don't rely on default of detect_stack_use_after_returnVitaly Buka
2022-04-23Revert "[test] Don't rely on default of detect_stack_use_after_return"Vitaly Buka
2022-04-23[test] Don't rely on default of detect_stack_use_after_returnVitaly Buka
2022-04-23[ASan][test] Fix mismatched-new-delete in asan test unaligned_loads_and_store...Enna1
2022-04-23Revert "[nfc][asan][windows] Fix test after D124057"Vitaly Buka
2022-04-23[test] Don't rely on default of detect_stack_use_after_returnVitaly Buka
2022-04-23[nfc][asan][android] Fix test after D124057Vitaly Buka
2022-04-23[nfc][asan][windows] Fix test after D124057Vitaly Buka
2022-04-23[asan] Enable detect_stack_use_after_return=1 by defaultVitaly Buka
2022-04-21[sanitizer] Fix prctl unit test on non-SMT systemsUlrich Weigand
2022-04-20Speculatively fix build botAaron Ballman
2022-04-20Speculatively fix build botAaron Ballman
2022-04-20Speculatively fix build botsAaron Ballman
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman
2022-04-19[ASan] Removed checks if the tested functions were emitted.Kirill Stoimenov
2022-04-19[compiler-rt] Use ld64 flag -lto_library instead of DYLD_LIBRARY_PATHNico Weber
2022-04-19[ASan] Fixed a reporting bug in (load|store)N functions which would print unk...Kirill Stoimenov
2022-04-19Revert "[ASan] Fixed a reporting bug in (load|store)N functions which would p...Kirill Stoimenov
2022-04-19[ASan] Fixed a reporting bug in (load|store)N functions which would print unk...Kirill Stoimenov
2022-04-16[msan] Set poison_in_dtor=1 by defaultVitaly Buka
2022-04-14Revert "[sanitizer] Don't run malloc hooks for stacktraces"Vitaly Buka
2022-04-14[sanitizer] Disable malloc_hook_skip on DarwinVitaly Buka
2022-04-14[sanitizer] Don't run malloc hooks for stacktracesVitaly Buka
2022-04-13Revert "[sanitizer] Don't run malloc hooks for stacktraces"Vitaly Buka
2022-04-13[sanitizer] Don't run malloc hooks for stacktracesVitaly Buka
2022-04-12[ubsan][test] Unsupport Android for new test diag-stacktrace.cppFangrui Song
2022-04-12[ubsan] Fix print_stacktrace=1:fast_unwind_on_fatal=0 to correctly fallback t...Fangrui Song
2022-04-12[sanitizer] Make test pass with InternalSymbolizerVitaly Buka
2022-04-11[test] Remove references to -fexperimental-new-pass-manager in testsArthur Eubanks
2022-04-11[compiler-rt][SystemZ] Skip fuzzer/coverage.testUlrich Weigand
2022-04-09[sanitizer] Disable new test on Android to fix a botVitaly Buka
2022-04-09[MSAN] add __b64_pton and __b64_ntop interceptsKevin Athey
2022-04-08Revert D120327 "compiler-rt: Add udivmodei5 to builtins and add bitint library"Fangrui Song
2022-04-08Use portable formatting specified in test. NFCI.Jorge Gorbe Moya