about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Typo in last checkinUlrich Drepper2011-10-291-1/+1
|
* Correctly NUL-terminate link name in sprofUlrich Drepper2011-10-293-4/+9
|
* Cleanups in ldconfig's chroot handlingUlrich Drepper2011-10-292-3/+4
|
* Avoid warning in dl-lookup.cUlrich Drepper2011-10-292-2/+4
|
* Fix readlink call in ldconfig's chroot handlingThomas Jarosch2011-10-293-4/+9
|
* Add strchrnul performance testUlrich Drepper2011-10-294-8/+27
|
* Update Spanish translationUlrich Drepper2011-10-292-4903/+5389
|
* Update Italian translationUlrich Drepper2011-10-292-3/+7
|
* More cleanups of x86-64 strstrUlrich Drepper2011-10-282-13/+14
|
* Clean up x86-64 strcasestrUlrich Drepper2011-10-282-13/+17
| | | | Actually describe in the C code what is going on.
* Remove code without too much effectsUlrich Drepper2011-10-2816-113/+28
| | | | | Some of the AVX-specific code is not giving enough speed-up to justify the extra code.
* Fix some warning nitsAndreas Schwab2011-10-283-7/+9
|
* Move wide char related routines to wcsmbs subdirAndreas Schwab2011-10-282-3/+12
|
* Don't mark memory synchronisation functions as leafAndreas Schwab2011-10-277-26/+45
|
* 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-263-60/+7
|
* Fix uses of math_force_evalAndreas Schwab2011-10-264-6/+10
|
* Make math_force_eval accept non-addressable argumentsAndreas Schwab2011-10-263-5/+13
|
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-2530-92/+370
|
* Typo in CLUlrich Drepper2011-10-251-1/+1
|
* Optimize x86-64 SSE4.2+ strcmp a bit moreUlrich Drepper2011-10-252-175/+135
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-10-254-31/+42
|\
| * Use correct signedness in default implementations of wcscmp and wmemcmpAndreas Schwab2011-10-253-20/+23
| |
| * Fix strchr testAndreas Schwab2011-10-252-11/+19
| |
* | Use math_force_eval in more placesUlrich Drepper2011-10-2521-310/+257
|/
* Use VEX encoding in inline math functions on x86-64 when possibleUlrich Drepper2011-10-252-48/+142
|
* Small optimization of dependency sortingAndreas Schwab2011-10-253-2/+8
|
* Cleanup FMA4 patchUlrich Drepper2011-10-2547-198/+494
| | | | | Move the FMA4 code into its own section. Avoid some of the duplication of data resulting from the double use of source files.
* Better DLA_FMSUlrich Drepper2011-10-242-3/+12
| | | | | It's better to use __builtin_fma if it works. Use it for gcc 4.6 and higher. Move the x86-64 dla.h to the correct place.
* Remove warnings in NPTL testsUlrich Drepper2011-10-245-9/+17
|
* Use inline asm for DLA_FMS because of broken old compilersUlrich Drepper2011-10-242-2/+9
|
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-2448-177/+595
|
* Finish renamed DLA_FMA -> DLA_FMSUlrich Drepper2011-10-249-9/+22
|
* Fix lost wcslen symbolAndreas Schwab2011-10-242-3/+7
|
* Optimized remquo for 64-bit platformsUlrich Drepper2011-10-232-0/+114
|
* Optimize f_modUlrich Drepper2011-10-233-6/+113
| | | | | Branch prediction for the 32-bit implementation and a new optimized 64-bit implementation.
* Remove unnecessary include from x86-32 tls.hUlrich Drepper2011-10-232-2/+5
|
* Fix strnlen changeUlrich Drepper2011-10-234-7/+10
|
* Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva2011-10-2312-47/+757
|
* Fix WSUlrich Drepper2011-10-231-1/+1
|
* Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva2011-10-2310-319/+1003
|
* More WSUlrich Drepper2011-10-231-1/+1
|
* Fix WSUlrich Drepper2011-10-231-8/+7
|
* Regnerate with modern bisonUlrich Drepper2011-10-231-751/+1239
|
* Improve x86-32 SSSE3 memcpyMichael Zolotukhin2011-10-232-219/+713
|
* Fix WSUlrich Drepper2011-10-231-7/+7
|
* Add wcschr test casesLiubov Dmitrieva2011-10-234-56/+90
|
* Add wcslen test casesLiubov Dmitrieva2011-10-234-40/+58
|
* Update Italian translationUlrich Drepper2011-10-232-737/+1043
|
* More WS fixesUlrich Drepper2011-10-231-4/+4
|