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