2017-09-26 Thomas Koenig <tkoenig@gcc.gnu.org>
[official-gcc.git] / libhsail-rt / ChangeLog
blobbf86278584d50d483ffb1bdaf4617ac19e875b32
1 2017-09-25  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
3         * rt/workitems.c: Assume the host runtime allocates the work group
4         memory.
5 2017-05-03  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
7         * rt/workitems.c: Removed a leftover comment.
8         * rt/arithmetic.c (__hsail_class_f32, __hsail_class_f64): Fix the
9         check for signaling/non-signalling NaN. Add class_f64 default
10         implementation.
12 2017-02-01  Jakub Jelinek  <jakub@redhat.com>
14         * configure.tgt: Fix i?86-*-linux* entry.
15         * rt/sat_arithmetic.c (__hsail_sat_add_u32, __hsail_sat_add_u64,
16         __hsail_sat_add_s32, __hsail_sat_add_s64): Use __builtin_add_overflow.
17         (__hsail_sat_sub_u8, __hsail_sat_sub_u16): Remove pointless for overflow
18         over maximum.
19         (__hsail_sat_sub_u32, __hsail_sat_sub_u64, __hsail_sat_sub_s32,
20         __hsail_sat_sub_s64): Use __builtin_sub_overflow.
21         (__hsail_sat_mul_u32, __hsail_sat_mul_u64, __hsail_sat_mul_s32,
22         __hsail_sat_mul_s64): Use __builtin_mul_overflow.
23         * rt/arithmetic.c (__hsail_borrow_u32, __hsail_borrow_u64): Use
24         __builtin_sub_overflow_p.
25         (__hsail_carry_u32, __hsail_carry_u64): Use __builtin_add_overflow_p.
26         * rt/misc.c (__hsail_groupbaseptr, __hsail_kernargbaseptr_u64):
27         Cast pointers to uintptr_t first before casting to some other integral
28         type.
29         * rt/segment.c (__hsail_segmentp_private, __hsail_segmentp_group): Likewise.
30         * rt/queue.c (__hsail_ldqueuereadindex, __hsail_ldqueuewriteindex,
31         __hsail_addqueuewriteindex, __hsail_casqueuewriteindex,
32         __hsail_stqueuereadindex, __hsail_stqueuewriteindex): Cast integral value
33         to uintptr_t first before casting to pointer.
34         * rt/workitems.c (__hsail_alloca_pop_frame): Cast memcpy first argument to
35         void * to avoid warning.
37 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
39         * configure.tgt: Moved the white list of supported targets here
40         from configure.ac.  Added i[3456789]86-*-linux* as a supported env
41         for the BRIG FE.
42         * README: Added a proper description of what libhsail-rt is.
44 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
46         Update copyright years.
48 2017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
50         * config.h.in: Remove stale file.
52         * configure.ac: Don't instantiate AC_CONFIG_MACRO_DIR.
53         * configure: Regenerate.
55 2017-01-25  Jakub Jelinek  <jakub@redhat.com>
57         PR other/79046
58         * configure.ac: Add GCC_BASE_VER.
59         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
60         get version from BASE-VER file.
61         (ACLOCAL_AMFLAGS): Set to -I .. -I ../config .
62         * aclocal.m4: Regenerated.
63         * configure: Regenerated.
64         * Makefile.in: Regenerated.
66 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
67             Martin Jambor  <mjambor@suse.cz>
69         * Makefile.am: New file.
70         * target-config.h.in: Likewise.
71         * configure.ac: Likewise.
72         * configure: Likewise.
73         * config.h.in: Likewise.
74         * aclocal.m4: Likewise.
75         * README: Likewise.
76         * Makefile.in: Likewise.
77         * include/internal/fibers.h: Likewise.
78         * include/internal/phsa-queue-interface.h: Likewise.
79         * include/internal/phsa-rt.h: Likewise.
80         * include/internal/workitems.h: Likewise.
81         * rt/arithmetic.c: Likewise.
82         * rt/atomics.c: Likewise.
83         * rt/bitstring.c: Likewise.
84         * rt/fbarrier.c: Likewise.
85         * rt/fibers.c: Likewise.
86         * rt/fp16.c: Likewise.
87         * rt/misc.c: Likewise.
88         * rt/multimedia.c: Likewise.
89         * rt/queue.c: Likewise.
90         * rt/sat_arithmetic.c: Likewise.
91         * rt/segment.c: Likewise.
92         * rt/workitems.c: Likewise.
94 Copyright (C) 2017 Free Software Foundation, Inc.
96 Copying and distribution of this file, with or without modification,
97 are permitted in any medium without royalty provided the copyright
98 notice and this notice are preserved.