Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-17 | Makr x86-64 math_private.h more robust | Ulrich Drepper | |
2011-10-17 | Provide internal optimizations on x86-64 with SSE4.1 | Ulrich Drepper | |
Provide macros so that the internal users can, if possible, directly use the new instructions. Also fix up the mathinline.h header when compiling with SSE4.1 enabled. | |||
2011-10-17 | Fix last x86-64 mathinline change | Ulrich Drepper | |
Use correct function names. | |||
2011-10-17 | Fix nesting of #ifdefs in netgroupcache.c | Ulrich Drepper | |
2011-10-17 | Fix syntax error in __THROW macro | Andreas Schwab | |
2011-10-17 | Correctly handle missing initgroups database | Andreas Schwab | |
2011-10-16 | Use leaf function attribute in __THROW | Ulrich Drepper | |
2011-10-16 | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper | |
2011-10-16 | Cleanup last patch | Ulrich Drepper | |
2011-10-16 | Fix potential problem with skipping relocations | Ulrich Drepper | |
We never seem to have hit this problem but way relative relocations were skipped was wrong. There are relative relocations only in the DT_REL/DT_RELA section. The elf_dynamic_do_##reloc function skipped the entries in all calls, though. | |||
2011-10-15 | No need for boundary case handling in x86-32 __ieee_log | Ulrich Drepper | |
2011-10-15 | Optimized floor for 64-bit architectures | Ulrich Drepper | |
2011-10-15 | Add cosh optimized for 64-bit architectures | Ulrich Drepper | |
2011-10-15 | Optimize exp | Ulrich Drepper | |
Add __exp*_finite optimizations and rewrite some wrappers. | |||
2011-10-15 | No need for boundary case handling in x86-32 __ieee_logf | Ulrich Drepper | |
2011-10-15 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-10-15 | Optimize access to isXYZ and toXYZ tables | Ulrich Drepper | |
The functions to get the pointers can now depend on the TLS variable be initialized. | |||
2011-10-15 | Fix lost wmemcmp symbol | Andreas Schwab | |
2011-10-15 | Fix searching for C++ system headers for cross compilers | Andreas Schwab | |
2011-10-15 | Fix WS | Ulrich Drepper | |
2011-10-15 | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | |
2011-10-15 | Add parameter annotation to modf | Andreas Jaeger | |
2011-10-15 | Avoid warning in iofwide | Ulrich Drepper | |
2011-10-15 | Fix definition of __isctype_f | Ulrich Drepper | |
2011-10-14 | Remove leftover debug message from pldd | Ulrich Drepper | |
2011-10-14 | Add missing BZ number to NEWS | Ulrich Drepper | |
2011-10-14 | Optimize x86-32 log | Ulrich Drepper | |
2011-10-14 | Support optimized isXXX functions in C++ code | Ulrich Drepper | |
2011-10-14 | Adjust s390 libm ULPs | Andreas Schwab | |
2011-10-14 | Fix lost feraiseexcept symbol | Andreas Schwab | |
2011-10-13 | BZ#13291: Manual typo fix for strverscmp. | Roland McGrath | |
2011-10-13 | Fix PLT use in feupdateenv on x86_64 | Andreas Schwab | |
2011-10-13 | Check for zero size in memrchr for x86_64 | Andreas Schwab | |
2011-10-13 | Add memrchr tests | Andreas Schwab | |
2011-10-12 | Fix whitespaces | Ulrich Drepper | |
2011-10-12 | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | |
2011-10-12 | Optimize libm | Ulrich Drepper | |
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized. | |||
2011-10-10 | Fix PLT use in getnetgrent_r | Andreas Schwab | |
2011-10-10 | Implement __isinf_nsl for IBM long double | Andreas Schwab | |
2011-10-09 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-10-09 | Update Japanese translation | Ulrich Drepper | |
2011-10-08 | Clean up locarchive mmap reservation code. | Roland McGrath | |
2011-10-08 | Conditionalize unnecessary #include. | Roland McGrath | |
2011-10-08 | Fix some nit warnings. | Roland McGrath | |
2011-10-08 | Optimize use of isnan, isinf, finite | Ulrich Drepper | |
2011-10-08 | isinf returns the sign of the number, use it in printf* | Ulrich Drepper | |
2011-10-08 | Use private math_private.h in files in math/ | Ulrich Drepper | |
2011-10-08 | Note bug number in CL | Ulrich Drepper | |
2011-10-08 | Update Japanese translation | Ulrich Drepper | |
2011-10-08 | Fix netname2host | Andreas Jaeger | |