aix: Support GCC64 for AIX 7.1.
[gcc.git] / libhsail-rt / ChangeLog
index b986286c409c5035d7fe436bb86365aa00a650b7..5f32d42e9d7ece8cdbc23318b732eb6f270ac962 100644 (file)
@@ -1,3 +1,99 @@
+2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
+
+       * configure.ac: Handle `--with-toolexeclibdir='.
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
+2020-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
+
+       * configure: Regenerate.
+
+2019-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2018-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+       PR bootstrap/82856
+       * configure.ac: Remove AC_PREREQ.
+       * Makefile.in, aclocal.m4, configure: Regenerate.
+
+2018-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
+
+       * include/internal/phsa-rt.h: Whitespace cleanup.
+       * include/internal/workitems.h: Store work item ID data to easily
+       accessible locations.
+       * rt/workitems.c: Same.
+
+2018-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
+
+       * rt/workitems.c: Fix an alloca stack underflow.
+
+2018-04-18  David Malcolm  <dmalcolm@redhat.com>
+
+       PR jit/85384
+       * configure: Regenerate.
+
+2018-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2017-09-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
+
+       * include/internal/phsa-rt.h: Support for improved group segment
+       handling with a stack-like allocation scheme.
+       * include/internal/workitems.h: Likewise.
+       * rt/workitems.c: Likewise.
+
+2017-09-25  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
+
+       * rt/workitems.c: Assume the host runtime allocates the work group
+       memory.
+
+2017-05-03  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
+
+       * rt/workitems.c: Removed a leftover comment.
+       * rt/arithmetic.c (__hsail_class_f32, __hsail_class_f64): Fix the
+       check for signaling/non-signalling NaN. Add class_f64 default
+       implementation.
+
+2017-02-01  Jakub Jelinek  <jakub@redhat.com>
+
+       * configure.tgt: Fix i?86-*-linux* entry.
+       * rt/sat_arithmetic.c (__hsail_sat_add_u32, __hsail_sat_add_u64,
+       __hsail_sat_add_s32, __hsail_sat_add_s64): Use __builtin_add_overflow.
+       (__hsail_sat_sub_u8, __hsail_sat_sub_u16): Remove pointless for overflow
+       over maximum.
+       (__hsail_sat_sub_u32, __hsail_sat_sub_u64, __hsail_sat_sub_s32,
+       __hsail_sat_sub_s64): Use __builtin_sub_overflow.
+       (__hsail_sat_mul_u32, __hsail_sat_mul_u64, __hsail_sat_mul_s32,
+       __hsail_sat_mul_s64): Use __builtin_mul_overflow.
+       * rt/arithmetic.c (__hsail_borrow_u32, __hsail_borrow_u64): Use
+       __builtin_sub_overflow_p.
+       (__hsail_carry_u32, __hsail_carry_u64): Use __builtin_add_overflow_p.
+       * rt/misc.c (__hsail_groupbaseptr, __hsail_kernargbaseptr_u64):
+       Cast pointers to uintptr_t first before casting to some other integral
+       type.
+       * rt/segment.c (__hsail_segmentp_private, __hsail_segmentp_group): Likewise.
+       * rt/queue.c (__hsail_ldqueuereadindex, __hsail_ldqueuewriteindex,
+       __hsail_addqueuewriteindex, __hsail_casqueuewriteindex,
+       __hsail_stqueuereadindex, __hsail_stqueuewriteindex): Cast integral value
+       to uintptr_t first before casting to pointer.
+       * rt/workitems.c (__hsail_alloca_pop_frame): Cast memcpy first argument to
+       void * to avoid warning.
+
+2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
+
+       * configure.tgt: Moved the white list of supported targets here
+       from configure.ac.  Added i[3456789]86-*-linux* as a supported env
+       for the BRIG FE.
+       * README: Added a proper description of what libhsail-rt is.
+
 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
 
        Update copyright years.
        * rt/segment.c: Likewise.
        * rt/workitems.c: Likewise.
 \f
-Copyright (C) 2017 Free Software Foundation, Inc.
+Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright