about summary refs log tree commit diff
path: root/ports/sysdeps/arm/memcpy.S
Commit message (Collapse)AuthorAgeFilesLines
* ARM: sfi_breg assembler macroRoland McGrath2013-03-151-45/+79
|
* ARM_BX_ALIGN_LOG2Roland McGrath2013-03-131-6/+23
|
* ARM: Support avoiding pc as destination register.Roland McGrath2013-03-131-1/+28
|
* ARM: Convert string/ assembly to unified syntax.Roland McGrath2013-03-111-12/+13
|
* ARM: Use r10 instead of r9.Roland McGrath2013-03-111-9/+9
|
* arm: Use push/pop mnemonicsRichard Henderson2013-03-061-29/+29
| | | | | | For arm this makes no difference--the result is bit-for-bit identical; for thumb this results in smaller encodings. Perhaps it ought not and this is in fact an assembler bug, but I also think it's clearer.
* arm: Mark assembly files that will not use thumb modeRichard Henderson2013-02-281-0/+2
| | | | | | | | | Some routines are written with complex LDM/STM insns that cannot be used in thumb mode, or are highly conditional requiring excessive IT insns. When a future patch goes in to enable thumb2 by default, this marker will be used to override that default.
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-mergeJoseph Myers2012-07-011-0/+263