aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Instrumentation
AgeCommit message (Expand)AuthorFilesLines
2025-12-09[x86][AVX-VNNI] Fix VPDPWXXD Argument Types (#169456)BaiXilin1-18/+84
2025-12-09[llvm] Use ConstantInt::getAllOnesValue()Nikita Popov2-2/+2
2025-12-08[MemProf] Merge all callee guids for indirect call VP metadata (#170964)Teresa Johnson1-42/+41
2025-12-05[MemProf] Add option to print function GUIDs during matching (#170946)Teresa Johnson1-0/+8
2025-12-05[MemProf] Add remarks for matched allocs and calls (#170379)Teresa Johnson1-2/+17
2025-12-03[CodeGen][KCFI] Allow setting type hash from xxHash64 to FNV-1a (#167254)Kees Cook1-0/+1
2025-12-02[LTO][AllocToken] Support AllocToken instrumentation in backend (#169358)Marco Elver1-23/+46
2025-12-01[rtsan] Handle attributed IR function declarations (#169577)davidtrevelyan1-0/+3
2025-11-26[UBSan] Use -fsanitize-handler-preserve-all-regs in codegenFlorian Mayer1-1/+6
2025-11-21[TySan][Clang] Add clang flag to use tysan outlined instrumentation a… (#16...Matthew Nagy1-1/+1
2025-11-20[msan] Fix handling of 256-bit hadd/hsub instructions (#168121)Thurston Dang1-8/+4
2025-11-19[Analysis] Move TargetLibraryInfo data to TableGen (#165009)Kai Nacke1-1/+1
2025-11-19[AllocToken] Fix and clarify -falloc-token-max=0 (#168689)Marco Elver1-3/+4
2025-11-18[llvm][AddressSanitizer] option for applying AddressSanitizer to specific add...Emil Tsalapatis1-7/+28
2025-11-18[llvm][AddressSanitizer][BPF] add default shadow mapping offset for BPF targe...Emil Tsalapatis1-0/+3
2025-11-18[llvm][AddressSanitizer] option for specifying the address space of the shado...Emil Tsalapatis1-1/+6
2025-11-13[msan][NFCI] Generalize handlePairwiseShadowOrIntrinsic to have shards (#167954)Thurston Dang1-34/+73
2025-11-13[msan] Support x86_avx512bf16_dpbf16ps (#166862)Thurston Dang1-9/+14
2025-11-13[dfsan] Fix Endianess issue (#162881)anoopkg61-2/+10
2025-11-11[CHR] Make Selects Created in MergedCondition have Unknown Profdata (#167534)Aiden Grossman1-0/+2
2025-11-10[PGO][Offload] Fix missing names bug in GPU PGO (#166444)Ethan Luis McDonough1-0/+4
2025-11-06[InstrProf] Fix frontend generated function hash (#165358)Stephen Senran Zhang1-1/+1
2025-11-04[msan][NFCI] Generalize handleVectorPmaddIntrinsic() (#166282)Thurston Dang1-28/+49
2025-11-02[llvm] Remove "const" in the presence of "constexpr" (NFC) (#166109)Kazu Hirata1-1/+1
2025-10-31[TySan] Add option to outline instrumentation (#120582)gbMattN1-29/+114
2025-10-31[MemProf] Select largest of matching contexts from profile (#165338)Teresa Johnson1-7/+28
2025-10-30[InstrProf] Remove deprecated -debug-info-correlate flag (#165289)Ellis Hoag2-16/+6
2025-10-29[dfsan] Fix getShadowAddress computation (#162864)anoopkg61-2/+6
2025-10-29[Instrumentation] Remove a redundant control flow statement (NFC) (#165510)Kazu Hirata1-1/+0
2025-10-27[llvm][clang] Explicitly pass the VFS to sanitizer passes (#165267)Jan Svoboda2-4/+19
2025-10-27[Instrumentation] Fix typos across files in Transforms/Instrumentation (#165251)Yi-Chi Lee11-27/+26
2025-10-24[msan] Convert target("aarch64.svcount") from compile-time crash to MSan fals...Thurston Dang1-1/+39
2025-10-22[AllocToken] Make token mode a pass parameter (#163634)Marco Elver1-17/+1
2025-10-22[AllocToken] Refactor stateless token calculation into Support (#163633)Marco Elver1-39/+18
2025-10-22[Instrumentation] Remove unsafe-fp-math attribute support (#164533)paperchalice1-1/+0
2025-10-21[AllocToken] Introduce llvm.alloc.token.id intrinsic (#163632)Marco Elver1-14/+59
2025-10-20[IR] Replace alignment argument with attribute on masked intrinsics (#163802)Nikita Popov3-20/+13
2025-10-17[ASan] Do not instrument catch block parameters on Windows (#159618)David Justo1-0/+20
2025-10-16[NFC][LLVM] Namespace cleanup in AddressSanitizer/ControlHeightReduction (#16...Rahul Joshi2-14/+6
2025-10-15[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163507)Kazu Hirata1-10/+10
2025-10-14[AddressSanitizer] Avoid unnecessary ptr<->int casts for stack poisoning (#16...Nikita Popov1-42/+30
2025-10-13[StaticDataLayout] Factor out a helper function for section prefix eligibilit...Mingming Liu1-25/+28
2025-10-13[StaticDataLayout][MemProf] Record whether the IR is compiled with data acces...Mingming Liu1-0/+2
2025-10-10[Android] Drop workarounds for older Android API levels pre 9, 17 and 21 (#16...Brad Smith1-3/+1
2025-10-09[sancov] Fix stack-depth tracking to use debug locations (#162428)Kees Cook1-3/+10
2025-10-08[AllocToken, Clang] Implement TypeHashPointerSplit mode (#156840)Marco Elver1-14/+68
2025-10-07[AllocToken] Introduce AllocToken instrumentation pass (#156838)Marco Elver2-0/+495
2025-10-07[AddressSanitizer] Avoid unnecessary pointer casts for ODR indicator (NFCI)Nikita Popov1-6/+4
2025-10-07[DataflowSanitizer] Use getelementptr instead of ptrtoint+add+inttoptr (#162087)Nikita Popov1-4/+2
2025-10-07[DataFlowSanitizer] Generate some test checks (NFC) (#161502)Nikita Popov1-0/+8