- Notifications
You must be signed in to change notification settings - Fork 15.3k
Pull requests: llvm/llvm-project
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[scudo] Lock/unlock MutexTSDs in disable/enable. compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#169440 by cferris1000 was merged Nov 25, 2025 Loading… updated Nov 25, 2025
[scudo] Only print stats when the test fails. compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#168000 by cferris1000 was merged Nov 24, 2025 Loading… updated Nov 24, 2025
[scudo] Small cleanup of memory tagging code part 2. compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#168807 by cferris1000 was merged Nov 21, 2025 Loading… updated Nov 21, 2025
[scudo] Skip test if mlock fails. compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#168448 by cferris1000 was merged Nov 17, 2025 Loading… updated Nov 18, 2025
[scudo] Always zero on linux even if the memory cannot be released. compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#167788 by cferris1000 was merged Nov 13, 2025 Loading… updated Nov 17, 2025
[scudo] Fix wrong return type. compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#168157 by cferris1000 was merged Nov 17, 2025 Loading… updated Nov 17, 2025
[compiler-rt] Disable WPD/VFE if LTO is disabled compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#120735 by Andarwinux was closed Nov 16, 2025 Loading… updated Nov 16, 2025
Revert "[scudo] Small cleanup of memory tagging code." compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#167425 by cferris1000 was merged Nov 11, 2025 Loading… updated Nov 11, 2025
[scudo] Small cleanup of memory tagging code. compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#166860 by cferris1000 was merged Nov 10, 2025 Loading… updated Nov 11, 2025
[scudo] On Android, only release when changing M_DECAY_TIME to 0. compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#154194 by cferris1000 was closed Aug 28, 2025 Loading… updated Nov 11, 2025
[scudo] Add tracing framework compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#156112 by cferris1000 was merged Sep 11, 2025 Loading… updated Nov 11, 2025
[scudo] Only read urandom if getrandom syscall isn't available. compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#161889 by cferris1000 was merged Oct 6, 2025 Loading… updated Nov 11, 2025
[scudo] Move the trace point in releaseToOSMaybe compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#159204 by cferris1000 was merged Sep 17, 2025 Loading… updated Nov 11, 2025
[scudo] Add missing tracing.h include to primary32 compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#159668 by cferris1000 was merged Sep 19, 2025 Loading… updated Nov 11, 2025
[scudo] Skip special quarantine blocks in iterateOverChunks compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#159892 by cferris1000 was merged Sep 23, 2025 Loading… updated Nov 11, 2025
[scudo] Release to OS if a large amount of memory is deallocated. compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#160621 by cferris1000 was merged Sep 25, 2025 Loading… updated Nov 11, 2025
[scudo] Add config option to modify get usable size behavior compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#158710 by cferris1000 was merged Nov 3, 2025 Loading… updated Nov 3, 2025
[scudo] Secondary release to OS uses LRU to scan. compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#163691 by cferris1000 was merged Oct 24, 2025 Loading… updated Oct 25, 2025
[Inclusive Language] migrate "sanity" checks to "soundness" checks backend:AArch64 backend:AMDGPU backend:ARM backend:Hexagon backend:m68k backend:MIPS backend:RISC-V backend:Sparc backend:SPIR-V backend:X86 BOLT clang:codegen IR generation bugs: mangling, exceptions, etc. clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:static analyzer clang Clang issues not falling into any other category clang-tidy clang-tools-extra clangd cmake Build system in general and CMake in particular compiler-rt:asan Address sanitizer compiler-rt:builtins compiler-rt:fuzzer compiler-rt:hwasan Hardware-assisted address sanitizer compiler-rt:msan Memory sanitizer compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt:tsan Thread sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt coroutines C++20 coroutines debuginfo flang:driver flang:fir-hlfir flang:openmp flang:parser flang:semantics flang Flang issues not falling into any other category HLSL HLSL Language Support libc++abi libc++abi C++ Runtime Library. Not libc++. libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lld:COFF lld:ELF lld:MachO lld lldb llvm:adt llvm:analysis Includes value tracking, cost tables and constant folding llvm:binary-utilities llvm:codegen llvm:globalisel llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:ir llvm:mc Machine (object) code llvm:SelectionDAG SelectionDAGISel as well llvm:support llvm:transforms llvm-lit mlgo mlir:affine mlir:async mlir:core MLIR Core Infrastructure mlir:gpu mlir:linalg mlir:llvm mlir:openmp mlir:presburger mlir:sparse Sparse compiler in MLIR mlir:tosa mlir:vector mlir:vectorops mlir offload openmp:libomp OpenMP host runtime openmp:libomptarget OpenMP offload runtime PGO Profile Guided Optimizations tablegen testing-tools tools:llvm-exegesis xray
#156995 by vanvoorden was closed Sep 30, 2025 Loading… updated Sep 30, 2025
[scudo] Use TestAllocator wrapper to ensure proper cleanup compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#160800 by fabio-d was merged Sep 27, 2025 Loading… updated Sep 27, 2025
[scudo] Cap the PendingPushedBytesDelta [DO NOT MERGE] compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#158339 by ChiaHungDuan was closed Sep 25, 2025 Loading… updated Sep 25, 2025
[scudo] Use anonymous namespace for test helper code compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#157207 by frobtech was merged Sep 8, 2025 Loading… updated Sep 8, 2025
[scudo] Move getPageSize() decl to common.h header compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#157146 by frobtech was merged Sep 5, 2025 Loading… updated Sep 5, 2025
[scudo] Support the mode of disabling primary cache compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#121351 by ChiaHungDuan was closed Aug 28, 2025 Loading… updated Aug 28, 2025
[scudo] Die when store is called on MapAllocatorNoCache objects. compiler-rt:sanitizer compiler-rt:scudo Scudo Hardened Allocator compiler-rt
#102403 by cferris1000 was merged Aug 8, 2024 Loading… updated Aug 5, 2025
Previous Next
ProTip! no:milestone will show everything without a milestone.