summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Add x32 dl-machine.h.H.J. Lu2011-11-231-0/+86
* Define MALLOC_ALIGNMENT as 16 for x32.H.J. Lu2011-11-231-0/+3
* Add misc x32 support.H.J. Lu2011-11-234-0/+36
* Use stack register macro in stackinfo.h.H.J. Lu2011-11-231-2/+2
* Add x32 support to dynamic linker audit.H.J. Lu2011-11-231-1/+17
* Add x32 support to sysdeps/x86_64/dl-machine.h.H.J. Lu2011-11-231-43/+68
* Add x32 support to dl-irel.h.H.J. Lu2011-11-231-4/+4
* Add x32 support to dl-tls.h.H.J. Lu2011-11-231-2/+2
* Add x32 support to dl-tlsdesc.h.H.J. Lu2011-11-231-2/+8
* Check if RTLD_SAVESPACE_SSE is 32byte aligned.H.J. Lu2011-11-231-0/+4
* Add x32 support to mathinline.h.H.J. Lu2011-11-231-4/+2
* Add x32 support to math_private.hH.J. Lu2011-11-231-2/+2
* Cast _Unwind_GetCFA return to _Unwind_Ptr first.H.J. Lu2011-11-231-1/+3
* Add x32 support to mathdef.h/setjmp.h/fenv.h.H.J. Lu2011-11-233-11/+4
* Add x32 support to byteswap.h.H.J. Lu2011-11-231-10/+7
* Use long long on 64bit integer in atomic.h.H.J. Lu2011-11-231-9/+9
* Use register macros in memcmp-sse4.S.H.J. Lu2011-11-231-4/+4
* Use R10_LP to load frame size.H.J. Lu2011-11-231-3/+3
* Use register macros in memcpy.S.H.J. Lu2011-11-231-2/+2
* Simulate popping 4byte argument count for x32.H.J. Lu2011-11-231-14/+20
* Use register macros in __longjmp.S and setjmp.S.H.J. Lu2011-11-232-6/+6
* Add x32 wordsize.h.H.J. Lu2011-11-232-2/+8
* Add x32 Implies files.H.J. Lu2011-11-232-0/+7
* Add x86-64 ffsl alias only if __LP64__ is defined.H.J. Lu2011-11-231-1/+4
* Add x32 sysdep.h files.H.J. Lu2011-11-232-0/+160
* Set x32 shlib version to GLIBC_2.11.H.J. Lu2011-11-232-0/+4
* Initial x32 support.H.J. Lu2011-11-233-0/+140
* Fix warnings in __bswap_16.Ulrich Drepper2010-12-011-14/+15
* 32bit memset-sse2.S fails with uneven cache sizeUlrich Drepper2010-12-011-2/+18
* Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li2010-10-261-2/+2
* Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strncmpUlrich Drepper2010-10-081-16/+16
* Incorrect x86 CPU family and model check.H.J. Lu2010-06-011-3/+3
* Whitespace fix.Ulrich Drepper2010-04-141-1/+0
* Add x86-32 FMA supportH.J. Lu2010-04-142-36/+0
* Check DATA_CACHE_SIZE_HALFH.J. Lu2010-04-141-2/+2
* Optimie x86-64 SSE4 memcmp for unaligned data.H.J. Lu2010-04-141-6/+371
* x86-64 SSE4 optimized memcmpH.J. Lu2010-04-144-1/+1331
* Update x86-64 cpu multiarch selection header.Ulrich Drepper2010-04-131-17/+21
* Fix concurrent handling of __cpu_features.Ulrich Drepper2010-04-042-14/+23
* Don't define __strpbrk_sse42 in static libraryH.J. Lu2010-03-241-4/+8
* Fix R_X86_64_PC32 overflow detectionRichard Guenther2010-03-041-2/+2
* We can use the 64-bit register versions of the double functions.Ulrich Drepper2010-02-241-0/+1
* Avoid PLT call to fegetenv on s390Andreas Schwab2010-02-091-0/+1
* Prevent silent errors should x86-64 strncmp be needed outside libc.Ulrich Drepper2010-01-141-204/+211
* Unroll the loop x86-64 SSE4.2 strlen.H.J. Lu2010-01-131-15/+45
* Optimize 32bit memset/memcpy with SSE2/SSSE3.H.J. Lu2010-01-124-3/+42
* Define bit_SSE2 and index_SSE2.H.J. Lu2009-12-131-0/+2
* Define bit_XXX and index_XXX.H.J. Lu2009-12-139-17/+31
* Fix whitespaces.Ulrich Drepper2009-10-222-11/+11
* Implement SSE4.2 optimized strchr and strrchr.H.J. Lu2009-10-224-1/+506