Bump version to 17.0.6
[platform/upstream/llvm.git] / compiler-rt /
2023-10-17 Artem Dergachev[LSan] Mark create_thread_leak.cpp as UNSUPPORTED:...
2023-10-02 Martin Storsjö[compiler-rt] Reinstate removal of CRT choice flags...
2023-09-11 Jessica Clarke[builtins][AArch64] Implement _sync out-of-line atomics
2023-09-05 Fangrui Song[sanitizer] scanf interceptor: fix write size for ...
2023-09-01 Fangrui Song[sanitizer][test] -std=c2x instead of -std=c23
2023-08-30 Brooks Davis[msan] Fix compilation on non-glibc
2023-08-30 Martin Storsjö[compiler-rt] [test] Adjust an XFAIL for strtoll_strict...
2023-08-30 Fangrui Song[sanitizer] Intercept glibc 2.38 __isoc23_* functions
2023-08-30 Fangrui Song[asan] Intercept atoll and strtoll on Windows
2023-08-25 Jessica Clarke[compiler-rt] Use .globl for FreeBSD/NetBSD interceptor...
2023-08-22 Fangrui Song[gcov] Ignore blocks from another file
2023-08-16 Zequan WuRevert "[Profile] Remove duplicate file locks when...
2023-08-08 YunQiang SuMIPS: clear_cache, use _flush_cache instead of cacheflush
2023-08-07 Rainer Orth[sanitizer_common] Remove hacks for __builtin_return_ad...
2023-08-04 Craig Topper[X86] Workaround possible CPUID bug in Sandy Bridge.
2023-07-25 Freddy Ye[X86] Support -march=graniterapids-d and update -march...
2023-07-25 Alex Richardson[builtins] Avoid using CRT_LDBL_128BIT in implementatio...
2023-07-25 Alex Richardson[builtins] Drop -fnested-functions flag from tests
2023-07-25 Alex Richardson[builtins] Fix building trunc*fhf2_test with GCC
2023-07-24 Vitaly Buka[NFC] Add MprotectReadWrite
2023-07-24 Wu, Yingcong[sanitizer] use the right type for sizeof for intercept...
2023-07-22 Fangrui Song[InstrProf] Stabilize --show-prof-sym-list dump order
2023-07-22 Jessica Clarke[builtins][Mips] Un-break FreeBSD build of __clear_cache
2023-07-21 Kirill Stoimenov[HWASAN][LSAN] Replace cstdint with stdint.h
2023-07-21 Arthur Eubanks[Sanitizers][Darwin][Test] Mark symbolize_pc test on...
2023-07-20 Christopher Ferris[scudo] Clean up tests.
2023-07-20 Mariusz Borsa[Sanitizers][Darwin][Test] XFAIL symbolize_pc test...
2023-07-19 Daniel Thornburgh[sanitizer-common] Run module msan init before early...
2023-07-19 Jake Egan[InstrProf][NFC] Ignore -Wcast-qual after D153911 to...
2023-07-19 Jie Fu[InstrProf] Ignore -Wcast-qual after D153911 to fix...
2023-07-19 Martin Storsjö[CMake] Clean up old code for handling MSVC runtime...
2023-07-19 Fangrui Song[test] Make fuzzer/value-profile-div.test x86 specific
2023-07-18 Christopher Ferris[scudo] Fix memtag tests.
2023-07-18 Kirill Stoimenov[HWASAN][LSAN] Fix false positive memory leak reports...
2023-07-18 Mitch PhillipsRevert "[sanitizer][asan][win] Intercept _strdup on...
2023-07-18 Charlie Barto[sanitizer][asan][win] Intercept _strdup on Windows...
2023-07-18 Youling Tang[fuzzer] Enable loongarch64
2023-07-17 Daniel Thornburgh[ubsan] Make sigaction.cpp test UNSUPPORTED rather...
2023-07-17 Leonard Grey[lsan][Darwin] Unconditionally strip high bits from...
2023-07-17 Leandro Lupori[compiler-rt][xray] Fix alignment of XRayFileHeader
2023-07-17 Simi Pallipurath[compiler-rt] [Arm] Make the tests for the runtime...
2023-07-17 Sylvestre Ledrucmake: set _LARGEFILE_SOURCE=1 to fix a cmake error
2023-07-17 MarcoFalke[compiler-rt][NFC] Avoid implicit-integer-sign-change...
2023-07-17 Martin Storsjö[CMake] Switch the CMP0091 policy (MSVC_RUNTIME_LIBRARY...
2023-07-15 Caslyn Tonelli[ubsan] Disable sigaction.cpp on archs for debugging
2023-07-14 Dmitry Vyukovubsan: disable sigaction test for aarch64
2023-07-14 Weining Lu[XRay] Add initial support for loongarch64
2023-07-13 Pavel Iliin[compiler-rt][AArch64] Correct how FMV use ifunc resolv...
2023-07-13 Dmitry Vyukovsanitizer_common: initialize sanitizer runtimes lazily...
2023-07-13 Blue Gaston[Asan][Darwin][GCD] Add interceptor for dispatch_mach_c...
2023-07-12 Petr Hosek[CMake] Use COMPILER_RT_BUILD_CRT in the condition...
2023-07-12 Daniel Thornburgh[debuginfod] Use dedicated cache dir for tests
2023-07-12 Chia-hung DuanReland "[scudo] Support partial concurrent page release...
2023-07-12 Petr HosekRevert "[CMake] Use COMPILER_RT_BUILD_CRT in the condit...
2023-07-12 Petr Hosek[CMake] Use COMPILER_RT_BUILD_CRT in the condition...
2023-07-11 Petr Hosek[compiler-rt] Move crt into builtins
2023-07-11 Daniel Thornburgh[llvm-cov][debuginfod] Make test more hermetic
2023-07-11 Martin Storsjö[compiler-rt] [test] Mark a windows specific test as...
2023-07-11 Thurston Dang[msan] Fix -Wcast-qual error in msan_dl.cpp
2023-07-11 Chia-hung DuanRevert "[scudo] Support partial concurrent page release...
2023-07-11 Thurston DangReland '[msan] Intercept dladdr1, and refactor dladdr'
2023-07-11 Petr HosekRevert "[compiler-rt] Move crt into builtins"
2023-07-11 Petr Hosek[compiler-rt] Move crt into builtins
2023-07-10 Chia-hung Duan[scudo] Simple coding style fix in mem_map_base.h ...
2023-07-10 Chia-hung Duan[scudo] Print PushedBytesDelta in getStats()
2023-07-10 Chia-hung Duan[scudo] Support partial concurrent page release in...
2023-07-10 Zequan Wu[Profile] Remove duplicate file locks when enabled...
2023-07-07 Kirill Stoimenov[ASAN] Moved mmap/munmap test to posix.
2023-07-07 Chia-hung Duan[scudo] Explicit casting for u16 arithmetic operation
2023-07-07 Kirill Stoimenov[ASAN] Disable mmap test on Windows.
2023-07-07 Chia-hung Duan[scudo] Allow pushing single block to the freelist...
2023-07-07 Kirill Stoimenov[ASAN] Add mmap and munmap interceptor in ASAN
2023-07-07 David Spickett[compiler-rt][xray] Disable fdr-single-thread test...
2023-07-07 Kito Cheng[compiler-rt][RISCV] Fix __fe_getround and __fe_raise_i...
2023-07-07 Thurston DangRevert "Reland '[msan] Intercept dladdr1, and refactor...
2023-07-06 Thurston Dang[msan] Fix -Wcast-qual error in msan_dl.cpp
2023-07-06 Chia-hung Duan[scudo] Try to release pages after unlocking the TSDs
2023-07-06 Chia-hung Duan[scudo] Verify the size of free blocks in primary allocator
2023-07-06 Thurston DangReland '[msan] Intercept dladdr1, and refactor dladdr'
2023-07-06 Marco Elver[compiler-rt] Fix __sanitizer_cpuset size on newer...
2023-07-06 Fangrui Song[XRay][test] Remove unneeded REQUIRES: x86_64-target...
2023-07-06 Fangrui Song[XRay][AArch64] Implement __xray_ArgLoggerEntry
2023-07-06 zhanglimin[profile] Enable loongarch64
2023-07-06 Fangrui Song[XRay][test] Replace some XFAIL with more appropriate...
2023-07-05 Mariusz Borsa[Sanitizers][Darwin][Test] Mark symbolize_pc test unsup...
2023-07-05 Chia-hung Duan[scudo] Extract steps releaseToOSMaybe into functions in
2023-07-05 Caslyn Tonelli[scudo] SCUDO_FUCHSIA uses ReservedMemoryDefault
2023-07-05 Fabio D'Urso[scudo] Implement Fuchsia backend for the new MemMap API
2023-07-04 Blue Gaston[ASanAbi][Darwin] Build ios stable ABI library
2023-07-03 zhanglimin[dfsan] Support Linux loongarch64
2023-07-02 Rainer Orth[sanitizer_common][test] Fix huge_malloc.c UNSUPPORTED...
2023-07-01 Thurston DangRevert "[msan] Intercept dladdr1, and refactor dladdr"
2023-07-01 Thurston Dang[msan] Intercept dladdr1, and refactor dladdr
2023-06-30 fernandosalas[scudo] Improve Secondary Cache Dump
2023-06-30 Chia-hung Duan[scudo] Restore Freelist when we fail on PageMap creation
2023-06-30 Thurston Dang[msan] Add lit test for dladdr
2023-06-30 usama hameed[UBSan] Fix shared library linking in test for Darwin.
2023-06-30 Jin Xin Ng[dfsan] Add missing functions to done_abilist.txt
2023-06-30 Fabio D'Urso[scudo] SizeClassAllocator64: dispatch all the classes...
2023-06-29 Christopher Ferris[scudo] Use getMonotonicTimeFast for tryLock.
next