Age | Commit message (Expand) | Author | Files | Lines |
2017-01-10 | New pthread rwlock that is more scalable. | Torvald Riegel | 1 | -7/+7 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 107 | -107/+107 |
2016-12-31 | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel | 1 | -9/+22 |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers | 1 | -21/+0 |
2016-12-02 | aarch64: Use explicit offsets in _dl_tlsdesc_dynamic | Florian Weimer | 2 | -9/+12 |
2016-12-01 | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers | 1 | -9/+0 |
2016-11-29 | Refactor FP_FAST_* into bits/fp-fast.h. | Joseph Myers | 2 | -3/+34 |
2016-11-28 | Partial ILP32 support for aarch64. | Steve Ellcey | 23 | -156/+266 |
2016-11-24 | Remove cached PID/TID in clone | Adhemerval Zanella | 1 | -1/+0 |
2016-11-24 | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers | 1 | -6/+0 |
2016-11-10 | Regenerate ULPs for aarch64 | Siddhesh Poyarekar | 1 | -2/+2 |
2016-11-07 | nptl: Document the reason why __kind in pthread_mutex_t is part of the ABI | Florian Weimer | 1 | -0/+2 |
2016-11-04 | Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). | Joseph Myers | 1 | -0/+1 |
2016-11-04 | Define wordsize.h macros everywhere | Steve Ellcey | 1 | -0/+28 |
2016-11-04 | An optimized memchr was missing for AArch64. This version is similar to | Wilco Dijkstra | 1 | -0/+157 |
2016-09-07 | Add femode_t functions: aarch64. | Joseph Myers | 2 | -0/+61 |
2016-09-07 | Add femode_t functions. | Joseph Myers | 1 | -0/+8 |
2016-09-01 | Make common fmax implementation generic. | Paul E. Murphy | 3 | -3/+3 |
2016-08-16 | Add fesetexcept: aarch64. | Joseph Myers | 1 | -0/+34 |
2016-07-21 | [AArch64] Update libm-test-ulps | Szabolcs Nagy | 1 | -4/+4 |
2016-07-18 | [AArch64] Regenerate libm-test-ulps | Szabolcs Nagy | 1 | -10/+10 |
2016-07-11 | [AArch64] Fix libc internal asm profiling code | Szabolcs Nagy | 2 | -2/+35 |
2016-06-24 | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 1 | -4/+0 |
2016-06-22 | This patch further tunes memcpy - avoid one branch for sizes 1-3, | Wilco Dijkstra | 1 | -24/+32 |
2016-06-20 | Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as it | Wilco Dijkstra | 2 | -2/+45 |
2016-06-20 | This is an optimized memcpy/memmove for AArch64. Copies are split into 3 main | Wilco Dijkstra | 2 | -452/+209 |
2016-06-20 | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2 | -14/+1 |
2016-05-12 | This is an optimized memset for AArch64. Memset is split into 4 main cases: | Wilco Dijkstra | 1 | -198/+161 |
2016-02-18 | Add _STRING_INLINE_unaligned and string_private.h | H.J. Lu | 2 | -2/+22 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 101 | -101/+101 |
2015-12-01 | [AArch64] Regenerate libm-test-ulps | Szabolcs Nagy | 1 | -50/+54 |
2015-11-10 | Enable _STRING_ARCH_unaligned on AArch64. | Wilco Dijkstra | 1 | -0/+24 |
2015-09-24 | Regenerate aarch64 libm-test-ulps | Szabolcs Nagy | 1 | -204/+230 |
2015-09-11 | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 1 | -2/+2 |
2015-09-04 | Rename bits/linkmap.h to linkmap.h (bug 14912). | Joseph Myers | 1 | -0/+0 |
2015-08-24 | 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com> | Wilco Dijkstra | 1 | -27/+0 |
2015-08-24 | 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com> | Wilco Dijkstra | 1 | -8/+4 |
2015-08-05 | Improve feenableexcept performance - avoid an unnecessary FPCR read in case | Wilco Dijkstra | 1 | -9/+7 |
2015-08-05 | Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes. | Wilco Dijkstra | 1 | -17/+23 |
2015-07-24 | [AArch64][BZ #17711] Fix extern protected data handling | Szabolcs Nagy | 2 | -1/+4 |
2015-07-13 | Add AArch64 versions of math_opt_barrier and math_force_eval that avoid going... | Wilco Dijkstra | 1 | -0/+5 |
2015-07-13 | Optimize the strlen implementation by using a page cross check and a fast check | Wilco Dijkstra | 1 | -65/+165 |
2015-07-06 | Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions. | Wilco Dijkstra | 3 | -0/+72 |
2015-07-02 | Regenerate aarch64 libm-test-ulps | Szabolcs Nagy | 1 | -32/+128 |
2015-06-17 | [AArch64] Fix cfi_adjust_cfa_offset usage in dl-tlsdesc.S | Szabolcs Nagy | 1 | -5/+5 |
2015-06-17 | [BZ 18034][AArch64] Lazy TLSDESC relocation data race fix | Szabolcs Nagy | 3 | -12/+64 |
2015-06-02 | Use libc_hidden_proto / libc_hidden_def with __strnlen. | Joseph Myers | 1 | -0/+1 |
2015-06-02 | 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com> | Wilco Dijkstra | 1 | -26/+26 |
2015-05-13 | [AArch64] Fix inline asm clobber list in tls-macros.h | Szabolcs Nagy | 1 | -1/+1 |
2015-05-06 | 2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com> | Wilco Dijkstra | 1 | -316/+445 |