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