about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Incorrect x86 CPU family and model check.H.J. Lu2010-05-271-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
* Clean up unnecessary libc_hidden_builtin_def fiddling in x86 multiarch defini...Roland McGrath2009-10-062-5/+4
* Clean up x86 multiarch HAS_FOO macros.Roland McGrath2009-10-062-23/+10
* configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-151-32/+0
* Fix strstr/strcasestr/fma/fmaf on x86_64.Jakub Jelinek2009-09-024-6/+8
* Fix x86_64 bits/mathinline.h for -m32 compilation.Jakub Jelinek2009-09-011-0/+12
* Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab2009-08-311-2/+2
* Remove ENABLE_SSSE3_ON_ATOM.H.J. Lu2009-08-281-9/+1
* Optimize out duplicated scalbln code for x86-64.Ulrich Drepper2009-08-252-0/+11
* Optimized signbit{,f} for x86-64.Ulrich Drepper2009-08-252-0/+54
* Handle AVX saving on x86-64 in interrupted smbol lookups.Ulrich Drepper2009-08-251-1/+0
* Add ceil implementation for 64-bit machines.Ulrich Drepper2009-08-241-0/+17
* Optimize float construction/extraction on x86-64.Ulrich Drepper2009-08-241-0/+20
* Optimize x86-64 signbit{,f} a bit.Ulrich Drepper2009-08-241-5/+7
* Support mixed SSE/AVX audit and check AVX only once.H.J. Lu2009-08-082-237/+276
* Move SSE4.2 functions together.Ulrich Drepper2009-08-082-0/+2
* Add SSSE3-optimized implementation of str{,n}cmp for x86-64.Ulrich Drepper2009-08-075-47/+185
* Avoid warning through fake initialization.Ulrich Drepper2009-08-071-0/+2
* Fix whitespaces in last checkin.Ulrich Drepper2009-08-071-1/+1
* Properly count number of logical processors on Intel CPUs.H.J. Lu2009-08-071-4/+38
* Add x86 32-bit SSE4.2 string functions.H.J. Lu2009-08-042-4/+4
* Support multiarch for i686.H.J. Lu2009-07-314-49/+56
* ____longjmp_chk is now OS-specific.Ulrich Drepper2009-07-301-145/+1
* Change code a bit to correct CFI.Ulrich Drepper2009-07-301-1/+3
* Optimize ____longjmp_chk for x86-64 a bit.Ulrich Drepper2009-07-301-5/+3
* Fix x86-64 ____longjmp_chk to handle signal stacks.Ulrich Drepper2009-07-302-7/+106
* Add support for x86-64 fma instruction.Ulrich Drepper2009-07-293-0/+90
* Prepare use if IFUNC functions outside libc.so.Ulrich Drepper2009-07-292-2/+30
* Improve CFI in x86-64 ld.so trampoline code.Ulrich Drepper2009-07-291-1/+2
* Properly restore AVX registers on x86-64.H.J. Lu2009-07-291-10/+10
* Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper2009-07-292-3/+86
* Refine testing for xmm/ymm register use in x86-64 ld.so.Ulrich Drepper2009-07-275-12/+72