glibc:ibm/master

Last commit made on 2009-07-06
Get this branch:
git clone -b ibm/master https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
ibm/master
Repository:
lp:glibc

Recent commits

a38862a... by Ulrich Drepper <email address hidden>

Optimize test for valid ELF symbol types in lookup function.

2123d58... by Andreas Schwab

Fix wrong PPC_FEATURE_* values.

Nothing uses these wrong values yet, but it fixes a warning due to
conflicting definitions in <asm/cputable.h>.

cea4329... by Ulrich Drepper <email address hidden>

Minor cleanups in recently added files.

d6485c9... by Ulrich Drepper <email address hidden>

Align functions to 16-byte boundary.

Some of the new multi-arch string functions for x86-64 were
not aligned to 16 byte boundarie,s possibly creating unnecessary
cache line misses and delays.

06e51c8... by H.J. Lu

Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.

241e680... by Ulrich Drepper <email address hidden>

Fix whitespace in last patch.

167d5ed... by H.J. Lu

Fix handling of xmm6 in ld.so audit hooks on x86-64.

af263b8... by Ulrich Drepper <email address hidden>

Whitespace fixes in last patch.

ab6a873... by H.J. Lu

SSSE3 strcpy/stpcpy for x86-64

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.

6cbbaa5... by Ulrich Drepper <email address hidden>

Fix possible race when freeing object in fast bin list.