about summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* Add femode_t functions: aarch64.Joseph Myers2016-09-072-0/+61
* Add femode_t functions.Joseph Myers2016-09-071-0/+8
* Make common fmax implementation generic.Paul E. Murphy2016-09-013-3/+3
* Add fesetexcept: aarch64.Joseph Myers2016-08-161-0/+34
* [AArch64] Update libm-test-ulpsSzabolcs Nagy2016-07-211-4/+4
* [AArch64] Regenerate libm-test-ulpsSzabolcs Nagy2016-07-181-10/+10
* [AArch64] Fix libc internal asm profiling codeSzabolcs Nagy2016-07-112-2/+35
* Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel2016-06-241-4/+0
* This patch further tunes memcpy - avoid one branch for sizes 1-3,Wilco Dijkstra2016-06-221-24/+32
* Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as itWilco Dijkstra2016-06-202-2/+45
* This is an optimized memcpy/memmove for AArch64. Copies are split into 3 mainWilco Dijkstra2016-06-202-452/+209
* elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer2016-06-202-14/+1
* This is an optimized memset for AArch64. Memset is split into 4 main cases:Wilco Dijkstra2016-05-121-198/+161
* Add _STRING_INLINE_unaligned and string_private.hH.J. Lu2016-02-182-2/+22
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04101-101/+101
* [AArch64] Regenerate libm-test-ulpsSzabolcs Nagy2015-12-011-50/+54
* Enable _STRING_ARCH_unaligned on AArch64.Wilco Dijkstra2015-11-101-0/+24
* Regenerate aarch64 libm-test-ulpsSzabolcs Nagy2015-09-241-204/+230
* Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers2015-09-111-2/+2
* Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers2015-09-041-0/+0
* 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-08-241-27/+0
* 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-08-241-8/+4
* Improve feenableexcept performance - avoid an unnecessary FPCR read in caseWilco Dijkstra2015-08-051-9/+7
* Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra2015-08-051-17/+23
* [AArch64][BZ #17711] Fix extern protected data handlingSzabolcs Nagy2015-07-242-1/+4
* Add AArch64 versions of math_opt_barrier and math_force_eval that avoid going...Wilco Dijkstra2015-07-131-0/+5
* Optimize the strlen implementation by using a page cross check and a fast checkWilco Dijkstra2015-07-131-65/+165
* Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.Wilco Dijkstra2015-07-063-0/+72
* Regenerate aarch64 libm-test-ulpsSzabolcs Nagy2015-07-021-32/+128
* [AArch64] Fix cfi_adjust_cfa_offset usage in dl-tlsdesc.SSzabolcs Nagy2015-06-171-5/+5
* [BZ 18034][AArch64] Lazy TLSDESC relocation data race fixSzabolcs Nagy2015-06-173-12/+64
* Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers2015-06-021-0/+1
* 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra2015-06-021-26/+26
* [AArch64] Fix inline asm clobber list in tls-macros.hSzabolcs Nagy2015-05-131-1/+1
* 2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra2015-05-061-316/+445
* Clean up sysdep-dl-routines variable.Roland McGrath2015-02-061-2/+0
* Fix libm feupdateenv namespace (bug 17748).Joseph Myers2015-01-071-2/+4
* AArch64: Optimized implementations of strcpy and stpcpy.Richard Earnshaw2015-01-072-0/+346
* AArch64 optimized implementation of strrchr.Richard Earnshaw2015-01-071-0/+165
* Fix libm fesetround namespace (bug 17748).Joseph Myers2015-01-071-2/+4
* Fix libm fesetenv namespace (bug 17748).Joseph Myers2015-01-061-2/+4
* Fix libm feholdexcept namespace (bug 17748).Joseph Myers2015-01-051-2/+4
* Fix libm fegetround namespace (bug 17748).Joseph Myers2015-01-021-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0296-96/+96
* Fix libm fegetenv namespace (bug 17748).Joseph Myers2014-12-311-2/+4
* Fix libm feraiseexcept namespace (bug 17723).Joseph Myers2014-12-303-5/+7
* Call libc_fetestexcept_aarch64.Wilco Dijkstra2014-12-221-7/+2
* Call libc_fesetround_aarch64.Wilco Dijkstra2014-12-221-20/+5
* [AArch64] Fix strchrnul clobbering v15Richard Earnshaw2014-12-101-1/+1
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-241-1/+1