summaryrefslogtreecommitdiff
path: root/libclc
AgeCommit message (Expand)Author
2025-02-20[libclc] Define macros for users of gentype.inc (#128012)Fraser Cormack
2025-02-20[libclc] Move frexp to CLC library; optimize half vecs (#127836)Fraser Cormack
2025-02-20[libclc] Move modf to the CLC library (#127828)Fraser Cormack
2025-02-19[libclc] Explicitly qualify private address spaces (#127823)Fraser Cormack
2025-02-19[libclc][NFC] Reformat ep_log.clFraser Cormack
2025-02-19[libclc] Clean up directory search procedure (#127783)Fraser Cormack
2025-02-19[libclc] Improve nextafter behaviour around zero (#127469)Fraser Cormack
2025-02-19[AMDGPU] Replace gfx940 and gfx941 with gfx942 in offload and libclc (#125826)Fabian Ritter
2025-02-18[libclc][NFC] Rename macro; undef at end of fileFraser Cormack
2025-02-18[libclc] Use CLC conversion builtins in CLC functions (#127628)Fraser Cormack
2025-02-18[libclc] Suppress data-layout warnings during linking (#127532)Fraser Cormack
2025-02-18[libclc] Disable external-calls testing for clspv targets (#127529)Fraser Cormack
2025-02-17[libclc] Fix dependencies on generated convert builtins (#127515)Fraser Cormack
2025-02-16[libclc] [cmake] Fix per-target *_convert.cl dependencies (#127315)Michał Górny
2025-02-12[libclc] Move conversion builtins to the CLC library (#124727)Fraser Cormack
2025-02-11[libclc] Move sign to the CLC builtins library (#115699)Fraser Cormack
2025-02-10[libclc] Have all targets build all CLC functions (#124779)Fraser Cormack
2025-02-07[libclc] Allow default path when looking for llvm-spirv (#126071)Nikita Popov
2025-02-06[libclc][NFC] Clang-format two filesFraser Cormack
2025-02-05[libclc] Move rotate to CLC library; optimize (#125713)Fraser Cormack
2025-02-03[libclc] Move mad_sat to CLC; optimize for vector types (#125517)Fraser Cormack
2025-01-30[libclc] Remove use of symlinks (#125069)Fraser Cormack
2025-01-29[libclc] Move several integer functions to CLC library (#116786)Fraser Cormack
2025-01-29[libclc] Move (add|sub)_sat to CLC; optimize (#124903)Fraser Cormack
2025-01-28[libclc][NFC] Clang-format includesFraser Cormack
2025-01-28[libclc] Optimize isfpclass-like CLC builtins (#124145)Fraser Cormack
2025-01-28libclc: clspv: add missing clc_isnan.cl dependency (#124614)Romaric Jodin
2025-01-28[libclc][NFC] Move key math headers to CLC (#124739)Fraser Cormack
2025-01-28[libclc] Move copysign to CLC library; fix & optimize (#124598)Fraser Cormack
2025-01-27[libclc] Optimize CLC vector any/all builtins (#124568)Fraser Cormack
2025-01-27[libclc] Optimize CLC vector is(un)ordered builtins (#124546)Fraser Cormack
2025-01-27[libclc] Optimize CLC vector relational builtins (#124537)Fraser Cormack
2025-01-23[libclc] Move nextafter to the CLC library (#124097)Fraser Cormack
2025-01-22[libclc] Don't rely on fp16 pragma guards in headers (#122751)Fraser Cormack
2025-01-21[libclc] Route int bitselect through CLC; add half (#123653)Fraser Cormack
2025-01-21[libclc] Route select through __clc_select (#123647)Fraser Cormack
2025-01-20[libclc] Move mad to the CLC library (#123607)Fraser Cormack
2025-01-20[libclc] Rename include guards. NFC.Fraser Cormack
2025-01-17[libclc] Move degrees/radians to CLC library & optimize (#123222)Fraser Cormack
2025-01-16[libclc] Move smoothstep to CLC and optimize its codegen (#123183)Fraser Cormack
2025-01-15[libclc] Add missing includes to CLC headers (#118654)Fraser Cormack
2025-01-06[libclc] Add Maintainers.md for libclc (#118309)David Spickett
2024-12-13[libclc] Optimize ceil/fabs/floor/rint/trunc (#119596)Fraser Cormack
2024-11-13Reland "[libclc] Create aliases with custom_command (#115885)" (#116025)Fraser Cormack
2024-11-13Revert "[libclc] Create aliases with custom_command (#115885)"Sylvestre Ledru
2024-11-12[libclc] Add some include guards to CLC declarations. NFCFraser Cormack
2024-11-12[libclc] Create aliases with custom_command (#115885)Fraser Cormack
2024-11-12[libclc] Avoid using undefined vector3 components (#115857)Fraser Cormack
2024-11-12[libclc] Use builtin_convertvector to convert between vector types (#115865)Fraser Cormack
2024-11-07[libclc] Correct use of CLC macro on two definitionsFraser Cormack