Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
The FSF now allows year range notation for copyright years. See `6.5 Copyright Notices' from: http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html We comply with the FSF requirements for the use of range notation by documenting the usage in our README. | |||||
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 | |
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 | 2 | -2/+6 | |
Use correct function names. | |||||
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 | |
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 | 2 | -52/+4 | |
2011-10-15 | Optimized floor for 64-bit architectures | Ulrich Drepper | 2 | -0/+81 | |
2011-10-15 | Add cosh optimized for 64-bit architectures | Ulrich Drepper | 3 | -4/+85 | |
2011-10-15 | Optimize exp | Ulrich Drepper | 14 | -157/+180 | |
Add __exp*_finite optimizations and rewrite some wrappers. | |||||
2011-10-15 | No need for boundary case handling in x86-32 __ieee_logf | Ulrich Drepper | 2 | -52/+4 | |
2011-10-15 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 4 | -6/+23 | |
Conflicts: ChangeLog | |||||
2011-10-15 | Optimize access to isXYZ and toXYZ tables | Ulrich Drepper | 10 | -18/+135 | |
The functions to get the pointers can now depend on the TLS variable be initialized. | |||||
2011-10-15 | Fix lost wmemcmp symbol | Andreas Schwab | 2 | -2/+4 | |
2011-10-15 | Fix searching for C++ system headers for cross compilers | Andreas Schwab | 3 | -4/+19 | |
2011-10-15 | Fix WS | Ulrich Drepper | 1 | -4/+4 | |
2011-10-15 | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | 19 | -336/+3070 | |
2011-10-15 | Add parameter annotation to modf | Andreas Jaeger | 3 | -4/+10 | |
2011-10-15 | Avoid warning in iofwide | Ulrich Drepper | 2 | -6/+7 | |
2011-10-15 | Fix definition of __isctype_f | Ulrich Drepper | 2 | -1/+5 | |
2011-10-14 | Remove leftover debug message from pldd | Ulrich Drepper | 2 | -1/+2 | |
2011-10-14 | Add missing BZ number to NEWS | Ulrich Drepper | 1 | -2/+2 | |
2011-10-14 | Optimize x86-32 log | Ulrich Drepper | 7 | -3/+306 | |
2011-10-14 | Support optimized isXXX functions in C++ code | Ulrich Drepper | 2 | -7/+38 | |
2011-10-14 | Adjust s390 libm ULPs | Andreas Schwab | 2 | -2/+42 | |