summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/mips/memcpy.S
Commit message (Collapse)AuthorAgeFilesLines
* Fix memcpy bug that reads past end of buffer.Steve Ellcey2016-01-281-1/+1
| | | | | * libc/machine/mips/memcpy.S (memcpy): Fix read past end of input.
* Improve performance of MIPS memcpy.Steve Ellcey2015-11-021-2/+43
| | | | | * libc/machine/mips/memcpy.S (memcpy): Add word copies for small aligned data.
* * libc/machine/mips/memcpy.S: Add support for mips32r6/mips64r6.Steve Ellcey2015-03-031-14/+165
|
* 2015-02-26 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-02-261-108/+108
| | | | | * libc/machine/mips/memcpy.S: Fix macro indentation and typos in comments.
* * libc/machine/mips/memcpy.S: Fix USE_PREFETCH check.Corinna Vinschen2013-02-191-2/+5
|
* 2013-01-07 Steve Ellcey <sellcey@mips.com>Jeff Johnston2013-01-071-2/+2
| | | | * libc/machine/mips/memcpy.S (memcpy): Check if _MIPS_SIM is set.
* 2012-12-11 Steve Ellcey <sellcey@mips.com>Jeff Johnston2012-12-111-0/+689
* libc/machine/mips/memcpy.c: Remove. * libc/machine/mips/memcpy.S: New. * libc/machine/mips/Makefile.am (lib_a_CCASFLAGS): Add -D_COMPILING_NEWLIB. (lib_a_CFLAGS): Ditto.