about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Fix makefile/configure problems with sse2avx changes.Joseph Myers2012-01-301-1/+1
* Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait'Roland McGrath2012-01-301-1/+3
|\
| * Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().Chris Metcalf2012-01-281-1/+3
* | Merge remote-tracking branch 'origin/cmetcalf/tile_not_cancel_h'Roland McGrath2012-01-301-1/+2
|\ \
| * | Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.Chris Metcalf2012-01-281-1/+2
| |/
* | Merge remote-tracking branch 'origin/cmetcalf/tile_faccessat'Roland McGrath2012-01-301-2/+2
|\ \
| * | Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.Chris Metcalf2012-01-281-2/+2
| |/
* | Optimize x86-64 math inline header a bitUlrich Drepper2012-01-281-8/+31
* | Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-01-2810-49/+60
|/
* Simplify use of AVX instructions in internal math macrosUlrich Drepper2012-01-281-59/+20
* PowerPC - A2 memcpy cache line size initializationAdhemerval Zanella2012-01-272-4/+51
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-27125-1076/+124
* Remove __STDC__ conditionals from non-installed headers.Joseph Myers2012-01-266-46/+10
* Remove __STDC__ conditionals from installed headers.Joseph Myers2012-01-266-49/+10
* Really fix AVX testsUlrich Drepper2012-01-268-27/+31
* Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper2012-01-262-2/+15
* Hurd: Try to respect mmap address hint for non-MAP_FIXED.Samuel Thibault2012-01-231-15/+31
* Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT.Pino Toscano2012-01-231-2/+2
* Powerpc: correct duplicate label issue with multiple passes through context codeWill Schmidt2012-01-124-11/+17
* Optimized acosh for 64-bit platformsUlrich Drepper2012-01-111-0/+67
* Optimize scalblnUlrich Drepper2012-01-114-76/+100
* Optimize s_modfUlrich Drepper2012-01-104-50/+78
* Optimize ldexp and scalbnUlrich Drepper2012-01-104-92/+48
* Some branch prediction for log1pUlrich Drepper2012-01-091-3/+3
* Fix typo in Linux/PPC32 getcontextWill Schmidt2012-01-081-4/+4
* Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper2012-01-081-5/+8
* Add checking versions of poll and ppollUlrich Drepper2012-01-082-2/+4
* Static linking is always neededUlrich Drepper2012-01-081-12/+1
* More fallout from supporting only ELFUlrich Drepper2012-01-0817-98/+12
* Remove pre-ISO C supportUlrich Drepper2012-01-0740-297/+291
* Remove non-ELF supportUlrich Drepper2012-01-0713-97/+17
* Update ABI informationUlrich Drepper2012-01-071-1/+1
* Remove m68k support from Linux configureUlrich Drepper2012-01-071-1/+1
* Remove Alpha support from ldsodefs.hUlrich Drepper2012-01-071-10/+0
* More IA-64 removalUlrich Drepper2012-01-074-14/+4
* Linux configure cleanupUlrich Drepper2012-01-072-38/+0
* Remove IA-64 support from kernel-features.hUlrich Drepper2012-01-071-8/+7
* Fix up a commentUlrich Drepper2012-01-071-1/+1
* Yet more ia64 removal falloutUlrich Drepper2012-01-072-2/+134
* More ia64 removal changesUlrich Drepper2012-01-075-9/+143
* Remove IA-64 supportUlrich Drepper2012-01-07447-152654/+0
* Implement timespec_getUlrich Drepper2012-01-012-0/+67
* Fix typos in commentsMarek Polacek2011-12-231-4/+4
* Prevent warnings due to long long constantsUlrich Drepper2011-12-234-80/+105
* Fix overrun in destination bufferLiubov Dmitrieva2011-12-232-508/+323
* Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper2011-12-231-1/+11
* Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva2011-12-231-41/+21
* Add feraiseexcept optimization for x86-32Ulrich Drepper2011-12-221-1/+39
* Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper2011-12-221-4/+18
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-12-225-32/+61
|\