]> gcc.gnu.org Git - gcc.git/blob - libhsail-rt/ChangeLog
tree-optimization/101868 - avoid PRE of trapping mems across calls
[gcc.git] / libhsail-rt / ChangeLog
1 2021-04-08 Release Manager
2
3 * GCC 10.3.0 released.
4
5 2021-01-03 Iain Sandoe <iain@sandoe.co.uk>
6 Jakub Jelinek <jakub@redhat.com>
7
8 PR target/97865
9 * configure: Regenerate.
10
11 2020-07-23 Release Manager
12
13 * GCC 10.2.0 released.
14
15 2020-05-07 Release Manager
16
17 * GCC 10.1.0 released.
18
19 2020-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
26 2020-01-01 Jakub Jelinek <jakub@redhat.com>
27
28 Update copyright years.
29
30 2019-09-27 Maciej W. Rozycki <macro@wdc.com>
31
32 * configure: Regenerate.
33
34 2019-01-01 Jakub Jelinek <jakub@redhat.com>
35
36 Update copyright years.
37
38 2018-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
44 2018-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
51 2018-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
52
53 * rt/workitems.c: Fix an alloca stack underflow.
54
55 2018-04-18 David Malcolm <dmalcolm@redhat.com>
56
57 PR jit/85384
58 * configure: Regenerate.
59
60 2018-01-03 Jakub Jelinek <jakub@redhat.com>
61
62 Update copyright years.
63
64 2017-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
71 2017-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.
75
76 2017-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
83 2017-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
108 2017-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
115 2017-01-26 Jakub Jelinek <jakub@redhat.com>
116
117 Update copyright years.
118
119 2017-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
126 2017-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
137 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
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.
164 \f
165 Copyright (C) 2017-2020 Free Software Foundation, Inc.
166
167 Copying and distribution of this file, with or without modification,
168 are permitted in any medium without royalty provided the copyright
169 notice and this notice are preserved.
This page took 0.046111 seconds and 5 git commands to generate.