aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaHLSL
AgeCommit message (Expand)AuthorFilesLines
2024-06-11[HLSL] Fix FileCheck annotation typos (#95155)Justin Bogner1-3/+2
2024-05-29[HLSL] Default and Relaxed Availability Diagnostics (#92704)Helena Kotas9-32/+576
2024-05-19[Clang][HLSL] Add environment parameter to availability attribute (#89809)Helena Kotas6-27/+222
2024-05-09[HLSL] reenable add packoffset in AST (#91474)Xiang Li1-0/+122
2024-05-08Revert "[HLSL] Support packoffset attribute in AST (#89836)" (#91473)Xiang Li1-122/+0
2024-05-08[HLSL] Support packoffset attribute in AST (#89836)Xiang Li1-0/+122
2024-05-07[clang][hlsl] Add tan intrinsic part 1 (#90276)Farzon Lotfi1-0/+1
2024-05-06[HLSL] Implement 202x conforming literals (#91015)Chris B4-10/+128
2024-05-03[clang,test] Convert text files from CRLF to LFFangrui Song4-405/+405
2024-05-02[HLSL] Cleanup TargetInfo handling (#90694)Chris B1-0/+11
2024-05-02[HLSL] Shore up floating point conversions (#90222)Chris B3-18/+465
2024-04-20[test] Avoid writing to a potentially write-protected dir (#89242)Karl-Johan Karlsson14-26/+26
2024-04-18Fix the double space and double attribute printing of the final keyword. (#88...Vassil Vassilev1-2/+2
2024-04-05[HLSL] Implement floating literal suffixes (#87270)Chris B2-0/+118
2024-04-03[NFC] Delete unintentionally added fileChris Bieneman1-76/+0
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B3-0/+200
2024-03-29[HLSL][DXIL] HLSL's `round` should follow `roundeven` behavior (#87078)Farzon Lotfi1-0/+1
2024-03-28[HLSL] prevent generation of wrong double intrinsics. (#86932)Andrii Levitskiy1-3/+6
2024-03-27[HLSL] enforce unsigned types for reversebits (#86720)Farzon Lotfi1-0/+12
2024-03-25[HLSL] prevent generation of double intrinsics via the builtins (#86555)Farzon Lotfi2-0/+19
2024-03-19[DXIL] implement dot intrinsic lowering for integers (#85662)Farzon Lotfi1-0/+9
2024-03-15[HLSL] implement `clamp` intrinsic (#85424)Farzon Lotfi2-3/+94
2024-03-14[DXIL] `exp`, `any`, `lerp`, & `rcp` Intrinsic Lowering (#84526)Farzon Lotfi4-2/+49
2024-03-14[HLSL] implement the `isinf` intrinsic (#84927)Farzon Lotfi1-0/+27
2024-03-14[HLSL] Implement `rsqrt` intrinsic (#84820)Farzon Lotfi3-2/+29
2024-03-05[HLSL] implement the rcp intrinsic (#83857)Farzon Lotfi1-0/+27
2024-03-05[HLSL] implement the any intrinsic (#83903)Farzon Lotfi1-0/+12
2024-03-05[HLSL] implement exp intrinsic (#83832)Farzon Lotfi1-0/+27
2024-03-05[HLSL] implement `mad` intrinsic (#83826)Farzon Lotfi1-0/+86
2024-03-01[clang][sema] consolidate diags for incompatible_vector_* (#83609)Farzon Lotfi2-9/+9
2024-03-01[HLSL][DXIL] Implementation of round intrinsic (#83570)Farzon Lotfi1-0/+27
2024-02-29[HLSL] standardize builtin unit tests (#83340)Farzon Lotfi1-1/+1
2024-02-29[HLSL] Implementation of the frac intrinsic (#83315)Farzon Lotfi4-114/+141
2024-02-29[HLSL] implementation of lerp intrinsic (#83077)Farzon Lotfi2-14/+105
2024-02-26[HLSL] Fix casting asserts (#82827)Farzon Lotfi1-0/+44
2024-02-26[HLSL] Implementation of dot intrinsic (#81190)Farzon Lotfi2-0/+149
2024-02-18[clang] Differentiate between identifier and string EnumArgument (#68550)Sergei Barannikov1-2/+2
2024-02-15[HLSL] Vector standard conversions (#71098)Chris B5-24/+164
2023-12-06[HLSL] RWBuffer<T> should not have a default parameterJustin Bogner1-0/+8
2023-12-06[Clang][Sema] Don't say "is declared here" for invalid template locationsJustin Bogner1-5/+4
2023-11-29[NFC] Fix failing test introduced in #67700Chris Bieneman1-5/+15
2023-11-29[HLSL] Support vector swizzles on scalars (#67700)Chris B2-0/+165
2023-11-28[HLSL] Parameter modifier parsing and AST (#72139)Chris B2-0/+159
2023-08-29[Sema][HLSL] Consolidate handling of HLSL attributesJustin Bogner5-12/+121
2023-08-25[Sema][HLSL] Fix naming of anyhit/closesthit shadersJustin Bogner3-9/+36
2023-08-25[Sema][HLSL] Clarify wording. NFCJustin Bogner1-1/+1
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta1-1/+1
2023-04-06[Sema] Fix reporting of invalid shader attribute on HLSL entry functionRichard Sandiford1-0/+8
2022-10-20[HLSL] Disable integer promotion to avoid int16_t being promoted to int for H...Xiang Li1-0/+7
2022-10-20[HLSL] Add groupshare address space.Xiang Li2-0/+126