Age | Commit message (Expand) | Author | Files | Lines |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 132 | -132/+132 |
2019-08-14 | aarch64: Disable using DC ZVA in emag memset | Feng Xue | 2 | -7/+17 |
2019-08-13 | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers | 1 | -1/+1 |
2019-07-10 | aarch64: simplify the DT_AARCH64_VARIANT_PCS handling code | Szabolcs Nagy | 2 | -6/+1 |
2019-07-04 | aarch64: new ifunc resolver ABI | Szabolcs Nagy | 5 | -1/+185 |
2019-06-13 | aarch64: handle STO_AARCH64_VARIANT_PCS | Szabolcs Nagy | 3 | -4/+60 |
2019-05-03 | aarch64: thunderx2 memmove performance improvements | Anton Youdkevitch | 3 | -362/+216 |
2019-04-05 | aarch64: thunderx2 memcpy implementation cleanup and streamlining | Anton Youdkevitch | 1 | -21/+22 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 2 | -5/+5 |
2019-02-01 | aarch64: Optimized memchr specific to AmpereComputing emag | Feng Xue | 6 | -3/+308 |
2019-02-01 | aarch64: Optimized memset specific to AmpereComputing emag | Feng Xue | 5 | -2/+217 |
2019-01-09 | [AArch64] Add ifunc support for Ares | Wilco Dijkstra | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 123 | -123/+123 |
2018-11-20 | [AArch64] Adjust writeback in non-zero memset | Wilco Dijkstra | 1 | -3/+4 |
2018-10-16 | Remove extra space at end of line. | Steve Ellcey | 1 | -1/+1 |
2018-10-16 | aarch64: optimized memcpy implementation for thunderx2 | Anton Youdkevitch | 2 | -18/+603 |
2018-09-28 | Remove unnecessary math_private.h includes. | Joseph Myers | 8 | -8/+0 |
2018-09-27 | Use round functions not __round functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-20 | Use trunc functions not __trunc functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-17 | Use ceil functions not __ceil functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-14 | Use rint functions not __rint functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-14 | Use floor functions not __floor functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-05 | Add new exp and exp2 implementations | Szabolcs Nagy | 1 | -44/+44 |
2018-09-03 | Do not include fenv_private.h in math_private.h. | Joseph Myers | 4 | -0/+4 |
2018-08-31 | [BZ #20271] Add newlines in __libc_fatal calls. | Paul Pluzhnikov | 1 | -1/+1 |
2018-08-28 | Split fenv_private.h out of math_private.h more consistently. | Joseph Myers | 2 | -280/+305 |
2018-08-24 | Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h. | Joseph Myers | 1 | -2/+6 |
2018-08-15 | [aarch64] Add an ASIMD variant of strlen for falkor | Siddhesh Poyarekar | 6 | -4/+261 |
2018-08-14 | Improve performance of sinf and cosf | Wilco Dijkstra | 1 | -12/+12 |
2018-08-10 | Clean up converttoint handling and document the semantics | Szabolcs Nagy | 1 | -10/+7 |
2018-08-08 | [aarch64] Fix value of MIN_PAGE_SIZE for testing | Siddhesh Poyarekar | 1 | -1/+1 |
2018-08-02 | Rename the glibc.tune namespace to glibc.cpu | Siddhesh Poyarekar | 1 | -2/+2 |
2018-06-29 | aarch64,falkor: Use vector registers for memcpy | Siddhesh Poyarekar | 1 | -72/+65 |
2018-06-29 | aarch64,falkor: Use vector registers for memmove | Siddhesh Poyarekar | 1 | -105/+88 |
2018-06-12 | aarch64: add HXT Phecda core memory operation ifuncs | Hongbo Zhang | 3 | -5/+6 |
2018-06-08 | Mark _init and _fini as hidden [BZ #23145] | H.J. Lu | 1 | -0/+2 |
2018-05-22 | Remove sysdeps/aarch64/soft-fp directory. | Joseph Myers | 5 | -4/+4 |
2018-05-11 | Do not include math-barriers.h in math_private.h. | Joseph Myers | 4 | -0/+4 |
2018-05-11 | aarch64,falkor: Ignore prefetcher tagging for smaller copies | Siddhesh Poyarekar | 1 | -27/+41 |
2018-05-11 | aarch64,falkor: Ignore prefetcher hints for memmove tail | Siddhesh Poyarekar | 1 | -18/+28 |
2018-05-09 | Move math_opt_barrier, math_force_eval to separate math-barriers.h. | Joseph Myers | 2 | -5/+27 |
2018-04-04 | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 1 | -1/+1 |
2018-04-03 | [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputs | Wilco Dijkstra | 1 | -0/+6 |
2018-03-21 | Use x86_64 backtrace as generic version. | Joseph Myers | 1 | -1/+0 |
2018-03-15 | Remove all target specific __ieee754_sqrt(f/l) inlines | Wilco Dijkstra | 1 | -16/+0 |
2018-03-15 | aarch64/strncmp: Use lsr instead of mov+lsr | Siddhesh Poyarekar | 1 | -4/+2 |
2018-03-14 | aarch64/strncmp: Unbreak builds with old binutils | Siddhesh Poyarekar | 1 | -2/+4 |
2018-03-13 | aarch64: Improve strncmp for mutually misaligned inputs | Siddhesh Poyarekar | 1 | -15/+80 |
2018-03-11 | hurd: add gscope support | Samuel Thibault | 1 | -0/+1 |
2018-03-06 | aarch64: Fix branch target to loop16 | Siddhesh Poyarekar | 1 | -1/+1 |