* vr-values.h: New file with vr_values class.
[official-gcc.git] / libmpx / ChangeLog
blob3edc2d499c6f5806868cf7e46c9e9449c0745b0c
1 2017-01-30  Jakub Jelinek  <jakub@redhat.com>
3         * mpxrt/mpxrt-utils.h (__mpxrt_stop): New prototype.
5 2017-01-21  Jakub Jelinek  <jakub@redhat.com>
7         PR other/79046
8         * mpxrt/Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead
9         of cat to get version from BASE-VER file.
10         * mpxwrap/Makefile.am (gcc_version): Likewise.
11         * mpxrt/Makefile.in: Regenerated.
12         * mpxwrap/Makefile.in: Regenerated.
14 2017-01-19  Jakub Jelinek  <jakub@redhat.com>
16         PR other/79046
17         * aclocal.m4: Regenerated.
18         * configure: Regenerated.
19         * Makefile.in: Regenerated.
20         * mpxrt/Makefile.in: Regenerated.
21         * mpxwrap/Makefile.in: Regenerated.
23 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
25         PR other/79046
26         * configure.ac: Add GCC_BASE_VER.
27         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
28         get version from BASE-VER file.
29         * configure: Regenerated.
30         * Makefile.in: Regenerated.
32 2016-12-27  H.J. Lu  <hongjiu.lu@intel.com>
33             Alexander Ivchenko  <alexander.ivchenko@intel.com>
35         * mpxwrap/libtool-version: New version.
36         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_realloc): Make it
37         static with external alias.
38         (__mpx_wrapper_bzero): Ditto.
39         (mpx_wrapper_memcpy): Ditto.
40         (__mpx_wrapper_mempcpy): Ditto.
42 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
44         * mpxrt/libtool-version: New version.
45         * mpxrt/mpxrt-utils.c (set_mpx_rt_stop_handler): New function.
46         (print_help): Add help for CHKP_RT_STOP_HANDLER environment
47         variable.
48         (__mpxrt_init_env_vars): Add initialization of stop_handler.
49         (__mpxrt_stop_handler): New function.
50         (__mpxrt_stop): Ditto.
51         * mpxrt/mpxrt-utils.h (mpx_rt_stop_mode_handler_t): New enum.
52         * mpxrt/mpxrt.c (handler): Replace exit(255) with __mpxrt_stop
53         function call.
55 2016-11-15  Matthias Klose  <doko@ubuntu.com>
57         * configure: Regenerate.
59 2016-06-10  Ilya Enkovich  <ilya.enkovich@intel.com>
61         * mpxwrap/mpx_wrappers.c (move_bounds): Fix overflow bug.
63 2016-01-20  Matthias Klose  <doko@ubuntu.com>
65         * libtool-version: Remove.
67 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
69         * mpxrt/mpxrt.c (handler): Fix verbosity for error message.
71 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
73         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Avoid
74         -Wdiscarded-qualifiers warning.  Fix up formatting.
76 2015-12-29  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
78         * libmpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Special
79         handling of one pointer copy.
81 2015-12-11  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
83         * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Add -version-info
84         option.
85         * libmpxwrap/Makefile.am (libmpx_la_LDFLAGS): Likewise and
86         fix include path.
87         * libmpx/Makefile.in: Regenerate.
88         * mpxrt/Makefile.in: Regenerate.
89         * libmpxwrap/Makefile.in: Regenerate.
90         * mpxrt/libtool-version: New version.
91         * libmpxwrap/libtool-version: Likewise.
92         * mpxrt/libmpx.map: Add new version and a new symbol.
93         * mpxrt/mpxrt.h: New file.
94         * mpxrt/mpxrt.c (NUM_L1_BITS): Moved to mpxrt.h.
95         (REG_IP_IDX): Moved to mpxrt.h.
96         (REX_PREFIX): Moved to mpxrt.h.
97         (XSAVE_OFFSET_IN_FPMEM): Moved to mpxrt.h.
98         (MPX_L1_SIZE): Moved to mpxrt.h.
99         * libmpxwrap/mpx_wrappers.c (mpx_pointer): New type.
100         (mpx_bt_entry): New type.
101         (alloc_bt): New function.
102         (get_bt): New function.
103         (copy_if_possible): New function.
104         (copy_if_possible_from_end): New function.
105         (move_bounds): New function.
106         (__mpx_wrapper_memmove): Use move_bounds to copy bounds.
108 2015-10-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
110         PR other/66887
111         * mpxrt/mpxrt.c (read_mpx_status_sig): Remove useless code.
113 2015-07-16  Ilya Enkovich  <enkovich.gnu@gmail.com>
115         * configure.ac: Remove link_mpx.
116         * libmpx.spec.in: Likewise.
117         * configure: Regenerate.
119 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
121         * Makefile.in: Regenerated with automake-1.11.6.
122         * aclocal.m4: Likewise.
123         * configure: Likewise.
124         * mpxrt/Makefile.in: Likewise.
125         * mpxwrap/Makefile.in: Likewise.
127 2015-04-27  Steven Noonan <steven@uplinklabs.net>
129         * configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++
130         sources.
131         * configure: Regenerate.
133 2015-04-09  Ilya Enkovich  <ilya.enkovich@intel.com>
135         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Add
136         zero length check.
138 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
140         PR driver/65444
141         * configure.ac: Add check for '-z bndplt' support
142         by linker. Add link_mpx output variable.
143         * libmpx.spec.in (link_mpx): New.
144         * configure: Regenerate.
146 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
148         PR other/65384
149         * configure.ac: Fix x32 test.
150         * configure: Regenerate.
152 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
154         * Makefile.am (SUBDIRS): Add mpxwrap when used
155         AS supports MPX.
156         (MAKEOVERRIDES): New.
157         * Makefile.in: Regenerate.
158         * configure.ac: Check AS supports MPX.  Add
159         mpxintr/Makefile to config files.
160         * configure: Regenerate.
161         * mpxwrap/Makefile.am: New.
162         * mpxwrap/Makefile.in: New.
163         * mpxwrap/libtool-version: New.
164         * mpxwrap/mpx_wrappers.cc: New.
165         * mpxwrap/libmpxwrappers.map: New.
167 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
169         Initial commit.