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-14Revert "[DFSan] Remove trampolines to unblock opaque pointers."Andrew Browne
2022-03-14[DFSan] Remove trampolines to unblock opaque pointers.Andrew Browne
2022-03-12[lsan] ppc64: dynamically pick address range for allocatorFangrui Song
2022-03-12[builtins] Do not force thumb mode directive in arm/sync-ops.hKhem Raj
2022-03-11[ASan] Export optimized callbacks.Kirill Stoimenov
2022-03-11[builtins] Use mcr for dmb instruction on armv6Khem Raj
2022-03-11[ASan] Added back @PLT to __asan_report_* calls to avoid compile errors.Kirill Stoimenov
2022-03-11[ASan] Moved optimized callbacks out of asan_static to avoid DSO size increase.Kirill Stoimenov
2022-03-10tsan: fix another false positive related to open/closeDmitry Vyukov
2022-03-10[msan] Fix unittest for 9397bdc6Vitaly Buka
2022-03-10Revert "[MSAN] add interceptor for timer_create, timer_settime, timer_gettime"Kevin Athey
2022-03-10[CompilerRT] Fix build of compiler-rt with muslColin Cross
2022-03-09[MSAN] add interceptor for timer_create, timer_settime, timer_gettimeKevin Athey
2022-03-09Revert "[MSAN] add interceptor for timer_create, timer_settime, timer_gettime"Petr Hosek
2022-03-09[sanitizer][mips] Fix the condition to include sanitizer_atomic_clang_mips.hXi Ruoyao
2022-03-09[MSAN] add interceptor for timer_create, timer_settime, timer_gettimeKevin Athey
2022-03-08tsan: fix false positive during fd closeDmitry Vyukov
2022-03-08Revert "[CMake][compiler-rt] Make CRT separately buildable"Petr Hosek
2022-03-08[CMake][compiler-rt] Make CRT separately buildablePetr Hosek
2022-03-05[MSAN] extend ioctl interceptor to support BLKSSZGETKevin Athey
2022-03-05Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo
2022-03-04[InstrProf][NFC] Fix warning by removing typecastEllis Hoag
2022-03-02Revert "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo
2022-03-02[cmake] Prefix gtest and gtest_main with "llvm_".Stella Laurenzo
2022-02-28[AIX][cmake][NFC] Customize name of output atomic libraryKai Luo
2022-02-25[sanitizer] Don't collect unused infoVitaly Buka
2022-02-24[sancov][sanitizer-common] Correct sanitizer coverage pointXiaodong Liu
2022-02-24[HWASan] Use hwasan_memalign for aligned new.Vitaly Buka
2022-02-24[NFC][hwasan] Clang-format the fileVitaly Buka
2022-02-24[sanitizer][sancov] Use pc-1 for s390xFangrui Song
2022-02-23[PATCH] ASAN: Align declaration with definition of a fnMartin Liska
2022-02-23[TSan][NFC] fixup for comment of ShadowXu Mingjie
2022-02-23Revert "[TSan][NFC] fixup for comment of Shadow"Vitaly Buka
2022-02-23[TSan][NFC] fixup for comment of ShadowVitaly Buka
2022-02-23[libFuzzer] Refactor GetNextInstructionPc/GetPreviousInstructionPcFangrui Song
2022-02-23[sanitizer] Refactor GetNextInstructionPc/GetPreviousInstructionPcFangrui Song
2022-02-22[sanitizer_common] Use GetStaticTlsBoundary on Solaris 11.4Rainer Orth
2022-02-19[gwp_asan] Add missing <algorithm> includeGulfem Savrun Yeniceri
2022-02-19[scudo] Add missing <algorithm> includeGulfem Savrun Yeniceri
2022-02-18[msan] strsignal interceptorVitaly Buka
2022-02-18[ASan] Fix TLS teardown.Mitch Phillips
2022-02-17Revert "[compiler-rt] Implement ARM atomic operations for architectures with...Eli Friedman
2022-02-17Revert "[NFC][compiler-rt] Format file lib/builtins/arm/sync-ops.h"Eli Friedman
2022-02-17[NFC][compiler-rt] Format file lib/builtins/arm/sync-ops.hPavel Kosov
2022-02-17[compiler-rt] Implement ARM atomic operations for architectures without SMP ...Pavel Kosov
2022-02-17[NFC] Fix order in global_symbols.txt.Florian Mayer
2022-02-17Fix build_symbolizer.sh.Florian Mayer
2022-02-16Compiler-rt: build fp_mode.c for macho_embedded variants too.Tim Northover
2022-02-15Reland "[memprof] Refactor out the MemInfoBlock into a macro based def."Snehasish Kumar
2022-02-14Revert "[memprof] Refactor out the MemInfoBlock into a macro based def."Snehasish Kumar