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