summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenHLSL/BasicFeatures
AgeCommit message (Expand)Author
2025-11-04[HLSL] Layout Initalizer list in Column order via index conversion (#166277)Farzon Lotfi
2025-10-31[HLSL] Add NativeInt16Type langopt to control whether short type is supported...Sarah Spall
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-09-23[HLSL] Enable InitList code to handle zero sized structs (#160355)Sarah Spall
2025-09-23[HLSL] avoid unnamed bit fields when dealing with InitLists in HLSL (#159212)Sarah Spall
2025-07-24[HLSL] Avoid putting the byval attribute on out and inout parameters (#150495)Deric C.
2025-06-16[HLSL] Use hidden visibility for external linkage. (#140292)Steven Perron
2025-05-05[HLSL] Handle init list with OpaqueValueExprs in CGExprScalar (#138541)Sarah Spall
2025-04-28[HLSL] Treat classes and structs as packed by default (#137391)Justin Bogner
2025-04-10[HLSL] Add support for modulo of floating point scalar and vectors (#135125)Farzon Lotfi
2025-03-11[HLSL] Make memory representation of boolean vectors in HLSL, vectors of i32....Sarah Spall
2025-02-24[HLSL] Allow arrays to be returned by value in HLSL (#127896)Sarah Spall
2025-02-15[HLSL] Implement HLSL intialization list support (#123141)Chris B
2025-02-14[HLSL] Implement HLSL Aggregate splatting (#118992)Sarah Spall
2025-02-07[HLSL] Implement HLSL Elementwise casting (excluding splat cases); Re-land #1...Sarah Spall
2025-02-06Revert "[HLSL] Implement HLSL Flat casting (excluding splat cases)" (#126149)Sarah Spall
2025-02-06[HLSL] Implement HLSL Flat casting (excluding splat cases) (#118842)Sarah Spall
2025-01-09[HLSL] Make fast math the default for HLSL (#119820)Sarah Spall
2024-12-03[HLSL] get inout/out ABI for array parameters working (#111047)Sarah Spall
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2024-10-10Switch DirectX Target to use the Itanium ABI (#111632)Greg Roth
2024-09-20[CVP] Infer range return attribute (#99620)Nikita Popov
2024-09-11[HLSL] Allow truncation to scalar (#104844)Chris B
2024-08-31[HLSL] Implement output parameter (#101083)Chris B
2024-07-13[HLSL] Rework implicit conversion sequences (#96011)Chris B
2024-02-15[HLSL] Vector standard conversions (#71098)Chris B