2011-10-31 |
Ulrich Drepper | Cache network interface information |
tree | commitdiff |
2011-10-30 |
Ulrich Drepper | Fix potential double close in __check_fd if OOM |
tree | commitdiff |
2011-10-29 |
Ulrich Drepper | Fix accuracy problem in generic sin |
tree | commitdiff |
2011-10-28 |
Ulrich Drepper | More cleanups of x86-64 strstr |
tree | commitdiff |
2011-10-28 |
Ulrich Drepper | Clean up x86-64 strcasestr |
tree | commitdiff |
2011-10-28 |
Ulrich Drepper | Remove code without too much effects |
tree | commitdiff |
2011-10-28 |
Andreas Schwab | Fix some warning nits |
tree | commitdiff |
2011-10-28 |
Andreas Schwab | Move wide char related routines to wcsmbs subdir |
tree | commitdiff |
2011-10-26 |
Andreas Schwab | Fix uses of math_force_eval |
tree | commitdiff |
2011-10-26 |
Andreas Schwab | Make math_force_eval accept non-addressable arguments |
tree | commitdiff |
2011-10-26 |
Ulrich Drepper | Add AVX optimized versions for some x86-64 math functions |
tree | commitdiff |
2011-10-25 |
Ulrich Drepper | Optimize x86-64 SSE4.2+ strcmp a bit more |
tree | commitdiff |
2011-10-25 |
Ulrich Drepper | Merge branch 'master' of ssh://sourceware.org/git/glibc |
tree | commitdiff |
2011-10-25 |
Ulrich Drepper | Use math_force_eval in more places |
tree | commitdiff |
2011-10-25 |
Ulrich Drepper | Use VEX encoding in inline math functions on x86-64... |
tree | commitdiff |
2011-10-25 |
Ulrich Drepper | Cleanup FMA4 patch |
tree | commitdiff |
2011-10-25 |
Ulrich Drepper | Better DLA_FMS |
tree | commitdiff |
2011-10-25 |
Ulrich Drepper | Use inline asm for DLA_FMS because of broken old compilers |
tree | commitdiff |
2011-10-25 |
Ulrich Drepper | Optimize accurate 64-bit routines for FMA4 on x86-64 |
tree | commitdiff |
2011-10-24 |
Ulrich Drepper | Finish renamed DLA_FMA -> DLA_FMS |
tree | commitdiff |
2011-10-24 |
Ulrich Drepper | Optimized remquo for 64-bit platforms |
tree | commitdiff |
2011-10-24 |
Ulrich Drepper | Optimize f_mod |
tree | commitdiff |
2011-10-23 |
Ulrich Drepper | Fix strnlen change |
tree | commitdiff |
2011-10-23 |
Liubov Dmitrieva | Add optimized wcslen and strnlen for x86-32 |
tree | commitdiff |
2011-10-23 |
Ulrich Drepper | Fix WS |
tree | commitdiff |
2011-10-23 |
Liubov Dmitrieva | Optimized strnlen and wcscmp for x86-64 |
tree | commitdiff |
2011-10-23 |
Michael Zolotukhin | Improve x86-32 SSSE3 memcpy |
tree | commitdiff |
2011-10-23 |
Ulrich Drepper | Fix WS |
tree | commitdiff |
2011-10-23 |
Liubov Dmitrieva | Fix signedness in wcscmp comparison |
tree | commitdiff |
2011-10-23 |
Ulrich Drepper | Clean up FMA use |
tree | commitdiff |
2011-10-23 |
Ulrich Drepper | Clean up last dla.h change |
tree | commitdiff |
2011-10-23 |
Andreas Schwab | Add missing _finite aliases |
tree | commitdiff |
2011-10-23 |
Ulrich Drepper | Fix typo in last change |
tree | commitdiff |
2011-10-23 |
Ulrich Drepper | Update ULPs for x86-64 |
tree | commitdiff |
2011-10-22 |
Ulrich Drepper | Improve DLA_FMA for FMA4 |
tree | commitdiff |
2011-10-22 |
Ulrich Drepper | Start using fma in the libm implementation |
tree | commitdiff |
2011-10-22 |
Ulrich Drepper | Merge branch 'master' of ssh://sourceware.org/git/glibc |
tree | commitdiff |
2011-10-22 |
Andreas Schwab | Fix compilation due to __nan defines |
tree | commitdiff |
2011-10-22 |
Ulrich Drepper | Optimization to some complex math functions |
tree | commitdiff |
2011-10-22 |
Ulrich Drepper | Fix compilation problems in x86-64 init-arch |
tree | commitdiff |
2011-10-21 |
Ulrich Drepper | Add some __builtin_expect to generic __ieee754_log |
tree | commitdiff |
2011-10-21 |
Ulrich Drepper | Don't use NULL in last s_fma{,f} change |
tree | commitdiff |
2011-10-21 |
Ulrich Drepper | Check for FMA4 support and generate appropriate fma... |
tree | commitdiff |
2011-10-21 |
Ulrich Drepper | Move fma routines to right place |
tree | commitdiff |
2011-10-20 |
Ulrich Drepper | Optimize x86-64 rawmemchr and add test |
tree | commitdiff |
2011-10-19 |
Ulrich Drepper | Add optimized str{,n}casecmp for AVX on x86-64 |
tree | commitdiff |
2011-10-19 |
Andreas Schwab | Fix PLT use for feraiseexcept on x86_64 |
tree | commitdiff |
2011-10-18 |
Ulrich Drepper | Use new internal libc_fe* interfaces in more functions |
tree | commitdiff |
2011-10-18 |
Ulrich Drepper | Provide combined internal feholdexcept/fesetround interface |
tree | commitdiff |
2011-10-18 |
Ulrich Drepper | Pretty print last change to x86-64 mathinline.h |
tree | commitdiff |
2011-10-18 |
Ulrich Drepper | Add optimized nearbyint{,f} for x86-64 |
tree | commitdiff |
2011-10-18 |
Ulrich Drepper | Start optimizing the use of the fenv interfaces in... |
tree | commitdiff |
2011-10-18 |
Andreas Schwab | Fix last change |
tree | commitdiff |
2011-10-18 |
Andreas Schwab | Fix linkage conflict with feraiseexcept |
tree | commitdiff |
2011-10-18 |
Ulrich Drepper | Small optimization of generic exp2 |
tree | commitdiff |
2011-10-18 |
Ulrich Drepper | Add optimized 64-bit frexp |
tree | commitdiff |
2011-10-18 |
Ulrich Drepper | Relax asm requirements for recently added x86-64 math... |
tree | commitdiff |
2011-10-17 |
Ulrich Drepper | Makr x86-64 math_private.h more robust |
tree | commitdiff |
2011-10-17 |
Ulrich Drepper | Provide internal optimizations on x86-64 with SSE4.1 |
tree | commitdiff |
2011-10-17 |
Ulrich Drepper | Fix last x86-64 mathinline change |
tree | commitdiff |
2011-10-17 |
Ulrich Drepper | Use rounds{s,d} for x86 rint, ceil, floor |
tree | commitdiff |
2011-10-16 |
Ulrich Drepper | No need for boundary case handling in x86-32 __ieee_log |
tree | commitdiff |
2011-10-16 |
Ulrich Drepper | Optimized floor for 64-bit architectures |
tree | commitdiff |
2011-10-16 |
Ulrich Drepper | Add cosh optimized for 64-bit architectures |
tree | commitdiff |
2011-10-16 |
Ulrich Drepper | Optimize exp |
tree | commitdiff |
2011-10-15 |
Ulrich Drepper | No need for boundary case handling in x86-32 __ieee_logf |
tree | commitdiff |
2011-10-15 |
Ulrich Drepper | Merge branch 'master' of ssh://sourceware.org/git/glibc |
tree | commitdiff |
2011-10-15 |
Ulrich Drepper | Optimize access to isXYZ and toXYZ tables |
tree | commitdiff |
2011-10-15 |
Ulrich Drepper | Fix WS |
tree | commitdiff |
2011-10-15 |
Liubov Dmitrieva | Optimized memcmp and wmemcmp for x86-64 and x86-32 |
tree | commitdiff |
2011-10-15 |
Ulrich Drepper | Optimize x86-32 log |
tree | commitdiff |
2011-10-14 |
Andreas Schwab | Adjust s390 libm ULPs |
tree | commitdiff |
2011-10-14 |
Andreas Schwab | Fix lost feraiseexcept symbol |
tree | commitdiff |
2011-10-13 |
Andreas Schwab | Fix PLT use in feupdateenv on x86_64 |
tree | commitdiff |
2011-10-13 |
Andreas Schwab | Check for zero size in memrchr for x86_64 |
tree | commitdiff |
2011-10-12 |
Ulrich Drepper | Fix whitespaces |
tree | commitdiff |
2011-10-12 |
Liubov Dmitrieva | Optimized memchr, memrchr, rawmemchr for x86-32 |
tree | commitdiff |
2011-10-12 |
Ulrich Drepper | Optimize libm |
tree | commitdiff |
2011-10-10 |
Andreas Schwab | Implement __isinf_nsl for IBM long double |
tree | commitdiff |
2011-10-09 |
Ulrich Drepper | Merge branch 'master' of ssh://sourceware.org/git/glibc |
tree | commitdiff |
2011-10-08 |
Roland McGrath | Conditionalize unnecessary #include. |
tree | commitdiff |
2011-10-08 |
Roland McGrath | Fix some nit warnings. |
tree | commitdiff |
2011-10-08 |
Ulrich Drepper | Optimize use of isnan, isinf, finite |
tree | commitdiff |
2011-10-07 |
Ulrich Drepper | Fix whitespace |
tree | commitdiff |
2011-10-07 |
Liubov Dmitrieva | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 |
tree | commitdiff |
2011-10-05 |
Andreas Schwab | Don't call ifunc functions in trace mode |
tree | commitdiff |
2011-09-28 |
Andreas Schwab | Adjust powerpc libm ULPs |
tree | commitdiff |
2011-09-26 |
Andreas Schwab | Fix parse error in bits/mathinline.h with --std=c99 |
tree | commitdiff |
2011-09-19 |
Roland McGrath | Clean up disabling of script_execute |
tree | commitdiff |
2011-09-16 |
Ulrich Drepper | finite for 64-bit platforms |
tree | commitdiff |
2011-09-15 |
Ulrich Drepper | Define IP_MULTICAST_ALL |
tree | commitdiff |
2011-09-15 |
Roland McGrath | Use HIDDEN_JUMPTARGET rather than spelling out its... |
tree | commitdiff |
2011-09-15 |
Ulrich Drepper | Merge branch 'master' of ssh://sourceware.org/git/glibc |
tree | commitdiff |
2011-09-15 |
Ulrich Drepper | Add fmax and fmin inlines for x86-64 |
tree | commitdiff |
2011-09-15 |
Andreas Schwab | Fix PLT uses in libm on powerpc |
tree | commitdiff |
2011-09-14 |
Ulrich Drepper | Use correct section to allow merging |
tree | commitdiff |
2011-09-14 |
Ulrich Drepper | Optimized lrint and llrint for x86-64 |
tree | commitdiff |
2011-09-13 |
Andreas Schwab | Fix undefined symbol in powerpc64 dl-machine.h |
tree | commitdiff |
2011-09-13 |
Andreas Schwab | Avoid macro clash between <sys/select.h> and <linux... |
tree | commitdiff |
2011-09-12 |
Ulrich Drepper | Optimize logb code for 64-bit machines |
tree | commitdiff |
next |