<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glibc.git, branch andros/libmvec</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/'/>
<entry>
<title>This is infrastructure update for configure, build and install of vector</title>
<updated>2015-04-28T10:48:23+00:00</updated>
<author>
<name>Andrew Senkevich</name>
<email>andrew.senkevich@intel.com</email>
</author>
<published>2015-04-28T10:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=ec3a4b85a8568795e30307e1c2f892cdb5ffafe6'/>
<id>ec3a4b85a8568795e30307e1c2f892cdb5ffafe6</id>
<content type='text'>
math library. Installation of libm.so as linker script only in case of
libmvec.so build.

2015-04-28  Andrew Senkevich  &lt;andrew.n.senkevich@gmail.com&gt;

    * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
    (libmvec): New variable.
    * configure.ac: Added option for mathvec build.
    * configure: Regenerated.
    * mathvec/Depend: New file.
    * mathvec/Makefile: New file.
    * shlib-versions: Added libmvec.
    * math/Makefile: Added rule for libm.so installation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
math library. Installation of libm.so as linker script only in case of
libmvec.so build.

2015-04-28  Andrew Senkevich  &lt;andrew.n.senkevich@gmail.com&gt;

    * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
    (libmvec): New variable.
    * configure.ac: Added option for mathvec build.
    * configure: Regenerated.
    * mathvec/Depend: New file.
    * mathvec/Makefile: New file.
    * shlib-versions: Added libmvec.
    * math/Makefile: Added rule for libm.so installation.
</pre>
</div>
</content>
</entry>
<entry>
<title>This patch adds infrastructure for addition of SIMD</title>
<updated>2015-04-28T10:48:22+00:00</updated>
<author>
<name>Andrew Senkevich</name>
<email>andrew.senkevich@intel.com</email>
</author>
<published>2015-04-28T10:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=a50ac6ec0a8e23e1b062e92545606951747c8b8c'/>
<id>a50ac6ec0a8e23e1b062e92545606951747c8b8c</id>
<content type='text'>
declarations for math functions in math.h. Added new headers math-vector.h
only generic version for now and libm-simd-decl-stubs.h with empty
definitions required for proper unfolding of new macros __MATHCALL_VEC which
will be used for declaration of vector math functions.

2015-04-28  Andrew Senkevich  &lt;andrew.senkevich@intel.com&gt;

    * bits/math-vector.h: New file.
    * bits/libm-simd-decl-stubs.h: New header.
    * math/Makefile (headers): Added new header libm-simd-decl-stubs.h.
    * math/math.h (__MATHCALL_VEC): New macro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
declarations for math functions in math.h. Added new headers math-vector.h
only generic version for now and libm-simd-decl-stubs.h with empty
definitions required for proper unfolding of new macros __MATHCALL_VEC which
will be used for declaration of vector math functions.

2015-04-28  Andrew Senkevich  &lt;andrew.senkevich@intel.com&gt;

    * bits/math-vector.h: New file.
    * bits/libm-simd-decl-stubs.h: New header.
    * math/Makefile (headers): Added new header libm-simd-decl-stubs.h.
    * math/math.h (__MATHCALL_VEC): New macro.
</pre>
</div>
</content>
</entry>
<entry>
<title>Last part of changes regarding to libm-test.inc:</title>
<updated>2015-04-28T10:48:22+00:00</updated>
<author>
<name>Andrew Senkevich</name>
<email>andrew.senkevich@intel.com</email>
</author>
<published>2015-04-28T10:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=93c1dba3b429eae4569dc0aeb3dff30e95cb0088'/>
<id>93c1dba3b429eae4569dc0aeb3dff30e95cb0088</id>
<content type='text'>
addition of method for separation which exactly testing function needed to
run with help of generated during make check header with series of
conditional definitions.

2015-04-28  Andrew Senkevich  &lt;andrew.senkevich@intel.com&gt;

    * math/gen-libm-have-vector-test.sh: Script generates series of macros
    for conditions in testing functions.
    * math/Makefile: Added call of libm-have-vector-test.sh.
    * math/libm-test.inc (HAVE_VECTOR): New macros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
addition of method for separation which exactly testing function needed to
run with help of generated during make check header with series of
conditional definitions.

2015-04-28  Andrew Senkevich  &lt;andrew.senkevich@intel.com&gt;

    * math/gen-libm-have-vector-test.sh: Script generates series of macros
    for conditions in testing functions.
    * math/Makefile: Added call of libm-have-vector-test.sh.
    * math/libm-test.inc (HAVE_VECTOR): New macros.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring of START for conditions in individual tests</title>
<updated>2015-04-28T10:48:22+00:00</updated>
<author>
<name>Andrew Senkevich</name>
<email>andrew.senkevich@intel.com</email>
</author>
<published>2015-04-28T10:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=a0f4fa7b6e9f574f554e223b1bd02c6083256c45'/>
<id>a0f4fa7b6e9f574f554e223b1bd02c6083256c45</id>
<content type='text'>
and addition of macros used for runtime architecture check.

2015-04-28  Andrew Senkevich  &lt;andrew.senkevich@intel.com&gt;

    * math/libm-test.inc: START refactored.
    * math/test-double.c (TEST_MATHVEC): Add define.
    * math/test-float.c: Likewise.
    * math/test-idouble.c: Likewise.
    * math/test-ifloat.c: Likewise.
    * math/test-ildoubl.c: Likewise.
    * math/test-ldouble.c: Likewise.
    * sysdeps/generic/math-tests-arch.h (INIT_ARCH_EXT, CHECK_ARCH_EXT):
    New helper macros for runtime architecture check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and addition of macros used for runtime architecture check.

