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