summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-04-15Detect Intel Goldmont and Airmont processorsH.J. Lu
2016-04-15Remove pre GCC3.2 optimizations from string/bits/string2.h.Wilco Dijkstra
2016-04-15Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux
2016-04-14Fix pread consolidation on ports that require argument alignmentAdhemerval Zanella
2016-04-14malloc: Add missing internal_function attributes on function definitionsFlorian Weimer
2016-04-14Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler
2016-04-14malloc: Remove malloc hooks from fork handlerFlorian Weimer
2016-04-14malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer
2016-04-14Remove union wait [BZ #19613]Florian Weimer
2016-04-13Register extra test objectsAndreas Schwab
2016-04-12X86-64: Use non-temporal store in memcpy on large dataH.J. Lu
2016-04-12VDSO support for MIPSMatthew Fortune
2016-04-11Consolidate pwrite/pwrite64 implementationsAdhemerval Zanella
2016-04-11Consolidate pread/pread64 implementationsAdhemerval Zanella
2016-04-11Consolidate off_t/off64_t syscall argument passingAdhemerval Zanella
2016-04-11Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing portsAdhemerval Zanella
2016-04-11nss_dns: Fix assertion failure in _nss_dns_getcanonname_r [BZ #19865]Florian Weimer
2016-04-11Add missing bug number to ChangeLogFlorian Weimer
2016-04-11Fix build with HAVE_AUX_VECTORSamuel Thibault
2016-04-10Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault
2016-04-09Allow overriding of CFLAGS as well as CPPFLAGS for rtld.Nick Alcock
2016-04-09When disabling SSE, make sure -fpmath is not set to use SSE eitherKhem Raj
2016-04-09configure: fix `test ==` usageMike Frysinger
2016-04-08localedata: iw_IL: delete old/deprecated locale [BZ #16137]Mike Frysinger
2016-04-08Fix limits.h NL_NMAX namespace (bug 19929).Joseph Myers
2016-04-08Fix termios.h XCASE namespace (bug 19925).Joseph Myers
2016-04-07powerpc: Add optimized P8 strspnPaul E. Murphy
2016-04-07hsearch_r: Include <limits.h>Florian Weimer
2016-04-07scratch_buffer_set_array_size: Include <limits.h>Florian Weimer
2016-04-06X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu
2016-04-06X86-64: Prepare memset-vec-unaligned-erms.SH.J. Lu
2016-04-06Add memcpy/memmove/memset benchmarks with large dataH.J. Lu
2016-04-06Mention Bug in ChangeLog for S390: Save and restore fprs/vrs while resolving ...Stefan Liebler
2016-04-05Force 32-bit displacement in memset-vec-unaligned-erms.SH.J. Lu
2016-04-05Add a comment in memset-sse2-unaligned-erms.SH.J. Lu
2016-04-04strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer
2016-04-03Don't put SSE2/AVX/AVX512 memmove/memset in ld.soH.J. Lu
2016-04-03Fix memmove-vec-unaligned-erms.SH.J. Lu
2016-04-01Remove Fast_Copy_Backward from Intel Core processorsH.J. Lu
2016-04-01Use PTR_ALIGN_DOWN on strcspn and strspnAdhemerval Zanella
2016-04-01Test 64-byte alignment in memset benchtestH.J. Lu
2016-04-01Test 64-byte alignment in memmove benchtestH.J. Lu
2016-04-01Test 64-byte alignment in memcpy benchtestH.J. Lu
2016-04-01Remove powerpc64 strspn, strcspn, and strpbrk implementationAdhemerval Zanella
2016-04-01Improve generic strpbrk performanceAdhemerval Zanella
2016-04-01Improve generic strspn performanceAdhemerval Zanella
2016-04-01Improve generic strcspn performanceWilco Dijkstra
2016-04-01S390: Use ahi instead of aghi in 32bit _dl_runtime_resolve.Stefan Liebler
2016-03-31Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy