Re: [PATCH] New version of libmpx with new memmove wrapper

2016-01-20 Thread Ilya Enkovich
2016-01-20 16:20 GMT+03:00 Matthias Klose : > On 11.12.2015 15:34, Ilya Enkovich wrote: >> >> I fixed it, bootstrapped, regtested and applied to trunk. Here is >> committed version. > > > this left libmpx/libtool-version, which now is unused and outdated. Ok to > remove? OK if bootstrap passes.

Re: [PATCH] New version of libmpx with new memmove wrapper

2016-01-20 Thread Matthias Klose
On 11.12.2015 15:34, Ilya Enkovich wrote: I fixed it, bootstrapped, regtested and applied to trunk. Here is committed version. this left libmpx/libtool-version, which now is unused and outdated. Ok to remove? Matthias

Re: [PATCH] New version of libmpx with new memmove wrapper

2015-12-11 Thread Ilya Enkovich
On 08 Dec 13:53, Aleksandra Tsvetkova wrote: > Wrong version of patch was attached. > > On Tue, Dec 8, 2015 at 1:46 PM, Aleksandra Tsvetkova > wrote: > > gcc/testsuite/ChangeLog > > 2015-10-27 Tsvetkova Alexandra > > > > * gcc.target/i386/mpx/memmove-1.c: New test for __mpx_wrapper_memmov

Re: [PATCH] New version of libmpx with new memmove wrapper

2015-12-08 Thread Aleksandra Tsvetkova
Wrong version of patch was attached. On Tue, Dec 8, 2015 at 1:46 PM, Aleksandra Tsvetkova wrote: > gcc/testsuite/ChangeLog > 2015-10-27 Tsvetkova Alexandra > > * gcc.target/i386/mpx/memmove-1.c: New test for __mpx_wrapper_memmove. > * gcc.target/i386/mpx/memmove-2.c: New test covering

Re: [PATCH] New version of libmpx with new memmove wrapper

2015-12-08 Thread Aleksandra Tsvetkova
gcc/testsuite/ChangeLog 2015-10-27 Tsvetkova Alexandra * gcc.target/i386/mpx/memmove-1.c: New test for __mpx_wrapper_memmove. * gcc.target/i386/mpx/memmove-2.c: New test covering fail on spec. libmpx/ChangeLog 2015-10-28 Tsvetkova Alexandra * mpxrt/Makefile.am (libmpx_la_LDFLAG

Re: [PATCH] New version of libmpx with new memmove wrapper

2015-12-07 Thread Ilya Enkovich
2015-12-06 22:41 GMT+03:00 Aleksandra Tsvetkova : > Fixed all. > Now there are no new fails on spec2000 If you made some fix in your algorithm to pass SPEC benchmarks, you need to extend your tests to cover this fix. Thanks, Ilya

Re: [PATCH] New version of libmpx with new memmove wrapper

2015-12-06 Thread Aleksandra Tsvetkova
Fixed all. Now there are no new fails on spec2000 diff --git a/gcc/testsuite/gcc.target/i386/mpx/memmove.c b/gcc/testsuite/gcc.target/i386/mpx/memmove.c new file mode 100755 index 000..57030a3 --- /dev/null +++ b/gcc/testsuite/gcc.target/i386/mpx/memmove.c @@ -0,0 +1,119 @@ +/* { dg-do run } *

Re: [PATCH] New version of libmpx with new memmove wrapper

2015-11-26 Thread Ilya Enkovich
2015-11-25 18:41 GMT+03:00 Aleksandra Tsvetkova : > gcc/testsuite/ChangeLog > 2015-10-27 Tsvetkova Alexandra > > * gcc.target/i386/mpx/memmove.c: New test for __mpx_wrapper_memmove. > > libmpx/ChangeLog > 2015-10-28 Tsvetkova Alexandra > > * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Add

Re: [PATCH] New version of libmpx with new memmove wrapper

2015-11-25 Thread Aleksandra Tsvetkova
I ran make check (paseed) and spec 2000, where 1 extra test(255.vortex) failed. On Wed, Nov 25, 2015 at 6:41 PM, Aleksandra Tsvetkova wrote: > gcc/testsuite/ChangeLog > 2015-10-27 Tsvetkova Alexandra > > * gcc.target/i386/mpx/memmove.c: New test for __mpx_wrapper_memmove. > > libmpx/Change

Re: [PATCH] New version of libmpx with new memmove wrapper

2015-11-25 Thread Aleksandra Tsvetkova
gcc/testsuite/ChangeLog 2015-10-27 Tsvetkova Alexandra * gcc.target/i386/mpx/memmove.c: New test for __mpx_wrapper_memmove. libmpx/ChangeLog 2015-10-28 Tsvetkova Alexandra * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Add -version-info option. * libmpxwrap/Makefile.am (libmpx_la_LDF

Re: [PATCH] New version of libmpx with new memmove wrapper

2015-11-24 Thread Ilya Enkovich
2015-11-23 22:44 GMT+03:00 Aleksandra Tsvetkova : > gcc/testsuite/ChangeLog > +2015-10-27 Tsvetkova Alexandra > + > + * gcc.target/i386/mpx/memmove.c: New test for __mpx_wrapper_memmove. > > libmpx/ChangeLog > +2015-10-28 Tsvetkova Alexandra > + > + * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Ad

Re: [PATCH] New version of libmpx with new memmove wrapper

2015-11-23 Thread Aleksandra Tsvetkova
gcc/testsuite/ChangeLog +2015-10-27 Tsvetkova Alexandra + + * gcc.target/i386/mpx/memmove.c: New test for __mpx_wrapper_memmove. libmpx/ChangeLog +2015-10-28 Tsvetkova Alexandra + + * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Add -version-info option. + * libmpxwrap/Makefile.am (libmpx_la_LDFLA

Re: [PATCH] New version of libmpx with new memmove wrapper

2015-11-12 Thread Ilya Enkovich
2015-11-05 13:37 GMT+03:00 Aleksandra Tsvetkova : > New version of libmpx was added. There is a new function get_bd() that > allows to get bounds directory. Wrapper for memmove was modified. Now > it moves data and then moves corresponding bounds directly from one > bounds table to another. This ap