Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 | |
2013-11-22 | ARM: Fix memcpy computed-jump calculations for ARM_ALWAYS_BX case. | Roland McGrath | 1 | -10/+11 | |
2013-09-16 | ARM: Improve armv7 memcpy performance. | Will Newton | 1 | -6/+5 | |
Only enter the aligned copy loop with buffers that can be 8-byte aligned. This improves performance slightly on Cortex-A9 and Cortex-A15 cores for large copies with buffers that are 4-byte aligned but not 8-byte aligned. ports/ChangeLog.arm: 2013-09-16 Will Newton <will.newton@linaro.org> * sysdeps/arm/armv7/multiarch/memcpy_impl.S: Tighten check on entry to aligned copy loop to improve performance. | |||||
2013-06-18 | ARM: Make armv7 memcpy implementations SFI-friendly | Roland McGrath | 1 | -281/+556 | |
2013-05-08 | ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC. | Will Newton | 1 | -0/+642 | |