1. 9d40326 arm: rewrite crtbegin* as C files. by Nick Kralevich · 13 years ago
  2. 83a73d1 crtbegin: eliminate duplicate code by Nick Kralevich · 13 years ago
  3. 8034415 resolved conflicts for merge of 08e72d01 to jb-dev-plus-aosp by Iliyan Malchev · 13 years ago
  4. 08e72d0 bionic: add support for non-NEON memcpy() on NEON SoCs by Prajakta Gudadhe · 13 years ago
  5. da0d853 am 08b51e2c: Implement the "abort" stub in assembly for ARM. by Ben Cheng · 13 years ago
  6. 08b51e2 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 13 years ago
  7. e636e1f am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line size" by Elliott Hughes · 13 years ago
  8. fe6338d Adjust memcpy for ARM Cortex A9 cache line size by Henrik Smiding · 15 years ago
  9. 4a9d6e5 Fix segv when unwinding stack past __libc_init. by Evgeniy Stepanov · 13 years ago
  10. d509901 Merge "Fix segv when unwinding stack past __libc_init." by Elliott Hughes · 13 years ago
  11. 470835b Move end of __on_dlclose up by Kenny Root · 13 years ago
  12. 03273f8 __on_dlclose should be aligned by Kenny Root · 13 years ago
  13. cd15bac Fix segv when unwinding stack past __libc_init. by Evgeniy Stepanov · 13 years ago
  14. be101bf Revert "Reference __dso_handle in PIC way" by Kenny Root · 13 years ago
  15. 93cb308 Reference __dso_handle in PIC way by Kenny Root · 13 years ago
  16. 4fc1273 Merge "Trivial fix in comment" by Andrew Hsieh · 13 years ago
  17. f1a17e7 libc: Add __aeabi_llsl and __aeabi_llsr to libgcc_compat by Dima Zavin · 13 years ago
  18. 58b2c16 Trivial fix in comment by Andrew Hsieh · 13 years ago
  19. f1a39dc libc: Fix typo that broke NDK compatibility. by David 'Digit' Turner · 14 years ago
  20. de44d0b Merge "libc: provide atomic operations will full barriers for NDK apps." by David 'Digit' Turner · 14 years ago
  21. 10c8ce5 Add tgkill syscall. by Jeff Brown · 14 years ago
  22. 0fec6b9 libc: provide atomic operations will full barriers for NDK apps. by David 'Digit' Turner · 14 years ago
  23. d9ad623 Add linker support for PIE by Nick Kralevich · 14 years ago
  24. 487b613 Use ENTRY and EXIT macros for strcmp, memcpy, atexit. by Evgeniy Stepanov · 14 years ago
  25. 58246b7 libc: Add __aeabi_f2uiz to libgcc_compat.c by David 'Digit' Turner · 14 years ago
  26. b489666 am 1c0a0381: Merge "Enable functional DSO object destruction" by David Turner · 14 years ago
  27. 3964084 Enable functional DSO object destruction by Bruce Beare · 14 years ago
  28. a9e409a am a7a9dddb: Merge "bionic: Add ARM optimized strcmp()" by David Turner · 14 years ago
  29. f50e9be bionic: Add ARM optimized strcmp() by Jim Huang · 14 years ago
  30. 3224c08 Merge changes I8c481c89,I791406f8,I5f09cef8 by David Turner · 14 years ago
  31. 420878c Add function marks and size indications by Kenny Root · 14 years ago
  32. 0233509 Amend previous commit with needed include by Kenny Root · 14 years ago
  33. 3a3c185 Use CLZ on ARMv5 and newer by Kenny Root · 14 years ago
  34. 24dc936 resolved conflicts for merge of 1bc98ccb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  35. 73c04b3 bionic: Add ARM optimized strcpy() by Jim Huang · 15 years ago
  36. a172709 bionic: Rename _ARM_HAVE_LDREX_STREX to __ARM_HAVE_LDREX_STREX for consistency by Jim Huang · 15 years ago
  37. 18c5bcc Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 15 years ago
  38. 3b43f87 Allow dlclose() to properly call static C++ destructors. by David 'Digit' Turner · 15 years ago
  39. 6a9b888 Allow static C++ destructors to be properly called on dlclose(). by David 'Digit' Turner · 15 years ago
  40. b8e6c50 Fix setjmp()/longjmp() to save FP registers on ARMv7. - DO NOT MERGE by David 'Digit' Turner · 15 years ago
  41. fcd00eb Atomic/SMP update, part 3. by Andy McFadden · 15 years ago
  42. 4fdbadd Atomic/SMP update. by Andy McFadden · 15 years ago
  43. 4aef0ae merge from open-source master by The Android Open Source Project · 15 years ago
  44. e4fa46e Set SA_RESTORER in sigaction() by Matt Fischer · 16 years ago
  45. 88f06cd Use private futexes for pthread_mutex_t. by David 'Digit' Turner · 15 years ago
  46. 8641833 Revert "bionic: pthread: use private futexes by default for mutexes and condvars" by Fabrice Di Meglio · 15 years ago
  47. ba9c6f0 bionic: pthread: use private futexes by default for mutexes and condvars by David 'Digit' Turner · 15 years ago
  48. ecede40 Only use NEON memcpy if __ARM_NEON__ is defined by Colin Cross · 15 years ago
  49. 97cf7f3 Implement clone() C library function properly. by David 'Digit' Turner · 16 years ago
  50. d548a26 Add missing symbol type directives. by Doug Kwan · 16 years ago
  51. ecac54d am 3ba822cc: am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment) by Mathias Agopian · 16 years ago
  52. 47c5e30 am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment) by Mathias Agopian · 16 years ago
  53. 199f9d9 Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment) by Mathias Agopian · 16 years ago
  54. 581f430 am 76ef331c: am 7e7d6c48: use local symbols in memset so it doesn\'t screw up profiling by Mathias Agopian · 16 years ago
  55. 214dec2 am 7e7d6c48: use local symbols in memset so it doesn\'t screw up profiling by Mathias Agopian · 16 years ago
  56. 7e7d6c4 use local symbols in memset so it doesn't screw up profiling by Mathias Agopian · 16 years ago
  57. 1f2a381 am fdc5c1f5: Re-enable ARMv7 memcpy implementation. by David 'Digit' Turner · 16 years ago
  58. 5be45ce am 1e40783d: Fix armv7-user builds by disabling the ARMv7-optimized memcpy. by David 'Digit' Turner · 16 years ago
  59. fdc5c1f Re-enable ARMv7 memcpy implementation. by David 'Digit' Turner · 16 years ago
  60. 1e40783 Fix armv7-user builds by disabling the ARMv7-optimized memcpy. by David 'Digit' Turner · 16 years ago
  61. 0893d49 am 7a9e06fa: Merge change I2a7ad975 into eclair by David 'Digit' Turner · 16 years ago
  62. 7a9e06f Merge change I2a7ad975 into eclair by Android (Google) Code Review · 16 years ago
  63. 2a7ad97 Fix ABI breakage in libc.so and libm.so between 1.6 and Eclair. by David 'Digit' Turner · 16 years ago
  64. 2d77d4d am ee223d02: NEON optimized memcpy. by Mathias Agopian · 16 years ago
  65. ee223d0 NEON optimized memcpy. by Mathias Agopian · 16 years ago
  66. dfa87a2 am f355096a: Remove NEON optimizations for memcpy by David 'Digit' Turner · 16 years ago
  67. f355096 Remove NEON optimizations for memcpy by David 'Digit' Turner · 16 years ago
  68. b8a18d0 am bd192b47: Add stack unwinding directives to assembly leaf functions. by Ben Cheng · 16 years ago
  69. bd192b4 Add stack unwinding directives to assembly leaf functions. by Ben Cheng · 16 years ago
  70. cdeb4c8 merge from open-source master by Jean-Baptiste Queru · 16 years ago
  71. 76ec689 ARM architecture reference manuals for ARMv6 & ARMv7 state that the use of 'swp' instruction is deprecated by vinay harugop · 16 years ago
  72. 1bbc56c Neon-optimized versions of memcpy. by David 'Digit' Turner · 16 years ago
  73. 3a654b1 Revert "Fix the C library initialization to avoid calling static C++ constructors twice." by David 'Digit' Turner · 16 years ago
  74. 03eabfe Fix the C library initialization to avoid calling static C++ constructors twice. by David 'Digit' Turner · 16 years ago
  75. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  76. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  77. 6d6c82c auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 17 years ago
  78. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  79. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago