| 2018-05-02 Release Manager |
| |
| * GCC 8.1.0 released. |
| |
| 2018-04-24 H.J. Lu <hongjiu.lu@intel.com> |
| |
| * configure: Regenerated. |
| |
| 2018-04-19 Jakub Jelinek <jakub@redhat.com> |
| |
| * configure: Regenerated. |
| |
| 2018-04-18 David Malcolm <dmalcolm@redhat.com> |
| |
| PR jit/85384 |
| * configure: Regenerate. |
| |
| 2018-02-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com> |
| |
| PR target/84148 |
| * configure: Regenerate. |
| |
| 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com> |
| |
| * Makefile.in: Regenerate. |
| * acinclude.m4: Add enable.m4 and cet.m4. |
| * configure: Regenerate. |
| * configure.ac: Set CET_FLAGS. Update XCFLAGS. |
| * mpxrt/Makefile.am: Update libmpx_la_CFLAGS. |
| * mpxrt/Makefile.in: Regenerate. |
| * mpxwrap/Makefile.am: Add AM_CFLAGS. Update |
| libmpxwrappers_la_CFLAGS. |
| * mpxwrap/Makefile.in: Regenerate. |
| |
| 2017-01-30 Jakub Jelinek <jakub@redhat.com> |
| |
| * mpxrt/mpxrt-utils.h (__mpxrt_stop): New prototype. |
| |
| 2017-01-21 Jakub Jelinek <jakub@redhat.com> |
| |
| PR other/79046 |
| * mpxrt/Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead |
| of cat to get version from BASE-VER file. |
| * mpxwrap/Makefile.am (gcc_version): Likewise. |
| * mpxrt/Makefile.in: Regenerated. |
| * mpxwrap/Makefile.in: Regenerated. |
| |
| 2017-01-19 Jakub Jelinek <jakub@redhat.com> |
| |
| PR other/79046 |
| * aclocal.m4: Regenerated. |
| * configure: Regenerated. |
| * Makefile.in: Regenerated. |
| * mpxrt/Makefile.in: Regenerated. |
| * mpxwrap/Makefile.in: Regenerated. |
| |
| 2017-01-17 Jakub Jelinek <jakub@redhat.com> |
| |
| PR other/79046 |
| * configure.ac: Add GCC_BASE_VER. |
| * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to |
| get version from BASE-VER file. |
| * configure: Regenerated. |
| * Makefile.in: Regenerated. |
| |
| 2016-12-27 H.J. Lu <hongjiu.lu@intel.com> |
| Alexander Ivchenko <alexander.ivchenko@intel.com> |
| |
| * mpxwrap/libtool-version: New version. |
| * mpxwrap/mpx_wrappers.c (__mpx_wrapper_realloc): Make it |
| static with external alias. |
| (__mpx_wrapper_bzero): Ditto. |
| (mpx_wrapper_memcpy): Ditto. |
| (__mpx_wrapper_mempcpy): Ditto. |
| |
| 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com> |
| |
| * mpxrt/libtool-version: New version. |
| * mpxrt/mpxrt-utils.c (set_mpx_rt_stop_handler): New function. |
| (print_help): Add help for CHKP_RT_STOP_HANDLER environment |
| variable. |
| (__mpxrt_init_env_vars): Add initialization of stop_handler. |
| (__mpxrt_stop_handler): New function. |
| (__mpxrt_stop): Ditto. |
| * mpxrt/mpxrt-utils.h (mpx_rt_stop_mode_handler_t): New enum. |
| * mpxrt/mpxrt.c (handler): Replace exit(255) with __mpxrt_stop |
| function call. |
| |
| 2016-11-15 Matthias Klose <doko@ubuntu.com> |
| |
| * configure: Regenerate. |
| |
| 2016-06-10 Ilya Enkovich <ilya.enkovich@intel.com> |
| |
| * mpxwrap/mpx_wrappers.c (move_bounds): Fix overflow bug. |
| |
| 2016-01-20 Matthias Klose <doko@ubuntu.com> |
| |
| * libtool-version: Remove. |
| |
| 2016-01-20 Ilya Enkovich <enkovich.gnu@gmail.com> |
| |
| * mpxrt/mpxrt.c (handler): Fix verbosity for error message. |
| |
| 2016-01-18 Jakub Jelinek <jakub@redhat.com> |
| |
| * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Avoid |
| -Wdiscarded-qualifiers warning. Fix up formatting. |
| |
| 2015-12-29 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com> |
| |
| * libmpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Special |
| handling of one pointer copy. |
| |
| 2015-12-11 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com> |
| |
| * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Add -version-info |
| option. |
| * libmpxwrap/Makefile.am (libmpx_la_LDFLAGS): Likewise and |
| fix include path. |
| * libmpx/Makefile.in: Regenerate. |
| * mpxrt/Makefile.in: Regenerate. |
| * libmpxwrap/Makefile.in: Regenerate. |
| * mpxrt/libtool-version: New version. |
| * libmpxwrap/libtool-version: Likewise. |
| * mpxrt/libmpx.map: Add new version and a new symbol. |
| * mpxrt/mpxrt.h: New file. |
| * mpxrt/mpxrt.c (NUM_L1_BITS): Moved to mpxrt.h. |
| (REG_IP_IDX): Moved to mpxrt.h. |
| (REX_PREFIX): Moved to mpxrt.h. |
| (XSAVE_OFFSET_IN_FPMEM): Moved to mpxrt.h. |
| (MPX_L1_SIZE): Moved to mpxrt.h. |
| * libmpxwrap/mpx_wrappers.c (mpx_pointer): New type. |
| (mpx_bt_entry): New type. |
| (alloc_bt): New function. |
| (get_bt): New function. |
| (copy_if_possible): New function. |
| (copy_if_possible_from_end): New function. |
| (move_bounds): New function. |
| (__mpx_wrapper_memmove): Use move_bounds to copy bounds. |
| |
| 2015-10-15 Ilya Enkovich <enkovich.gnu@gmail.com> |
| |
| PR other/66887 |
| * mpxrt/mpxrt.c (read_mpx_status_sig): Remove useless code. |
| |
| 2015-07-16 Ilya Enkovich <enkovich.gnu@gmail.com> |
| |
| * configure.ac: Remove link_mpx. |
| * libmpx.spec.in: Likewise. |
| * configure: Regenerate. |
| |
| 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> |
| |
| * Makefile.in: Regenerated with automake-1.11.6. |
| * aclocal.m4: Likewise. |
| * configure: Likewise. |
| * mpxrt/Makefile.in: Likewise. |
| * mpxwrap/Makefile.in: Likewise. |
| |
| 2015-04-27 Steven Noonan <steven@uplinklabs.net> |
| |
| * configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++ |
| sources. |
| * configure: Regenerate. |
| |
| 2015-04-09 Ilya Enkovich <ilya.enkovich@intel.com> |
| |
| * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Add |
| zero length check. |
| |
| 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com> |
| |
| PR driver/65444 |
| * configure.ac: Add check for '-z bndplt' support |
| by linker. Add link_mpx output variable. |
| * libmpx.spec.in (link_mpx): New. |
| * configure: Regenerate. |
| |
| 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com> |
| |
| PR other/65384 |
| * configure.ac: Fix x32 test. |
| * configure: Regenerate. |
| |
| 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com> |
| |
| * Makefile.am (SUBDIRS): Add mpxwrap when used |
| AS supports MPX. |
| (MAKEOVERRIDES): New. |
| * Makefile.in: Regenerate. |
| * configure.ac: Check AS supports MPX. Add |
| mpxintr/Makefile to config files. |
| * configure: Regenerate. |
| * mpxwrap/Makefile.am: New. |
| * mpxwrap/Makefile.in: New. |
| * mpxwrap/libtool-version: New. |
| * mpxwrap/mpx_wrappers.cc: New. |
| * mpxwrap/libmpxwrappers.map: New. |
| |
| 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com> |
| |
| Initial commit. |