about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add missing iucv related defines.Stefan Liebler2016-04-271-0/+10
* powerpc: Add optimized strcspn for P8Paul E. Murphy2016-04-258-29/+151
* Fix stdlib/tst-makecontext regression for Nios IIChung-Lin Tang2016-04-251-0/+12
* powerpc: strcasestr optmization for power8Rajalakshmi Srinivasaraghavan2016-04-229-1/+697
* Fix gprof timingSamuel Thibault2016-04-191-1/+1
* hurd: fix profiling short-living processesSamuel Thibault2016-04-191-2/+3
* powerpc: Optimization for strlen for POWER8.Carlos Eduardo Seo2016-04-155-4/+345
* Detect Intel Goldmont and Airmont processorsH.J. Lu2016-04-151-0/+8
* Fix pread consolidation on ports that require argument alignmentAdhemerval Zanella2016-04-141-0/+1
* malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer2016-04-142-35/+0
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-04-142-1/+25
* Remove union wait [BZ #19613]Florian Weimer2016-04-147-8/+7
* Register extra test objectsAndreas Schwab2016-04-131-0/+4
* X86-64: Use non-temporal store in memcpy on large dataH.J. Lu2016-04-125-171/+234
* VDSO support for MIPSMatthew Fortune2016-04-127-0/+133
* Consolidate pwrite/pwrite64 implementationsAdhemerval Zanella2016-04-1116-427/+27
* Consolidate pread/pread64 implementationsAdhemerval Zanella2016-04-1117-414/+28
* Consolidate off_t/off64_t syscall argument passingAdhemerval Zanella2016-04-114-10/+35
* Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing portsAdhemerval Zanella2016-04-113-0/+16
* Fix build with HAVE_AUX_VECTORSamuel Thibault2016-04-112-6/+6
* Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault2016-04-101-0/+2
* When disabling SSE, make sure -fpmath is not set to use SSE eitherKhem Raj2016-04-091-1/+2
* configure: fix `test ==` usageMike Frysinger2016-04-094-6/+6
* Fix termios.h XCASE namespace (bug 19925).Joseph Myers2016-04-085-5/+5
* powerpc: Add optimized P8 strspnPaul E. Murphy2016-04-076-1/+289
* X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu2016-04-061-54/+84
* X86-64: Prepare memset-vec-unaligned-erms.SH.J. Lu2016-04-061-13/+19
* Force 32-bit displacement in memset-vec-unaligned-erms.SH.J. Lu2016-04-051-0/+13
* Add a comment in memset-sse2-unaligned-erms.SH.J. Lu2016-04-051-0/+2
* Don't put SSE2/AVX/AVX512 memmove/memset in ld.soH.J. Lu2016-04-036-32/+40
* Fix memmove-vec-unaligned-erms.SH.J. Lu2016-04-031-24/+30
* Remove Fast_Copy_Backward from Intel Core processorsH.J. Lu2016-04-011-5/+1
* Remove powerpc64 strspn, strcspn, and strpbrk implementationAdhemerval Zanella2016-04-013-406/+0
* Improve generic strcspn performanceWilco Dijkstra2016-04-011-18/+1
* S390: Use ahi instead of aghi in 32bit _dl_runtime_resolve.Stefan Liebler2016-04-011-1/+1
* Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy2016-03-311-7/+18
* Add x86-64 memset with unaligned store and rep stosbH.J. Lu2016-03-316-1/+335
* Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu2016-03-316-1/+594
* S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler2016-03-313-65/+124
* S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler2016-03-316-248/+496
* [microblaze] Remove __ASSUME_FUTIMESAT.Joseph Myers2016-03-292-33/+0
* Initial Enhanced REP MOVSB/STOSB (ERMS) supportH.J. Lu2016-03-281-0/+4
* Synchronize <sys/personality.h> with kernel headersAurelien Jarno2016-03-281-0/+3
* Make __memcpy_avx512_no_vzeroupper an aliasH.J. Lu2016-03-283-430/+404
* Implement x86-64 multiarch mempcpy in memcpyH.J. Lu2016-03-289-57/+69
* [x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu2016-03-283-2/+17
* tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860]Florian Weimer2016-03-251-1/+4
* Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848).Joseph Myers2016-03-244-21/+21
* Assume __NR_utimensat is always definedAurelien Jarno2016-03-233-22/+0
* Assume __NR_openat is always definedAurelien Jarno2016-03-231-4/+0