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