Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix memcpy bug that reads past end of buffer. | Steve Ellcey | 2016-01-28 | 1 | -1/+1 |
| | | | | | * libc/machine/mips/memcpy.S (memcpy): Fix read past end of input. | ||||
* | Improve performance of MIPS memcpy. | Steve Ellcey | 2015-11-02 | 1 | -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 Ellcey | 2015-03-03 | 1 | -14/+165 |
| | |||||
* | 2015-02-26 Steve Ellcey <sellcey@imgtec.com> | Steve Ellcey | 2015-02-26 | 1 | -108/+108 |
| | | | | | * libc/machine/mips/memcpy.S: Fix macro indentation and typos in comments. | ||||
* | * libc/machine/mips/memcpy.S: Fix USE_PREFETCH check. | Corinna Vinschen | 2013-02-19 | 1 | -2/+5 |
| | |||||
* | 2013-01-07 Steve Ellcey <sellcey@mips.com> | Jeff Johnston | 2013-01-07 | 1 | -2/+2 |
| | | | | * libc/machine/mips/memcpy.S (memcpy): Check if _MIPS_SIM is set. | ||||
* | 2012-12-11 Steve Ellcey <sellcey@mips.com> | Jeff Johnston | 2012-12-11 | 1 | -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. |