Update ChangeLog and version files for release
[official-gcc.git] / libmpx / ChangeLog
blob8dad648308cc072a18f5803adadb60a49a63a616
1 2018-07-26  Release Manager
3         * GCC 8.2.0 released.
5 2018-05-02  Release Manager
7         * GCC 8.1.0 released.
9 2018-04-24  H.J. Lu  <hongjiu.lu@intel.com>
11         * configure: Regenerated.
13 2018-04-19  Jakub Jelinek  <jakub@redhat.com>
15         * configure: Regenerated.
17 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
19         PR jit/85384
20         * configure: Regenerate.
22 2018-02-14  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
24         PR target/84148
25         * configure: Regenerate.
27 2017-11-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
29          * Makefile.in: Regenerate.
30          * acinclude.m4: Add enable.m4 and cet.m4.
31          * configure: Regenerate.
32          * configure.ac: Set CET_FLAGS. Update XCFLAGS.
33          * mpxrt/Makefile.am: Update libmpx_la_CFLAGS.
34          * mpxrt/Makefile.in: Regenerate.
35          * mpxwrap/Makefile.am: Add AM_CFLAGS. Update
36          libmpxwrappers_la_CFLAGS.
37          * mpxwrap/Makefile.in: Regenerate.
39 2017-01-30  Jakub Jelinek  <jakub@redhat.com>
41         * mpxrt/mpxrt-utils.h (__mpxrt_stop): New prototype.
43 2017-01-21  Jakub Jelinek  <jakub@redhat.com>
45         PR other/79046
46         * mpxrt/Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead
47         of cat to get version from BASE-VER file.
48         * mpxwrap/Makefile.am (gcc_version): Likewise.
49         * mpxrt/Makefile.in: Regenerated.
50         * mpxwrap/Makefile.in: Regenerated.
52 2017-01-19  Jakub Jelinek  <jakub@redhat.com>
54         PR other/79046
55         * aclocal.m4: Regenerated.
56         * configure: Regenerated.
57         * Makefile.in: Regenerated.
58         * mpxrt/Makefile.in: Regenerated.
59         * mpxwrap/Makefile.in: Regenerated.
61 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
63         PR other/79046
64         * configure.ac: Add GCC_BASE_VER.
65         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
66         get version from BASE-VER file.
67         * configure: Regenerated.
68         * Makefile.in: Regenerated.
70 2016-12-27  H.J. Lu  <hongjiu.lu@intel.com>
71             Alexander Ivchenko  <alexander.ivchenko@intel.com>
73         * mpxwrap/libtool-version: New version.
74         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_realloc): Make it
75         static with external alias.
76         (__mpx_wrapper_bzero): Ditto.
77         (mpx_wrapper_memcpy): Ditto.
78         (__mpx_wrapper_mempcpy): Ditto.
80 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
82         * mpxrt/libtool-version: New version.
83         * mpxrt/mpxrt-utils.c (set_mpx_rt_stop_handler): New function.
84         (print_help): Add help for CHKP_RT_STOP_HANDLER environment
85         variable.
86         (__mpxrt_init_env_vars): Add initialization of stop_handler.
87         (__mpxrt_stop_handler): New function.
88         (__mpxrt_stop): Ditto.
89         * mpxrt/mpxrt-utils.h (mpx_rt_stop_mode_handler_t): New enum.
90         * mpxrt/mpxrt.c (handler): Replace exit(255) with __mpxrt_stop
91         function call.
93 2016-11-15  Matthias Klose  <doko@ubuntu.com>
95         * configure: Regenerate.
97 2016-06-10  Ilya Enkovich  <ilya.enkovich@intel.com>
99         * mpxwrap/mpx_wrappers.c (move_bounds): Fix overflow bug.
101 2016-01-20  Matthias Klose  <doko@ubuntu.com>
103         * libtool-version: Remove.
105 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
107         * mpxrt/mpxrt.c (handler): Fix verbosity for error message.
109 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
111         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Avoid
112         -Wdiscarded-qualifiers warning.  Fix up formatting.
114 2015-12-29  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
116         * libmpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Special
117         handling of one pointer copy.
119 2015-12-11  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
121         * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Add -version-info
122         option.
123         * libmpxwrap/Makefile.am (libmpx_la_LDFLAGS): Likewise and
124         fix include path.
125         * libmpx/Makefile.in: Regenerate.
126         * mpxrt/Makefile.in: Regenerate.
127         * libmpxwrap/Makefile.in: Regenerate.
128         * mpxrt/libtool-version: New version.
129         * libmpxwrap/libtool-version: Likewise.
130         * mpxrt/libmpx.map: Add new version and a new symbol.
131         * mpxrt/mpxrt.h: New file.
132         * mpxrt/mpxrt.c (NUM_L1_BITS): Moved to mpxrt.h.
133         (REG_IP_IDX): Moved to mpxrt.h.
134         (REX_PREFIX): Moved to mpxrt.h.
135         (XSAVE_OFFSET_IN_FPMEM): Moved to mpxrt.h.
136         (MPX_L1_SIZE): Moved to mpxrt.h.
137         * libmpxwrap/mpx_wrappers.c (mpx_pointer): New type.
138         (mpx_bt_entry): New type.
139         (alloc_bt): New function.
140         (get_bt): New function.
141         (copy_if_possible): New function.
142         (copy_if_possible_from_end): New function.
143         (move_bounds): New function.
144         (__mpx_wrapper_memmove): Use move_bounds to copy bounds.
146 2015-10-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
148         PR other/66887
149         * mpxrt/mpxrt.c (read_mpx_status_sig): Remove useless code.
151 2015-07-16  Ilya Enkovich  <enkovich.gnu@gmail.com>
153         * configure.ac: Remove link_mpx.
154         * libmpx.spec.in: Likewise.
155         * configure: Regenerate.
157 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
159         * Makefile.in: Regenerated with automake-1.11.6.
160         * aclocal.m4: Likewise.
161         * configure: Likewise.
162         * mpxrt/Makefile.in: Likewise.
163         * mpxwrap/Makefile.in: Likewise.
165 2015-04-27  Steven Noonan <steven@uplinklabs.net>
167         * configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++
168         sources.
169         * configure: Regenerate.
171 2015-04-09  Ilya Enkovich  <ilya.enkovich@intel.com>
173         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Add
174         zero length check.
176 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
178         PR driver/65444
179         * configure.ac: Add check for '-z bndplt' support
180         by linker. Add link_mpx output variable.
181         * libmpx.spec.in (link_mpx): New.
182         * configure: Regenerate.
184 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
186         PR other/65384
187         * configure.ac: Fix x32 test.
188         * configure: Regenerate.
190 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
192         * Makefile.am (SUBDIRS): Add mpxwrap when used
193         AS supports MPX.
194         (MAKEOVERRIDES): New.
195         * Makefile.in: Regenerate.
196         * configure.ac: Check AS supports MPX.  Add
197         mpxintr/Makefile to config files.
198         * configure: Regenerate.
199         * mpxwrap/Makefile.am: New.
200         * mpxwrap/Makefile.in: New.
201         * mpxwrap/libtool-version: New.
202         * mpxwrap/mpx_wrappers.cc: New.
203         * mpxwrap/libmpxwrappers.map: New.
205 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
207         Initial commit.