aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-17Makr x86-64 math_private.h more robustUlrich Drepper
2011-10-17Provide internal optimizations on x86-64 with SSE4.1Ulrich 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-17Fix last x86-64 mathinline changeUlrich Drepper
Use correct function names.
2011-10-17Fix nesting of #ifdefs in netgroupcache.cUlrich Drepper
2011-10-17Fix syntax error in __THROW macroAndreas Schwab
2011-10-17Correctly handle missing initgroups databaseAndreas Schwab
2011-10-16Use leaf function attribute in __THROWUlrich Drepper
2011-10-16Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper
2011-10-16Cleanup last patchUlrich Drepper
2011-10-16Fix potential problem with skipping relocationsUlrich 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-15No need for boundary case handling in x86-32 __ieee_logUlrich Drepper
2011-10-15Optimized floor for 64-bit architecturesUlrich Drepper
2011-10-15Add cosh optimized for 64-bit architecturesUlrich Drepper
2011-10-15Optimize expUlrich Drepper
Add __exp*_finite optimizations and rewrite some wrappers.
2011-10-15No need for boundary case handling in x86-32 __ieee_logfUlrich Drepper
2011-10-15Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-10-15Optimize access to isXYZ and toXYZ tablesUlrich Drepper
The functions to get the pointers can now depend on the TLS variable be initialized.
2011-10-15Fix lost wmemcmp symbolAndreas Schwab
2011-10-15Fix searching for C++ system headers for cross compilersAndreas Schwab
2011-10-15Fix WSUlrich Drepper
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva
2011-10-15Add parameter annotation to modfAndreas Jaeger
2011-10-15Avoid warning in iofwideUlrich Drepper
2011-10-15Fix definition of __isctype_fUlrich Drepper
2011-10-14Remove leftover debug message from plddUlrich Drepper
2011-10-14Add missing BZ number to NEWSUlrich Drepper
2011-10-14Optimize x86-32 logUlrich Drepper
2011-10-14Support optimized isXXX functions in C++ codeUlrich Drepper
2011-10-14Adjust s390 libm ULPsAndreas Schwab
2011-10-14Fix lost feraiseexcept symbolAndreas Schwab
2011-10-13BZ#13291: Manual typo fix for strverscmp.Roland McGrath
2011-10-13Fix PLT use in feupdateenv on x86_64Andreas Schwab
2011-10-13Check for zero size in memrchr for x86_64Andreas Schwab
2011-10-13Add memrchr testsAndreas Schwab
2011-10-12Fix whitespacesUlrich Drepper
2011-10-12Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva
2011-10-12Optimize libmUlrich Drepper
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
2011-10-10Fix PLT use in getnetgrent_rAndreas Schwab
2011-10-10Implement __isinf_nsl for IBM long doubleAndreas Schwab
2011-10-09Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-10-09Update Japanese translationUlrich Drepper
2011-10-08Clean up locarchive mmap reservation code.Roland McGrath
2011-10-08Conditionalize unnecessary #include.Roland McGrath
2011-10-08Fix some nit warnings.Roland McGrath
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper
2011-10-08isinf returns the sign of the number, use it in printf*Ulrich Drepper
2011-10-08Use private math_private.h in files in math/Ulrich Drepper
2011-10-08Note bug number in CLUlrich Drepper
2011-10-08Update Japanese translationUlrich Drepper
2011-10-08Fix netname2hostAndreas Jaeger