- 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
[rtsan] Handle attributed IR function declarations compiler-rt:sanitizer llvm:transforms
#169577 by davidtrevelyan was merged Dec 1, 2025 Loading… updated Dec 1, 2025
[TySan] Make TySan compatible with UBSan clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' compiler-rt:sanitizer compiler-rt:tysan Type sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt
#169036 by gbMattN was merged Nov 28, 2025 Loading… updated Dec 1, 2025
[TySan] TySan support for SystemZ - Re-submission of original pr#162396 clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' compiler-rt:sanitizer compiler-rt
#169850 by anoopkg6 was merged Dec 1, 2025 Loading… updated Dec 1, 2025
[SPARC] Properly handle CC for long double on sparc32 backend:Sparc clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category compiler-rt:builtins compiler-rt:sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt
#162226 by koachan was merged Nov 29, 2025 Loading… updated Dec 1, 2025
[TySan](test-only) Mark ubsan-tysan test as unsupported for now compiler-rt:sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt
#169934 by gbMattN was merged Nov 28, 2025 Loading… updated Nov 28, 2025
[TySan] Fix build failure because of missing kPtrShift clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' compiler-rt:sanitizer compiler-rt
#169746 by anoopkg6 was closed Nov 27, 2025 Loading… updated Nov 27, 2025
[UBSan] Use -fsanitize-handler-preserve-all-regs in codegen clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category compiler-rt:sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt llvm:transforms
#168645 by fmayer was merged Nov 27, 2025 Loading… updated Nov 27, 2025
[tysan] Type Sanitizer support for SystemZ clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category compiler-rt:sanitizer compiler-rt
#162396 by anoopkg6 was merged Nov 26, 2025 Loading… updated Nov 26, 2025
Revert "[tysan] Type Sanitizer support for SystemZ" clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' compiler-rt:sanitizer compiler-rt
#169726 by uweigand was merged Nov 26, 2025 Loading… updated Nov 26, 2025
[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
[compiler-rt][TSan] Add support for Android compiler-rt:sanitizer compiler-rt:tsan Thread sanitizer compiler-rt
#147580 by airpfei was merged Oct 6, 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
Reapply "[UBSan] [compiler-rt] add preservecc variants of handlers" (#168973) compiler-rt:sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt
#169091 by fmayer was merged Nov 24, 2025 Loading… updated Nov 24, 2025
[UBSan] Fix test-darwin-interface.c on X86 Darwin with Internal Shell compiler-rt:sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt
#169105 by boomanaiden154 was merged Nov 22, 2025 Loading… updated Nov 22, 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
[TSan] [Darwin] Fix off by one in TSAN init due to MemoryRangeIsAvailable compiler-rt:sanitizer compiler-rt:tsan Thread sanitizer compiler-rt
#169008 by ndrewh was merged Nov 21, 2025 Loading… updated Nov 21, 2025
[TySan][Clang] Add clang flag to use tysan outlined instrumentation a… clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category compiler-rt:sanitizer compiler-rt:tysan Type sanitizer llvm:transforms
#166170 by gbMattN was merged Nov 21, 2025 Loading… updated Nov 21, 2025
[sanitizer_common] Move container overflow declarations into new file compiler-rt:sanitizer compiler-rt
#168882 by DanBlackwell was closed Nov 21, 2025 Loading… updated Nov 21, 2025
Revert "[ubsan_minimal] Allow UBSan handler from Minimal runtime to accept arguments (#152192)" clang:codegen IR generation bugs: mangling, exceptions, etc. compiler-rt:sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt
#168812 by vitalybuka was merged Nov 21, 2025 Loading… updated Nov 21, 2025
[UBSan] [compiler-rt] add preservecc variants of handlers compiler-rt:sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt
#168643 by fmayer was merged Nov 20, 2025 Loading… updated Nov 21, 2025
Revert "[UBSan] [compiler-rt] add preservecc variants of handlers" compiler-rt:sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt skip-precommit-approval PR for CI feedback, not intended for review
#168973 by fmayer was merged Nov 21, 2025 Loading… updated Nov 21, 2025
[ASan] Document define to disable container overflow checks at compile time. clang Clang issues not falling into any other category compiler-rt:asan Address sanitizer compiler-rt:sanitizer compiler-rt
#163468 by padriff was merged Nov 19, 2025 Loading… updated Nov 20, 2025
[compiler-rt] [test] Generalize an UNSUPPORTED marking compiler-rt:asan Address sanitizer compiler-rt:sanitizer compiler-rt
#168858 by mstorsjo was merged Nov 20, 2025 Loading… updated Nov 20, 2025
[msan] Fix handling of 256-bit hadd/hsub instructions compiler-rt:sanitizer llvm:transforms
#168121 by thurstond was merged Nov 20, 2025 Loading… updated Nov 20, 2025
[ASAN] Disable broken __SANITIZER_DISABLE_CONTAINER_OVERFLOW__ tests on iOS/Android compiler-rt:asan Address sanitizer compiler-rt:sanitizer compiler-rt
#168821 by ndrewh was merged Nov 20, 2025 Loading… updated Nov 20, 2025
Previous Next
ProTip! Filter pull requests by the default branch with base:main.