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