[flang] Add COMDAT to global variables where needed
[platform/upstream/llvm.git] / compiler-rt /
2023-06-28 Leonard Grey[lsan] Be more conservative in SuspendedThreadsListMac...
2023-06-28 Fangrui Songsanitizer_allocator_test: guard SpecialSizeClassMap...
2023-06-28 Fangrui Song[sanitizer] Relax the restriction on SizeClassAllocator...
2023-06-27 Alex Richardson[builtins] Avoid using floating point q suffix. NFCI
2023-06-27 Vitaly Buka[test][sanitizer] Disable D153500 test on solaris
2023-06-27 Alex Richardson[builtins] Fix __floattitf and __floatuntitf on x86
2023-06-27 Advenam Tacet[ASan] Remove sanity checks during annotation of contig...
2023-06-26 fernandosalas[scudo] Secondary Cache Dump
2023-06-26 Riley[scudo] Fix data leak in wrappers_c_test.cpp
2023-06-26 Chia-hung Duan[scudo] Fix insufficient blocks when pushing BatchClass...
2023-06-26 Alex Brachet[compiler-rt] Stop using system ldd to detect libc...
2023-06-26 David CARLIERsanitizer: enable getentropy interception on Linux...
2023-06-24 Vitaly Buka[test][MSAN] Fix test by printing action before executi...
2023-06-24 Fangrui Song[XRay][AArch64] Add .size directive
2023-06-23 Vitaly Buka[test][msan] Add test for dc4d9d6
2023-06-23 Vitaly Buka[msan] Optimize zeroing allocated memory
2023-06-23 Chia-hung Duan[scudo] PopBatch after populateFreeList()
2023-06-23 Chia-hung Duan[scudo] update Pushedblocks/PoppedBlocks in Impl functions
2023-06-23 Fangrui Song[XRay][AArch64] Suppport __xray_customevent/__xray_type...
2023-06-23 Oleksii Lozovskyi[compiler-rt][CMake] Multiarch build of XRay libraries
2023-06-23 Vitaly Buka[nfc][msan] Clang-format includes
2023-06-23 Vitaly Buka[msan] Release origin pages with shadow
2023-06-23 Vitaly Buka[test][hwasan] Reformat comments
2023-06-23 Vitaly Buka[test][hwasan] Describe why HWASAN does not work
2023-06-22 Tomasz Kuchta[DFSAN] Add support for _tolower
2023-06-22 Vitaly Buka[NFC][asan] Add FIXME for a posible optimization
2023-06-22 Vitaly Buka[asan] Don't double poison secondary allocations
2023-06-22 Vitaly Buka[asan] Optimize Quarantine of secondary allocations
2023-06-22 Vitaly Buka[NFC][asan] Add const to QuarantineCallback methods
2023-06-22 Vitaly Buka[NFC][asan] Extract FillChunk
2023-06-22 Vitaly Buka[NFC][asan] Add QuarantineCallback::{PreQuarantine...
2023-06-22 Vitaly Buka[asan] Don't quarantine large blocks
2023-06-22 Vitaly Buka[test][sanitizer] Reformat and print to stderr
2023-06-22 Vitaly Buka[NFC][sanitizer] Rename internal getters
2023-06-21 Vitaly Buka[test][sanitizer] Pre-commit huge malloc test
2023-06-21 Vitaly BukaRevert "[test][sanitizer] Precommit huge malloc test"
2023-06-21 Vitaly Buka[test][sanitizer] Precommit huge malloc test
2023-06-21 Vitaly Buka[test] Add llvm-xray into XRAY_TEST_DEPS
2023-06-21 Vitaly Buka[test] Add lli into ORC_TEST_DEPS
2023-06-21 Christopher Ferris[scudo] Change overloaded function name append.
2023-06-21 Tomasz Kuchta[DFSAN] Add support for strncat
2023-06-21 Vitaly Buka[NFC][sanitizer] Pass user region into OnMapSecondary
2023-06-21 Vitaly Buka[NFC][sanitizer] Add OnMapSecondary callback
2023-06-21 Vitaly Buka[NFC][sanitizer] Remove MapUnmapCallback from sanitizer...
2023-06-21 Vitaly Buka[NFC][asan] Move AsanStats update
2023-06-21 Fangrui Song[XRay] Make xray_fn_idx entries PC-relative
2023-06-20 Leonard Grey[lsan] Remove use_tls=0 from a few tests
2023-06-20 Chia-hung Duan[scudo] Finer lock granularity in Region of SizeClassAl...
2023-06-20 Fangrui Song[xray][AArch64] Rewrite trampoline
2023-06-20 Fangrui Song[XRay] Make llvm.xray.typedevent parameter type match...
2023-06-19 Fangrui Song[XRay][X86] Remove sled version 0 support from patchCus...
2023-06-19 Fangrui Song[xray][test] Test __xray_typedevent after D43668
2023-06-16 Christopher Ferris[scudo] Add mallopt to print stats to the log.
2023-06-16 Fangrui Song[xray] Use L* instead of .L* for Mach-O
2023-06-16 Roland McGrath[fuzzer][fuchsia] Support RISC-V
2023-06-15 Evgenii Stepanov[scudo] Disable OddEvenTags by default.
2023-06-15 Leonard Chan[compiler-rt] Go back to using the 32-bit allocator...
2023-06-15 Kirill Stoimenov[Sanitizers] Remove unused parameter from COMMON_INTERC...
2023-06-15 Alfred Persson For... [scudo] Do not compile timing.cpp if LLVM_LIBC_INCLUDE_...
2023-06-15 Chia-hung Duan[scudo] Group MappedUser/AllocatedUser into PagesInfo...
2023-06-15 Chia-hung Duan[scudo] Group poppedBlocks/pushedBlocks into BlocksInfo...
2023-06-14 Christopher Ferris[scudo] Disable new/delete mismatch tests on Android.
2023-06-14 Vitaly Buka[hwasan] Fixup mmap tagging regions
2023-06-14 Vitaly Buka[test][hwasan] Use perror and abort in test
2023-06-14 Chia-hung DuanRevert "[scudo] Temporariy dispatch region from `Region...
2023-06-14 Christopher Ferris[scudo] Fix MallocIterateBoundary test on 32 bit Android.
2023-06-14 Kirill Stoimenov[HWASAN] Fix bot test failure caused by D152763 by...
2023-06-14 Vitaly Buka[test][hwasan] Allow test for any platform with tagging
2023-06-14 Vitaly Buka[test][hwasan] Rename constants in test
2023-06-14 Kirill Stoimenov[HWASAN] Implement munmap interceptor for HWASAN
2023-06-14 Fabio D'Urso[scudo] Fix bound checks in MemMap and ReservedMemory...
2023-06-13 Wu, Yingcong[sanitizer] Adjust code path of ChooseExternalSymbolize...
2023-06-13 Vitaly Buka[test][asan] Remove XFAIL after D152604
2023-06-13 Vitaly Buka[test][sanitizer] Fix test on windows
2023-06-13 Vitaly Buka[test][sanitizer] Fix test on windows
2023-06-13 Vitaly Buka[test][sanitizer] Remove test missing include
2023-06-13 Vitaly Buka[NFC][sanitizer] Fix build on Windows
2023-06-13 Vitaly Buka[test][sanitizer] Unsupport test on Android
2023-06-13 Vitaly Buka[test][sanitizer] Add ArrayRef tests
2023-06-13 Marco Elver[compiler-rt] Disable interceptor trampoline for SPARC
2023-06-13 Christopher FerrisRevert "[scudo] Fix MallocIterateBoundary on 32 bit."
2023-06-13 Christopher Ferris[scudo] Fix MallocIterateBoundary on 32 bit.
2023-06-13 Christopher Ferris[scudo] Check support for pvalloc/valloc tests.
2023-06-13 Jin Xin Ng[tsan] Check for nullptr on user_alloc_usable_size_fast
2023-06-12 Vitaly Buka[NFC][sanitizer] Rename sanitizer_common_range -> sanit...
2023-06-12 Vitaly Buka[NFC][sanitizer] Move ArrayRef into own header
2023-06-12 Kirill Stoimenov[Sanitizer] Add munmap interceptor in sanitizer_common
2023-06-12 Fangrui Song[sanitizer][test] Remove no-op REQUIRES:
2023-06-12 Fangrui Song[CMake] Remove unused COMPILER_RT_HAS_MSSE3_FLAG and...
2023-06-12 David Carliersanitizers: enable pthread_getaffinity_np interception...
2023-06-12 Vitaly Buka[test][HWASAN] Trim leading zeros from hex value
2023-06-12 Justin Cady[test][ASAN] Fix incorrect REQUIRES directive for scandir.c
2023-06-12 David Carliersanitizers: intercept FreeBSD's cpuset_getaffinity...
2023-06-10 Vitaly Buka[HWASAN] Fix verbose_threads
2023-06-10 Vitaly Buka[test][HWASAN] Add verbose_threads test
2023-06-09 Marco ElverFix "[compiler-rt] Allow 3 simultaneous interceptors...
2023-06-09 Marco ElverFix "[compiler-rt] Introduce asm macros for interceptor...
2023-06-09 Marco ElverFix "[compiler-rt] Allow 3 simultaneous interceptors...
2023-06-09 Marco Elver[compiler-rt] Allow 3 simultaneous interceptors on...
2023-06-09 Marco Elver[compiler-rt] Reformat interception macros
next