about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix readlink call in ldconfig's chroot handlingThomas Jarosch2011-10-291-0/+4
* Add strchrnul performance testUlrich Drepper2011-10-291-0/+4
* Update Spanish translationUlrich Drepper2011-10-291-0/+1
* Update Italian translationUlrich Drepper2011-10-291-0/+4
* More cleanups of x86-64 strstrUlrich Drepper2011-10-281-0/+2
* Clean up x86-64 strcasestrUlrich Drepper2011-10-281-0/+5
* Remove code without too much effectsUlrich Drepper2011-10-281-0/+23
* Fix some warning nitsAndreas Schwab2011-10-281-0/+4
* Move wide char related routines to wcsmbs subdirAndreas Schwab2011-10-281-0/+5
* Don't mark memory synchronisation functions as leafAndreas Schwab2011-10-271-0/+7
* BZ#13349: Missing BZ tag for last change.Roland McGrath2011-10-261-0/+1
* Remove mention of open_obstack_stream, which has never existed in libio.Roland McGrath2011-10-261-0/+6
* Fix uses of math_force_evalAndreas Schwab2011-10-261-0/+4
* Make math_force_eval accept non-addressable argumentsAndreas Schwab2011-10-261-0/+6
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-251-0/+35
* Typo in CLUlrich Drepper2011-10-251-1/+1
* Optimize x86-64 SSE4.2+ strcmp a bit moreUlrich Drepper2011-10-251-0/+5
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-10-251-0/+7
|\
| * Use correct signedness in default implementations of wcscmp and wmemcmpAndreas Schwab2011-10-251-0/+3
| * Fix strchr testAndreas Schwab2011-10-251-0/+4
* | Use math_force_eval in more placesUlrich Drepper2011-10-251-0/+22
|/
* Use VEX encoding in inline math functions on x86-64 when possibleUlrich Drepper2011-10-251-0/+4
* Small optimization of dependency sortingAndreas Schwab2011-10-251-0/+6
* Cleanup FMA4 patchUlrich Drepper2011-10-251-0/+50
* Better DLA_FMSUlrich Drepper2011-10-241-2/+4
* Use inline asm for DLA_FMS because of broken old compilersUlrich Drepper2011-10-241-0/+3
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-241-0/+57
* Finish renamed DLA_FMA -> DLA_FMSUlrich Drepper2011-10-241-0/+13
* Fix lost wcslen symbolAndreas Schwab2011-10-241-0/+4
* Optimized remquo for 64-bit platformsUlrich Drepper2011-10-231-0/+2
* Optimize f_modUlrich Drepper2011-10-231-0/+4
* Fix strnlen changeUlrich Drepper2011-10-231-0/+4
* Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva2011-10-231-0/+15
* Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva2011-10-231-0/+14
* Improve x86-32 SSSE3 memcpyMichael Zolotukhin2011-10-231-0/+5
* Add wcschr test casesLiubov Dmitrieva2011-10-231-2/+9
* Add wcslen test casesLiubov Dmitrieva2011-10-231-0/+9
* Update Italian translationUlrich Drepper2011-10-231-0/+4
* Fix signedness in wcscmp comparisonLiubov Dmitrieva2011-10-231-0/+11
* Clean up last dla.h changeUlrich Drepper2011-10-231-0/+14
* Add missing _finite aliasesAndreas Schwab2011-10-231-0/+5
* Update ULPs for x86-64Ulrich Drepper2011-10-221-0/+2
* Start using fma in the libm implementationUlrich Drepper2011-10-221-0/+16
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-10-221-0/+8
|\
| * Fix compilation due to __nan definesAndreas Schwab2011-10-221-0/+8
* | Add branch predictions to complex math codeUlrich Drepper2011-10-221-0/+24
|/
* Optimization to some complex math functionsUlrich Drepper2011-10-221-0/+26
* Fix compilation problems in x86-64 init-archUlrich Drepper2011-10-211-0/+3
* Add some __builtin_expect to generic __ieee754_logUlrich Drepper2011-10-211-0/+5
* Check for FMA4 support and generate appropriate fma functionsUlrich Drepper2011-10-201-0/+9