]> gcc.gnu.org Git - gcc.git/blame - libhsail-rt/ChangeLog
tree-optimization/101868 - avoid PRE of trapping mems across calls
[gcc.git] / libhsail-rt / ChangeLog
CommitLineData
f00b5710
RB
12021-04-08 Release Manager
2
3 * GCC 10.3.0 released.
4
a8a453d8
GA
52021-01-03 Iain Sandoe <iain@sandoe.co.uk>
6 Jakub Jelinek <jakub@redhat.com>
7
8 PR target/97865
9 * configure: Regenerate.
10
ee5c3db6
RB
112020-07-23 Release Manager
12
13 * GCC 10.2.0 released.
14
6e6e3f14
JJ
152020-05-07 Release Manager
16
17 * GCC 10.1.0 released.
18
e8e66971
MR
192020-01-24 Maciej W. Rozycki <macro@wdc.com>
20
21 * configure.ac: Handle `--with-toolexeclibdir='.
22 * Makefile.in: Regenerate.
23 * aclocal.m4: Regenerate.
24 * configure: Regenerate.
25
8d9254fc
JJ
262020-01-01 Jakub Jelinek <jakub@redhat.com>
27
28 Update copyright years.
29
e9085da5
MR
302019-09-27 Maciej W. Rozycki <macro@wdc.com>
31
32 * configure: Regenerate.
33
a5544970
JJ
342019-01-01 Jakub Jelinek <jakub@redhat.com>
35
36 Update copyright years.
37
22e05272
JM
382018-10-31 Joseph Myers <joseph@codesourcery.com>
39
40 PR bootstrap/82856
41 * configure.ac: Remove AC_PREREQ.
42 * Makefile.in, aclocal.m4, configure: Regenerate.
43
080dc243
PJ
442018-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
45
46 * include/internal/phsa-rt.h: Whitespace cleanup.
47 * include/internal/workitems.h: Store work item ID data to easily
48 accessible locations.
49 * rt/workitems.c: Same.
50
1b40975c
PJ
512018-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
52
53 * rt/workitems.c: Fix an alloca stack underflow.
54
001ddaa8
DM
552018-04-18 David Malcolm <dmalcolm@redhat.com>
56
57 PR jit/85384
58 * configure: Regenerate.
59
85ec4feb
JJ
602018-01-03 Jakub Jelinek <jakub@redhat.com>
61
62 Update copyright years.
63
d4b7f2ee
PJ
642017-09-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
65
66 * include/internal/phsa-rt.h: Support for improved group segment
67 handling with a stack-like allocation scheme.
68 * include/internal/workitems.h: Likewise.
69 * rt/workitems.c: Likewise.
70
c02bffe3
PJ
712017-09-25 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
72
73 * rt/workitems.c: Assume the host runtime allocates the work group
74 memory.
d4b7f2ee 75
c6e334cd
PJ
762017-05-03 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
77
78 * rt/workitems.c: Removed a leftover comment.
79 * rt/arithmetic.c (__hsail_class_f32, __hsail_class_f64): Fix the
80 check for signaling/non-signalling NaN. Add class_f64 default
81 implementation.
82
315405b6
JJ
832017-02-01 Jakub Jelinek <jakub@redhat.com>
84
85 * configure.tgt: Fix i?86-*-linux* entry.
86 * rt/sat_arithmetic.c (__hsail_sat_add_u32, __hsail_sat_add_u64,
87 __hsail_sat_add_s32, __hsail_sat_add_s64): Use __builtin_add_overflow.
88 (__hsail_sat_sub_u8, __hsail_sat_sub_u16): Remove pointless for overflow
89 over maximum.
90 (__hsail_sat_sub_u32, __hsail_sat_sub_u64, __hsail_sat_sub_s32,
91 __hsail_sat_sub_s64): Use __builtin_sub_overflow.
92 (__hsail_sat_mul_u32, __hsail_sat_mul_u64, __hsail_sat_mul_s32,
93 __hsail_sat_mul_s64): Use __builtin_mul_overflow.
94 * rt/arithmetic.c (__hsail_borrow_u32, __hsail_borrow_u64): Use
95 __builtin_sub_overflow_p.
96 (__hsail_carry_u32, __hsail_carry_u64): Use __builtin_add_overflow_p.
97 * rt/misc.c (__hsail_groupbaseptr, __hsail_kernargbaseptr_u64):
98 Cast pointers to uintptr_t first before casting to some other integral
99 type.
100 * rt/segment.c (__hsail_segmentp_private, __hsail_segmentp_group): Likewise.
101 * rt/queue.c (__hsail_ldqueuereadindex, __hsail_ldqueuewriteindex,
102 __hsail_addqueuewriteindex, __hsail_casqueuewriteindex,
103 __hsail_stqueuereadindex, __hsail_stqueuewriteindex): Cast integral value
104 to uintptr_t first before casting to pointer.
105 * rt/workitems.c (__hsail_alloca_pop_frame): Cast memcpy first argument to
106 void * to avoid warning.
107
f6a24a94
MJ
1082017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
109
110 * configure.tgt: Moved the white list of supported targets here
111 from configure.ac. Added i[3456789]86-*-linux* as a supported env
112 for the BRIG FE.
113 * README: Added a proper description of what libhsail-rt is.
114
e6d55103
JJ
1152017-01-26 Jakub Jelinek <jakub@redhat.com>
116
117 Update copyright years.
118
4703b555
TS
1192017-01-25 Thomas Schwinge <thomas@codesourcery.com>
120
121 * config.h.in: Remove stale file.
122
123 * configure.ac: Don't instantiate AC_CONFIG_MACRO_DIR.
124 * configure: Regenerate.
125
c48dc2cd
JJ
1262017-01-25 Jakub Jelinek <jakub@redhat.com>
127
128 PR other/79046
129 * configure.ac: Add GCC_BASE_VER.
130 * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
131 get version from BASE-VER file.
132 (ACLOCAL_AMFLAGS): Set to -I .. -I ../config .
133 * aclocal.m4: Regenerated.
134 * configure: Regenerated.
135 * Makefile.in: Regenerated.
136
1372017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
138 Martin Jambor <mjambor@suse.cz>
139
140 * Makefile.am: New file.
141 * target-config.h.in: Likewise.
142 * configure.ac: Likewise.
143 * configure: Likewise.
144 * config.h.in: Likewise.
145 * aclocal.m4: Likewise.
146 * README: Likewise.
147 * Makefile.in: Likewise.
148 * include/internal/fibers.h: Likewise.
149 * include/internal/phsa-queue-interface.h: Likewise.
150 * include/internal/phsa-rt.h: Likewise.
151 * include/internal/workitems.h: Likewise.
152 * rt/arithmetic.c: Likewise.
153 * rt/atomics.c: Likewise.
154 * rt/bitstring.c: Likewise.
155 * rt/fbarrier.c: Likewise.
156 * rt/fibers.c: Likewise.
157 * rt/fp16.c: Likewise.
158 * rt/misc.c: Likewise.
159 * rt/multimedia.c: Likewise.
160 * rt/queue.c: Likewise.
161 * rt/sat_arithmetic.c: Likewise.
162 * rt/segment.c: Likewise.
163 * rt/workitems.c: Likewise.
4703b555 164\f
8d9254fc 165Copyright (C) 2017-2020 Free Software Foundation, Inc.
4703b555
TS
166
167Copying and distribution of this file, with or without modification,
168are permitted in any medium without royalty provided the copyright
169notice and this notice are preserved.
This page took 0.333197 seconds and 5 git commands to generate.