summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/builtins-elementwise-math.c
AgeCommit message (Expand)Author
2025-11-06[Clang] Add elementwise ldexp builtin function (#166296)Wenju He
2025-09-19[Clang] Rename elementwise builtins to `clzg` and `ctzg` (#157128)Joseph Huber
2025-08-20[clang] Introduce elementwise ctlz/cttz builtins (#131995)Fraser Cormack
2025-08-14[clang] constexpr `__builtin_elementwise_abs` support (#152497)Vincent
2025-08-12[clang] Add elementwise fshl/fshr builtins (#153113)Chaitanya Koparkar
2025-08-12[clang] constexpr integer `__builtin_elementwise_{max,min}` (#152294)Iris Shi
2025-03-12[Clang] Add __builtin_elementwise_exp10 in the same fashion as exp/exp2 (#130...Juan Manuel Martinez CaamaƱo
2025-01-29[clang] Restrict the use of scalar types in vector builtins (#119423)Fraser Cormack
2024-12-09[clang] constexpr built-in elementwise add_sat/sub_sat functions. (#119082)c8ef
2024-12-03[clang] constexpr built-in elementwise bitreverse function. (#118177)c8ef
2024-11-26[clang] constexpr built-in elementwise popcount function. (#117473)c8ef
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2024-10-01[Clang] Add __builtin_(elementwise|reduce)_(max|min)imum (#110198)Francis Visoiu Mistrih
2024-10-01[HLSL][clang] Add elementwise builtin for atan2 (p3) (#110187)Tex Riddell
2024-09-27[HLSL] Implementation of the elementwise fmod builtin (#108849)Zhengxing li
2024-09-18[HLSL] Implement elementwise popcount (#108121)Sarah Spall
2024-07-15[clang] Use different memory layout type for _BitInt(N) in LLVM IR (#91364)Mariya Podchishchaeva
2024-06-22[HLSL][clang] Add elementwise builtins for trig intrinsics (#95999)Farzon Lotfi
2024-05-07[clang][hlsl] Add tan intrinsic part 1 (#90276)Farzon Lotfi
2023-08-11clang: Add __builtin_elementwise_sqrtMatt Arsenault
2023-07-31clang: Add elementwise bitreverse builtinJoshua Batista
2023-07-24 clang: Add elementwise pow builtinJoshua Batista
2023-06-23clang: Add __builtin_elementwise_rint and nearbyintMatt Arsenault
2023-06-19clang: Add __builtin_elementwise_roundMatt Arsenault
2023-03-09Add codegen for llvm exp/exp2 elementwise builtinsJoshua Batista
2023-02-24clang: Add __builtin_elementwise_fmaMatt Arsenault
2023-02-07Add codegen for llvm log2/log10 elementwise builtinsJoshua Batista
2023-02-02Add builtin_elementwise_logJoshua Batista
2023-01-10clang: Fix handling of __builtin_elementwise_copysignMatt Arsenault
2022-12-21clang: Add __builtin_elementwise canonicalize and copysignMatt Arsenault
2022-11-10Add builtin_elementwise_sin and builtin_elementwise_cosJoshua Batista
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-08[Clang] Add elementwise saturated add/sub builtinsSimon Pilgrim
2022-02-06[clang][CodeGen] Add _BitInt test coverage to builtins-elementwise-math.cSimon Pilgrim
2022-01-07[Clang] Implement the rest of __builtin_elementwise_* functions.Jun Zhang
2021-12-08Removing some unused parameters from this test; NFCAaron Ballman
2021-12-08Add __builtin_elementwise_ceilJun Zhang
2021-10-27[Clang] Add elementwise abs builtin.Florian Hahn
2021-10-26[Clang] Add elementwise min/max builtins.Florian Hahn