12020-07-23  Release Manager
2
3	* GCC 10.2.0 released.
4
52020-05-07  Release Manager
6
7	* GCC 10.1.0 released.
8
92020-01-24  Maciej W. Rozycki  <macro@wdc.com>
10
11	* configure.ac: Handle `--with-toolexeclibdir='.
12	* Makefile.in: Regenerate.
13	* aclocal.m4: Regenerate.
14	* configure: Regenerate.
15
162020-01-01  Jakub Jelinek  <jakub@redhat.com>
17
18	Update copyright years.
19
202019-09-27  Maciej W. Rozycki  <macro@wdc.com>
21
22	* configure: Regenerate.
23
242019-01-01  Jakub Jelinek  <jakub@redhat.com>
25
26	Update copyright years.
27
282018-10-31  Joseph Myers  <joseph@codesourcery.com>
29
30	PR bootstrap/82856
31	* configure.ac: Remove AC_PREREQ.
32	* Makefile.in, aclocal.m4, configure: Regenerate.
33
342018-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
35
36	* include/internal/phsa-rt.h: Whitespace cleanup.
37	* include/internal/workitems.h: Store work item ID data to easily
38	accessible locations.
39	* rt/workitems.c: Same.
40
412018-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
42
43	* rt/workitems.c: Fix an alloca stack underflow.
44
452018-04-18  David Malcolm  <dmalcolm@redhat.com>
46
47	PR jit/85384
48	* configure: Regenerate.
49
502018-01-03  Jakub Jelinek  <jakub@redhat.com>
51
52	Update copyright years.
53
542017-09-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
55
56	* include/internal/phsa-rt.h: Support for improved group segment
57	handling with a stack-like allocation scheme.
58	* include/internal/workitems.h: Likewise.
59	* rt/workitems.c: Likewise.
60
612017-09-25  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
62
63	* rt/workitems.c: Assume the host runtime allocates the work group
64	memory.
65
662017-05-03  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
67
68	* rt/workitems.c: Removed a leftover comment.
69	* rt/arithmetic.c (__hsail_class_f32, __hsail_class_f64): Fix the
70	check for signaling/non-signalling NaN. Add class_f64 default
71	implementation.
72
732017-02-01  Jakub Jelinek  <jakub@redhat.com>
74
75	* configure.tgt: Fix i?86-*-linux* entry.
76	* rt/sat_arithmetic.c (__hsail_sat_add_u32, __hsail_sat_add_u64,
77	__hsail_sat_add_s32, __hsail_sat_add_s64): Use __builtin_add_overflow.
78	(__hsail_sat_sub_u8, __hsail_sat_sub_u16): Remove pointless for overflow
79	over maximum.
80	(__hsail_sat_sub_u32, __hsail_sat_sub_u64, __hsail_sat_sub_s32,
81	__hsail_sat_sub_s64): Use __builtin_sub_overflow.
82	(__hsail_sat_mul_u32, __hsail_sat_mul_u64, __hsail_sat_mul_s32,
83	__hsail_sat_mul_s64): Use __builtin_mul_overflow.
84	* rt/arithmetic.c (__hsail_borrow_u32, __hsail_borrow_u64): Use
85	__builtin_sub_overflow_p.
86	(__hsail_carry_u32, __hsail_carry_u64): Use __builtin_add_overflow_p.
87	* rt/misc.c (__hsail_groupbaseptr, __hsail_kernargbaseptr_u64):
88	Cast pointers to uintptr_t first before casting to some other integral
89	type.
90	* rt/segment.c (__hsail_segmentp_private, __hsail_segmentp_group): Likewise.
91	* rt/queue.c (__hsail_ldqueuereadindex, __hsail_ldqueuewriteindex,
92	__hsail_addqueuewriteindex, __hsail_casqueuewriteindex,
93	__hsail_stqueuereadindex, __hsail_stqueuewriteindex): Cast integral value
94	to uintptr_t first before casting to pointer.
95	* rt/workitems.c (__hsail_alloca_pop_frame): Cast memcpy first argument to
96	void * to avoid warning.
97
982017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
99
100	* configure.tgt: Moved the white list of supported targets here
101	from configure.ac.  Added i[3456789]86-*-linux* as a supported env
102	for the BRIG FE.
103	* README: Added a proper description of what libhsail-rt is.
104
1052017-01-26  Jakub Jelinek  <jakub@redhat.com>
106
107	Update copyright years.
108
1092017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
110
111	* config.h.in: Remove stale file.
112
113	* configure.ac: Don't instantiate AC_CONFIG_MACRO_DIR.
114	* configure: Regenerate.
115
1162017-01-25  Jakub Jelinek  <jakub@redhat.com>
117
118	PR other/79046
119	* configure.ac: Add GCC_BASE_VER.
120	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
121	get version from BASE-VER file.
122	(ACLOCAL_AMFLAGS): Set to -I .. -I ../config .
123	* aclocal.m4: Regenerated.
124	* configure: Regenerated.
125	* Makefile.in: Regenerated.
126
1272017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
128	    Martin Jambor  <mjambor@suse.cz>
129
130	* Makefile.am: New file.
131	* target-config.h.in: Likewise.
132	* configure.ac: Likewise.
133	* configure: Likewise.
134	* config.h.in: Likewise.
135	* aclocal.m4: Likewise.
136	* README: Likewise.
137	* Makefile.in: Likewise.
138	* include/internal/fibers.h: Likewise.
139	* include/internal/phsa-queue-interface.h: Likewise.
140	* include/internal/phsa-rt.h: Likewise.
141	* include/internal/workitems.h: Likewise.
142	* rt/arithmetic.c: Likewise.
143	* rt/atomics.c: Likewise.
144	* rt/bitstring.c: Likewise.
145	* rt/fbarrier.c: Likewise.
146	* rt/fibers.c: Likewise.
147	* rt/fp16.c: Likewise.
148	* rt/misc.c: Likewise.
149	* rt/multimedia.c: Likewise.
150	* rt/queue.c: Likewise.
151	* rt/sat_arithmetic.c: Likewise.
152	* rt/segment.c: Likewise.
153	* rt/workitems.c: Likewise.
154
155Copyright (C) 2017-2020 Free Software Foundation, Inc.
156
157Copying and distribution of this file, with or without modification,
158are permitted in any medium without royalty provided the copyright
159notice and this notice are preserved.
160