OSDN Git Service

android: [AArch64][GlobalISel] Add a post-legalizer combiner with a very simple combine.
[android-x86/external-llvm-project.git] / compiler-rt /
2021-03-09 Raul Tambre[CMake][compiler-rt] Use copying instead of symlinking...
2021-01-30 Dimitry Andric[sanitizer] Fix msan test build on FreeBSD after 7afdc8...
2021-01-25 Kostya Kortchinsky[scudo][standalone] Enable death tests on Fuchsia
2021-01-23 Dan Liew[ASan] Fix broken Windows build due to 596d534ac3524052...
2021-01-23 Dan Liew[ASan] Stop blocking child thread progress from parent...
2021-01-23 Dan Liew[LSan] Introduce a callback mechanism to allow adding...
2021-01-21 Jianzhou Zhao[MSan] Move origins for overlapped memory transfer
2021-01-19 Raul Tambre[CMake] Remove dead code setting policies to NEW
2021-01-16 Peter Collingbournehwasan: Update register-dump-read.c test to reserve...
2021-01-15 Mitch Phillips[GWP-ASan] Add inbuilt options parser.
2021-01-15 Julian LettnerGetMacosAlignedVersion() fails if sysctl is not setup
2021-01-14 Mitch Phillips[GWP-ASan] Minor refactor of optional components.
2021-01-13 Nico WeberRevert "Hwasan InitPrctl check for error using internal...
2021-01-13 Matthew MalcomsonHwasan InitPrctl check for error using internal_iserror
2021-01-13 Jianzhou Zhao[MSan] Partially revert some changes from D94552
2021-01-13 Jianzhou Zhao[MSan] Tweak CopyOrigin
2021-01-12 Julian Lettner[Sanitizer][Darwin] Fix test for macOS 11+ point releases
2021-01-12 Kazushi (Jam) Marukawa[VE][compiler-rt] Add VE as a target of crt
2021-01-08 Martin Storsjö[compiler-rt] [sanitizer] Silence -Wframe-larger-than...
2021-01-08 Alex Richardson[compiler-rt] Implement __atomic_is_lock_free
2021-01-08 Ryan Prichard[builtins] Add COMPILER_RT_BUILTINS_HIDE_SYMBOLS
2021-01-06 Fangrui Song[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_...
2021-01-06 Oliver StannardRevert "[sanitizer] Define SANITIZER_GLIBC to refine...
2021-01-06 Peter Collingbournescudo: Update a comment to match the Linux kernel behav...
2021-01-06 Julian Lettner[sanitizer][Darwin] Suppress -Wno-non-virtual-dtor...
2021-01-06 Fangrui SongReland D93848 "[sanitizer] Define SANITIZER_GLIBC to...
2021-01-05 Roland McGrathscudo: Fix compilation for non-Linux aarch64
2021-01-05 Mitch Phillips[android] Fix some tests for AOSP-master devices.
2021-01-05 Alan Phipps[Coverage] Add support for Branch Coverage in LLVM...
2021-01-05 Martin Storsjö[compiler-rt] [windows] Add UNUSED attributes on variab...
2021-01-04 Jan Kratochvil[compiler-rt] [Sanitizers] Extend ThreadDescriptorSize...
2021-01-02 Nico WeberRevert "[sanitizer] Define SANITIZER_GLIBC to refine...
2021-01-01 Fangrui Song[sanitizer] Enable mallopt and mallinfo interceptors...
2021-01-01 Fangrui Song[compiler-rt][test] Suppress stderr of ldd output
2020-12-31 Fangrui Song[sanitizer] Include fstab.h on glibc/FreeBSD/NetBSD...
2020-12-31 Fangrui Song[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_...
2020-12-31 Vitaly Buka[lsan] Ignore inderect leaks referenced by suppressed...
2020-12-30 Max Moroz[compiler-rt] FuzzedDataProvider: Add PickValueInArray...
2020-12-30 Fangrui Song[CMake][tsan] Remove --sysroot=.
2020-12-30 Vitaly Buka[NFC][lsan] Extract PrintResults function
2020-12-30 Vitaly Buka[lsan] Parse suppressions just before leak reporting
2020-12-29 Vitaly Buka[NFC][lsan] Add nested leak in test
2020-12-29 Vitaly Buka[NFC][sanitizer] Add SortAndDedup function
2020-12-29 Vitaly Buka[NFC][sanitizer] Simplify InternalLowerBound
2020-12-29 Vitaly Buka[tsan] Remove stdlib.h from dd_interceptors.cpp
2020-12-29 Michael Stapelbergsanitizer: fix typo/spelling: Dissassemble → Disassemble
2020-12-29 Fangrui Song[ubsan][test] FLush stdout before checking interleaved...
2020-12-29 Fangrui Song[asan][test] Annotate glibc specific tests with REQUIRE...
2020-12-28 Vitaly Buka[NFC][sanitizer] Remove unused typedef
2020-12-28 Fangrui Song[msan] Delete unused glibc header <execinfo.h>
2020-12-28 Fangrui Song[compiler-rt][test] Make glibc-* feature detection...
2020-12-28 Fangrui Song[sanitizer] Defined SANITIZER_TEST_HAS_PVALLOC only...
2020-12-28 Fangrui Song[asan][memprof] Declare _DYNAMIC and fix -Wparentheses
2020-12-23 Peter Collingbournescudo: Move the management of the UseMemoryTagging...
2020-12-23 Peter Collingbournescudo: Replace the Cache argument on MapAllocator with...
2020-12-22 Peter Collingbournescudo: Move the configuration for the primary allocator...
2020-12-22 Alex Richardson[compiler-rt] Fix atomic_test.c on macOS
2020-12-22 Nemanja Ivanovic[PowerPC] Restore stack ptr from base ptr when available
2020-12-21 Peter Collingbournescudo: Remove ANDROID_EXPERIMENTAL_MTE macro.
2020-12-18 Mitch PhillipsRevert "[sanitizer-common] Force pickup of llvm-symboli...
2020-12-18 Mitch PhillipsRevert "[sanitizer-common] Pickup llvm-symbolizer from...
2020-12-17 Peter Collingbournescudo: Adjust test to use correct check for primary...
2020-12-17 Kostya Kortchinsky[scudo][standalone] Allow the release of smaller sizes
2020-12-16 Mitch Phillips[sanitizer-common] Pickup llvm-symbolizer from $OUT...
2020-12-16 Mitch Phillips[sanitizer-common] Force pickup of llvm-symbolizer...
2020-12-16 Stephan Bergmann[PATCH] [compiler-rt] [builtins] Fix name of __aarch64_...
2020-12-16 Raul TambreRevert "[Compiler-rt][AArch64] Workaround for .cfi_star...
2020-12-16 Fangrui Song[builtins] Use %% as the separator for aarch64-*-darwin...
2020-12-15 Raul TambreRe-apply "[CMake][compiler-rt][AArch64] Avoid preproces...
2020-12-15 Raul Tambre[Compiler-rt][AArch64] Workaround for .cfi_startproc...
2020-12-15 Nemanja Ivanovic[PowerPC] Temporarily disable asan longjmp tests
2020-12-14 Peter Collingbournescudo: Remove positional template arguments for seconda...
2020-12-14 Kuba Mracek[sanitizer] Restrict querying VM size on Darwin only...
2020-12-14 Raul TambreRevert "Re-apply "[CMake][compiler-rt][AArch64] Avoid...
2020-12-14 Raul TambreRe-apply "[CMake][compiler-rt][AArch64] Avoid preproces...
2020-12-14 Kuba Mracek[compiler-rt] [builtins] Make lse.S compile on Darwin
2020-12-14 Raul Tambre[XRay] Remove unnecessary <x86intrin.h> include
2020-12-14 Raul TambreRevert "[CMake][compiler-rt][AArch64] Avoid preprocessi...
2020-12-14 Raul Tambre[compiler-rt][CMake] Define HAS_ASM_LSE on Apple if...
2020-12-14 Raul Tambre[CMake][compiler-rt][AArch64] Avoid preprocessing LSE...
2020-12-11 Matt Morehouse[DFSan] Add custom wrapper for recvmmsg.
2020-12-11 Fangrui Song[test] Fix compiler-rt/test/profile/coverage_emptylines...
2020-12-10 Xinhao Yuan[llvm-cov][gcov] Optimize the cycle counting algorithm...
2020-12-10 Florian Schmaus[msan] Do not use 77 as exit code, instead use 1
2020-12-10 Matt Morehouse[DFSan] Appease the custom wrapper lint script.
2020-12-10 Matt Morehouse[DFSan] Add custom wrapper for pthread_join.
2020-12-10 Mitch Phillips[GWP-ASan] IWYU & clang-format
2020-12-10 Matt Morehouse[DFSan] Add custom wrapper for getpeername.
2020-12-10 Mitch Phillips[scudo] [standalone] [NFC] clang-format code.
2020-12-10 Matt Morehouse[DFSan] Add custom wrapper for _dl_get_tls_static_info.
2020-12-10 Kostya Kortchinsky[scudo][standalone] Small changes to the fastpath
2020-12-10 Matt Morehouse[DFSan] Add custom wrapper for sigaltstack.
2020-12-10 Matt Morehouse[DFSan] Add custom wrapper for getsockname.
2020-12-09 Matt Morehouse[DFSan] Add custom wrapper for getsockopt.
2020-12-09 Peter Collingbournescudo: Shrink secondary header and cache entry size...
2020-12-09 Matt Morehouse[DFSan] Add custom wrapper for recvmsg.
2020-12-09 Peter Collingbournescudo: Fix quarantine allocation when MTE enabled.
2020-12-09 Peter Collingbournescudo: Split setRandomTag in two. NFCI.
2020-12-09 Jianzhou Zhao[dfsan] Track field/index-level shadow values in variables
2020-12-09 Matt Morehouse[DFSan] Add custom wrapper for epoll_wait.
next