Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tolower operation in strcasestr. | Ulrich Drepper | 2010-07-30 | 1 | -1/+1 |
* | Speed up x86-64 strcasestr a bit moew. | Ulrich Drepper | 2010-07-24 | 1 | -5/+11 |
* | Add strcasestr-nonascii to i386 build | Andreas Schwab | 2010-07-21 | 1 | -5/+8 |
* | Fix non-ASCII case of SSE4.2 strcasstr. | Ulrich Drepper | 2010-07-16 | 1 | -0/+2 |
* | Speed up SSE4.2 strcasestr by avoiding indirect function call. | Ulrich Drepper | 2010-07-16 | 1 | -48/+20 |
* | Minor cleanups in x86-64 strstr. | Ulrich Drepper | 2009-07-21 | 1 | -78/+55 |
* | Better check for optimization in new x86-64 strstr/strcasestr. | Ulrich Drepper | 2009-07-20 | 1 | -11/+15 |
* | SSE4.2 strstr/strcasestr for x86-64. | H.J. Lu | 2009-07-20 | 1 | -0/+483 |