]> git.ipfire.org Git - thirdparty/gcc.git/blame - libhsail-rt/ChangeLog
Fix typo in c-parser.c.
[thirdparty/gcc.git] / libhsail-rt / ChangeLog
CommitLineData
e8e66971
MR
12020-01-24 Maciej W. Rozycki <macro@wdc.com>
2
3 * configure.ac: Handle `--with-toolexeclibdir='.
4 * Makefile.in: Regenerate.
5 * aclocal.m4: Regenerate.
6 * configure: Regenerate.
7
8d9254fc
JJ
82020-01-01 Jakub Jelinek <jakub@redhat.com>
9
10 Update copyright years.
11
e9085da5
MR
122019-09-27 Maciej W. Rozycki <macro@wdc.com>
13
14 * configure: Regenerate.
15
a5544970
JJ
162019-01-01 Jakub Jelinek <jakub@redhat.com>
17
18 Update copyright years.
19
22e05272
JM
202018-10-31 Joseph Myers <joseph@codesourcery.com>
21
22 PR bootstrap/82856
23 * configure.ac: Remove AC_PREREQ.
24 * Makefile.in, aclocal.m4, configure: Regenerate.
25
080dc243
PJ
262018-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
27
28 * include/internal/phsa-rt.h: Whitespace cleanup.
29 * include/internal/workitems.h: Store work item ID data to easily
30 accessible locations.
31 * rt/workitems.c: Same.
32
1b40975c
PJ
332018-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
34
35 * rt/workitems.c: Fix an alloca stack underflow.
36
001ddaa8
DM
372018-04-18 David Malcolm <dmalcolm@redhat.com>
38
39 PR jit/85384
40 * configure: Regenerate.
41
85ec4feb
JJ
422018-01-03 Jakub Jelinek <jakub@redhat.com>
43
44 Update copyright years.
45
d4b7f2ee
PJ
462017-09-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
47
48 * include/internal/phsa-rt.h: Support for improved group segment
49 handling with a stack-like allocation scheme.
50 * include/internal/workitems.h: Likewise.
51 * rt/workitems.c: Likewise.
52
c02bffe3
PJ
532017-09-25 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
54
55 * rt/workitems.c: Assume the host runtime allocates the work group
56 memory.
d4b7f2ee 57
c6e334cd
PJ
582017-05-03 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
59
60 * rt/workitems.c: Removed a leftover comment.
61 * rt/arithmetic.c (__hsail_class_f32, __hsail_class_f64): Fix the
62 check for signaling/non-signalling NaN. Add class_f64 default
63 implementation.
64
315405b6
JJ
652017-02-01 Jakub Jelinek <jakub@redhat.com>
66
67 * configure.tgt: Fix i?86-*-linux* entry.
68 * rt/sat_arithmetic.c (__hsail_sat_add_u32, __hsail_sat_add_u64,
69 __hsail_sat_add_s32, __hsail_sat_add_s64): Use __builtin_add_overflow.
70 (__hsail_sat_sub_u8, __hsail_sat_sub_u16): Remove pointless for overflow
71 over maximum.
72 (__hsail_sat_sub_u32, __hsail_sat_sub_u64, __hsail_sat_sub_s32,
73 __hsail_sat_sub_s64): Use __builtin_sub_overflow.
74 (__hsail_sat_mul_u32, __hsail_sat_mul_u64, __hsail_sat_mul_s32,
75 __hsail_sat_mul_s64): Use __builtin_mul_overflow.
76 * rt/arithmetic.c (__hsail_borrow_u32, __hsail_borrow_u64): Use
77 __builtin_sub_overflow_p.
78 (__hsail_carry_u32, __hsail_carry_u64): Use __builtin_add_overflow_p.
79 * rt/misc.c (__hsail_groupbaseptr, __hsail_kernargbaseptr_u64):
80 Cast pointers to uintptr_t first before casting to some other integral
81 type.
82 * rt/segment.c (__hsail_segmentp_private, __hsail_segmentp_group): Likewise.
83 * rt/queue.c (__hsail_ldqueuereadindex, __hsail_ldqueuewriteindex,
84 __hsail_addqueuewriteindex, __hsail_casqueuewriteindex,
85 __hsail_stqueuereadindex, __hsail_stqueuewriteindex): Cast integral value
86 to uintptr_t first before casting to pointer.
87 * rt/workitems.c (__hsail_alloca_pop_frame): Cast memcpy first argument to
88 void * to avoid warning.
89
f6a24a94
MJ
902017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
91
92 * configure.tgt: Moved the white list of supported targets here
93 from configure.ac. Added i[3456789]86-*-linux* as a supported env
94 for the BRIG FE.
95 * README: Added a proper description of what libhsail-rt is.
96
e6d55103
JJ
972017-01-26 Jakub Jelinek <jakub@redhat.com>
98
99 Update copyright years.
100
4703b555
TS
1012017-01-25 Thomas Schwinge <thomas@codesourcery.com>
102
103 * config.h.in: Remove stale file.
104
105 * configure.ac: Don't instantiate AC_CONFIG_MACRO_DIR.
106 * configure: Regenerate.
107
c48dc2cd
JJ
1082017-01-25 Jakub Jelinek <jakub@redhat.com>
109
110 PR other/79046
111 * configure.ac: Add GCC_BASE_VER.
112 * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
113 get version from BASE-VER file.
114 (ACLOCAL_AMFLAGS): Set to -I .. -I ../config .
115 * aclocal.m4: Regenerated.
116 * configure: Regenerated.
117 * Makefile.in: Regenerated.
118
1192017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
120 Martin Jambor <mjambor@suse.cz>
121
122 * Makefile.am: New file.
123 * target-config.h.in: Likewise.
124 * configure.ac: Likewise.
125 * configure: Likewise.
126 * config.h.in: Likewise.
127 * aclocal.m4: Likewise.
128 * README: Likewise.
129 * Makefile.in: Likewise.
130 * include/internal/fibers.h: Likewise.
131 * include/internal/phsa-queue-interface.h: Likewise.
132 * include/internal/phsa-rt.h: Likewise.
133 * include/internal/workitems.h: Likewise.
134 * rt/arithmetic.c: Likewise.
135 * rt/atomics.c: Likewise.
136 * rt/bitstring.c: Likewise.
137 * rt/fbarrier.c: Likewise.
138 * rt/fibers.c: Likewise.
139 * rt/fp16.c: Likewise.
140 * rt/misc.c: Likewise.
141 * rt/multimedia.c: Likewise.
142 * rt/queue.c: Likewise.
143 * rt/sat_arithmetic.c: Likewise.
144 * rt/segment.c: Likewise.
145 * rt/workitems.c: Likewise.
4703b555 146\f
8d9254fc 147Copyright (C) 2017-2020 Free Software Foundation, Inc.
4703b555
TS
148
149Copying and distribution of this file, with or without modification,
150are permitted in any medium without royalty provided the copyright
151notice and this notice are preserved.