[all-commits] [llvm/llvm-project] cf08ad: [HLSL] Translate cbuffer declarations to target ty...

Helena Kotas via All-commits all-commits at lists.llvm.org
Tue Jan 28 22:23:02 PST 2025


  Branch: refs/heads/users/hekotas/pr-124886
  Home:   https://github.com/llvm/llvm-project
  Commit: cf08adb6b9e181613e81d2cfbadbbb68e645fe33
      https://github.com/llvm/llvm-project/commit/cf08adb6b9e181613e81d2cfbadbbb68e645fe33
  Author: Helena Kotas <hekotas at microsoft.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/Type.h
    M clang/lib/AST/Decl.cpp
    M clang/lib/CodeGen/CGHLSLRuntime.cpp
    M clang/lib/CodeGen/CGHLSLRuntime.h
    M clang/lib/CodeGen/Targets/DirectX.cpp
    M clang/lib/Sema/SemaHLSL.cpp
    R clang/test/CodeGenHLSL/cbuf.hlsl
    R clang/test/CodeGenHLSL/cbuf_in_namespace.hlsl
    A clang/test/CodeGenHLSL/cbuffer.hlsl
    A clang/test/CodeGenHLSL/cbuffer_and_namespaces.hlsl
    A clang/test/CodeGenHLSL/cbuffer_with_packoffset.hlsl
    A clang/test/CodeGenHLSL/cbuffer_with_static_global_and_function.hlsl
    M clang/test/CodeGenHLSL/resource-bindings.hlsl
    R clang/test/CodeGenHLSL/static_global_and_function_in_cb.hlsl

  Log Message:
  -----------
  [HLSL] Translate cbuffer declarations to target type dx.CBuffer - initial commit


  Commit: 56beb45a133be18b7e6649cc0a4af852bbed3db7
      https://github.com/llvm/llvm-project/commit/56beb45a133be18b7e6649cc0a4af852bbed3db7
  Author: Helena Kotas <hekotas at microsoft.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M clang/lib/CodeGen/CGHLSLRuntime.cpp
    M clang/lib/CodeGen/CGHLSLRuntime.h
    M clang/test/CodeGenHLSL/cbuffer.hlsl

  Log Message:
  -----------
  remove stride


  Commit: 749e88e87f36b8b4f2a8b5a4ddf02230a4be9600
      https://github.com/llvm/llvm-project/commit/749e88e87f36b8b4f2a8b5a4ddf02230a4be9600
  Author: Helena Kotas <hekotas at microsoft.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M clang/lib/CodeGen/CGHLSLRuntime.cpp
    M clang/lib/CodeGen/CGHLSLRuntime.h
    M clang/lib/CodeGen/Targets/DirectX.cpp
    M clang/test/CodeGenHLSL/cbuffer.hlsl

  Log Message:
  -----------
  cleanup, update comments


Compare: https://github.com/llvm/llvm-project/compare/cf08adb6b9e1%5E...749e88e87f36

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