Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-19 | Improve stpncpy performance by using __strnlen/memcpy/memset rather than a | Wilco Dijkstra | 1 | -54/+5 | |
byte loop. Performance on bench-stpncpy is ~2x faster on average. | |||||
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 | |
2009-07-02 | SSSE3 strcpy/stpcpy for x86-64 | H.J. Lu | 1 | -7/+8 | |
This patch adds SSSE3 strcpy/stpcpy. I got up to 4X speed up on Core 2 and Core i7. I disabled it on Atom since SSSE3 version is slower for shorter (<64byte) data. | |||||
2005-12-14 | Moved to csu/errno-loc.c. | Ulrich Drepper | 1 | -0/+100 | |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 1 | -100/+0 | |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 1 | -0/+100 | |