aix: align double complex
[official-gcc.git] / libhsail-rt / ChangeLog
blob6eb56c78aeedb57d5f2fdb21633ca8887b4fa674
1 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3         * configure: Re-generate.
5 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
7         PR target/97865
8         * configure: Regenerate.
10 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
12         * configure: Regenerate.
14 2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
16         * configure.ac: Handle `--with-toolexeclibdir='.
17         * Makefile.in: Regenerate.
18         * aclocal.m4: Regenerate.
19         * configure: Regenerate.
21 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
23         Update copyright years.
25 2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
27         * configure: Regenerate.
29 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
31         Update copyright years.
33 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
35         PR bootstrap/82856
36         * configure.ac: Remove AC_PREREQ.
37         * Makefile.in, aclocal.m4, configure: Regenerate.
39 2018-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
41         * include/internal/phsa-rt.h: Whitespace cleanup.
42         * include/internal/workitems.h: Store work item ID data to easily
43         accessible locations.
44         * rt/workitems.c: Same.
46 2018-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
48         * rt/workitems.c: Fix an alloca stack underflow.
50 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
52         PR jit/85384
53         * configure: Regenerate.
55 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
57         Update copyright years.
59 2017-09-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
61         * include/internal/phsa-rt.h: Support for improved group segment
62         handling with a stack-like allocation scheme.
63         * include/internal/workitems.h: Likewise.
64         * rt/workitems.c: Likewise.
66 2017-09-25  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
68         * rt/workitems.c: Assume the host runtime allocates the work group
69         memory.
71 2017-05-03  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
73         * rt/workitems.c: Removed a leftover comment.
74         * rt/arithmetic.c (__hsail_class_f32, __hsail_class_f64): Fix the
75         check for signaling/non-signalling NaN. Add class_f64 default
76         implementation.
78 2017-02-01  Jakub Jelinek  <jakub@redhat.com>
80         * configure.tgt: Fix i?86-*-linux* entry.
81         * rt/sat_arithmetic.c (__hsail_sat_add_u32, __hsail_sat_add_u64,
82         __hsail_sat_add_s32, __hsail_sat_add_s64): Use __builtin_add_overflow.
83         (__hsail_sat_sub_u8, __hsail_sat_sub_u16): Remove pointless for overflow
84         over maximum.
85         (__hsail_sat_sub_u32, __hsail_sat_sub_u64, __hsail_sat_sub_s32,
86         __hsail_sat_sub_s64): Use __builtin_sub_overflow.
87         (__hsail_sat_mul_u32, __hsail_sat_mul_u64, __hsail_sat_mul_s32,
88         __hsail_sat_mul_s64): Use __builtin_mul_overflow.
89         * rt/arithmetic.c (__hsail_borrow_u32, __hsail_borrow_u64): Use
90         __builtin_sub_overflow_p.
91         (__hsail_carry_u32, __hsail_carry_u64): Use __builtin_add_overflow_p.
92         * rt/misc.c (__hsail_groupbaseptr, __hsail_kernargbaseptr_u64):
93         Cast pointers to uintptr_t first before casting to some other integral
94         type.
95         * rt/segment.c (__hsail_segmentp_private, __hsail_segmentp_group): Likewise.
96         * rt/queue.c (__hsail_ldqueuereadindex, __hsail_ldqueuewriteindex,
97         __hsail_addqueuewriteindex, __hsail_casqueuewriteindex,
98         __hsail_stqueuereadindex, __hsail_stqueuewriteindex): Cast integral value
99         to uintptr_t first before casting to pointer.
100         * rt/workitems.c (__hsail_alloca_pop_frame): Cast memcpy first argument to
101         void * to avoid warning.
103 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
105         * configure.tgt: Moved the white list of supported targets here
106         from configure.ac.  Added i[3456789]86-*-linux* as a supported env
107         for the BRIG FE.
108         * README: Added a proper description of what libhsail-rt is.
110 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
112         Update copyright years.
114 2017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
116         * config.h.in: Remove stale file.
118         * configure.ac: Don't instantiate AC_CONFIG_MACRO_DIR.
119         * configure: Regenerate.
121 2017-01-25  Jakub Jelinek  <jakub@redhat.com>
123         PR other/79046
124         * configure.ac: Add GCC_BASE_VER.
125         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
126         get version from BASE-VER file.
127         (ACLOCAL_AMFLAGS): Set to -I .. -I ../config .
128         * aclocal.m4: Regenerated.
129         * configure: Regenerated.
130         * Makefile.in: Regenerated.
132 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
133             Martin Jambor  <mjambor@suse.cz>
135         * Makefile.am: New file.
136         * target-config.h.in: Likewise.
137         * configure.ac: Likewise.
138         * configure: Likewise.
139         * config.h.in: Likewise.
140         * aclocal.m4: Likewise.
141         * README: Likewise.
142         * Makefile.in: Likewise.
143         * include/internal/fibers.h: Likewise.
144         * include/internal/phsa-queue-interface.h: Likewise.
145         * include/internal/phsa-rt.h: Likewise.
146         * include/internal/workitems.h: Likewise.
147         * rt/arithmetic.c: Likewise.
148         * rt/atomics.c: Likewise.
149         * rt/bitstring.c: Likewise.
150         * rt/fbarrier.c: Likewise.
151         * rt/fibers.c: Likewise.
152         * rt/fp16.c: Likewise.
153         * rt/misc.c: Likewise.
154         * rt/multimedia.c: Likewise.
155         * rt/queue.c: Likewise.
156         * rt/sat_arithmetic.c: Likewise.
157         * rt/segment.c: Likewise.
158         * rt/workitems.c: Likewise.
160 Copyright (C) 2017-2021 Free Software Foundation, Inc.
162 Copying and distribution of this file, with or without modification,
163 are permitted in any medium without royalty provided the copyright
164 notice and this notice are preserved.