]> gcc.gnu.org Git - gcc.git/blame - libhsail-rt/ChangeLog
PR c++/85312 - P0962 cleanup
[gcc.git] / libhsail-rt / ChangeLog
CommitLineData
85ec4feb
JJ
12018-01-03 Jakub Jelinek <jakub@redhat.com>
2
3 Update copyright years.
4
d4b7f2ee
PJ
52017-09-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
6
7 * include/internal/phsa-rt.h: Support for improved group segment
8 handling with a stack-like allocation scheme.
9 * include/internal/workitems.h: Likewise.
10 * rt/workitems.c: Likewise.
11
c02bffe3
PJ
122017-09-25 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
13
14 * rt/workitems.c: Assume the host runtime allocates the work group
15 memory.
d4b7f2ee 16
c6e334cd
PJ
172017-05-03 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
18
19 * rt/workitems.c: Removed a leftover comment.
20 * rt/arithmetic.c (__hsail_class_f32, __hsail_class_f64): Fix the
21 check for signaling/non-signalling NaN. Add class_f64 default
22 implementation.
23
315405b6
JJ
242017-02-01 Jakub Jelinek <jakub@redhat.com>
25
26 * configure.tgt: Fix i?86-*-linux* entry.
27 * rt/sat_arithmetic.c (__hsail_sat_add_u32, __hsail_sat_add_u64,
28 __hsail_sat_add_s32, __hsail_sat_add_s64): Use __builtin_add_overflow.
29 (__hsail_sat_sub_u8, __hsail_sat_sub_u16): Remove pointless for overflow
30 over maximum.
31 (__hsail_sat_sub_u32, __hsail_sat_sub_u64, __hsail_sat_sub_s32,
32 __hsail_sat_sub_s64): Use __builtin_sub_overflow.
33 (__hsail_sat_mul_u32, __hsail_sat_mul_u64, __hsail_sat_mul_s32,
34 __hsail_sat_mul_s64): Use __builtin_mul_overflow.
35 * rt/arithmetic.c (__hsail_borrow_u32, __hsail_borrow_u64): Use
36 __builtin_sub_overflow_p.
37 (__hsail_carry_u32, __hsail_carry_u64): Use __builtin_add_overflow_p.
38 * rt/misc.c (__hsail_groupbaseptr, __hsail_kernargbaseptr_u64):
39 Cast pointers to uintptr_t first before casting to some other integral
40 type.
41 * rt/segment.c (__hsail_segmentp_private, __hsail_segmentp_group): Likewise.
42 * rt/queue.c (__hsail_ldqueuereadindex, __hsail_ldqueuewriteindex,
43 __hsail_addqueuewriteindex, __hsail_casqueuewriteindex,
44 __hsail_stqueuereadindex, __hsail_stqueuewriteindex): Cast integral value
45 to uintptr_t first before casting to pointer.
46 * rt/workitems.c (__hsail_alloca_pop_frame): Cast memcpy first argument to
47 void * to avoid warning.
48
f6a24a94
MJ
492017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
50
51 * configure.tgt: Moved the white list of supported targets here
52 from configure.ac. Added i[3456789]86-*-linux* as a supported env
53 for the BRIG FE.
54 * README: Added a proper description of what libhsail-rt is.
55
e6d55103
JJ
562017-01-26 Jakub Jelinek <jakub@redhat.com>
57
58 Update copyright years.
59
4703b555
TS
602017-01-25 Thomas Schwinge <thomas@codesourcery.com>
61
62 * config.h.in: Remove stale file.
63
64 * configure.ac: Don't instantiate AC_CONFIG_MACRO_DIR.
65 * configure: Regenerate.
66
c48dc2cd
JJ
672017-01-25 Jakub Jelinek <jakub@redhat.com>
68
69 PR other/79046
70 * configure.ac: Add GCC_BASE_VER.
71 * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
72 get version from BASE-VER file.
73 (ACLOCAL_AMFLAGS): Set to -I .. -I ../config .
74 * aclocal.m4: Regenerated.
75 * configure: Regenerated.
76 * Makefile.in: Regenerated.
77
782017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
79 Martin Jambor <mjambor@suse.cz>
80
81 * Makefile.am: New file.
82 * target-config.h.in: Likewise.
83 * configure.ac: Likewise.
84 * configure: Likewise.
85 * config.h.in: Likewise.
86 * aclocal.m4: Likewise.
87 * README: Likewise.
88 * Makefile.in: Likewise.
89 * include/internal/fibers.h: Likewise.
90 * include/internal/phsa-queue-interface.h: Likewise.
91 * include/internal/phsa-rt.h: Likewise.
92 * include/internal/workitems.h: Likewise.
93 * rt/arithmetic.c: Likewise.
94 * rt/atomics.c: Likewise.
95 * rt/bitstring.c: Likewise.
96 * rt/fbarrier.c: Likewise.
97 * rt/fibers.c: Likewise.
98 * rt/fp16.c: Likewise.
99 * rt/misc.c: Likewise.
100 * rt/multimedia.c: Likewise.
101 * rt/queue.c: Likewise.
102 * rt/sat_arithmetic.c: Likewise.
103 * rt/segment.c: Likewise.
104 * rt/workitems.c: Likewise.
4703b555 105\f
85ec4feb 106Copyright (C) 2017-2018 Free Software Foundation, Inc.
4703b555
TS
107
108Copying and distribution of this file, with or without modification,
109are permitted in any medium without royalty provided the copyright
110notice and this notice are preserved.
This page took 0.144718 seconds and 5 git commands to generate.