summaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Instrumentation
AgeCommit message (Expand)Author
2025-11-21[TySan][Clang] Add clang flag to use tysan outlined instrumentation a… (#16...Matthew Nagy
2025-11-20[msan] Fix handling of 256-bit hadd/hsub instructions (#168121)Thurston Dang
2025-11-19[Analysis] Move TargetLibraryInfo data to TableGen (#165009)Kai Nacke
2025-11-19[AllocToken] Fix and clarify -falloc-token-max=0 (#168689)Marco Elver
2025-11-18[llvm][AddressSanitizer] option for applying AddressSanitizer to specific add...Emil Tsalapatis
2025-11-18[llvm][AddressSanitizer][BPF] add default shadow mapping offset for BPF targe...Emil Tsalapatis
2025-11-18[llvm][AddressSanitizer] option for specifying the address space of the shado...Emil Tsalapatis
2025-11-13[msan][NFCI] Generalize handlePairwiseShadowOrIntrinsic to have shards (#167954)Thurston Dang
2025-11-13[msan] Support x86_avx512bf16_dpbf16ps (#166862)Thurston Dang
2025-11-13[dfsan] Fix Endianess issue (#162881)anoopkg6
2025-11-11[CHR] Make Selects Created in MergedCondition have Unknown Profdata (#167534)Aiden Grossman
2025-11-10[PGO][Offload] Fix missing names bug in GPU PGO (#166444)Ethan Luis McDonough
2025-11-06[InstrProf] Fix frontend generated function hash (#165358)Stephen Senran Zhang
2025-11-04[msan][NFCI] Generalize handleVectorPmaddIntrinsic() (#166282)Thurston Dang
2025-11-02[llvm] Remove "const" in the presence of "constexpr" (NFC) (#166109)Kazu Hirata
2025-10-31[TySan] Add option to outline instrumentation (#120582)gbMattN
2025-10-31[MemProf] Select largest of matching contexts from profile (#165338)Teresa Johnson
2025-10-30[InstrProf] Remove deprecated -debug-info-correlate flag (#165289)Ellis Hoag
2025-10-29[dfsan] Fix getShadowAddress computation (#162864)anoopkg6
2025-10-29[Instrumentation] Remove a redundant control flow statement (NFC) (#165510)Kazu Hirata
2025-10-27[llvm][clang] Explicitly pass the VFS to sanitizer passes (#165267)Jan Svoboda
2025-10-27[Instrumentation] Fix typos across files in Transforms/Instrumentation (#165251)Yi-Chi Lee
2025-10-24[msan] Convert target("aarch64.svcount") from compile-time crash to MSan fals...Thurston Dang
2025-10-22[AllocToken] Make token mode a pass parameter (#163634)Marco Elver
2025-10-22[AllocToken] Refactor stateless token calculation into Support (#163633)Marco Elver
2025-10-22[Instrumentation] Remove unsafe-fp-math attribute support (#164533)paperchalice
2025-10-21[AllocToken] Introduce llvm.alloc.token.id intrinsic (#163632)Marco Elver
2025-10-20[IR] Replace alignment argument with attribute on masked intrinsics (#163802)Nikita Popov
2025-10-17[ASan] Do not instrument catch block parameters on Windows (#159618)David Justo
2025-10-16[NFC][LLVM] Namespace cleanup in AddressSanitizer/ControlHeightReduction (#16...Rahul Joshi
2025-10-15[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163507)Kazu Hirata
2025-10-14[AddressSanitizer] Avoid unnecessary ptr<->int casts for stack poisoning (#16...Nikita Popov
2025-10-13[StaticDataLayout] Factor out a helper function for section prefix eligibilit...Mingming Liu
2025-10-13[StaticDataLayout][MemProf] Record whether the IR is compiled with data acces...Mingming Liu
2025-10-10[Android] Drop workarounds for older Android API levels pre 9, 17 and 21 (#16...Brad Smith
2025-10-09[sancov] Fix stack-depth tracking to use debug locations (#162428)Kees Cook
2025-10-08[AllocToken, Clang] Implement TypeHashPointerSplit mode (#156840)Marco Elver
2025-10-07[AllocToken] Introduce AllocToken instrumentation pass (#156838)Marco Elver
2025-10-07[AddressSanitizer] Avoid unnecessary pointer casts for ODR indicator (NFCI)Nikita Popov
2025-10-07[DataflowSanitizer] Use getelementptr instead of ptrtoint+add+inttoptr (#162087)Nikita Popov
2025-10-07[DataFlowSanitizer] Generate some test checks (NFC) (#161502)Nikita Popov
2025-10-02[MemorySanitizer] Use getelementptr instead of ptrtoint+add+inttoptr (#161392)Nikita Popov
2025-10-01Cleanup the LLVM exported symbols namespace (#161240)Nicolai Hähnle
2025-10-01[SimplifyCFG][PGO] Reuse existing `setBranchWeights` (#160629)Mircea Trofin
2025-09-30[x86][AVX-VNNI] Fix VPDPBXXD Argument Type (#159222)BaiXilin
2025-09-29[llvm][clang] Use the VFS in `GCOVProfilerPass` (#161260)Jan Svoboda
2025-09-27[ASan][RISCV] Teach AddressSanitizer to support indexed load/store. (#160443)Hank Chang
2025-09-25[msan] Handle AVX512/AVX10 vrndscale (#160624)Thurston Dang
2025-09-25[llvm] Add `vfs::FileSystem` to `PassBuilder` (#160188)Jan Svoboda
2025-09-25Reapply "[ControlHeightReduction] Drop lifetime annotations where necessary" ...Aiden Grossman