aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-06-10Revert "[scudo] Apply filling when realloc shrinks and re-grows a block in-pl...Fabio D'Urso2-32/+5
2024-06-10[scudo] Apply filling when realloc shrinks and re-grows a block in-place (#93...Fabio D'Urso2-5/+32
2024-06-08[compiler-rt] Replace deprecated aligned_storage with aligned byte array (#94...Marc Auberer11-71/+50
2024-06-07[dfsan] Fix release_shadow_space.c (#94770)Thurston Dang1-4/+10
2024-06-07Check if LLD is built when checking if lto_supported (#92752)Jan Voung1-1/+8
2024-06-06[dfsan] Add test case for sscanf (#94700)Thurston Dang1-0/+19
2024-06-07[compiler-rt] Map internal_sigaction to __sys_sigaction on FreeBSD (#84441)Alexander Richardson1-2/+14
2024-06-06[sanitizer_common] Change allocator base in test case for compatibili… (#93...Thurston Dang1-2/+7
2024-06-06[sanitizer] Make CHECKs in bitvector more precise (NFC) (#94630)Nikita Popov1-4/+4
2024-06-05Revert "[compiler-rt][builtins] Switch libatomic locks to pthread_mutex_t (#9...Martin Storsjö1-18/+13
2024-06-05[AArch64][compiler-rt] Add a function returning the current vector length (#9...Kerry McLaughlin4-70/+135
2024-06-04[atomics] Initialize pthread_mutex_t and avoid false sharingFangrui Song1-4/+16
2024-06-04[compiler-rt][builtins] Switch libatomic locks to pthread_mutex_t (#94374)Logikable1-12/+5
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse42-73/+45
2024-05-31[msan] Change #ifdef SANITIZER_PPC to #if (#94009)Thurston Dang1-1/+1
2024-05-31Reapply "[Support] Remove terminfo dependency (#92865)" (#93889)Aaron Siddhartha Mondal3-21/+0
2024-05-30[compiler-rt] [test] Work around MS CRT stdio format quirks on mingw too (#93...Martin Storsjö2-4/+4
2024-05-30Revert "[asan][windows] Eliminate the static asan runtime on windows (#93770)"Charlie Barto53-1266/+1044
2024-05-30[asan][windows] Eliminate the static asan runtime on windows (#93770)Charlie Barto53-1044/+1266
2024-05-30[ConstantFold] Remove notional over-indexing fold (#93697)Nikita Popov1-2/+2
2024-05-29[compiler-rt] Don't rely on automatic codesigning with Apple's linker (#91681)Mark Rowe1-26/+26
2024-05-29Revert "[asan][windows] Eliminate the static asan runtime on windows (#81677)"Charlie Barto53-1262/+1044
2024-05-29[asan][windows] Eliminate the static asan runtime on windows (#81677)Charlie Barto53-1044/+1262
2024-05-29[TEST][Darwin] Change x86_64h UNSUPPORTED lit feature used in san cov test (#...thetruestblue1-1/+1
2024-05-29Revert "[Support] Remove terminfo dependency (#92865)"Michael Buch3-0/+21
2024-05-28[msan] Reland: Increase k num stack origin descrs (limited to non-PowerPC) (#...Thurston Dang1-1/+11
2024-05-27[XRay][compiler-rt] Fix oob memory access in FDR BufferQueue iterator (#90940)Ricky Zhou1-2/+2
2024-05-27[XRay][compiler-rt][x86_64] Preserve flags in x86_64 trampolines. (#89452)Ricky Zhou1-8/+7
2024-05-24[Support] Remove terminfo dependency (#92865)Aaron Siddhartha Mondal3-21/+0
2024-05-23[scudo] Compute the default aligned pointer without tag (#92989)Andrei Homescu1-4/+8
2024-05-22[asan][windows] Further relax how deep in the callstack main can be in some a...Charlie Barto4-6/+6
2024-05-22[sanitizers] Bump malloc limit to 1TB for MSAN, LSAN & DFSAN (#89728)Wu Yingcong3-3/+3
2024-05-21[DFSan] Fix recvmsg wrapper to support MSG_TRUNC flag. (#92599)Andrew Browne2-28/+65
2024-05-21Revert "[msan] Increase kNumStackOriginDescrs constant (#92838)"Thurston Dang1-5/+1
2024-05-21[msan] Increase kNumStackOriginDescrs constant (#92838)Thurston Dang1-1/+5
2024-05-20[ConstantFolding] Canonicalize constexpr GEPs to i8 (#89872)Nikita Popov2-18/+18
2024-05-19[ctx_profile] Pass lib path into testVitaly Buka2-1/+8
2024-05-19Quick fix for a waning in clang_rt.ctx_profile [-Wgnu-anonymous-struct]NAKAMURA Takumi2-0/+4
2024-05-19ReformatNAKAMURA Takumi1-1/+1
2024-05-18[nfc][ctx_profile] Fix printf - related `-Wformat-pedantic`Mircea Trofin1-2/+3
2024-05-17Reapply "[ctx_profile] Integration test (#92456)"Mircea Trofin3-0/+116
2024-05-17Revert "[ctx_profile] Integration test (#92456)"Aiden Grossman3-116/+0
2024-05-17Fix flaky test: signal_in_mutex_lock.cpp (#92587)Julian Lettner1-12/+20
2024-05-17[ctx_profile] Integration test (#92456)Mircea Trofin3-0/+116
2024-05-15[scudo] Move the chunk update into functions (#83493)ChiaHungDuan1-150/+221
2024-05-15[ASan] Remove COMPILER_RT_ASAN_SHADOW_SCALE_DEFINITION. (#91832)Enna11-1/+1
2024-05-15Avoid partial munmap (#92109)Stephan Bergmann1-1/+1
2024-05-14[compiler-rt][ORC] Remove unused cmake variables (NFC) (#87742)Keith Smiley1-36/+0
2024-05-14[ORC] Loosen __objc_imageinfo flag merging to match ld (#91767)Ben Langmuir2-6/+38
2024-05-10[libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679)Thurston Dang1-0/+1