[all-commits] [llvm/llvm-project] 1640b2: [𝘀𝗽𝗿] initial version

Marco Elver via All-commits all-commits at lists.llvm.org
Wed Oct 15 14:29:49 PDT 2025


  Branch: refs/heads/users/melver/spr/clang-implement-constexpr-evaluation-for-__builtin_infer_alloc_token
  Home:   https://github.com/llvm/llvm-project
  Commit: 1640b2aa827b8d7db18fe9fa2f229e670fb2f32d
      https://github.com/llvm/llvm-project/commit/1640b2aa827b8d7db18fe9fa2f229e670fb2f32d
  Author: Marco Elver <elver at google.com>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M clang/docs/AllocToken.rst
    A clang/include/clang/AST/InferAlloc.h
    M clang/include/clang/Basic/Builtins.td
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Driver/Options.td
    M clang/lib/AST/ByteCode/InterpBuiltin.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/ExprConstant.cpp
    A clang/lib/AST/InferAlloc.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/Driver/fsanitize-alloc-token.c
    A clang/test/SemaCXX/alloc-token.cpp
    M llvm/include/llvm/IR/Intrinsics.td
    A llvm/include/llvm/Support/AllocToken.h
    M llvm/include/llvm/Transforms/Instrumentation/AllocToken.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    A llvm/lib/Support/AllocToken.cpp
    M llvm/lib/Support/CMakeLists.txt
    M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
    M llvm/test/Instrumentation/AllocToken/basic.ll
    M llvm/test/Instrumentation/AllocToken/basic32.ll
    M llvm/test/Instrumentation/AllocToken/fast.ll
    A 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/typehashpointersplit.ll
    M llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn

  Log Message:
  -----------
  [𝘀𝗽𝗿] initial version

Created using spr 1.3.8-beta.1



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