about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Check for zero size in memrchr for x86_64Andreas Schwab2011-10-131-0/+3
* Optimize libmUlrich Drepper2011-10-1213-47/+152
* Optimize use of isnan, isinf, finiteUlrich Drepper2011-10-081-0/+21
* Fix whitespaceUlrich Drepper2011-10-071-1/+1
* Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva2011-10-074-59/+842
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-051-4/+7
* Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab2011-09-261-8/+8
* Add fmax and fmin inlines for x86-64Ulrich Drepper2011-09-151-5/+41
* Use correct section to allow mergingUlrich Drepper2011-09-141-2/+2
* Optimized lrint and llrint for x86-64Ulrich Drepper2011-09-141-10/+46
* Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab2011-09-131-3/+3
* Remove --wth-tls option, TLS support is requiredUlrich Drepper2011-09-112-9/+4
* Remove support for !USE___THREADUlrich Drepper2011-09-101-13/+2
* Fix jn precisionPetr Baudis2011-09-091-44/+98
* Simplify AVX checkH.J. Lu2011-09-071-4/+1
* Move Atom-optimized code out of the way and togetherUlrich Drepper2011-09-064-4/+6
* Remove now-wrong commentUlrich Drepper2011-09-061-5/+0
* Fix whitespacesUlrich Drepper2011-09-052-2/+0
* Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva2011-09-055-3/+851
* Add optimized x86-64 wcscmpUlrich Drepper2011-09-051-0/+936
* Fix minor CFI problem in regular x86-64 trampolineUlrich Drepper2011-08-201-1/+2
* Fix CFI info in x86-64 trampolines for non-AVX codeUlrich Drepper2011-08-202-11/+19
* Minor optimization of popcount in l10nflistUlrich Drepper2011-08-111-0/+13
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-041-1/+1
* One more typo in AVX testUlrich Drepper2011-07-231-2/+2
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-07-232-29/+27
|\
| * Fix overflow bug is optimized strncat for x86-64Ulrich Drepper2011-07-212-29/+27
* | One more change to XSAVE patchUlrich Drepper2011-07-221-2/+4
* | Fix AVX checkAndreas Schwab2011-07-221-6/+15
|/
* Fix check for AVX enablementUlrich Drepper2011-07-201-5/+12
* Force :a_x86_64_ymm to be 16-byte alignedUlrich Drepper2011-07-201-3/+4
* Fix whitespacesUlrich Drepper2011-07-194-12/+9
* Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-07-1915-318/+1486
* Rebuild configure scriptsUlrich Drepper2011-07-061-1/+1
* Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu2011-06-2410-1838/+5488
* Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu2011-06-242-3/+14
* Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller2011-06-201-1/+8
* Assume Intel Core i3/i5/i7 processor if AVX is availableH.J. Lu2011-06-031-0/+7
* Fix typo in x86-64 powlH.J. Lu2011-05-181-2/+2
* Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-04-172-2/+2
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-101-1/+4
* Fix typo in cache information table for x86-{32,64}.Ulrich Drepper2011-04-031-1/+1
* Work around old buggy program which cannot cope with memcpy semantics.H.J. Lu2011-04-015-5/+58
* Last change caused infinite loops because of missing loop increment.Ulrich Drepper2011-03-221-0/+2
* Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu2011-03-211-15/+30
* Implement x86 cpuid handling of leaf4 for cache information.Ulrich Drepper2011-03-201-0/+49
* Enable SSE2 memset for AMD'supcoming Orochi processor.Harsha Jagasia2011-03-043-50/+79
* Work around empty line at end file generated by autoconf.Ulrich Drepper2011-02-172-0/+2
* Remove use of ranlib.Ulrich Drepper2011-02-151-12/+91
* Fix some warning nits.Roland McGrath2011-02-041-0/+1