summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Undefine and redefine __i686 for assembly code.Joseph Myers2012-02-061-1/+7
|
* Match x86 PIC thunk names to compiler version.Joseph Myers2012-02-061-3/+16
|
* Use macro for PIC setup in inline asm.Joseph Myers2012-02-052-10/+21
|
* Use macros for x86 PIC thunk names.Joseph Myers2012-02-032-15/+21
|
* Consistently use macros for x86 PIC thunks.Joseph Myers2012-02-0342-429/+105
|
* Always define float_t as float for PowerPC, SH and SPARC.Joseph Myers2012-01-313-39/+5
|
* Remove miscellaneous __STDC__ conditionals.Joseph Myers2012-01-301-5/+1
|
* 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
|\ | | | | | | | | Conflicts: ChangeLog
| * 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
|\ \ | | | | | | | | | | | | Conflicts: ChangeLog
| * | 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
| | | | | | There is no problem with strcmp, it doesn't use the YMM registers. The math routines might since gcc perhaps generates such code. Introduce bit_YMM_USBALE and use it in the math routines.
* 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 alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
* 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
| | | | No more __const.
* 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
|