[all-commits] [llvm/llvm-project] b52461: adding metadata extraction

joaosaffran via All-commits all-commits at lists.llvm.org
Thu Jan 30 23:10:09 PST 2025


  Branch: refs/heads/users/joaosaffran/123147
  Home:   https://github.com/llvm/llvm-project
  Commit: b524610dbffe2fc835e90f19cb6c6176fa61b6b7
      https://github.com/llvm/llvm-project/commit/b524610dbffe2fc835e90f19cb6c6176fa61b6b7
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/include/llvm/Analysis/DXILMetadataAnalysis.h
    M llvm/lib/Analysis/DXILMetadataAnalysis.cpp
    M llvm/lib/Target/DirectX/DXContainerGlobals.cpp

  Log Message:
  -----------
  adding metadata extraction


  Commit: 93adae64ee2e3e7cf8e6d87a0bbd4168d8d7d38a
      https://github.com/llvm/llvm-project/commit/93adae64ee2e3e7cf8e6d87a0bbd4168d8d7d38a
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/include/llvm/Analysis/DXILMetadataAnalysis.h
    M llvm/lib/Analysis/DXILMetadataAnalysis.cpp
    M llvm/lib/MC/CMakeLists.txt
    M llvm/lib/Target/DirectX/CMakeLists.txt
    M llvm/lib/Target/DirectX/DXContainerGlobals.cpp
    A llvm/lib/Target/DirectX/DXILRootSignature.cpp
    A llvm/lib/Target/DirectX/DXILRootSignature.h
    M llvm/lib/Target/DirectX/DirectX.h
    M llvm/lib/Target/DirectX/DirectXTargetMachine.cpp
    A llvm/test/CodeGen/DirectX/ContainerData/RootSignature-Flags.ll

  Log Message:
  -----------
  moving root signature to it's own pass


  Commit: 9c9a1e800ed29e100a78c445754205adf4bd0433
      https://github.com/llvm/llvm-project/commit/9c9a1e800ed29e100a78c445754205adf4bd0433
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/Analysis/DXILMetadataAnalysis.cpp
    M llvm/lib/Target/DirectX/DXContainerGlobals.cpp
    M llvm/lib/Target/DirectX/DXILRootSignature.cpp
    M llvm/lib/Target/DirectX/DXILRootSignature.h

  Log Message:
  -----------
  formating


  Commit: 33c71701345ec985faf0d6fc8adbb0ece8286a7e
      https://github.com/llvm/llvm-project/commit/33c71701345ec985faf0d6fc8adbb0ece8286a7e
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/include/llvm/Analysis/DXILMetadataAnalysis.h
    M llvm/lib/Analysis/DXILMetadataAnalysis.cpp

  Log Message:
  -----------
  removing useless imports


  Commit: 7e28afd554bbdfd504abf5a924472d52b6e81d95
      https://github.com/llvm/llvm-project/commit/7e28afd554bbdfd504abf5a924472d52b6e81d95
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/ObjectYAML/DXContainerYAML.cpp

  Log Message:
  -----------
  fixing pr changes


  Commit: cc7a0944a140edf61966e33df9b66b5afb5e638e
      https://github.com/llvm/llvm-project/commit/cc7a0944a140edf61966e33df9b66b5afb5e638e
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/Target/DirectX/DXILRootSignature.cpp

  Log Message:
  -----------
  adding some asserts


  Commit: 9bf08024866f5dd40b3250aeb86604f0e24b0b13
      https://github.com/llvm/llvm-project/commit/9bf08024866f5dd40b3250aeb86604f0e24b0b13
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/Target/DirectX/DXILRootSignature.cpp

  Log Message:
  -----------
  format


  Commit: 25c69e71cec5ed318264c5c576045ea8dc437648
      https://github.com/llvm/llvm-project/commit/25c69e71cec5ed318264c5c576045ea8dc437648
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/MC/CMakeLists.txt
    M llvm/lib/Target/DirectX/DXContainerGlobals.cpp
    M llvm/lib/Target/DirectX/DXILRootSignature.cpp
    M llvm/lib/Target/DirectX/DXILRootSignature.h
    M llvm/test/CodeGen/DirectX/ContainerData/RootSignature-Flags.ll

  Log Message:
  -----------
  fixing assert


  Commit: 5eaa53f61834fc21417d98c837d5788d564a9be7
      https://github.com/llvm/llvm-project/commit/5eaa53f61834fc21417d98c837d5788d564a9be7
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/ObjectYAML/DXContainerYAML.cpp
    M llvm/lib/Target/DirectX/DXContainerGlobals.cpp

  Log Message:
  -----------
  cleaning


  Commit: 3be2ca7a693ebff2b056bfc5c9b27deebafa840f
      https://github.com/llvm/llvm-project/commit/3be2ca7a693ebff2b056bfc5c9b27deebafa840f
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/Target/DirectX/DXILRootSignature.cpp
    M llvm/test/CodeGen/DirectX/llc-pipeline.ll

  Log Message:
  -----------
  clean up


  Commit: 96a1085d61c28a66a993e12e702ef4306dc4d655
      https://github.com/llvm/llvm-project/commit/96a1085d61c28a66a993e12e702ef4306dc4d655
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/Target/DirectX/DXILRootSignature.cpp
    M llvm/lib/Target/DirectX/DXILRootSignature.h
    A llvm/test/CodeGen/DirectX/ContainerData/RootSignature-Error.ll
    A llvm/test/CodeGen/DirectX/ContainerData/RootSignature-Flags-Error.ll
    A llvm/test/CodeGen/DirectX/ContainerData/RootSignature-Flags-Validation-Error.ll
    A llvm/test/CodeGen/DirectX/ContainerData/RootSignature-RootElement-Error.ll

  Log Message:
  -----------
  addressing comments


  Commit: ece3f0ad7c0be2e788cbd011289083c6b8e67493
      https://github.com/llvm/llvm-project/commit/ece3f0ad7c0be2e788cbd011289083c6b8e67493
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/Target/DirectX/DXContainerGlobals.cpp
    M llvm/lib/Target/DirectX/DXILRootSignature.cpp
    M llvm/lib/Target/DirectX/DXILRootSignature.h

  Log Message:
  -----------
  removing version


  Commit: ed5af010d42a863db861fc7a8620aa3e0140d39e
      https://github.com/llvm/llvm-project/commit/ed5af010d42a863db861fc7a8620aa3e0140d39e
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/test/CodeGen/DirectX/ContainerData/RootSignature-Flags.ll
    M llvm/test/ObjectYAML/DXContainer/RootSignature-Flags.yaml

  Log Message:
  -----------
  fix test


  Commit: b0e3b4b032a91d0f594c5eb60913eacc99cb07c9
      https://github.com/llvm/llvm-project/commit/b0e3b4b032a91d0f594c5eb60913eacc99cb07c9
  Author: joaosaffran <joao.saffran at microsoft.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/Target/DirectX/DXILRootSignature.cpp
    M llvm/lib/Target/DirectX/DXILRootSignature.h

  Log Message:
  -----------
  addressing PR Comments


Compare: https://github.com/llvm/llvm-project/compare/1cc5825858ce...b0e3b4b032a9

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