Revisions of libclc

Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 686314 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 28)
- Update License tag to (BSD-3-Clause or MIT) and Apache-2.0 WITH
  LLVM-exception after legal review.
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 684790 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 27)
- Update to version 0.2.0+git.20190313:
  * sincos: Simplify declaration headers.
  * fdim: Use binary_decl_tt.inc instead of custom inc file.
  * nextafter: Use binary_decl_tt.inc instead of custom inc file.
  * copysign: Use binary_decl_tt.inc instead of custom inc file.
  * atan2pi: Use binary_decl_tt.inc instead of custom inc file.
  * atan2: Use binary_decl_tt.inc instead of custom inc file.
  * hypot: Use binary_decl_tt.inc instead of custom inc file
  * Move unary_instrinsic.inc to private headers.
  * Move binary_intrinsic.h to private headers.
  * Move ternary_intrinsic.h to private headers.
  * trunc: Remove llvm intrinsic from the header.
  * round: Remove llvm intrinsic from the header
  * rint: Remove llvm intrinsic from the header.
  * floor: Remove llvm isntrinsic from the header.
  * fabs: Remove llvm intrinsic from the header.
  * ceil: Remove llvm intrinsic from the header.
  * sqrt: Split function generation to a shared inc file.
  * mad: Convert to standard ternary header
  * travis: Deduplicate LLVM_CONFIG variable
  * travis: Use gcc-6 for llvm-7 build
  * Adjust documentation for git migration.
  * Fix typos throughout the license files that somehow I and my reviewers all missed!
  * Update the file headers across all of the LLVM projects in the monorepo to reflect the new license.
  * Install new LLVM license structure and new developer policy.
  * Update year in license files
  * cmake: Install libraries to DATADIR from GNUInstallDirs
buildservice-autocommit accepted request 663099 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 26)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 663057 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 25)
Update to version 0.2.0+git.20181127, which fixes issues with amdgcn.
buildservice-autocommit accepted request 641351 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 24)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 641350 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 23)
- Update to version 0.2.0+git.20180915:
  * configure: Rework support for gfx9+ devices that were added post LLVM 3.9
  * .travis: Add llvm-7 build
  * .travis: Use source whitelist alias for llvm-6 repository
  * amdgcn: Use __constant AS for amdgcn builtins.
  * atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics
  * atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics implementation
  * atomic: Provide function implementation of atomic_{dec,inc}
  * atom: Consolidate cl_khr_int64_{base,extended}_atomics declarations
  * atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics declarations
  * atomic: Cleanup atomic_cmpxchg header
  * atomic: Move define cleanup to shared include
  * Update copyright year to 2018.
  * r600/fmin: Flush denormals before calling builtin.
  * r600/fmax: Flush denormals before calling builtin.
  * math/fma: Add fp32 software implementation
  * Add initial support for half precision builtins
  * rootn: Use denormal path only
  * remquo: Flush denormals if not supported
  * remquo: Port from amd builtins
  * math: Add helper function to flush denormals if not supported.
  * clc_sqrt: Reuse unary_decl.inc
  * relational/select: Condition types for half are short/ushort, not char/uchar
  * log10: Use sw implementation from amd builtins
  * powr: Use denormal path only
  * pown: Use denormal path only
  * pow: Use denormal path only
  * amdgcn/fmin: Fix typos that reduced precision
  * exp10: Port from amd builtins
  * hypot: Port from amd builtins
buildservice-autocommit accepted request 559673 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 22)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 559571 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 21)
- Update to version 0.2.0+git.20171127:
  * configure.py: Add gfx900 (Vega, Raven)
  * math: Implement minmag
  * math: Implement maxmag
  * native_powr: Switch implementation to native_exp2 and native_log2
  * native_divide: provide function implementation instead of macro
  * native_recip: provide function implementation instead of macro
  * native_rsqrt: Switch implementation to 1 / native_sqrt
  * native_tan: Switch implementation to use native_sin/native_cos
  * math: Use precomputed constant for log2(10.0)
  * native_exp10: Switch implementation to llvm intrinsic
  * native_sqrt: Switch implementation to llvm intrinsic
  * native_sin: Switch implementation to llvm intrinsic
  * native_cos: Switch implementation to llvm intrinsic
  * native_exp2: Switch implementation to llvm intrinsic
  * native_exp: Switch implementation to llvm intrinsic
  * amdgpu: Add workaround for unimplemented llvm.exp intrinsic
  * native_log10: Switch to generic native intrinsic inc file
  * native_log: Switch to generic native intrinsic inc file
  * native_log2: Switch to generic native intrinsic inc file
buildservice-autocommit accepted request 540046 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 20)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 539513 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 19)
- Update to version 0.2.0+git.20171102:
buildservice-autocommit accepted request 527634 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 18)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 527633 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 17)
- Update to version 0.2.0+git.20170920:
  * generic: add missing get_work_dim include
  * add __kernel_exec macros
  * configure.py: Make python3 friendly
  * configure.py: Drop explicit import of int builtin
  * amdgcn: Implement {read_,write_,}mem_fence builtin
  * amdgcn: rewrite barrier() using fence and clang __builtin_amdgcn_s_barrier
  * Add halfN types and enable fp16 when generating builtin declarations
  * relational: Implement shuffle builtin
  * relational: Implement shuffle2 builtin
  * Fixup clc.h comment
  * r600: Cleanup barrier implementation.
  * amdgcn,waitcnt: Add datalayout info
  * configure.py: Simplify compatibility sources
  * vstore: Cleanup and add vstore(half)
  * Implement vload_half{,n} and vload(half)
  * integer: Add popcount implementation using ctpop intrinsic
  * Add native_recip(x) as ((1)/(x))
  * Add travis CI configuration file
  * Implement cl_khr_int64_base_atomics builtins
  * Implement cl_khr_int64_extended_atomics builtins
buildservice-autocommit accepted request 487862 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 16)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 487709 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 15)
- Update rpmlintrc to include both lib dir .pc files.
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 487675 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 14)
Will fail to build in devel, but needed for accept llvm4 to Factory.

- Update to version 0.2.0+git.20170225:
  * Fix build since llvm r286566 and require at least llvm 4.0
  * Fix build since r286752.
  * math: Add expm1 builtin function
  * math: Add logb builtin
  * math: Add native_rsqrt builtin function
  * Add the correct prefixes to the cl_khr_fp64 pragma
  * Move BufferPtr into the block where it it being used
  * math: Add native_tan as wrapper to tan
  * .gitignore: Ignore amdgcn-mesa object directory
  * math: Implement sinh function
buildservice-autocommit accepted request 449323 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 13)
baserev update by copy to link target
Stefan Dirsch's avatar Stefan Dirsch (sndirsch) accepted request 443565 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 12)
- Update to version 0.2.0+git.20160921:
buildservice-autocommit accepted request 407344 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 11)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 407343 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 10)
Rerun service to create _servicedata and proper changes entry.
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 406154 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 9)
- Update to version 0.2.0+git.20160209
Displaying revisions 41 - 60 of 68
openSUSE Build Service is sponsored by