| Commit message (Expand) | Author | Age | Files | Lines |
* | Add femode_t functions. | Joseph Myers | 2016-09-07 | 2 | -0/+78 |
* | X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508] | H.J. Lu | 2016-09-06 | 3 | -3/+145 |
* | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy | 2016-09-01 | 1 | -1/+0 |
* | X86-64: Correct CFA in _dl_runtime_resolve | H.J. Lu | 2016-08-26 | 1 | -0/+2 |
* | Add fesetexcept. | Joseph Myers | 2016-08-16 | 1 | -0/+31 |
* | x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033). | Andrew Senkevich | 2016-08-02 | 24 | -54/+54 |
* | Don't compile do_test with -mavx/-mavx/-mavx512 | H.J. Lu | 2016-07-27 | 11 | -78/+141 |
* | x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309] | H.J. Lu | 2016-07-12 | 1 | -6/+7 |
* | Require binutils 2.24 to build x86-64 glibc [BZ #20139] | H.J. Lu | 2016-07-01 | 28 | -103/+136 |
* | Fixed wrong vector sincos/sincosf ABI to have it compatible with | Andrew Senkevich | 2016-07-01 | 31 | -39/+2450 |
* | Check Prefer_ERMS in memmove/memcpy/mempcpy/memset | H.J. Lu | 2016-06-30 | 5 | -1/+17 |
* | Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479). | Joseph Myers | 2016-06-27 | 1 | -5/+8 |
* | Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479). | Joseph Myers | 2016-06-27 | 1 | -5/+10 |
* | Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479). | Joseph Myers | 2016-06-27 | 1 | -5/+10 |
* | Fix i386/x86_64 scalbl with sNaN input (bug 20296). | Joseph Myers | 2016-06-23 | 1 | -10/+3 |
* | Simplify x86 nearbyint functions. | Joseph Myers | 2016-06-22 | 1 | -4/+0 |
* | Added tests to ensure linkage through libmvec *_finite aliases which are | Andrew Senkevich | 2016-06-20 | 26 | -0/+307 |
* | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2016-06-20 | 2 | -15/+1 |
* | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 2016-06-14 | 1 | -43/+0 |
* | Fix i386/x86_64 log2l (sNaN) (bug 20235). | Joseph Myers | 2016-06-09 | 1 | -0/+1 |
* | Always indirect branch to __libc_start_main via GOT | H.J. Lu | 2016-06-09 | 1 | -9/+8 |
* | X86-64: Add dummy memcopy.h and wordcopy.c | H.J. Lu | 2016-06-09 | 2 | -0/+2 |
* | Fix i386/x86_64 log1pl (sNaN) (bug 20229). | Joseph Myers | 2016-06-08 | 1 | -0/+1 |
* | Fix i386/x86_64 log10l (sNaN) (bug 20228). | Joseph Myers | 2016-06-08 | 1 | -0/+1 |
* | Fix i386/x86_64 logl (sNaN) (bug 20227). | Joseph Myers | 2016-06-08 | 1 | -0/+1 |
* | Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226). | Joseph Myers | 2016-06-08 | 1 | -2/+5 |
* | X86-64: Remove previous default/SSE2/AVX2 memcpy/memmove | H.J. Lu | 2016-06-08 | 19 | -1490/+394 |
* | X86-64: Remove the previous SSE2/AVX2 memsets | H.J. Lu | 2016-06-08 | 8 | -319/+60 |
* | Fix a typo in comments in memmove-vec-unaligned-erms.S | H.J. Lu | 2016-06-06 | 1 | -1/+1 |
* | Do not raise "inexact" from x86_64 SSE4.1 ceil, floor (bug 15479). | Joseph Myers | 2016-05-24 | 4 | -4/+4 |
* | Avoid an extra branch to PLT for -z now | H.J. Lu | 2016-05-24 | 1 | -2/+6 |
* | Remove alignments on jump targets in memset | H.J. Lu | 2016-05-19 | 1 | -32/+5 |
* | Call init_cpu_features only if SHARED is defined | H.J. Lu | 2016-05-13 | 1 | -0/+4 |
* | Remove x86 ifunc-defines.sym and rtld-global-offsets.sym | H.J. Lu | 2016-05-11 | 2 | -21/+0 |
* | Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86 | H.J. Lu | 2016-05-08 | 1 | -673/+0 |
* | Register extra test objects | Andreas Schwab | 2016-04-13 | 1 | -0/+4 |
* | X86-64: Use non-temporal store in memcpy on large data | H.J. Lu | 2016-04-12 | 5 | -171/+234 |
* | configure: fix `test ==` usage | Mike Frysinger | 2016-04-09 | 2 | -4/+4 |
* | X86-64: Prepare memmove-vec-unaligned-erms.S | H.J. Lu | 2016-04-06 | 1 | -54/+84 |
* | X86-64: Prepare memset-vec-unaligned-erms.S | H.J. Lu | 2016-04-06 | 1 | -13/+19 |
* | Force 32-bit displacement in memset-vec-unaligned-erms.S | H.J. Lu | 2016-04-05 | 1 | -0/+13 |
* | Add a comment in memset-sse2-unaligned-erms.S | H.J. Lu | 2016-04-05 | 1 | -0/+2 |
* | Don't put SSE2/AVX/AVX512 memmove/memset in ld.so | H.J. Lu | 2016-04-03 | 6 | -32/+40 |
* | Fix memmove-vec-unaligned-erms.S | H.J. Lu | 2016-04-03 | 1 | -24/+30 |
* | Add x86-64 memset with unaligned store and rep stosb | H.J. Lu | 2016-03-31 | 6 | -1/+335 |
* | Add x86-64 memmove with unaligned load/store and rep movsb | H.J. Lu | 2016-03-31 | 6 | -1/+594 |
* | Make __memcpy_avx512_no_vzeroupper an alias | H.J. Lu | 2016-03-28 | 3 | -430/+404 |
* | Implement x86-64 multiarch mempcpy in memcpy | H.J. Lu | 2016-03-28 | 9 | -57/+69 |
* | [x86] Add a feature bit: Fast_Unaligned_Copy | H.J. Lu | 2016-03-28 | 1 | -1/+1 |
* | tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860] | Florian Weimer | 2016-03-25 | 1 | -1/+4 |