aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-04-25powerpc: Add optimized strcspn for P8Paul E. Murphy8-29/+151
2016-04-25Fix stdlib/tst-makecontext regression for Nios IIChung-Lin Tang1-0/+12
2016-04-22powerpc: strcasestr optmization for power8Rajalakshmi Srinivasaraghavan9-1/+697
2016-04-19Fix gprof timingSamuel Thibault1-1/+1
2016-04-19hurd: fix profiling short-living processesSamuel Thibault1-2/+3
2016-04-15powerpc: Optimization for strlen for POWER8.Carlos Eduardo Seo5-4/+345
2016-04-15Detect Intel Goldmont and Airmont processorsH.J. Lu1-0/+8
2016-04-14Fix pread consolidation on ports that require argument alignmentAdhemerval Zanella1-0/+1
2016-04-14malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer2-35/+0
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2-1/+25
2016-04-14Remove union wait [BZ #19613]Florian Weimer7-8/+7
2016-04-13Register extra test objectsAndreas Schwab1-0/+4
2016-04-12X86-64: Use non-temporal store in memcpy on large dataH.J. Lu5-171/+234
2016-04-12VDSO support for MIPSMatthew Fortune7-0/+133
2016-04-11Consolidate pwrite/pwrite64 implementationsAdhemerval Zanella16-427/+27
2016-04-11Consolidate pread/pread64 implementationsAdhemerval Zanella17-414/+28
2016-04-11Consolidate off_t/off64_t syscall argument passingAdhemerval Zanella4-10/+35
2016-04-11Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing portsAdhemerval Zanella3-0/+16
2016-04-11Fix build with HAVE_AUX_VECTORSamuel Thibault2-6/+6
2016-04-10Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault1-0/+2
2016-04-09When disabling SSE, make sure -fpmath is not set to use SSE eitherKhem Raj1-1/+2
2016-04-09configure: fix `test ==` usageMike Frysinger4-6/+6
2016-04-08Fix termios.h XCASE namespace (bug 19925).Joseph Myers5-5/+5
2016-04-07powerpc: Add optimized P8 strspnPaul E. Murphy6-1/+289
2016-04-06X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu1-54/+84
2016-04-06X86-64: Prepare memset-vec-unaligned-erms.SH.J. Lu1-13/+19
2016-04-05Force 32-bit displacement in memset-vec-unaligned-erms.SH.J. Lu1-0/+13
2016-04-05Add a comment in memset-sse2-unaligned-erms.SH.J. Lu1-0/+2
2016-04-03Don't put SSE2/AVX/AVX512 memmove/memset in ld.soH.J. Lu6-32/+40
2016-04-03Fix memmove-vec-unaligned-erms.SH.J. Lu1-24/+30
2016-04-01Remove Fast_Copy_Backward from Intel Core processorsH.J. Lu1-5/+1
2016-04-01Remove powerpc64 strspn, strcspn, and strpbrk implementationAdhemerval Zanella3-406/+0
2016-04-01Improve generic strcspn performanceWilco Dijkstra1-18/+1
2016-04-01S390: Use ahi instead of aghi in 32bit _dl_runtime_resolve.Stefan Liebler1-1/+1
2016-03-31Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy1-7/+18
2016-03-31Add x86-64 memset with unaligned store and rep stosbH.J. Lu6-1/+335
2016-03-31Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu6-1/+594
2016-03-31S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler3-65/+124
2016-03-31S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler6-248/+496
2016-03-29[microblaze] Remove __ASSUME_FUTIMESAT.Joseph Myers2-33/+0
2016-03-28Initial Enhanced REP MOVSB/STOSB (ERMS) supportH.J. Lu1-0/+4
2016-03-28Synchronize <sys/personality.h> with kernel headersAurelien Jarno1-0/+3
2016-03-28Make __memcpy_avx512_no_vzeroupper an aliasH.J. Lu3-430/+404
2016-03-28Implement x86-64 multiarch mempcpy in memcpyH.J. Lu9-57/+69
2016-03-28[x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu3-2/+17
2016-03-25tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860]Florian Weimer1-1/+4
2016-03-24Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848).Joseph Myers4-21/+21
2016-03-23Assume __NR_utimensat is always definedAurelien Jarno3-22/+0
2016-03-23Assume __NR_openat is always definedAurelien Jarno1-4/+0
2016-03-23x86, pthread_cond_*wait: Do not depend on %eax not being clobberedNick Alcock2-0/+2