| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: fix memcpy saving/restoring FR12-FR15 registers | Giuseppe Cavallaro | 2010-12-14 | 1 | -3/+15 |
* | microblaze: optimized memcpy/memmove | Steven J. Magnani | 2010-11-10 | 3 | -0/+687 |
* | sh: update the memcpy adding a new loop with aggressive prefetching | Salvatore Cro | 2010-09-15 | 1 | -21/+107 |
* | sh: move data without fetching cache block within the memset | Salvatore Cro | 2010-09-15 | 1 | -28/+34 |
* | use uniform form of C99 keywords | Bernhard Reutner-Fischer | 2010-06-24 | 1 | -10/+10 |
* | sh4: Fixes for SH-4 without an FPU | Carmelo Amoroso | 2010-06-14 | 3 | -3/+7 |
* | strverscmp: I forgot to export it | Denys Vlasenko | 2010-06-04 | 1 | -0/+1 |
* | Merge commit 'origin/master' into nptl | Austin Foxley | 2010-04-02 | 1 | -2/+2 |
|\ |
|
| * | prettify make clean | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -2/+2 |
| * | libc_sh: Update memcpy to use the ENTRY macro | Carmelo Amoroso | 2010-02-10 | 1 | -8/+3 |
* | | Merge commit 'origin/master' into nptl | Austin Foxley | 2009-12-19 | 4 | -1/+7 |
|\| |
|
| * | x86_64: fix multiple definition of chk functions | Austin Foxley | 2009-12-19 | 4 | -1/+7 |
| * | build: Get rids of PIC macro using compiler flag __PIC__ instead | Carmelo Amoroso | 2009-12-16 | 2 | -3/+3 |
| * | sh: fix endianess and optimise the SH4 memcpy | Giuseppe Cavallaro | 2009-12-14 | 1 | -2/+107 |
* | | build: Get rids of PIC macro using compiler flag __PIC__ instead | Carmelo Amoroso | 2009-12-16 | 2 | -3/+3 |
* | | sh: Add new optimisation to the SH4 memcpy | Austin Foxley | 2009-11-22 | 8 | -11/+553 |
|/ |
|
* | drop __BCC__ cruft from string code | Mike Frysinger | 2009-10-10 | 14 | -131/+11 |
* | remove a few more empty #if/#endif pairs | Denys Vlasenko | 2009-09-19 | 2 | -7/+2 |
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 9 | -16/+6 |
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 63 | -128/+0 |
* | strsignal.c: whitespace fixes, no code changes (verified with objdump) | Denys Vlasenko | 2009-09-09 | 1 | -21/+17 |
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-17 | 1 | -0/+2 |
* | libc/string/i386/string.h: fix -O0 build failure | Denys Vlasenko | 2009-07-21 | 1 | -0/+22 |
* | relocate i386 string.h to i386-specific dir | Mike Frysinger | 2009-07-20 | 1 | -0/+316 |
* | sh: Fix up optimized SH-4 memcpy on big endian. | Giuseppe Cavallaro | 2009-07-14 | 1 | -12/+12 |
* | Correct ARM memcpy comments. | Joseph Myers | 2009-07-01 | 1 | -1/+2 |
* | Fix Thumb-2 memcpy. | Joseph Myers | 2009-06-30 | 1 | -1/+1 |
* | libc/string/i386/memset.c: memset 1 byte at a time is a bit gross | Denis Vlasenko | 2009-04-23 | 1 | -9/+56 |
* | - fix link failures coming from recently added, misplaced strverscmp. | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -0/+0 |
* | forgot to add libc/string/generic/strverscmp.c | Denis Vlasenko | 2009-02-08 | 1 | -0/+117 |
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 1 | -1/+1 |
* | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -1/+1 |
* | libc/string/i386/rawmemchr.c: i386 version, adapted from strlen() | Denis Vlasenko | 2008-12-20 | 2 | -9/+33 |
* | string/i386/strncpy.c: fixlet for testing code | Denis Vlasenko | 2008-12-20 | 2 | -1/+48 |
* | string/i386/strncpy: faster i386 version (same code size), testing code | Denis Vlasenko | 2008-12-20 | 6 | -28/+47 |
* | strchr: a bit faster version for i386 (same code size) | Denis Vlasenko | 2008-12-19 | 1 | -15/+17 |
* | memmove: smaller one for i386, with added testing, and with | Denis Vlasenko | 2008-12-19 | 1 | -20/+32 |
* | strncat: shorter version for i386, add small embedded test | Denis Vlasenko | 2008-12-19 | 4 | -55/+106 |
* | string/i386: smaller, and hopefully easier to read, strnlen(). | Denis Vlasenko | 2008-12-19 | 1 | -16/+31 |
* | fix for build failures resulting from "string ops for i386" change | Denis Vlasenko | 2008-12-17 | 2 | -1/+2 |
* | since gcc -Os hates us and does not inline string ops, | Denis Vlasenko | 2008-12-17 | 9 | -9/+9 |
* | memchr: smaller i386 version | Denis Vlasenko | 2008-12-17 | 2 | -26/+34 |
* | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko | 2008-12-13 | 5 | -139/+3 |
* | string/generic/memcmp.c: remove some really paranoid guards | Denis Vlasenko | 2008-12-13 | 1 | -15/+2 |
* | *: remove vestiges of gcc's "bounded pointers" feature, | Denis Vlasenko | 2008-12-12 | 1 | -18/+9 |
* | smaller memcpy | Denis Vlasenko | 2008-12-09 | 1 | -14/+15 |
* | Go deeper while cleaning string directory to remove | Carmelo Amoroso | 2008-12-04 | 1 | -1/+1 |
* | libc/string: need additional work to remove libc_hidden_proto's properly | Denis Vlasenko | 2008-11-26 | 13 | -37/+16 |
* | Make wcsxfrm visible also when LOCALE support is disabled. | Carmelo Amoroso | 2008-11-25 | 1 | -0/+1 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 8 | -23/+23 |