aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-06-19Reland "[scudo] Apply filling when realloc shrinks and re-grows a block in-pl...Fabio D'Urso2-5/+31
2024-06-18fixup! [compiler-rt][AArch64][FMV] Use the hw.optional.arm.caps fast path (#9...Jon Roelofs1-0/+15
2024-06-18[scudo] Test secondary cache options only if enabled (#95872)Caslyn Tonelli1-5/+6
2024-06-17Reapply "[HWASan] [compiler-rt] support non-4k pages on Android" (#95853)Florian Mayer11-30/+37
2024-06-17Revert "[HWASan] [compiler-rt] support non-4k pages on Android" (#95853)Florian Mayer10-35/+29
2024-06-17[scudo] Update error handling for seondary cache entry count (#95595)Joshua Baehring2-6/+7
2024-06-17[HWASan] [compiler-rt] support non-4k pages on Android (#95069)Florian Mayer10-29/+35
2024-06-16mmapForContinuousMode: Calculate FileOffsetToBitmap from FileOffsetToCounters...NAKAMURA Takumi1-2/+1
2024-06-16ReformatNAKAMURA Takumi1-3/+4
2024-06-14[compiler-rt] Remove 'memprof_meminfoblock.h' from MEMPROF_HEADERS (NFC) (#95...Youngsuk Kim1-1/+0
2024-06-14Reapply: [MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi1-1/+1
2024-06-13[compiler-rt][AArch64][FMV] Use the hw.optional.arm.caps fast path (#95275)Jon Roelofs1-2/+75
2024-06-13[HWASan] comment why hwasan_symbolize_stack_uas is arm64 onlyFlorian Mayer1-1/+2
2024-06-13Reland '[hwasan] Add fixed_shadow_base flag (#73980)' (#95445)Thurston Dang3-2/+90
2024-06-13[HWASan] disable hwasan_symbolize_stack_uas on x86Florian Mayer1-1/+2
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad2-2/+2
2024-06-13[DFSan] Fix sscanf checking that ordinary characters match. (#95333)Andrew Browne2-240/+393
2024-06-13Revert "[hwasan] Add fixed_shadow_base flag" (#95435)Florian Mayer3-89/+2
2024-06-13[compiler-rt][builtins] Add opt-in pthread_mutex_t locks to libatomic (#95326)Logikable2-2/+20
2024-06-13[HWASan] add test for hwasan_symbolize of stack uas (#95186)Florian Mayer1-0/+22
2024-06-13Revert "[asan] Make frame number checks more flexable (#94307)"Hans Wennborg11-34/+34
2024-06-13[FMV][compiler-rt] Fix cpu features initialization. (#95149)Alexandros Lamprineas7-105/+68
2024-06-13[GWP-ASan] Various test fixes. (#94938)Mitch Phillips5-23/+5
2024-06-12[asan] Attempt to fix tests broken by #94307. (#95340)dyung3-3/+3
2024-06-12[asan] Make frame number checks more flexable (#94307)Hau Hsu11-34/+34
2024-06-12[AArch64][compiler-rt] Disable SME ABI routines if function multiversioning i...Kerry McLaughlin1-6/+17
2024-06-11[ORC][MachO] Register objc protolist, protorefs, nlclslist metadata sections ...Ben Langmuir6-0/+608
2024-06-11[scudo] Fix the calculation of PushedBytesDelta (#95177)ChiaHungDuan1-1/+1
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