about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* 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
* No need for special strcmp for rtld.Ulrich Drepper2009-07-271-28/+0
* Make sure no code in ld.so uses xmm/ymm registers on x86-64.Ulrich Drepper2009-07-2610-0/+484
* Add SSE2 support to str{,n}cmp for x86-64.H.J. Lu2009-07-265-267/+2055
* Some some optimizations for x86-64 strcmp.H.J. Lu2009-07-251-9/+4
* Optimize x86-64 SSE4.2 strcmp.Ulrich Drepper2009-07-251-0/+5
* Avoid cpuid instructions in cache info discovery.Ulrich Drepper2009-07-231-19/+31
* Add more cache descriptors for L3 caches on x86 and x86-64.Ulrich Drepper2009-07-231-0/+3
* Perform test for Arom x86-64 in central place and handle it.Ulrich Drepper2009-07-232-11/+10
* Minor cleanups in x86-64 strstr.Ulrich Drepper2009-07-211-78/+55
* Better check for optimization in new x86-64 strstr/strcasestr.Ulrich Drepper2009-07-201-11/+15
* SSE4.2 strstr/strcasestr for x86-64.H.J. Lu2009-07-205-1/+519
* Optimize restoring of ymm registers on x86-64.Ulrich Drepper2009-07-161-43/+34
* Fix up whitespaces in new memcmp for x86-64.Ulrich Drepper2009-07-161-42/+42
* memcmp implementation for x86-64 using SSE2.H.J. Lu2009-07-161-0/+359
* Fix thinko in AVX audit patch.Ulrich Drepper2009-07-151-20/+4