Emit .note.GNU-stack for hard-float linux targets.
[official-gcc.git] / libhsail-rt / ChangeLog
blob6bb9d04b25f8e64252a01a616768cdb7f2d1159f
1 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
3         Update copyright years.
5 2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
7         * configure: Regenerate.
9 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
11         Update copyright years.
13 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
15         PR bootstrap/82856
16         * configure.ac: Remove AC_PREREQ.
17         * Makefile.in, aclocal.m4, configure: Regenerate.
19 2018-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
21         * include/internal/phsa-rt.h: Whitespace cleanup.
22         * include/internal/workitems.h: Store work item ID data to easily
23         accessible locations.
24         * rt/workitems.c: Same.
26 2018-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
28         * rt/workitems.c: Fix an alloca stack underflow.
30 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
32         PR jit/85384
33         * configure: Regenerate.
35 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
37         Update copyright years.
39 2017-09-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
41         * include/internal/phsa-rt.h: Support for improved group segment
42         handling with a stack-like allocation scheme.
43         * include/internal/workitems.h: Likewise.
44         * rt/workitems.c: Likewise.
46 2017-09-25  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
48         * rt/workitems.c: Assume the host runtime allocates the work group
49         memory.
51 2017-05-03  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
53         * rt/workitems.c: Removed a leftover comment.
54         * rt/arithmetic.c (__hsail_class_f32, __hsail_class_f64): Fix the
55         check for signaling/non-signalling NaN. Add class_f64 default
56         implementation.
58 2017-02-01  Jakub Jelinek  <jakub@redhat.com>
60         * configure.tgt: Fix i?86-*-linux* entry.
61         * rt/sat_arithmetic.c (__hsail_sat_add_u32, __hsail_sat_add_u64,
62         __hsail_sat_add_s32, __hsail_sat_add_s64): Use __builtin_add_overflow.
63         (__hsail_sat_sub_u8, __hsail_sat_sub_u16): Remove pointless for overflow
64         over maximum.
65         (__hsail_sat_sub_u32, __hsail_sat_sub_u64, __hsail_sat_sub_s32,
66         __hsail_sat_sub_s64): Use __builtin_sub_overflow.
67         (__hsail_sat_mul_u32, __hsail_sat_mul_u64, __hsail_sat_mul_s32,
68         __hsail_sat_mul_s64): Use __builtin_mul_overflow.
69         * rt/arithmetic.c (__hsail_borrow_u32, __hsail_borrow_u64): Use
70         __builtin_sub_overflow_p.
71         (__hsail_carry_u32, __hsail_carry_u64): Use __builtin_add_overflow_p.
72         * rt/misc.c (__hsail_groupbaseptr, __hsail_kernargbaseptr_u64):
73         Cast pointers to uintptr_t first before casting to some other integral
74         type.
75         * rt/segment.c (__hsail_segmentp_private, __hsail_segmentp_group): Likewise.
76         * rt/queue.c (__hsail_ldqueuereadindex, __hsail_ldqueuewriteindex,
77         __hsail_addqueuewriteindex, __hsail_casqueuewriteindex,
78         __hsail_stqueuereadindex, __hsail_stqueuewriteindex): Cast integral value
79         to uintptr_t first before casting to pointer.
80         * rt/workitems.c (__hsail_alloca_pop_frame): Cast memcpy first argument to
81         void * to avoid warning.
83 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
85         * configure.tgt: Moved the white list of supported targets here
86         from configure.ac.  Added i[3456789]86-*-linux* as a supported env
87         for the BRIG FE.
88         * README: Added a proper description of what libhsail-rt is.
90 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
92         Update copyright years.
94 2017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
96         * config.h.in: Remove stale file.
98         * configure.ac: Don't instantiate AC_CONFIG_MACRO_DIR.
99         * configure: Regenerate.
101 2017-01-25  Jakub Jelinek  <jakub@redhat.com>
103         PR other/79046
104         * configure.ac: Add GCC_BASE_VER.
105         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
106         get version from BASE-VER file.
107         (ACLOCAL_AMFLAGS): Set to -I .. -I ../config .
108         * aclocal.m4: Regenerated.
109         * configure: Regenerated.
110         * Makefile.in: Regenerated.
112 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
113             Martin Jambor  <mjambor@suse.cz>
115         * Makefile.am: New file.
116         * target-config.h.in: Likewise.
117         * configure.ac: Likewise.
118         * configure: Likewise.
119         * config.h.in: Likewise.
120         * aclocal.m4: Likewise.
121         * README: Likewise.
122         * Makefile.in: Likewise.
123         * include/internal/fibers.h: Likewise.
124         * include/internal/phsa-queue-interface.h: Likewise.
125         * include/internal/phsa-rt.h: Likewise.
126         * include/internal/workitems.h: Likewise.
127         * rt/arithmetic.c: Likewise.
128         * rt/atomics.c: Likewise.
129         * rt/bitstring.c: Likewise.
130         * rt/fbarrier.c: Likewise.
131         * rt/fibers.c: Likewise.
132         * rt/fp16.c: Likewise.
133         * rt/misc.c: Likewise.
134         * rt/multimedia.c: Likewise.
135         * rt/queue.c: Likewise.
136         * rt/sat_arithmetic.c: Likewise.
137         * rt/segment.c: Likewise.
138         * rt/workitems.c: Likewise.
140 Copyright (C) 2017-2020 Free Software Foundation, Inc.
142 Copying and distribution of this file, with or without modification,
143 are permitted in any medium without royalty provided the copyright
144 notice and this notice are preserved.