[all-commits] [llvm/llvm-project] 58ef8a: [HLSL][RootSignature] Implement Parsing of Descrip...

Finn Plummer via All-commits all-commits at lists.llvm.org
Fri Jan 17 16:14:10 PST 2025


  Branch: refs/heads/users/inbelic/pr-122982
  Home:   https://github.com/llvm/llvm-project
  Commit: 58ef8ad2d3d9bfa008745b35f1514222c13b773a
      https://github.com/llvm/llvm-project/commit/58ef8ad2d3d9bfa008745b35f1514222c13b773a
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-01-18 (Sat, 18 Jan 2025)

  Changed paths:
    M clang/include/clang/Parse/ParseHLSLRootSignature.h
    M clang/lib/Parse/ParseHLSLRootSignature.cpp
    M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp
    A llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h

  Log Message:
  -----------
  [HLSL][RootSignature] Implement Parsing of Descriptor Tables

- Defines the in-memory data layout for the Descriptor Table Clauses,
its dependent flags/enums and parent RootElement in HLSLRootSignature.h
- Implements a Parser and its required Parsing methods in
ParseHLSLRootSignature


  Commit: 5efadf0390d3fbb33ea41b2bf2335d6c1b078333
      https://github.com/llvm/llvm-project/commit/5efadf0390d3fbb33ea41b2bf2335d6c1b078333
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-01-18 (Sat, 18 Jan 2025)

  Changed paths:
    M clang/lib/Parse/ParseHLSLRootSignature.cpp
    M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp

  Log Message:
  -----------
  add extra default visibility testcase

- also catches a small error for no clauses edge case


  Commit: cac95d10450c3dc4976d83ff8015b25a6718c3ec
      https://github.com/llvm/llvm-project/commit/cac95d10450c3dc4976d83ff8015b25a6718c3ec
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-01-18 (Sat, 18 Jan 2025)

  Changed paths:
    M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp

  Log Message:
  -----------
  rebase onto unique_ptr change


Compare: https://github.com/llvm/llvm-project/compare/58ef8ad2d3d9%5E...cac95d10450c

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