summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenHLSL/semantics
AgeCommit message (Expand)Author
2025-11-19[HLSL] Add initial support for output semantics (#168095)Nathan Gauër
2025-11-13Reapply "[HLSL] Rework semantic handling as attributes" (#167862)Nathan Gauër
2025-11-12Revert "[HLSL] Rework semantic handling as attributes #166796" (#167759)Nathan Gauër
2025-11-12[HLSL] Rework semantic handling as attributes (#166796)Nathan Gauër
2025-11-06[HLSL] Add support for user semantics (#153424)Nathan Gauër
2025-10-23[HLSL] Allow input semantics on structs (#159047)Nathan Gauër
2025-09-11Reapply "[HLSL] Rewrite semantics parsing" (#157718) (#158044)Nathan Gauër
2025-09-09Revert "[HLSL] Rewrite semantics parsing" (#157718)Nathan Gauër
2025-09-09[HLSL] Rewrite semantics parsing (#152537)Nathan Gauër
2025-07-09[SPIRV] Add more id and range builtIns (#143909)Victor Lomuller
2025-06-18[HLSL][SPIR-V] Fix LinkageAttribute emission for BuiltIn (#144701)Nathan Gauër
2025-06-11[HLSL][SPIR-V] Handle SV_Position builtin in PS (#141759)Nathan Gauër
2025-03-21[HLSL] Add support for SV_GroupIndex in SPIR-V (#130672)Cassandra Beckley
2025-01-04[HLSL][SPIR-V] implement SV_GroupID semantic lowering (#121521)Zhengxing li
2024-12-10[HLSL] Implement SV_GroupThreadId semantic (#117781)Zhengxing li
2024-11-26[HLSL] Implement SV_GroupID semantic (#115911)Zhengxing li
2024-10-10Switch DirectX Target to use the Itanium ABI (#111632)Greg Roth
2024-10-01[HLSL][SPIRV] Fix calling convention for call in entry function. (#110542)Steven Perron
2024-08-28[clang][HLSL] Update DXIL/SPIRV hybird CodeGen tests to use temp var (#105930)Amr Hesham
2024-05-03[clang,test] Convert text files from CRLF to LFFangrui Song
2024-03-04[HLSL][SPIR-V] Add SV_DispatchThreadID semantic support (#82536)Natalie Chouinard
2024-02-27[NFC][HLSL] Fix broken test (#83062)Natalie Chouinard
2022-10-18[HLSL] Add SV_DispatchThreadIDXiang Li
2022-08-25[HLSL] Initial codegen for SV_GroupIndexChris Bieneman