2018-06-09 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / libhsail-rt / ChangeLog
blob17aeb6e490c9f91632215a2eb5d7703099db1f6c
1 2018-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
3         * include/internal/phsa-rt.h: Whitespace cleanup.
4         * include/internal/workitems.h: Store work item ID data to easily
5         accessible locations.
6         * rt/workitems.c: Same.
8 2018-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
10         * rt/workitems.c: Fix an alloca stack underflow.
12 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
14         PR jit/85384
15         * configure: Regenerate.
17 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
19         Update copyright years.
21 2017-09-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
23         * include/internal/phsa-rt.h: Support for improved group segment
24         handling with a stack-like allocation scheme.
25         * include/internal/workitems.h: Likewise.
26         * rt/workitems.c: Likewise.
28 2017-09-25  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
30         * rt/workitems.c: Assume the host runtime allocates the work group
31         memory.
33 2017-05-03  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
35         * rt/workitems.c: Removed a leftover comment.
36         * rt/arithmetic.c (__hsail_class_f32, __hsail_class_f64): Fix the
37         check for signaling/non-signalling NaN. Add class_f64 default
38         implementation.
40 2017-02-01  Jakub Jelinek  <jakub@redhat.com>
42         * configure.tgt: Fix i?86-*-linux* entry.
43         * rt/sat_arithmetic.c (__hsail_sat_add_u32, __hsail_sat_add_u64,
44         __hsail_sat_add_s32, __hsail_sat_add_s64): Use __builtin_add_overflow.
45         (__hsail_sat_sub_u8, __hsail_sat_sub_u16): Remove pointless for overflow
46         over maximum.
47         (__hsail_sat_sub_u32, __hsail_sat_sub_u64, __hsail_sat_sub_s32,
48         __hsail_sat_sub_s64): Use __builtin_sub_overflow.
49         (__hsail_sat_mul_u32, __hsail_sat_mul_u64, __hsail_sat_mul_s32,
50         __hsail_sat_mul_s64): Use __builtin_mul_overflow.
51         * rt/arithmetic.c (__hsail_borrow_u32, __hsail_borrow_u64): Use
52         __builtin_sub_overflow_p.
53         (__hsail_carry_u32, __hsail_carry_u64): Use __builtin_add_overflow_p.
54         * rt/misc.c (__hsail_groupbaseptr, __hsail_kernargbaseptr_u64):
55         Cast pointers to uintptr_t first before casting to some other integral
56         type.
57         * rt/segment.c (__hsail_segmentp_private, __hsail_segmentp_group): Likewise.
58         * rt/queue.c (__hsail_ldqueuereadindex, __hsail_ldqueuewriteindex,
59         __hsail_addqueuewriteindex, __hsail_casqueuewriteindex,
60         __hsail_stqueuereadindex, __hsail_stqueuewriteindex): Cast integral value
61         to uintptr_t first before casting to pointer.
62         * rt/workitems.c (__hsail_alloca_pop_frame): Cast memcpy first argument to
63         void * to avoid warning.
65 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
67         * configure.tgt: Moved the white list of supported targets here
68         from configure.ac.  Added i[3456789]86-*-linux* as a supported env
69         for the BRIG FE.
70         * README: Added a proper description of what libhsail-rt is.
72 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
74         Update copyright years.
76 2017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
78         * config.h.in: Remove stale file.
80         * configure.ac: Don't instantiate AC_CONFIG_MACRO_DIR.
81         * configure: Regenerate.
83 2017-01-25  Jakub Jelinek  <jakub@redhat.com>
85         PR other/79046
86         * configure.ac: Add GCC_BASE_VER.
87         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
88         get version from BASE-VER file.
89         (ACLOCAL_AMFLAGS): Set to -I .. -I ../config .
90         * aclocal.m4: Regenerated.
91         * configure: Regenerated.
92         * Makefile.in: Regenerated.
94 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
95             Martin Jambor  <mjambor@suse.cz>
97         * Makefile.am: New file.
98         * target-config.h.in: Likewise.
99         * configure.ac: Likewise.
100         * configure: Likewise.
101         * config.h.in: Likewise.
102         * aclocal.m4: Likewise.
103         * README: Likewise.
104         * Makefile.in: Likewise.
105         * include/internal/fibers.h: Likewise.
106         * include/internal/phsa-queue-interface.h: Likewise.
107         * include/internal/phsa-rt.h: Likewise.
108         * include/internal/workitems.h: Likewise.
109         * rt/arithmetic.c: Likewise.
110         * rt/atomics.c: Likewise.
111         * rt/bitstring.c: Likewise.
112         * rt/fbarrier.c: Likewise.
113         * rt/fibers.c: Likewise.
114         * rt/fp16.c: Likewise.
115         * rt/misc.c: Likewise.
116         * rt/multimedia.c: Likewise.
117         * rt/queue.c: Likewise.
118         * rt/sat_arithmetic.c: Likewise.
119         * rt/segment.c: Likewise.
120         * rt/workitems.c: Likewise.
122 Copyright (C) 2017-2018 Free Software Foundation, Inc.
124 Copying and distribution of this file, with or without modification,
125 are permitted in any medium without royalty provided the copyright
126 notice and this notice are preserved.