about summary refs log tree commit diff
path: root/debug/memmove_chk.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary include in memmove_chkSiddhesh Poyarekar2014-06-271-1/+0
| | | | | | This also has the side-effect of fixing a couple of Wundef warnings raised from pagecopy.h. The generated code is identical before and after this patch.
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Refactor several debug routines.Ondřej Bílka2013-12-041-62/+1
| | | | | To simplify additions of debug routines we replace a custom function implementation by a simple call.
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu2010-06-301-1/+5
| | | | | | | This patch includes optimized 64bit memcpy/memmove for Atom, Core 2 and Core i7. It improves memcpy by up to 3X on Atom, up to 4X on Core 2 and up to 1X on Core i7. It also improves memmove by up to 3X on Atom, up to 4X on Core 2 and up to 2X on Core i7.
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-141-0/+98
|
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-98/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+98