aboutsummaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/bionic
Commit message (Expand)AuthorAgeFilesLines
* Add a checksum to jmp_buf on ARM.Josh Gao2016-03-031-11/+42
* [MIPS] Add __popcountsi2 to libgcc_compat.cDimitry Ivanov2016-02-251-1/+27
* Move __aeabi* symbols to LIBC_N versionDimitry Ivanov2016-01-082-3/+9
* Fix gcc+arm buildsDimitry Ivanov2016-01-051-3/+55
* Export public __aeabi* symbols as LIBC_PRIVATEDimitry Ivanov2016-01-051-16/+36
* Remove deprecated use of ldm/stm in ARM setjmp.Josh Gao2015-10-191-2/+8
* Add a no dwarf version of assembler macros.Christopher Ferris2015-09-301-5/+7
* Implement setjmp cookies on ARM.Josh Gao2015-09-171-42/+97
* Add exported __popcount_tab for libgcc compat under compiler-rt.Josh Gao2015-08-241-0/+42
* Invalidate cached pid in vfork.Elliott Hughes2015-08-071-0/+46
* Revert "Stop libc from cross-referencing unwind symbols"Dan Albert2015-07-201-93/+0
* Simplify three copyright headers.Elliott Hughes2015-05-121-1/+1
* Stop libc from cross-referencing unwind symbolsDmitriy Ivanov2015-04-071-0/+93
* Use ALIAS_SYMBOL for assembler aliasing.Christopher Ferris2015-03-251-4/+2
* Move the generic arm memcmp.S into the generic directory.Elliott Hughes2014-12-151-343/+0
* Remove arm assembler not referenced from any makefile.Elliott Hughes2014-12-143-1617/+0
* Fix arm64 clone stack handling.Elliott Hughes2014-12-101-2/+5
* Use the stmdb instead of str to save the fn/argJiangli Yuan2014-12-101-4/+2
* Switch arm and arm64 over to the x86 style of jmpbuf.Elliott Hughes2014-12-081-20/+10
* Fix signal mask save/restore for arm64.Elliott Hughes2014-12-061-1/+0
* Clean up arm setjmp family.Elliott Hughes2014-12-053-265/+146
* Clean up the arm64 setjmp.Elliott Hughes2014-12-052-17/+4
* Remove __ARM_HAVE_VFP.Elliott Hughes2014-12-032-12/+0
* Make __aeabi_*() symbols weak.Dan Albert2014-09-261-13/+16
* Fix 32-bit arm unwinding through signal frames.Elliott Hughes2014-09-162-36/+27
* Fix signal trampolines.Elliott Hughes2014-09-152-0/+70
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-082-2/+2
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-261-34/+0
* Simplify _ALIGN_TEXT.Elliott Hughes2014-08-201-2/+0
* Remove misleading arm/arm64 PIC_SYM.Elliott Hughes2014-08-074-11/+11
* Enable building libc with clang.Elliott Hughes2014-07-111-7/+14
* Remove __memcmp16 from bionic.Elliott Hughes2014-06-121-234/+0
* Rename __bionic_clone_entry to __start_thread.Elliott Hughes2014-06-061-2/+2
* Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-281-38/+0
* Merge "Revert "Lose the hand-written futex assembler.""Narayan Kamath2014-05-281-0/+38
|\
| * Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-281-0/+38
* | Clear link register in __bionic_clone.Ben Cheng2014-05-231-7/+2
|/
* Lose the hand-written futex assembler.Elliott Hughes2014-05-221-38/+0
* Hide most of the private futex functions.Elliott Hughes2014-05-211-33/+2
* Hide __get_sp.Elliott Hughes2014-05-201-1/+1
* Hide _exit_with_stack_teardown.Elliott Hughes2014-05-161-1/+1
* Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes2014-05-081-0/+1
* Fix for libgcc compat generation script.Dmitriy Ivanov2014-04-181-88/+156
* Unify our assembler macros.Elliott Hughes2014-02-2010-11/+11
* Remove useless _C_LABEL from our assembler source.Elliott Hughes2014-02-204-11/+11
* Added script generating additions to libgcc_compat.c from linker errorsDmitriy Ivanov2014-02-201-166/+80
* Add all implicitly loaded symbols from libgcc.a into libgcc_compat.c.Ben Cheng2014-01-241-2/+6
* Re-export libgcc's __aeabi_uidivmod and __popcount_tabBernhard Rosenkränzer2014-01-241-0/+2
* Regenerate the NOTICE files.Elliott Hughes2014-01-071-1/+1
* Remove the bogus exit status from _exit_with_stack_teardown.Elliott Hughes2013-12-211-11/+9