2015-04-28  Andrew Senkevich  &lt;andrew.senkevich@intel.com&gt;

    * math/libm-test.inc: START refactored.
    * math/test-double.c (TEST_MATHVEC): Add define.
    * math/test-float.c: Likewise.
    * math/test-idouble.c: Likewise.
    * math/test-ifloat.c: Likewise.
    * math/test-ildoubl.c: Likewise.
    * math/test-ldouble.c: Likewise.
    * sysdeps/generic/math-tests-arch.h (INIT_ARCH_EXT, CHECK_ARCH_EXT):
    New helper macros for runtime architecture check.
</pre>
</div>
</content>
</entry>
<entry>
<title>This is the beginning of series of patches with addition of</title>
<updated>2015-04-28T10:48:22+00:00</updated>
<author>
<name>Andrew Senkevich</name>
<email>andrew.senkevich@intel.com</email>
</author>
<published>2015-04-28T10:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=0d7660a2fc79b2afca5047a709c5968c77a09e8c'/>
<id>0d7660a2fc79b2afca5047a709c5968c77a09e8c</id>
<content type='text'>
vector math functions infrastructure. This patch is preparatory change
in libm-test.c - splitting of macros which form name of tested functions
for ability to use separate name for tested functions and for functions
used in test suite infrastructure.

2015-04-28  Andrew Senkevich  &lt;andrew.senkevich@intel.com&gt;

    * math/test-double.c (FUNC_TEST): New macro.
    * math/test-float.c: Likewise.
    * math/test-idouble.c: Likewise.
    * math/test-ifloat.c: Likewise.
    * math/test-ildoubl.c: Likewise.
    * math/test-ldouble.c: Likewise.
    * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vector math functions infrastructure. This patch is preparatory change
in libm-test.c - splitting of macros which form name of tested functions
for ability to use separate name for tested functions and for functions
used in test suite infrastructure.

2015-04-28  Andrew Senkevich  &lt;andrew.senkevich@intel.com&gt;

    * math/test-double.c (FUNC_TEST): New macro.
    * math/test-float.c: Likewise.
    * math/test-idouble.c: Likewise.
    * math/test-ifloat.c: Likewise.
    * math/test-ildoubl.c: Likewise.
    * math/test-ldouble.c: Likewise.
    * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update sparc localplt.data</title>
<updated>2015-04-27T21:53:13+00:00</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2015-04-27T21:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=3f2e21e9cf577b57552f16f9ce84d0237055c7ea'/>
<id>3f2e21e9cf577b57552f16f9ce84d0237055c7ea</id>
<content type='text'>
	* sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
	__tls_get_addr.
	* sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
	__tls_get_addr.
	* sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check tzspec_len == 0 in __tzfile_read</title>
<updated>2015-04-27T16:57:51+00:00</updated>
<author>
<name>H.J. Lu</name>
<email>hjl.tools@gmail.com</email>
</author>
<published>2015-04-27T16:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=5cffc05ed5c7fea312f2822d388afc025d03c08a'/>
<id>5cffc05ed5c7fea312f2822d388afc025d03c08a</id>
<content type='text'>
	[BZ#18333]
	* time/tzset.c (__tzfile_read): Check tzspec_len == 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[BZ#18333]
	* time/tzset.c (__tzfile_read): Check tzspec_len == 0.
</pre>
</div>
</content>
</entry>
<entry>
<title>test-skeleton: Support temporary files without memory leaks [BZ#18333]</title>
<updated>2015-04-27T14:19:55+00:00</updated>
<author>
<name>Florian Weimer</name>
<email>fweimer@redhat.com</email>
</author>
<published>2015-04-27T13:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=cc8dcf96e71dd643f929e32150904cd6ad69efa8'/>
<id>cc8dcf96e71dd643f929e32150904cd6ad69efa8</id>
<content type='text'>
add_temp_file now makes a copy which is freed by delete_temp_files.
Callers to create_temp_file can now free the returned file name to
avoid the memory leak.  These changes do not affect the leak behavior
of existing code.

Also address a NULL pointer derefence in tzset after a memoru allocation
failure, found during testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add_temp_file now makes a copy which is freed by delete_temp_files.
Callers to create_temp_file can now free the returned file name to
avoid the memory leak.  These changes do not affect the leak behavior
of existing code.

Also address a NULL pointer derefence in tzset after a memoru allocation
failure, found during testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>posix_fallocate, posix_fallocate64 stub: Do not set errno</title>
<updated>2015-04-24T18:08:43+00:00</updated>
<author>
<name>Florian Weimer</name>
<email>fweimer@redhat.com</email>
</author>
<published>2015-04-24T11:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=2dd6ee79b19ccfdd7f68cd534b8b71f77479132b'/>
<id>2dd6ee79b19ccfdd7f68cd534b8b71f77479132b</id>
<content type='text'>
These functions return an error code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These functions return an error code.
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: Define PI_STATIC_AND_HIDDEN.</title>
<updated>2015-04-24T17:51:49+00:00</updated>
<author>
<name>Roland McGrath</name>
<email>roland@hack.frob.com</email>
</author>
<published>2015-04-24T17:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=c25fec6f57a9f1901c8a11eb51c8318bb86d47b9'/>
<id>c25fec6f57a9f1901c8a11eb51c8318bb86d47b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
