[all-commits] [llvm/llvm-project] 7f9579: [𝘀𝗽𝗿] changes introduced through rebase
Marco Elver via All-commits
all-commits at lists.llvm.org
Thu Sep 18 03:11:54 PDT 2025
Branch: refs/heads/users/melver/spr/alloctoken-clang-implement-__builtin_alloc_token_infer-and-llvmalloctokenid
Home: https://github.com/llvm/llvm-project
Commit: 7f957963a02e2cc8e0395ebeef93fd7ede0e8622
https://github.com/llvm/llvm-project/commit/7f957963a02e2cc8e0395ebeef93fd7ede0e8622
Author: Marco Elver <elver at google.com>
Date: 2025-09-18 (Thu, 18 Sep 2025)
Changed paths:
M clang/docs/AllocToken.rst
M clang/include/clang/Driver/SanitizerArgs.h
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprCXX.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/CodeGen/alloc-token.c
M clang/test/CodeGenCXX/alloc-token-pointer.cpp
M clang/test/CodeGenCXX/alloc-token.cpp
M llvm/docs/LangRef.rst
M llvm/docs/ReleaseNotes.md
M llvm/include/llvm/IR/FixedMetadataKinds.def
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Utils/Local.cpp
M llvm/test/Instrumentation/AllocToken/basic.ll
A llvm/test/Instrumentation/AllocToken/basic32.ll
M llvm/test/Instrumentation/AllocToken/extralibfuncs.ll
M llvm/test/Instrumentation/AllocToken/fast.ll
M llvm/test/Instrumentation/AllocToken/invoke.ll
M llvm/test/Instrumentation/AllocToken/nonlibcalls.ll
M llvm/test/Instrumentation/AllocToken/remark.ll
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.8-beta.1
[skip ci]
Commit: 3aa00d1da4cbc2dd8bdf09071a4a7acf74abea41
https://github.com/llvm/llvm-project/commit/3aa00d1da4cbc2dd8bdf09071a4a7acf74abea41
Author: Marco Elver <elver at google.com>
Date: 2025-09-18 (Thu, 18 Sep 2025)
Changed paths:
M clang/docs/AllocToken.rst
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Driver/SanitizerArgs.h
M clang/include/clang/Sema/Sema.h
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprCXX.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/test/CodeGen/alloc-token.c
M clang/test/CodeGenCXX/alloc-token-builtin.cpp
M clang/test/CodeGenCXX/alloc-token-pointer.cpp
M clang/test/CodeGenCXX/alloc-token.cpp
M llvm/docs/LangRef.rst
M llvm/docs/ReleaseNotes.md
M llvm/include/llvm/IR/FixedMetadataKinds.def
M llvm/include/llvm/IR/Intrinsics.td
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Utils/Local.cpp
M llvm/test/Instrumentation/AllocToken/basic.ll
A llvm/test/Instrumentation/AllocToken/basic32.ll
M llvm/test/Instrumentation/AllocToken/extralibfuncs.ll
M llvm/test/Instrumentation/AllocToken/fast.ll
M llvm/test/Instrumentation/AllocToken/intrinsic.ll
A llvm/test/Instrumentation/AllocToken/intrinsic32.ll
M llvm/test/Instrumentation/AllocToken/invoke.ll
M llvm/test/Instrumentation/AllocToken/nonlibcalls.ll
M llvm/test/Instrumentation/AllocToken/remark.ll
Log Message:
-----------
fixup! address reviewer comments
Created using spr 1.3.8-beta.1
Compare: https://github.com/llvm/llvm-project/compare/548eba59863d...3aa00d1da4cb
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list