Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and ↵ | Andreas Schwab | 2011-11-16 | 1 | -6/+34 |
| | | | | -mno-tls-direct-seg-refs | ||||
* | Add SSE4.2 support for strcasecmp and strncasecmp on x86-32 | Ulrich Drepper | 2011-11-14 | 1 | -3/+3 |
| | |||||
* | SSSE3 optimized strcasecmp and strncasecmp for x86-32 | Ulrich Drepper | 2011-11-13 | 1 | -257/+819 |
| | |||||
* | Remove unnecessary code from x86-32 SSSE3 strncmp | Ulrich Drepper | 2011-11-08 | 1 | -3/+1 |
| | |||||
* | Remove dead code from x86-32 SSSE3 strncmp. | H.J. Lu | 2010-12-01 | 1 | -8/+1 |
| | |||||
* | Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.S | H.J. Lu | 2010-04-15 | 1 | -5/+6 |
| | |||||
* | Fix and cleanup unwind info in x86 strcmp-ssse<F3>. | Ulrich Drepper | 2010-02-17 | 1 | -73/+14 |
| | |||||
* | Fix up new x86 string functions. | Ulrich Drepper | 2010-02-15 | 1 | -15/+49 |
| | |||||
* | 32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2 | H.J. Lu | 2010-02-15 | 1 | -0/+2245 |