aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2023-07-10[scudo] Support partial concurrent page release in SizeClassAllocator64Chia-hung Duan1-41/+105
2023-07-10[Profile] Remove duplicate file locks when enabled continuous mode and online...Zequan Wu3-9/+159
2023-07-07[ASAN] Moved mmap/munmap test to posix.Kirill Stoimenov1-1/+0
2023-07-07[scudo] Explicit casting for u16 arithmetic operationChia-hung Duan2-2/+2
2023-07-07[ASAN] Disable mmap test on Windows.Kirill Stoimenov1-0/+1
2023-07-07[scudo] Allow pushing single block to the freelist of BatchClassChia-hung Duan2-211/+302
2023-07-07[ASAN] Add mmap and munmap interceptor in ASANKirill Stoimenov2-0/+88
2023-07-07[compiler-rt][xray] Disable fdr-single-thread test on ArmDavid Spickett1-0/+2
2023-07-07[compiler-rt][RISCV] Fix __fe_getround and __fe_raise_inexact for ZfinxKito Cheng1-2/+2
2023-07-07Revert "Reland '[msan] Intercept dladdr1, and refactor dladdr'"Thurston Dang5-203/+13
2023-07-06[msan] Fix -Wcast-qual error in msan_dl.cppThurston Dang1-1/+1
2023-07-06[scudo] Try to release pages after unlocking the TSDsChia-hung Duan4-16/+36
2023-07-06[scudo] Verify the size of free blocks in primary allocatorChia-hung Duan3-3/+82
2023-07-06Reland '[msan] Intercept dladdr1, and refactor dladdr'Thurston Dang5-13/+203
2023-07-06[compiler-rt] Fix __sanitizer_cpuset size on newer FreeBSDMarco Elver1-0/+4
2023-07-05[XRay][test] Remove unneeded REQUIRES: x86_64-target-archFangrui Song12-18/+8
2023-07-05[XRay][AArch64] Implement __xray_ArgLoggerEntryFangrui Song5-15/+41
2023-07-06[profile] Enable loongarch64zhanglimin1-1/+1
2023-07-05[XRay][test] Replace some XFAIL with more appropriate REQUIRESFangrui Song3-11/+6
2023-07-05[Sanitizers][Darwin][Test] Mark symbolize_pc test unsupported in Darwin/LSan ...Mariusz Borsa1-0/+2
2023-07-05[scudo] Extract steps releaseToOSMaybe into functions inChia-hung Duan2-131/+186
2023-07-05[scudo] SCUDO_FUCHSIA uses ReservedMemoryDefaultCaslyn Tonelli1-1/+1
2023-07-05[scudo] Implement Fuchsia backend for the new MemMap APIFabio D'Urso4-1/+332
2023-07-04[ASanAbi][Darwin] Build ios stable ABI libraryBlue Gaston2-10/+44
2023-07-03[dfsan] Support Linux loongarch64zhanglimin2-2/+2
2023-07-02[sanitizer_common][test] Fix huge_malloc.c UNSUPPORTED syntaxRainer Orth1-1/+1
2023-07-01Revert "[msan] Intercept dladdr1, and refactor dladdr"Thurston Dang5-202/+13
2023-07-01[msan] Intercept dladdr1, and refactor dladdrThurston Dang5-13/+202
2023-06-30[scudo] Improve Secondary Cache Dumpfernandosalas1-1/+3
2023-06-30[scudo] Restore Freelist when we fail on PageMap creationChia-hung Duan1-49/+48
2023-06-30[msan] Add lit test for dladdrThurston Dang1-0/+47
2023-06-30[UBSan] Fix shared library linking in test for Darwin.usama hameed1-2/+2
2023-06-30[dfsan] Add missing functions to done_abilist.txtJin Xin Ng1-0/+4
2023-06-30[scudo] SizeClassAllocator64: dispatch all the classes in init()Fabio D'Urso1-6/+4
2023-06-29[scudo] Use getMonotonicTimeFast for tryLock.Christopher Ferris1-3/+3
2023-06-29[MSan] Enable MSAN for loongarch64zhanglimin10-12/+64
2023-06-28[scudo] Use fast get time in secondary.Christopher Ferris1-1/+1
2023-06-28[lsan] Be more conservative in SuspendedThreadsListMac::GetRegistersAndSPLeonard Grey1-4/+2
2023-06-27sanitizer_allocator_test: guard SpecialSizeClassMap test with !ALLOCATOR64_SM...Fangrui Song1-3/+3
2023-06-27[sanitizer] Relax the restriction on SizeClassAllocator64::kAllocatorSizeFangrui Song1-2/+2
2023-06-27[builtins] Avoid using floating point q suffix. NFCIAlex Richardson3-345/+381
2023-06-27[test][sanitizer] Disable D153500 test on solarisVitaly Buka1-0/+3
2023-06-27[builtins] Fix __floattitf and __floatuntitf on x86Alex Richardson5-99/+100
2023-06-27[ASan] Remove sanity checks during annotation of contiguous containerAdvenam Tacet1-3/+3
2023-06-26[scudo] Secondary Cache Dumpfernandosalas1-2/+22
2023-06-26[scudo] Fix data leak in wrappers_c_test.cppRiley1-4/+15
2023-06-26[scudo] Fix insufficient blocks when pushing BatchClass blocksChia-hung Duan1-0/+15
2023-06-26[compiler-rt] Stop using system ldd to detect libc versionAlex Brachet1-12/+30
2023-06-26sanitizer: enable getentropy interception on Linux/GLIBC 2.25 and onwardsDavid CARLIER1-1/+2
2023-06-23[test][MSAN] Fix test by printing action before execution itVitaly Buka1-3/+3