summaryrefslogtreecommitdiff
path: root/llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp
AgeCommit message (Expand)Author
2025-10-01[HLSL] Update Frontend to support version 1.2 of root signature (#160616)joaosaffran
2025-08-18[NFC][HLSL] Remove confusing enum aliases / duplicates (#153909)Damyan Pepper
2025-08-15[HLSL] Refactoring DXILABI.h to not depend on scope printer (#153840)joaosaffran
2025-08-14[DirectX] Add Range Overlap validation (#152229)joaosaffran
2025-08-07[NFC][HLSL][DirectX] Consolidate `ResourceClassNames` (#152213)Finn Plummer
2025-08-06[NFC][HLSL] Replace uses of `getResourceName`/`printEnum` (#152211)Finn Plummer
2025-07-04[NFC][HLSL][RootSignature] Split up `HLSLRootSignatureUtils` (#146124)Finn Plummer
2025-06-03[NFC][RootSignature] Move RootSignature util functions (#142491)Finn Plummer
2025-05-30[HLSL][RootSignature] Metadata generation of RootFlags, RootConstants, RootDe...Finn Plummer
2025-05-29Revert "[HLSL][RootSignature] Implement serialization of `RootConstants` and ...Finn Plummer
2025-05-29[HLSL][RootSignature] Implement serialization of `RootConstants` and `RootFla...Finn Plummer
2025-05-22[NFC][HLSL][RootSignature] Use `operator<<` overload instead of dump method (...Finn Plummer
2025-05-15[HLSL][RootSignature] Add metadata generation for descriptor tables (#139633)Finn Plummer
2025-05-12[HLSL][RootSignature] Define and integrate rootsig clang attr and decl (#137690)Finn Plummer
2025-05-09[HLSL][RootSignature] Implement serialized dump of Descriptor Tables (#138326)Finn Plummer