aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2023-07-25[X86] Support -march=graniterapids-d and update -march=graniterapidsFreddy Ye1-1/+8
2023-07-24[builtins] Avoid using CRT_LDBL_128BIT in implementation. NFCAlex Richardson25-26/+29
2023-07-24[builtins] Drop -fnested-functions flag from testsAlex Richardson2-6/+1
2023-07-24[builtins] Fix building trunc*fhf2_test with GCCAlex Richardson2-2/+2
2023-07-24[NFC] Add MprotectReadWriteVitaly Buka4-0/+16
2023-07-23[sanitizer] use the right type for sizeof for interceptor hookWu, Yingcong1-1/+1
2023-07-22[InstrProf] Stabilize --show-prof-sym-list dump orderFangrui Song1-3/+3
2023-07-22[builtins][Mips] Un-break FreeBSD build of __clear_cacheJessica Clarke1-1/+5
2023-07-21[HWASAN][LSAN] Replace cstdint with stdint.hKirill Stoimenov1-1/+1
2023-07-21[Sanitizers][Darwin][Test] Mark symbolize_pc test on Darwin/TSan+UBSan as UNS...Arthur Eubanks1-3/+3
2023-07-20[scudo] Clean up tests.Christopher Ferris8-29/+53
2023-07-20[Sanitizers][Darwin][Test] XFAIL symbolize_pc test on Darwin/TSan+UBSanMariusz Borsa1-0/+4
2023-07-19[sanitizer-common] Run module msan init before early sigaction testDaniel Thornburgh1-1/+1
2023-07-19[InstrProf][NFC] Ignore -Wcast-qual after D153911 to fix build failure on AIXJake Egan1-1/+7
2023-07-19[InstrProf] Ignore -Wcast-qual after D153911 to fix build failure (NFC)Jie Fu3-0/+30
2023-07-19[CMake] Clean up old code for handling MSVC runtime setting the old wayMartin Storsjö1-11/+0
2023-07-18[test] Make fuzzer/value-profile-div.test x86 specificFangrui Song1-2/+1
2023-07-18[scudo] Fix memtag tests.Christopher Ferris1-5/+5
2023-07-18[HWASAN][LSAN] Fix false positive memory leak reports on X86_64Kirill Stoimenov2-3/+25
2023-07-18Revert "[sanitizer][asan][win] Intercept _strdup on Windows instead of strdup"Mitch Phillips1-17/+2
2023-07-17[sanitizer][asan][win] Intercept _strdup on Windows instead of strdupCharlie Barto1-2/+17
2023-07-18[fuzzer] Enable loongarch64Youling Tang2-3/+3
2023-07-17[ubsan] Make sigaction.cpp test UNSUPPORTED rather than XFAILDaniel Thornburgh1-1/+1
2023-07-17[lsan][Darwin] Unconditionally strip high bits from potential pointersLeonard Grey1-9/+5
2023-07-17[compiler-rt][xray] Fix alignment of XRayFileHeaderLeandro Lupori1-2/+4
2023-07-17[compiler-rt] [Arm] Make the tests for the runtime functions __aeabi_c{d,f} w...Simi Pallipurath3-19/+24
2023-07-17cmake: set _LARGEFILE_SOURCE=1 to fix a cmake errorSylvestre Ledru2-5/+5
2023-07-17[compiler-rt][NFC] Avoid implicit-integer-sign-change in FuzzedDataProvider::...MarcoFalke1-2/+2
2023-07-17[CMake] Switch the CMP0091 policy (MSVC_RUNTIME_LIBRARY) to the new behaviourMartin Storsjö2-14/+13
2023-07-15[ubsan] Disable sigaction.cpp on archs for debuggingCaslyn Tonelli1-1/+1
2023-07-14ubsan: disable sigaction test for aarch64Dmitry Vyukov1-0/+5
2023-07-14[XRay] Add initial support for loongarch64Weining Lu8-4/+296
2023-07-14[compiler-rt][AArch64] Correct how FMV use ifunc resolver abi.Pavel Iliin1-3/+26
2023-07-13sanitizer_common: initialize sanitizer runtimes lazily from signal interceptorsDmitry Vyukov9-44/+79
2023-07-12[Asan][Darwin][GCD] Add interceptor for dispatch_mach_create_fBlue Gaston1-0/+42
2023-07-12[CMake] Use COMPILER_RT_BUILD_CRT in the condition for testPetr Hosek6-20/+30
2023-07-12[debuginfod] Use dedicated cache dir for testsDaniel Thornburgh1-2/+4
2023-07-12Reland "[scudo] Support partial concurrent page release in SizeClassAllocator64"Chia-hung Duan4-43/+163
2023-07-12Revert "[CMake] Use COMPILER_RT_BUILD_CRT in the condition for test"Petr Hosek1-1/+1
2023-07-12[CMake] Use COMPILER_RT_BUILD_CRT in the condition for testPetr Hosek1-1/+1
2023-07-11[compiler-rt] Move crt into builtinsPetr Hosek16-234/+129
2023-07-11[llvm-cov][debuginfod] Make test more hermeticDaniel Thornburgh1-7/+8
2023-07-12[compiler-rt] [test] Mark a windows specific test as requiring an MSVC like e...Martin Storsjö1-1/+1
2023-07-11[msan] Fix -Wcast-qual error in msan_dl.cppThurston Dang1-1/+1
2023-07-11Revert "[scudo] Support partial concurrent page release in SizeClassAllocator64"Chia-hung Duan1-105/+41
2023-07-11Reland '[msan] Intercept dladdr1, and refactor dladdr'Thurston Dang5-13/+212
2023-07-11Revert "[compiler-rt] Move crt into builtins"Petr Hosek16-129/+234
2023-07-11[compiler-rt] Move crt into builtinsPetr Hosek16-234/+129
2023-07-10[scudo] Simple coding style fix in mem_map_base.h (NFC)Chia-hung Duan1-2/+1
2023-07-10[scudo] Print PushedBytesDelta in getStats()Chia-hung Duan2-20/+38