Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-23 | Improve x86-32 SSSE3 memcpy | Michael Zolotukhin | |
2011-10-23 | Fix WS | Ulrich Drepper | |
2011-10-23 | Add wcschr test cases | Liubov Dmitrieva | |
2011-10-23 | Add wcslen test cases | Liubov Dmitrieva | |
2011-10-23 | Update Italian translation | Ulrich Drepper | |
2011-10-23 | More WS fixes | Ulrich Drepper | |
2011-10-23 | Fix WS | Ulrich Drepper | |
2011-10-23 | Fix signedness in wcscmp comparison | Liubov Dmitrieva | |
2011-10-23 | Clean up FMA use | Ulrich Drepper | |
The macro's name should reflect that subtraction is being done. And use __builtin_fma, it seems to work after all. | |||
2011-10-23 | Clean up last dla.h change | Ulrich Drepper | |
2011-10-23 | Add missing _finite aliases | Andreas Schwab | |
2011-10-22 | Fix typo in last change | Ulrich Drepper | |
2011-10-22 | Update ULPs for x86-64 | Ulrich Drepper | |
2011-10-22 | Improve DLA_FMA for FMA4 | Ulrich Drepper | |
2011-10-22 | Start using fma in the libm implementation | Ulrich Drepper | |
2011-10-22 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
2011-10-22 | Add branch predictions to complex math code | Ulrich Drepper | |
2011-10-22 | Fix compilation due to __nan defines | Andreas Schwab | |
2011-10-22 | Optimization to some complex math functions | Ulrich Drepper | |
Also, change last reference to __sqrt into __sqrt to easily. | |||
2011-10-21 | Fix compilation problems in x86-64 init-arch | Ulrich Drepper | |
2011-10-21 | Add some __builtin_expect to generic __ieee754_log | Ulrich Drepper | |
2011-10-21 | Don't use NULL in last s_fma{,f} change | Ulrich Drepper | |
2011-10-20 | Check for FMA4 support and generate appropriate fma functions | Ulrich Drepper | |
2011-10-20 | Move fma routines to right place | Ulrich Drepper | |
2011-10-20 | CL is for code changes | Ulrich Drepper | |
2011-10-20 | Document copyright year range notation in README. | Carlos O'Donell | |
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 | |
2011-10-19 | Optimize x86-64 rawmemchr and add test | Ulrich Drepper | |
2011-10-19 | Add optimized str{,n}casecmp for AVX on x86-64 | Ulrich Drepper | |
2011-10-19 | Fix PLT use for feraiseexcept on x86_64 | Andreas Schwab | |
2011-10-18 | Use new internal libc_fe* interfaces in more functions | Ulrich Drepper | |
2011-10-18 | Provide combined internal feholdexcept/fesetround interface | Ulrich Drepper | |
2011-10-18 | Pretty print last change to x86-64 mathinline.h | Ulrich Drepper | |
2011-10-18 | Add optimized nearbyint{,f} for x86-64 | Ulrich Drepper | |
2011-10-18 | Start optimizing the use of the fenv interfaces in libm itself | Ulrich Drepper | |
2011-10-18 | Fix last change | Andreas Schwab | |
2011-10-18 | Fix linkage conflict with feraiseexcept | Andreas Schwab | |
2011-10-17 | Small optimization of generic exp2 | Ulrich Drepper | |
2011-10-17 | Add optimized 64-bit frexp | Ulrich Drepper | |
2011-10-17 | Relax asm requirements for recently added x86-64 math interfaces | Ulrich Drepper | |
2011-10-17 | Makr x86-64 math_private.h more robust | Ulrich Drepper | |
2011-10-17 | Provide internal optimizations on x86-64 with SSE4.1 | Ulrich 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-17 | Fix last x86-64 mathinline change | Ulrich Drepper | |
Use correct function names. | |||
2011-10-17 | Fix nesting of #ifdefs in netgroupcache.c | Ulrich Drepper | |
2011-10-17 | Fix syntax error in __THROW macro | Andreas Schwab | |
2011-10-17 | Correctly handle missing initgroups database | Andreas Schwab | |
2011-10-16 | Use leaf function attribute in __THROW | Ulrich Drepper | |
2011-10-16 | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper | |
2011-10-16 | Cleanup last patch | Ulrich Drepper | |
2011-10-16 | Fix potential problem with skipping relocations | Ulrich 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. |