Age | Commit message (Expand) | Author | Files | Lines |
2011-10-23 | Add wcschr test cases | Liubov Dmitrieva | 4 | -56/+90 |
2011-10-23 | Add wcslen test cases | Liubov Dmitrieva | 4 | -40/+58 |
2011-10-23 | Update Italian translation | Ulrich Drepper | 2 | -737/+1043 |
2011-10-23 | More WS fixes | Ulrich Drepper | 1 | -4/+4 |
2011-10-23 | Fix WS | Ulrich Drepper | 2 | -10/+10 |
2011-10-23 | Fix signedness in wcscmp comparison | Liubov Dmitrieva | 5 | -132/+239 |
2011-10-23 | Clean up FMA use | Ulrich Drepper | 2 | -9/+6 |
2011-10-23 | Clean up last dla.h change | Ulrich Drepper | 12 | -21/+32 |
2011-10-23 | Add missing _finite aliases | Andreas Schwab | 2 | -0/+7 |
2011-10-22 | Fix typo in last change | Ulrich Drepper | 1 | -1/+1 |
2011-10-22 | Update ULPs for x86-64 | Ulrich Drepper | 2 | -4/+14 |
2011-10-22 | Improve DLA_FMA for FMA4 | Ulrich Drepper | 1 | -2/+2 |
2011-10-22 | Start using fma in the libm implementation | Ulrich Drepper | 10 | -150/+208 |
2011-10-22 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 5 | -0/+12 |
2011-10-22 | Add branch predictions to complex math code | Ulrich Drepper | 24 | -132/+101 |
2011-10-22 | Fix compilation due to __nan defines | Andreas Schwab | 5 | -0/+12 |
2011-10-22 | Optimization to some complex math functions | Ulrich Drepper | 23 | -258/+132 |
2011-10-21 | Fix compilation problems in x86-64 init-arch | Ulrich Drepper | 2 | -1/+5 |
2011-10-21 | Add some __builtin_expect to generic __ieee754_log | Ulrich Drepper | 2 | -3/+8 |
2011-10-21 | Don't use NULL in last s_fma{,f} change | Ulrich Drepper | 2 | -2/+2 |
2011-10-20 | Check for FMA4 support and generate appropriate fma functions | Ulrich Drepper | 8 | -27/+115 |
2011-10-20 | Move fma routines to right place | Ulrich Drepper | 3 | -0/+5 |
2011-10-20 | CL is for code changes | Ulrich Drepper | 1 | -4/+0 |
2011-10-20 | Document copyright year range notation in README. | Carlos O'Donell | 2 | -1/+8 |
2011-10-20 | Preserve link time dependencies over relocation dependencies | Andreas Schwab | 3 | -5/+21 |
2011-10-19 | Optimize x86-64 rawmemchr and add test | Ulrich Drepper | 4 | -5/+198 |
2011-10-19 | Add optimized str{,n}casecmp for AVX on x86-64 | Ulrich Drepper | 5 | -1799/+1885 |
2011-10-19 | Fix PLT use for feraiseexcept on x86_64 | Andreas Schwab | 2 | -1/+6 |
2011-10-18 | Use new internal libc_fe* interfaces in more functions | Ulrich Drepper | 8 | -56/+81 |
2011-10-18 | Provide combined internal feholdexcept/fesetround interface | Ulrich Drepper | 4 | -6/+27 |
2011-10-18 | Pretty print last change to x86-64 mathinline.h | Ulrich Drepper | 1 | -2/+2 |
2011-10-18 | Add optimized nearbyint{,f} for x86-64 | Ulrich Drepper | 7 | -1/+114 |
2011-10-18 | Start optimizing the use of the fenv interfaces in libm itself | Ulrich Drepper | 5 | -31/+95 |
2011-10-18 | Fix last change | Andreas Schwab | 2 | -4/+5 |
2011-10-18 | Fix linkage conflict with feraiseexcept | Andreas Schwab | 2 | -6/+17 |
2011-10-17 | Small optimization of generic exp2 | Ulrich Drepper | 2 | -11/+14 |
2011-10-17 | Add optimized 64-bit frexp | Ulrich Drepper | 2 | -0/+69 |
2011-10-17 | Relax asm requirements for recently added x86-64 math interfaces | Ulrich Drepper | 3 | -10/+14 |
2011-10-17 | Makr x86-64 math_private.h more robust | Ulrich Drepper | 2 | -10/+13 |
2011-10-17 | Provide internal optimizations on x86-64 with SSE4.1 | Ulrich Drepper | 7 | -12/+61 |
2011-10-17 | Fix last x86-64 mathinline change | Ulrich Drepper | 2 | -2/+6 |
2011-10-17 | Fix nesting of #ifdefs in netgroupcache.c | Ulrich Drepper | 2 | -2/+6 |
2011-10-17 | Fix syntax error in __THROW macro | Andreas Schwab | 2 | -2/+4 |
2011-10-17 | Correctly handle missing initgroups database | Andreas Schwab | 2 | -8/+9 |
2011-10-16 | Use leaf function attribute in __THROW | Ulrich Drepper | 2 | -3/+14 |
2011-10-16 | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper | 26 | -134/+495 |
2011-10-16 | Cleanup last patch | Ulrich Drepper | 2 | -3/+6 |
2011-10-16 | Fix potential problem with skipping relocations | Ulrich Drepper | 3 | -21/+36 |
2011-10-15 | No need for boundary case handling in x86-32 __ieee_log | Ulrich Drepper | 2 | -52/+4 |
2011-10-15 | Optimized floor for 64-bit architectures | Ulrich Drepper | 2 | -0/+81 |