Age | Commit message (Expand) | Author |
2020-10-02 | aarch64: enforce >=64K guard size [BZ #26691] | Szabolcs Nagy |
2020-08-28 | AArch64: Improve backwards memmove performance | Wilco Dijkstra |
2020-08-13 | aarch64: update ulps. | Szabolcs Nagy |
2020-07-27 | aarch64: Use future HWCAP2_MTE in ifunc resolver | Szabolcs Nagy |
2020-07-24 | aarch64: Respect p_flags when protecting code with PROT_BTI | Szabolcs Nagy |
2020-07-17 | AArch64: Improve strlen_asimd performance (bug 25824) | Wilco Dijkstra |
2020-07-15 | AArch64: Rename IS_ARES to IS_NEOVERSE_N1 | Wilco Dijkstra |
2020-07-15 | AArch64: Add optimized Q-register memcpy | Wilco Dijkstra |
2020-07-15 | AArch64: Align ENTRY to a cacheline | Wilco Dijkstra |
2020-07-08 | aarch64: redefine RETURN_ADDRESS to strip PAC | Szabolcs Nagy |
2020-07-08 | aarch64: fix pac-ret support in _mcount | Szabolcs Nagy |
2020-07-08 | aarch64: Add pac-ret support to assembly files | Szabolcs Nagy |
2020-07-08 | aarch64: configure check for pac-ret code generation | Szabolcs Nagy |
2020-07-08 | aarch64: ensure objects are BTI compatible | Szabolcs Nagy |
2020-07-08 | aarch64: enable BTI at runtime | Sudakshina Das |
2020-07-08 | aarch64: fix RTLD_START for BTI | Szabolcs Nagy |
2020-07-08 | aarch64: Add BTI support to assembly files | Sudakshina Das |
2020-07-08 | aarch64: Rename place holder .S files to .c | Szabolcs Nagy |
2020-07-08 | aarch64: configure test for BTI support | Szabolcs Nagy |
2020-06-23 | aarch64: MTE compatible strncmp | Alex Butler |
2020-06-23 | aarch64: MTE compatible strcmp | Alex Butler |
2020-06-23 | aarch64: MTE compatible strrchr | Alex Butler |
2020-06-23 | aarch64: MTE compatible memrchr | Alex Butler |
2020-06-23 | aarch64: MTE compatible memchr | Alex Butler |
2020-06-23 | aarch64: MTE compatible strcpy | Alex Butler |
2020-06-22 | aarch64: Remove fpu Makefile | Adhemerval Zanella |
2020-06-22 | aarch64: Use math-use-builtins for ceil{f} | Adhemerval Zanella |
2020-06-22 | math: Decompose math-use-builtins.h | Adhemerval Zanella |
2020-06-09 | aarch64: MTE compatible strlen | Andrea Corallo |
2020-06-09 | aarch64: MTE compatible strchr | Andrea Corallo |
2020-06-09 | aarch64: MTE compatible strchrnul | Andrea Corallo |
2020-06-08 | AArch64: Merge Falkor memcpy and memmove implementations | Krzysztof Koch |
2020-06-03 | aarch/fpu: use generic builtins based math functions | Vineet Gupta |
2020-05-15 | aarch64: fix strcpy and strnlen for big-endian [BZ #25824] | Lexi Shao |
2020-04-08 | Update aarch64 libm-test-ulps | Adhemerval Zanella |
2020-03-19 | math: Remove inline math tests | Adhemerval Zanella |
2020-03-11 | [AArch64] Improve integer memcpy | Wilco Dijkstra |
2020-02-18 | Introduce <elf-initfini.h> and ELF_INITFINI for all architectures | Florian Weimer |
2020-02-10 | nptl: add missing pthread-offsets.h | Andreas Schwab |
2020-01-03 | Add libm_alias_finite for _finite symbols | Wilco Dijkstra |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-12-27 | aarch64: add default memcpy version for kunpeng920 | Xuelei Zhang |
2019-12-27 | aarch64: ifunc rename for kunpeng | Xuelei Zhang |
2019-12-27 | aarch64: Modify error-shown comments for strcpy | Xuelei Zhang |
2019-12-19 | aarch64: Optimized memset for Kunpeng processor. | Xuelei Zhang |
2019-12-19 | aarch64: Optimized strlen for strlen_asimd | Xuelei Zhang |
2019-12-19 | aarch64: Optimized implementation of memrchr | Xuelei Zhang |
2019-12-19 | aarch64: Optimized implementation of strnlen | Xuelei Zhang |
2019-12-19 | aarch64: Optimized implementation of strcpy | Xuelei Zhang |
2019-12-19 | aarch64: Optimized implementation of memcmp | Xuelei Zhang |