Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-02-06 | Clean up sysdep-dl-routines variable. | Roland McGrath | 1 | -2/+0 |
2015-01-07 | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-07 | AArch64: Optimized implementations of strcpy and stpcpy. | Richard Earnshaw | 2 | -0/+346 |
2015-01-07 | AArch64 optimized implementation of strrchr. | Richard Earnshaw | 1 | -0/+165 |
2015-01-07 | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-06 | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-05 | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-02 | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 96 | -96/+96 |
2014-12-31 | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2014-12-30 | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 3 | -5/+7 |
2014-12-22 | Call libc_fetestexcept_aarch64. | Wilco Dijkstra | 1 | -7/+2 |
2014-12-22 | Call libc_fesetround_aarch64. | Wilco Dijkstra | 1 | -20/+5 |
2014-12-10 | [AArch64] Fix strchrnul clobbering v15 | Richard Earnshaw | 1 | -1/+1 |
2014-11-24 | Remove IS_IN_rtld | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-21 | AArch64: Reformat inline-asm in elf_machine_load_address | Andrew Pinski | 1 | -9/+12 |
2014-11-21 | AArch64: Use ELF macros rather than Elf64 throughout | Will Newton | 2 | -5/+5 |
2014-11-21 | AArch64: Update relocations for ILP32 | Will Newton | 1 | -6/+6 |
2014-11-20 | Add arch-specific configuration for C11 atomics support. | Torvald Riegel | 1 | -0/+2 |
2014-11-11 | [AArch64] End frame record chain correctly. | Renlin Li | 1 | -1/+0 |
2014-11-05 | [AArch64] Add optimized strchrnul. | Richard Earnshaw | 1 | -0/+130 |
2014-11-04 | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 1 | -1/+1 |
2014-10-24 | Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu... | Wilco Dijkstra | 1 | -8/+2 |
2014-10-24 | Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu... | Wilco Dijkstra | 1 | -24/+2 |
2014-10-24 | Call get_rounding_mode rather than duplicating functionality. | Wilco Dijkstra | 1 | -4/+2 |
2014-10-24 | Cleanup feenableexcept to use the same logic as the ARM version. No functiona... | Wilco Dijkstra | 1 | -6/+1 |
2014-10-24 | Cleanup fedisableexcept to use the same logic as the ARM version. No function... | Wilco Dijkstra | 1 | -6/+1 |
2014-10-24 | Cleanup feclearexcept to use the same logic as the ARM version. No functional... | Wilco Dijkstra | 1 | -1/+1 |
2014-10-24 | Cleanup fesetexceptflag to use the same logic as the ARM version. No function... | Wilco Dijkstra | 1 | -2/+3 |
2014-10-24 | Remove an unused include. | Wilco Dijkstra | 1 | -1/+0 |
2014-10-24 | Remove spaces. | Wilco Dijkstra | 4 | -4/+0 |
2014-09-29 | Require autoconf 2.69 | H.J. Lu | 1 | -2/+2 |