Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-20libclc: Fix rounding during type conversionDaniel Stone
2020-10-01libclc: Use find_package to find Python 3 and require itAaron Puchert
2020-09-16libclc: Add a __builtin to let SPIRV targets select between SW and HW FMADaniel Stone
2020-08-18libclc: Add Mesa/SPIR-V targetDave Airlie
2020-08-17libclc: Make all built-ins overloadableDaniel Stone
2020-08-17libclc: Fix FP_ILOGBNAN definitionBoris Brezillon
2020-02-21libclc: Use acos implementation from amd_builtinsJan Vesely
2020-02-09libclc: Move rsqrt implementation to a .cl fileJan Vesely
2020-02-04libclc/asin: Switch to amd builtins version of asinAaron Watry
2019-03-13sincos: Simplify declaration headers.Jan Vesely
2019-03-13fdim: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely
2019-03-13nextafter: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely
2019-03-13copysign: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely
2019-03-13atan2pi: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely
2019-03-13atan2: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely
2019-03-13hypot: Use binary_decl_tt.inc instead of custom inc fileJan Vesely
2019-03-13Move unary_instrinsic.inc to private headers.Jan Vesely
2019-03-13Move binary_intrinsic.h to private headers.Jan Vesely
2019-03-13Move ternary_intrinsic.h to private headers.Jan Vesely
2019-03-13trunc: Remove llvm intrinsic from the header.Jan Vesely
2019-03-13round: Remove llvm intrinsic from the headerJan Vesely
2019-03-13rint: Remove llvm intrinsic from the header.Jan Vesely
2019-03-13floor: Remove llvm isntrinsic from the header.Jan Vesely
2019-03-13fabs: Remove llvm intrinsic from the header.Jan Vesely
2019-03-13ceil: Remove llvm intrinsic from the header.Jan Vesely
2019-03-13sqrt: Split function generation to a shared inc file.Jan Vesely
2019-03-13mad: Convert to standard ternary headerJan Vesely
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-21atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_a...Jan Vesely
2018-06-21atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics impleme...Jan Vesely
2018-06-21atomic: Provide function implementation of atomic_{dec,inc}Jan Vesely
2018-06-21atom: Consolidate cl_khr_int64_{base,extended}_atomics declarationsJan Vesely
2018-06-21atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics declara...Jan Vesely
2018-06-21atomic: Cleanup atomic_cmpxchg headerJan Vesely
2018-06-21atomic: Move define cleanup to shared includeJan Vesely
2018-06-07math/fma: Add fp32 software implementationJan Vesely
2018-05-18Add initial support for half precision builtinsJan Vesely
2018-05-15rootn: Use denormal path onlyJan Vesely
2018-05-03remquo: Flush denormals if not supportedJan Vesely
2018-05-03remquo: Port from amd builtinsJan Vesely
2018-05-03math: Add helper function to flush denormals if not supported.Jan Vesely
2018-05-02clc_sqrt: Reuse unary_decl.incJan Vesely
2018-04-25relational/select: Condition types for half are short/ushort, not char/ucharJan Vesely
2018-04-24log10: Use sw implementation from amd builtinsJan Vesely
2018-04-17powr: Use denormal path onlyJan Vesely
2018-04-17pown: Use denormal path onlyJan Vesely
2018-04-17pow: Use denormal path onlyJan Vesely
2018-04-17exp10: Port from amd builtinsJan Vesely
2018-04-10hypot: Port from amd builtinsJan Vesely
2018-04-07select: simplify implementation and fix fp16Jan Vesely