summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenHLSL
AgeCommit message (Expand)Author
2025-11-21[HLSL] Add Load overload with status (#166449)Joshua Batista
2025-11-20[HLSL] Implement the `fwidth` intrinsic for DXIL and SPIR-V target (#161378)Alexander Johnston
2025-11-19[HLSL] Add initial support for output semantics (#168095)Nathan Gauër
2025-11-18[HLSL][DirectX] Use a padding type for HLSL buffers. (#167404)Justin Bogner
2025-11-18[HLSL] Implement ddx/ddy_coarse intrinsics (#164831)Alexander Johnston
2025-11-17[clang] Support constrained fp elementwise builtins (#166905)Jakub Ficek
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] [DirectX] Invert the result of `firstbithigh` (#166419)Deric C.
2025-11-06[HLSL] Add support for user semantics (#153424)Nathan Gauër
2025-11-04[HLSL] Layout Initalizer list in Column order via index conversion (#166277)Farzon Lotfi
2025-11-04Fix implicit truncation of `select` non-bool vector conditions (#166279)Kaitlin Peng
2025-11-04[HLSL] Implement the f16tof32() intrinsic (#165860)Tim Corringham
2025-10-31[HLSL] Add NativeInt16Type langopt to control whether short type is supported...Sarah Spall
2025-10-28[HLSL][DXIL][SPRIV] Added WaveActiveMin intrinsic (#164385)Sietze Riemersma
2025-10-23[HLSL] Allow input semantics on structs (#159047)Nathan Gauër
2025-10-17[HLSL] GetDimensions methods for buffer resources (#161929)Helena Kotas
2025-10-17[HLSL] Convert vectors to bool for unary ! (#163857)Chris B
2025-10-16[HLSL][NFC] Refactor structured buffer methods tests - 2nd attempt (#163605)Helena Kotas
2025-10-15[HLSL][SPIR-V] Add `-fspv-enable-maximal-reconvergence` flag to clang dxc. (#...Lucie Choi
2025-10-15[DirectX] Add 32- and 64-bit 3-element vectors to DataLayout (#160955)Justin Bogner
2025-10-14Revert "[HLSL][NFC] Refactor structured buffer methods tests (#161908)" (#163...Helena Kotas
2025-10-14[HLSL][NFC] Refactor structured buffer methods tests (#161908)Helena Kotas
2025-10-14[HLSL][NFC] Add test coverage for `Buffer` (#161909)Helena Kotas
2025-10-09[SPIRV][HLSL] Add Sema and CodeGen for implicit typed buffer counters (#162291)Steven Perron
2025-10-06[HLSL] Fix vector list initialization (#161421)Chris B
2025-10-06[HLSL] Add support for elementwise and aggregate splat casting struct types w...Sarah Spall
2025-10-03[HLSL][NFC] Merge element type tests for structured buffers (#161895)Helena Kotas
2025-10-02[HLSL] [SPIR-V] Add counter member for typed buffer (#161414)Steven Perron
2025-10-01[HLSL] Update Frontend to support version 1.2 of root signature (#160616)joaosaffran
2025-10-01[DirectX] Updating Root Signature Metadata to contain Static Sampler flags (#...joaosaffran
2025-09-25Implements isnan() HLSL intrinsic for DXIL and SPIR-V targets. (#157733)Dan Brown
2025-09-24[HLSL] NonUniformResourceIndex implementation (#160430)Helena Kotas
2025-09-23[HLSL] Enable InitList code to handle zero sized structs (#160355)Sarah Spall
2025-09-23[NFC][HLSL] Replace use of `clang_dxc` with `clang_cc1` in testing (#160359)Finn Plummer
2025-09-23[HLSL] Add support for the HLSL matrix type (#159446)Farzon Lotfi
2025-09-23[HLSL] avoid unnamed bit fields when dealing with InitLists in HLSL (#159212)Sarah Spall
2025-09-22[HLSL] Mark `GroupMemoryBarrierWithGroupSync` as `convergent` (#160175)Finn Plummer
2025-09-18[HLSL] Make sure global resources and resource arrays cannot be assigned to (...Helena Kotas
2025-09-16[HLSL] Use static create methods to initialize resources in arrays (#157005)Helena Kotas
2025-09-16[HLSL] Use static create methods to initialize individual resources (#156544)Helena Kotas
2025-09-15[HLSL][DirectX] Fix resource lowering when using structs with `select` (#158361)Kaitlin Peng
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][DirectX] Add support for `rootsig` as a target environment (#156373)Finn Plummer
2025-09-09[HLSL] Fix OpaqueValueExpr handling in InitListExpr (#156750)Steven Perron
2025-09-09[HLSL] Rewrite semantics parsing (#152537)Nathan Gauër
2025-09-06[HLSL] Add copy assignment and construtor to resource types (#156075)Steven Perron
2025-09-05[HLSL] Enable unbounded resource arrays at global scope (#155053)Helena Kotas