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-19[Sanitizers][Darwin] Rename Apple macro SANITIZER_MAC -> SANITIZER_APPLEMariusz Borsa
2022-05-19[NFCI] clang-format gwp-asan files.Mitch Phillips
2022-05-19[NFCI] clang-format scudo standaloneMitch Phillips
2022-05-17[compiler-rt builtins] Assert that atomic.c can be compiled correctly.Eli Friedman
2022-05-16[sanitizer] Don't use newfstatat for Linux on SPARCJohn Paul Adrian Glaubitz
2022-05-13[compiler-rt] Add NO_EXEC_STACK_DIRECTIVE on s390xTimm Bäder
2022-05-13[TSan] Relax pthread introspection-based testJulian Lettner
2022-05-12[Sanitizers][Darwin] Add READ/WRITE detection on arm64 for darwin.Blue Gaston
2022-05-11[HWASan symbolize] Write error to stderr.Florian Mayer
2022-05-11[HWASan] deflake hwasan_symbolize test more.Florian Mayer
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-07Revert "[runtime] Build compiler-rt with --unwindlib=none"Petr Hosek
2022-05-07[runtime] Build compiler-rt with --unwindlib=nonePetr Hosek
2022-05-07Revert "[runtime] Build compiler-rt with --unwindlib=none"Petr Hosek
2022-05-07[runtime] Build compiler-rt with --unwindlib=nonePetr Hosek
2022-05-07[HWASan] Clean up hwasan_symbolize.Florian Mayer
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-06Revert "[HWASan] Clean up hwasan_symbolize."Nico Weber
2022-05-06[compiler-rt][builtins] Fix wrong ABI of AVR __mulqi3 & __mulhi3Ben Shi
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] Clean up hwasan_symbolize.Florian Mayer
2022-05-06[HWASan] Allow to linkify symbolizer output.Florian Mayer
2022-05-06[compiler-rt][builtins] Add helper functions for uint16/sint16/uint8/sint8 di...Ben Shi
2022-05-05[sanitizer] Correct GetTls for x32H.J. Lu
2022-05-05sanitizer_common: Define FP_XSTATE_MAGIC1 for old glibcTobias Burnus
2022-05-05[AIX][PGO] Enable linux style PGO on AIXWael Yehia
2022-05-05[compiler-rt][AVR] Fix avr_SOURCES CMake variableAyke van Laethem
2022-05-05[sanitizer] Use newfstatat for x32H.J. Lu
2022-05-04[compiler-rt][AVR] Use correct return value for __ledf2 etcAyke van Laethem
2022-05-04[HWASan] cleanup imports in hwasan_symbolize.Florian Mayer
2022-05-04tsan: fix GCC warningsMartin Liska
2022-05-03tsan: for unittests, change to use test fixtures to clear racy stacksYuanfang Chen
2022-05-03sanitizer: Fix fallthrough detection.Martin Liska
2022-05-03tsan: fix deadlock in libbacktraceMartin Liska
2022-05-03sanitizer: use pragma clang conditionallyMartin Liska
2022-05-03sanitizer: support GCC's fallthrough attributeMartin Liska
2022-05-03Revert "tsan: model atomic read for failing CAS"Vitaly Buka
2022-05-02[sanitizer] Use canonical syscalls everywhereEvgenii Stepanov
2022-05-02tsan: model atomic read for failing CASDmitry Vyukov
2022-05-02[compiler-rt][builtins] Add several helper functions for AVRBen Shi
2022-04-30[compiler-rt][profile][RISCV] Enable profile for RISC-VKito Cheng
2022-04-29[asan] Enable detect_stack_use_after_return=1 by default on LinuxVitaly Buka
2022-04-27[Darwin][UBSan][Sanitizer] abort_on_error ubsan test fix for arm64Blue Gaston