[SCEV] Use context to strengthen flags of BinOps
[platform/upstream/llvm.git] / libclc / generic /
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2021-08-20 Daniel Stonelibclc: Fix rounding during type conversion
2020-10-01 Aaron Puchertlibclc: Use find_package to find Python 3 and require it
2020-09-16 Daniel Stonelibclc: Add a __builtin to let SPIRV targets select...
2020-08-17 Dave Airlielibclc: Add Mesa/SPIR-V target
2020-08-17 Daniel Stonelibclc: Make all built-ins overloadable
2020-08-17 Boris Brezillonlibclc: Fix FP_ILOGBNAN definition
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-02-21 Jan Veselylibclc: Use acos implementation from amd_builtins
2020-02-09 Jan Veselylibclc: Move rsqrt implementation to a .cl file
2020-02-04 Aaron Watrylibclc/asin: Switch to amd builtins version of asin
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-03-13 Jan Veselysincos: Simplify declaration headers.
2019-03-13 Jan Veselyfdim: Use binary_decl_tt.inc instead of custom inc...
2019-03-13 Jan Veselynextafter: Use binary_decl_tt.inc instead of custom...
2019-03-13 Jan Veselycopysign: Use binary_decl_tt.inc instead of custom...
2019-03-13 Jan Veselyatan2pi: Use binary_decl_tt.inc instead of custom inc...
2019-03-13 Jan Veselyatan2: Use binary_decl_tt.inc instead of custom inc...
2019-03-13 Jan Veselyhypot: Use binary_decl_tt.inc instead of custom inc...
2019-03-13 Jan VeselyMove unary_instrinsic.inc to private headers.
2019-03-13 Jan VeselyMove binary_intrinsic.h to private headers.
2019-03-13 Jan VeselyMove ternary_intrinsic.h to private headers.
2019-03-13 Jan Veselytrunc: Remove llvm intrinsic from the header.
2019-03-13 Jan Veselyround: Remove llvm intrinsic from the header
2019-03-13 Jan Veselyrint: Remove llvm intrinsic from the header.
2019-03-13 Jan Veselyfloor: Remove llvm isntrinsic from the header.
2019-03-13 Jan Veselyfabs: Remove llvm intrinsic from the header.
2019-03-13 Jan Veselyceil: Remove llvm intrinsic from the header.
2019-03-13 Jan Veselysqrt: Split function generation to a shared inc file.
2019-03-13 Jan Veselymad: Convert to standard ternary header
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-06-21 Jan Veselyatom: Use volatile pointers for cl_khr_{global,local...
2018-06-21 Jan Veselyatom: Consolidate cl_khr_{local,global}_int32_{base...
2018-06-21 Jan Veselyatomic: Provide function implementation of atomic_...
2018-06-21 Jan Veselyatom: Consolidate cl_khr_int64_{base,extended}_atomics...
2018-06-21 Jan Veselyatom: Consolidate cl_khr_{local,global}_int32_{base...
2018-06-21 Jan Veselyatomic: Cleanup atomic_cmpxchg header
2018-06-21 Jan Veselyatomic: Move define cleanup to shared include
2018-06-07 Jan Veselymath/fma: Add fp32 software implementation
2018-05-17 Jan VeselyAdd initial support for half precision builtins
2018-05-15 Jan Veselyrootn: Use denormal path only
2018-05-03 Jan Veselyremquo: Flush denormals if not supported
2018-05-03 Jan Veselyremquo: Port from amd builtins
2018-05-03 Jan Veselymath: Add helper function to flush denormals if not...
2018-05-02 Jan Veselyclc_sqrt: Reuse unary_decl.inc
2018-04-25 Jan Veselyrelational/select: Condition types for half are short...
2018-04-23 Jan Veselylog10: Use sw implementation from amd builtins
2018-04-17 Jan Veselypowr: Use denormal path only
2018-04-17 Jan Veselypown: Use denormal path only
2018-04-17 Jan Veselypow: Use denormal path only
2018-04-17 Jan Veselyexp10: Port from amd builtins
2018-04-10 Jan Veselyhypot: Port from amd builtins
2018-04-06 Jan Veselyselect: simplify implementation and fix fp16
2018-04-06 Jan Veselyfmod: Port from amd_builtins
2018-03-19 Jan Veselyremainder: Port from amd builtins
2018-03-12 Jan Veselynan: Implement
2018-03-08 Jan Veselyinteger/gentype: Add __CLC_VECSIZE macro
2018-03-08 Jan Veselypopcount: Provide function implementation rather than...
2018-03-06 Jan Veselylgamma_r: Move code from .inc to .cl file
2018-03-06 Jan Veselyfrexp: Reuse types provided by gentype.inc
2018-03-06 Jan Veselyselect: Add vector implementation
2018-03-06 Jan Veselyminmag: Condition variable needs to be the same bitwidt...
2018-03-06 Jan Veselymaxmag: Condition variable needs to be the same bitwidt...
2018-03-06 Jan VeselyMove cl_khr_fp64 exntension enablement to gentype inclu...
2018-02-06 Jan VeselyAdd vstore_half_rte implementation
2018-02-06 Jan VeselyAdd vstore_half_rtp implementation
2018-02-06 Jan VeselyAdd vstore_half_rtn implementation
2018-02-06 Jan VeselyAdd vstore_half_rtz implementation
2018-02-06 Jan Veselyvstore_half: Consolidate declarations
2018-02-06 Jan Veselyvstore_half: Add support for custom rounding functions
2018-02-06 Jan Veselyvstore_half: Make sure the helper function is always...
2018-02-01 Jan Veselyhalf_powr: Implement using powr
2018-01-31 Jan Veselymath.h: Use logical operations instead of bit operation...
2018-01-29 Jan Veselymath.h: Set HAVE_HW_FMA32 based on compiler provided...
2018-01-19 Jan Veselytanpi: Port from amd_builtins
2018-01-19 Jan Veselytan: Port from amd_builtins
2018-01-18 Jan Veselyhalf_divide: Implement using x/y
2018-01-18 Jan Veselyhalf_tan: Implement using tan
2018-01-18 Jan Veselyhalf_sin: Implement using sin
2018-01-18 Jan Veselyhalf_recip: Implement using 1/x
2018-01-18 Jan Veselyhalf_log2: Implement using log2
2018-01-18 Jan Veselyhalf_log10: Implement using log10
2018-01-18 Jan Veselyhalf_log: Implement using log
2018-01-18 Jan Veselyhalf_exp10: Implement using exp10
2018-01-18 Jan Veselyhalf_exp2: Implement using exp2
2018-01-18 Jan Veselyhalf_exp: Implement using exp
2018-01-18 Jan Veselyhalf_cos: Implement using cos
2018-01-18 Jan Veselyhalf_sqrt: Cleanup implementation
2018-01-18 Jan Veselyhalf_rsqrt: Cleanup implementation
2018-01-17 Jan Veselyrootn: Port from amd_builtins
2018-01-17 Jan Veselypowr: Port from amd_builtins
2018-01-17 Jan Veselypown: Port from amd_builtins
2018-01-17 Jan Veselypow: Port from amd_builtins
2017-11-15 Jan Veselymath: Implement minmag
2017-11-15 Jan Veselymath: Implement maxmag
2017-11-14 Jan Veselynative_powr: Switch implementation to native_exp2 and...
2017-11-13 Jan Veselynative_divide: provide function implementation instead...
2017-11-13 Jan Veselynative_recip: provide function implementation instead...
2017-11-13 Jan Veselynative_rsqrt: Switch implementation to 1 / native_sqrt
2017-11-13 Jan Veselynative_tan: Switch implementation to use native_sin...
next