about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Remove miscellaneous __STDC__ conditionals.Joseph Myers2012-01-3030-110/+67
* Fix makefile/configure problems with sse2avx changes.Joseph Myers2012-01-305-1/+13
* Merge remote-tracking branch 'origin/cmetcalf/tile_config'Roland McGrath2012-01-303-86/+142
|\
| * Update config.guess, config.sub from upstream config git repository.Chris Metcalf2012-01-293-86/+142
* | Add Tile relocation types.Chris Metcalf2012-01-302-3/+223
* | Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait'Roland McGrath2012-01-303-1/+13
|\ \
| * | Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().Chris Metcalf2012-01-283-1/+15
| |/
* | Merge remote-tracking branch 'origin/cmetcalf/tile_not_cancel_h'Roland McGrath2012-01-302-1/+4
|\ \
| * | Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.Chris Metcalf2012-01-282-1/+6
| |/
* | Merge remote-tracking branch 'origin/cmetcalf/tile_firstversions'Roland McGrath2012-01-302-2/+8
|\ \
| * | Fix bug in firstversions.awk version range handling.Chris Metcalf2012-01-282-2/+10
| |/
* | Merge remote-tracking branch 'origin/cmetcalf/tile_faccessat'Roland McGrath2012-01-302-2/+6
|\ \
| * | Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.Chris Metcalf2012-01-282-2/+6
| |/
* | Optimize x86-64 math inline header a bitUlrich Drepper2012-01-282-8/+38
* | Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-01-2813-60/+83
|/
* Simplify use of AVX instructions in internal math macrosUlrich Drepper2012-01-282-59/+24
* PowerPC - A2 memcpy cache line size initializationAdhemerval Zanella2012-01-273-4/+57
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2012-01-27135-1137/+271
|\
| * Remove __STDC__ conditionals from libm.Joseph Myers2012-01-27135-1137/+271
* | Sort objects before relocationsUlrich Drepper2012-01-278-35/+158
|/
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2012-01-2720-156/+66
|\
| * Remove __STDC__ conditionals from non-installed headers.Joseph Myers2012-01-2610-63/+27
| * Remove __STDC__ conditionals from installed headers.Joseph Myers2012-01-2611-93/+39
* | Fix commentUlrich Drepper2012-01-271-2/+2
|/
* Really fix AVX testsUlrich Drepper2012-01-269-28/+41
* Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper2012-01-264-4/+24
* Remove gets declarations in C++ tests.Joseph Myers2012-01-255-6/+7
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2012-01-2412-6102/+53
|\
| * Remove posix/glob directory (standalone glob build support).Joseph Myers2012-01-249-6085/+4
| * Use newly built locales for tst-c16c32-1.Joseph Myers2012-01-242-0/+5
| * Hurd: Try to respect mmap address hint for non-MAP_FIXED.Samuel Thibault2012-01-232-15/+37
| * Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT.Pino Toscano2012-01-232-2/+7
* | Fix gets problemsUlrich Drepper2012-01-244-10/+30
|/
* Fix version check in uchar.hUlrich Drepper2012-01-212-1/+5
* Do not cache negative results in nscd if these are transientUlrich Drepper2012-01-207-18/+34
* More minor malloc cleanupsUlrich Drepper2012-01-171-24/+1
* Minor cleanups of malloc codeUlrich Drepper2012-01-163-55/+6
* Fix locking problem in fmtmsgUlrich Drepper2012-01-164-3/+43
* Don't always provide definition of gets checking versionMarek Polacek2012-01-132-0/+8
* Powerpc: correct duplicate label issue with multiple passes through context codeWill Schmidt2012-01-125-11/+25
* Optimized acosh for 64-bit platformsUlrich Drepper2012-01-112-0/+69
* Optimize scalblnUlrich Drepper2012-01-115-77/+108
* Fix warnings due to return in void functionsUlrich Drepper2012-01-112-6/+21
* Optimize s_modfUlrich Drepper2012-01-106-51/+88
* Add const attribute to fmin and fmaxUlrich Drepper2012-01-102-2/+4
* Optimize ldexp and scalbnUlrich Drepper2012-01-106-93/+65
* Add const attribute to pthread_equalUlrich Drepper2012-01-102-1/+4
* Consistently added return to pthread_exitUlrich Drepper2012-01-103-3/+8
* Add noreturn attributeMarek Polacek2012-01-102-1/+6
* Some branch prediction for log1pUlrich Drepper2012-01-092-3/+7