about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* [x86_64] Set DL_RUNTIME_UNALIGNED_VEC_SIZE to 8 hjl/plt/2.22H.J. Lu2016-02-232-11/+15
* Support x86-64 assmebler without AVX512H.J. Lu2016-02-231-16/+24
* Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar2015-08-142-2/+0
* Don't run tst-getpid2 with LD_BIND_NOW=1H.J. Lu2015-08-051-5/+0
* Use SSE optimized strcmp in x86-64 ld.soH.J. Lu2015-08-051-253/+216
* Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu2015-08-056-464/+0
* Replace %xmm8 with %xmm0H.J. Lu2015-08-051-26/+26
* Replace %xmm[8-12] with %xmm[0-4]H.J. Lu2015-08-051-47/+47
* Don't disable SSE in x86-64 ld.soH.J. Lu2015-08-053-11/+14
* Save and restore vector registers in x86-64 ld.soH.J. Lu2015-08-058-501/+472
* Align stack when calling __errno_locationH.J. Lu2015-08-053-0/+18
* Align stack to 16 bytes when calling __gettimeofdayH.J. Lu2015-08-051-4/+5
* Align stack to 16 bytes when calling __setcontextH.J. Lu2015-08-051-2/+2
* Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu2015-08-052-0/+8
* Update x86 elision-conf.c for <cpu-features.h>H.J. Lu2015-08-051-2/+2
* Update libmvec multiarch functions for <cpu-features.h>H.J. Lu2015-08-0539-228/+126
* Update i686 multiarch functions for <cpu-features.h>H.J. Lu2015-08-0538-887/+356
* Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu2015-08-0539-233/+246
* Add _dl_x86_cpu_features to rtld_global in ld.soH.J. Lu2015-08-0527-396/+511
* Update version.h and include/features.h for 2.22 release glibc-2.22Carlos O'Donell2015-08-053-3/+9
* tilepro: fix warnings in sysdeps/tile/tilepro/bits/atomic.hChris Metcalf2015-08-042-8/+18
* Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab2015-08-044-9/+13
* Updated translations for 2.22.Carlos O'Donell2015-08-017-2122/+2069
* Deprecate the use of regexp.hZack Weinberg2015-08-014-18/+39
* Regenerate libc.pot for 2.22 release.Carlos O'Donell2015-07-312-296/+356
* Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich2015-07-303-4/+8
* hppa: add bz entry for pthreadtypes.h fixMike Frysinger2015-07-302-19/+20
* hppa: fix pthreadtypes.h namespace failuresMike Frysinger2015-07-302-3/+9
* hppa: Remove custom lowlevellock.h.Torvald Riegel2015-07-302-334/+4
* hppa: sigaction.h: change sa_flags to an intMike Frysinger2015-07-292-1/+22
* hppa: fix sysdep.h header setupMike Frysinger2015-07-293-5/+9
* hppa: rewrite INLINE_SYSCALLMike Frysinger2015-07-292-22/+12
* Extend local PLT reference checkH.J. Lu2015-07-296-19/+127
* Added runtime check for AVX vector math tests.Andrew Senkevich2015-07-294-1/+34
* ia64: drop __tls_get_addr from expected ld.so plt usageMike Frysinger2015-07-282-4/+7
* ia64: atomic.h: fix atomic_exchange_and_add 64bit handlingMike Frysinger2015-07-282-3/+6
* ia64: clean up old kernel headers cruftMike Frysinger2015-07-282-4/+5
* pwd.h: revert __nonnull markings on putpwent [BZ #18641]Mike Frysinger2015-07-272-1/+6
* Mark bug 2981 (elf/tst-audit* fail on MIPS) as fixed.Joseph Myers2015-07-272-19/+22
* Fix spurious conform test failuresAndreas Schwab2015-07-272-2/+6
* Fixes extern protected data handling testcases elf/tst-protected1aChung-Lin Tang2015-07-263-1/+10
* Add #include <string.h> to nptl/tst-join7mod.c to silence GCC warnings.Chung-Lin Tang2015-07-262-0/+5
* Update Nios II ulps file.Chung-Lin Tang2015-07-252-41/+102
* Fix order of arguments to rt_sigprocmask syscall when setting the signal maskChung-Lin Tang2015-07-243-6/+13
* NaCl: Remove bogus O_SHLOCK, O_EXLOCK definitions.Roland McGrath2015-07-242-4/+4
* Use IE model for static variables in libc.so, libpthread.so and rtldSiddhesh Poyarekar2015-07-246-9/+136
* Update powerpc-fpu libm-test-ulps.Adhemerval Zanella2015-07-242-56/+156
* Fixed several libmvec bugs found during testing on KNL hardware.Andrew Senkevich2015-07-2416-223/+220
* [ARM][BZ #17711] Fix extern protected data handlingSzabolcs Nagy2015-07-243-3/+12
* [AArch64][BZ #17711] Fix extern protected data handlingSzabolcs Nagy2015-07-243-1/+11