Skip to content

Tags: DJAndroid/android_bionic

Tags

cm-10.2-M1

Toggle cm-10.2-M1's commit message
[libc] Add missing strcat.S to x86.mk Makefile

 arch-x86/string/strcat.S was not included in the x86.mk ;
 This was causing the build to fail when building for x86 Targets

Change-Id: I8001cdb25c2ff84c994603e648ef74c9c1daa5ea

cm-10.1.3

Toggle cm-10.1.3's commit message
libc: arch-arm: strlen: Illegal ARM registry entries fixed

Signed-off-by: Paul Beeler <[email protected]>

Change-Id: I52d7e95a8afb8b26f55fe0bc01853a15a95e90c2

cm-10.1.3-RC2

Toggle cm-10.1.3-RC2's commit message
libc: arch-arm: strlen: Illegal ARM registry entries fixed

Signed-off-by: Paul Beeler <[email protected]>

Change-Id: I52d7e95a8afb8b26f55fe0bc01853a15a95e90c2

cm-10.1.3-RC1

Toggle cm-10.1.3-RC1's commit message
libc: arch-arm: strlen: Illegal ARM registry entries fixed

Signed-off-by: Paul Beeler <[email protected]>

Change-Id: I52d7e95a8afb8b26f55fe0bc01853a15a95e90c2

cm-10.1.2

Toggle cm-10.1.2's commit message
libm: These optimizations are only for Krait

 * Issues on other chipsets. Resync with CAF and only use on specific
   chipsets (Krait, Sparrow).

Change-Id: I6a11f3f8e3250359259edf5f57e0d9e7068c5375

cm-10.1.1

Toggle cm-10.1.1's commit message
libm: These optimizations are only for Krait

 * Issues on other chipsets. Resync with CAF and only use on specific
   chipsets (Krait, Sparrow).

Change-Id: I6a11f3f8e3250359259edf5f57e0d9e7068c5375

cm-10.1.0

Toggle cm-10.1.0's commit message
libm: These optimizations are only for Krait

 * Issues on other chipsets. Resync with CAF and only use on specific
   chipsets (Krait, Sparrow).

Change-Id: I6a11f3f8e3250359259edf5f57e0d9e7068c5375

cm-10.1.0-RC5

Toggle cm-10.1.0-RC5's commit message
libm: These optimizations are only for Krait

 * Issues on other chipsets. Resync with CAF and only use on specific
   chipsets (Krait, Sparrow).

Change-Id: I6a11f3f8e3250359259edf5f57e0d9e7068c5375

cm-10.1.0-RC4

Toggle cm-10.1.0-RC4's commit message
libm: These optimizations are only for Krait

 * Issues on other chipsets. Resync with CAF and only use on specific
   chipsets (Krait, Sparrow).

Change-Id: I6a11f3f8e3250359259edf5f57e0d9e7068c5375

cm-10.1.0-RC3

Toggle cm-10.1.0-RC3's commit message
libm: sqrt and sqrtf via ARM vsqrt instruction.

Optimized sqrt and sqrtf for arm by using hardware
opcode for sqrt rather than generic slow portable
code.

Change-Id: I9888d58547bcfca7dfc1400d3e7e222599167249