about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up some bits/select.h headers.Ulrich Drepper2011-01-091-3/+5
* Make PowerPC64 default to nonexecutable stackRyan S. Arnold2010-12-191-1/+7
* Support Intel processor model 6 and model 0x2.H.J. Lu2010-11-121-0/+1
* Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu2010-11-101-0/+6
* Fix warnings in __bswap_16.Ulrich Drepper2010-11-101-14/+15
* Use IFUNC on x86-64 memsetH.J. Lu2010-11-089-156/+369
* 32bit memset-sse2.S fails with uneven cache sizeUlrich Drepper2010-11-051-2/+18
* Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li2010-10-251-2/+2
* Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.Ulrich Drepper2010-10-191-1/+15
* Implement accurate fma.Jakub Jelinek2010-10-131-2/+2
* Correct implementation of fmaf.Jakub Jelinek2010-10-113-4/+6
* Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper2010-10-031-16/+16
* Re-enable all strncasecmp versions.Ulrich Drepper2010-09-201-2/+0
* Fix limit detection in x86-64 SSE2 strncasecmp.Ulrich Drepper2010-09-202-1/+3
* Update x86-64 mpn routines from GMP 5.0.1.Ulrich Drepper2010-09-027-182/+467
* Fix typo in last commit.Ulrich Drepper2010-08-261-3/+3
* Move slow Atom code to separate section.Ulrich Drepper2010-08-261-1/+1
* Shorten x86-64 strlen a bit.Ulrich Drepper2010-08-261-7/+3
* Unroll x86-64 strlenH.J. Lu2010-08-265-90/+477
* Missing comma in last commit.H.J. Lu2010-08-261-1/+1
* Clean up warnings in new x86_64/multiarch code.Roland McGrath2010-08-255-21/+63
* Unroll 32bit SSE strlen and handle slow bsfH.J. Lu2010-08-252-0/+12
* Add missing copyright year updated and pretty printing.Ulrich Drepper2010-08-243-3/+3
* Clean up SSE variable shiftsRichard Henderson2010-08-246-354/+73
* Fix two typos in x86-64 SSE4.2 strncasecmp implementation.Ulrich Drepper2010-08-191-2/+2
* Fix fourth parameter of SSE4.2 strcmp for x86-64.Ulrich Drepper2010-08-151-3/+3
* Use correct register for fourth parameter of x86-64 strncasecmp_l.Ulrich Drepper2010-08-151-3/+3