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-03-31[Support/BLAKE3] Re-enable building with the simd-optimized implementations, v2Argyrios Kyrtzidis
2022-03-30[scudo] Reland: Add noreturn/pragma to suppress compiler warningsDominic Chen
2022-03-30Do not generate x86_64 test targets on AS hostsJulian Lettner
2022-03-30Revert "[scudo] Wrap clang pragma to avoid GCC error"Dominic Chen
2022-03-30[scudo] Provide allocator declarationDominic Chen
2022-03-30[scudo] Wrap clang pragma to avoid GCC errorDominic Chen
2022-03-30[lsan] On Fuchsia, don't use atexit hook for leak checksRoland McGrath
2022-03-30[scudo] Add noreturn/pragma to suppress compiler warningsDominic Chen
2022-03-30[scudo] Add missing include for extern variable declarationDominic Chen
2022-03-30[scudo] Fix definition of canCache() functionDominic Chen
2022-03-30[scudo] Initialize local variable to avoid compiler warningDominic Chen
2022-03-29[NFC] clang-format sanitizer_interface_internal.hVitaly Buka
2022-03-29[scudo] Use template specialization on Quarantine to avoid zero-length arrayDominic Chen
2022-03-29Revert "[scudo] Use template specialization on Quarantine to avoid zero-lengt...Dominic Chen
2022-03-29[scudo] Use cast on calls to __builtin_umul_overflow/__builtin_umull_overflowDominic Chen
2022-03-29[scudo] Use template specialization on Quarantine to avoid zero-length arrayDominic Chen
2022-03-28[compiler-rt][AArch64] Initialize __aarch64_have_lse_atomics for FuchsiaRoland McGrath
2022-03-28sanitizer_common: Remove Fuchsia support for reading flags from filesRoland McGrath
2022-03-24[ASan] Reland of D116182 to always link asan_static library.Kirill Stoimenov
2022-03-24[TSan] Add a runtime flag to print full thread creation stacks up to the main...Dmitry Vyukov
2022-03-24[compiler-rt] [cmake] Fix a typo in a variable nameMartin Storsjö
2022-03-24[NFCI] Fix set-but-unused warning in asan_fake_stack.cppMitch Phillips
2022-03-23[compiler-rt] Remove forgotten mention of SVN modules, LLVM now uses Git.Frederic Cambus
2022-03-23Replace links to archived mailing lists by links to Discourse forumsDanny Mösch
2022-03-23[memprof] Initialize MemInfoBlock data.Snehasish Kumar
2022-03-22[compiler-rt] Remove mentions of AuroraUX in code comments and docs.Frederic Cambus
2022-03-21[compiler-rt] Expand comment about Exynos 9810 workaround.James Y Knight
2022-03-18[scudo] Fix static and unused function type annotationsDominic Chen
2022-03-18[scudo] Don't assume preprocessor macro is definedDominic Chen
2022-03-18tsan: print signal num in errno spoiling reportsDmitry Vyukov
2022-03-17[scudo] Use portable sysconf instead of deprecated getpagesizeDominic Chen
2022-03-17[scudo][tests] Pass read-only vector by referenceDominic Chen
2022-03-17[scudo] Fix test harness integrationDominic Chen
2022-03-17[scudo] Use nullptr instead of integer-to-pointer castDominic Chen
2022-03-17[scudo] Don't unmap other low memory pages if mapping doesn't existDominic Chen
2022-03-17[scudo] Explicitly mark enum as unsignedDominic Chen
2022-03-17[scudo] Remove unused vector value initializerDominic Chen
2022-03-17Use-after-dtor detection for trivial base classes.Evgenii Stepanov
2022-03-16[ASan] Added .section statement to each function so they can be removed by --...Kirill Stoimenov
2022-03-16[ASan] Add read to large_func_test.cpp to prevent optimization.Florian Hahn
2022-03-16Use lit_config.substitute instead of foo % lit_config.params everywhereSam McCall
2022-03-16[msan] Add interceptors for Linux 64-bit stat variantsManoj Gupta
2022-03-16[lsan] Attempt to fix s390x after a63932a8Vitaly Buka
2022-03-16[sanitizer] Always initialize the regex in the regcomp() interceptorTavian Barnes
2022-03-15[lsan] Allow suppression of "unknown module"Vitaly Buka
2022-03-15[X86] Fix AMD Znver3 model checksRoman Lebedev
2022-03-15[ASAN] Fix darwin-interface testSteven Wu
2022-03-15[DFSan] Remove trampolines to unblock opaque pointers. (Reland with fix)Andrew Browne
2022-03-14Revert "[DFSan] Remove trampolines to unblock opaque pointers."Andrew Browne
2022-03-14[DFSan] Remove trampolines to unblock opaque pointers.Andrew Browne