summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/x86.mk
Commit message (Expand)AuthorAgeFilesLines
* Share LP32 makefile settings between archesColin Cross2015-02-041-18/+0
* Clean up the x86-64 and x86 setjmp families.Elliott Hughes2014-12-051-2/+0
* [x86,x86_64] Fix libgcc unwinding through signalPavel Chupin2014-10-271-1/+0
* Force export symbols on all x86 variants in libc.Christopher Ferris2014-10-061-0/+1
* Clean up the architecture-specific makefiles.Elliott Hughes2014-09-161-13/+23
* Fix signal trampolines.Elliott Hughes2014-09-151-0/+2
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-261-1/+0
* Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-051-0/+1
* Remove SHA1 from LP64 in favor of libcrypto.Dan Albert2014-06-161-0/+3
* Remove declaration for putw(3)/getw(3).Dan Albert2014-06-111-0/+1
* Replaces vfork() implementation with fork()Dan Albert2014-06-101-1/+0
* Merge "Revert "Revert "Lose the hand-written futex assembler."""Elliott Hughes2014-05-291-1/+0
|\
| * Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-281-1/+0
* | Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-281-0/+1
|\ \ | |/ |/|
| * Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+1
| * Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-241-1/+0
| * Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+1
* | Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-281-0/+1
|/
* Lose the hand-written futex assembler.Elliott Hughes2014-05-221-1/+0
* Add 32-bit Silvermont-optimized string/memory functions.Varvara Rainchik2014-05-121-52/+7
* LP64 shouldn't include the non-standard <time64.h> cruft.Elliott Hughes2014-04-221-0/+1
* More OpenBSD cleanup (primarily string).Elliott Hughes2014-02-241-7/+8
* Stop advertising an arm32-specific hack like it's a build system feature.Elliott Hughes2014-02-201-8/+0
* Reconfig libc's Android.mk to build for multilibYing Wang2014-02-121-49/+94
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-101-5/+0
* Clean up forking and cloning.Elliott Hughes2013-11-191-1/+1
* Let the compiler worry about implementing ffs(3).Elliott Hughes2013-10-241-1/+0
* Fix __errno for LP64 and clean up __get_tls.Elliott Hughes2013-10-091-1/+0
* Remove useless x86 fallbacks.Elliott Hughes2013-10-031-18/+1
* Fix strchr for basic non-sse case on x86Pavel Chupin2013-09-031-1/+1
* Add ssse3 implementation of __memcmp16.Alexander Ivchenko2013-08-021-0/+2
* bionic/x86: Optimization for string routinesLiubov Dmitrieva2013-05-311-10/+69
* Break bionic implementations into arch versions.Christopher Ferris2013-03-121-0/+27