Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize f_mod | Ulrich Drepper | 2011-10-23 | 3 | -6/+113 |
* | Remove unnecessary include from x86-32 tls.h | Ulrich Drepper | 2011-10-23 | 2 | -2/+5 |
* | Fix strnlen change | Ulrich Drepper | 2011-10-23 | 4 | -7/+10 |
* | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva | 2011-10-23 | 12 | -47/+757 |
* | Fix WS | Ulrich Drepper | 2011-10-23 | 1 | -1/+1 |
* | Optimized strnlen and wcscmp for x86-64 | Liubov Dmitrieva | 2011-10-23 | 10 | -319/+1003 |
* | More WS | Ulrich Drepper | 2011-10-23 | 1 | -1/+1 |
* | Fix WS | Ulrich Drepper | 2011-10-23 | 1 | -8/+7 |
* | Regnerate with modern bison | Ulrich Drepper | 2011-10-23 | 1 | -751/+1239 |
* | Improve x86-32 SSSE3 memcpy | Michael Zolotukhin | 2011-10-23 | 2 | -219/+713 |
* | Fix WS | Ulrich Drepper | 2011-10-23 | 1 | -7/+7 |
* | Add wcschr test cases | Liubov Dmitrieva | 2011-10-23 | 4 | -56/+90 |
* | Add wcslen test cases | Liubov Dmitrieva | 2011-10-23 | 4 | -40/+58 |
* | Update Italian translation | Ulrich Drepper | 2011-10-23 | 2 | -737/+1043 |
* | More WS fixes | Ulrich Drepper | 2011-10-23 | 1 | -4/+4 |
* | Fix WS | Ulrich Drepper | 2011-10-23 | 2 | -10/+10 |
* | Fix signedness in wcscmp comparison | Liubov Dmitrieva | 2011-10-23 | 5 | -132/+239 |
* | Clean up FMA use | Ulrich Drepper | 2011-10-23 | 2 | -9/+6 |
* | Clean up last dla.h change | Ulrich Drepper | 2011-10-23 | 12 | -21/+32 |
* | Add missing _finite aliases | Andreas Schwab | 2011-10-23 | 2 | -0/+7 |
* | Fix typo in last change | Ulrich Drepper | 2011-10-22 | 1 | -1/+1 |
* | Update ULPs for x86-64 | Ulrich Drepper | 2011-10-22 | 2 | -4/+14 |
* | Improve DLA_FMA for FMA4 | Ulrich Drepper | 2011-10-22 | 1 | -2/+2 |
* | Start using fma in the libm implementation | Ulrich Drepper | 2011-10-22 | 10 | -150/+208 |
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-10-22 | 5 | -0/+12 |
|\ | |||||
| * | Fix compilation due to __nan defines | Andreas Schwab | 2011-10-22 | 5 | -0/+12 |
* | | Add branch predictions to complex math code | Ulrich Drepper | 2011-10-22 | 24 | -132/+101 |
|/ | |||||
* | Optimization to some complex math functions | Ulrich Drepper | 2011-10-22 | 23 | -258/+132 |
* | Fix compilation problems in x86-64 init-arch | Ulrich Drepper | 2011-10-21 | 2 | -1/+5 |
* | Add some __builtin_expect to generic __ieee754_log | Ulrich Drepper | 2011-10-21 | 2 | -3/+8 |
* | Don't use NULL in last s_fma{,f} change | Ulrich Drepper | 2011-10-21 | 2 | -2/+2 |
* | Check for FMA4 support and generate appropriate fma functions | Ulrich Drepper | 2011-10-20 | 8 | -27/+115 |
* | Move fma routines to right place | Ulrich Drepper | 2011-10-20 | 3 | -0/+5 |
* | CL is for code changes | Ulrich Drepper | 2011-10-20 | 1 | -4/+0 |
* | Document copyright year range notation in README. | Carlos O'Donell | 2011-10-20 | 2 | -1/+8 |
* | Preserve link time dependencies over relocation dependencies | Andreas Schwab | 2011-10-20 | 3 | -5/+21 |
* | Optimize x86-64 rawmemchr and add test | Ulrich Drepper | 2011-10-19 | 4 | -5/+198 |
* | Add optimized str{,n}casecmp for AVX on x86-64 | Ulrich Drepper | 2011-10-19 | 5 | -1799/+1885 |
* | Fix PLT use for feraiseexcept on x86_64 | Andreas Schwab | 2011-10-19 | 2 | -1/+6 |
* | Use new internal libc_fe* interfaces in more functions | Ulrich Drepper | 2011-10-18 | 8 | -56/+81 |
* | Provide combined internal feholdexcept/fesetround interface | Ulrich Drepper | 2011-10-18 | 4 | -6/+27 |
* | Pretty print last change to x86-64 mathinline.h | Ulrich Drepper | 2011-10-18 | 1 | -2/+2 |
* | Add optimized nearbyint{,f} for x86-64 | Ulrich Drepper | 2011-10-18 | 7 | -1/+114 |
* | Start optimizing the use of the fenv interfaces in libm itself | Ulrich Drepper | 2011-10-18 | 5 | -31/+95 |
* | Fix last change | Andreas Schwab | 2011-10-18 | 2 | -4/+5 |
* | Fix linkage conflict with feraiseexcept | Andreas Schwab | 2011-10-18 | 2 | -6/+17 |
* | Small optimization of generic exp2 | Ulrich Drepper | 2011-10-17 | 2 | -11/+14 |
* | Add optimized 64-bit frexp | Ulrich Drepper | 2011-10-17 | 2 | -0/+69 |
* | Relax asm requirements for recently added x86-64 math interfaces | Ulrich Drepper | 2011-10-17 | 3 | -10/+14 |
* | Makr x86-64 math_private.h more robust | Ulrich Drepper | 2011-10-17 | 2 | -10/+13 |