1. d4ca231 Unified sysroot: kill arch-specific include dirs. by Elliott Hughes · 8 years ago
  2. 6cb0687 Split our FORTIFY implementation into libc_fortify by George Burgess IV · 8 years ago
  3. 866e7b6 Fix assembler warnings. by Christopher Ferris · 8 years ago
  4. bdd8f89 Improve diagnostics from the assembler __strcpy_chk routines. by Elliott Hughes · 9 years ago
  5. c75da09 Improve diagnostics from the assembler __strcat_chk routines. by Elliott Hughes · 9 years ago
  6. 382bd66 Stop including <machine/cpu-features.h>. by Elliott Hughes · 9 years ago
  7. 01d5b94 Remove optimized code for bzero, which was removed from POSIX in 2008. by Elliott Hughes · 9 years ago
  8. 3c6016f Improve diagnostics from the assembler __memcpy_chk routines. by Elliott Hughes · 9 years ago
  9. 62e5964 Improve diagnostics from the assembler __memset_chk routines. by Elliott Hughes · 9 years ago
  10. b83d674 Improve FORTIFY failure diagnostics. by Elliott Hughes · 9 years ago
  11. 1d0268c libc: krait: Use performance version of memcpy by Brent DeGraaf · 12 years ago
  12. 8264cbb Remove pushes from memsets (krait/cortex-a9). by Christopher Ferris · 10 years ago
  13. e1e434a Replace bx lr with update of pc from the stack. by Christopher Ferris · 10 years ago
  14. 33f3351 Use unified syntax to compile with both llvm and gcc. by Chih-Hung Hsieh · 10 years ago
  15. c8bd2ab Cleanup arm assembly. by Christopher Ferris · 11 years ago
  16. 851e68a Unify our assembler macros. by Elliott Hughes · 11 years ago
  17. f00c938 Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD by The Android Open Source Project · 12 years ago
  18. 507cfe2 Add .cfi_startproc/.cfi_endproc to ENTRY/END. by Christopher Ferris · 12 years ago
  19. f2a760d am a85606e1: am c100a100: Merge "\'Avoid confusing "read prevented write" log messages\' 2." by Elliott Hughes · 12 years ago
  20. 68b6711 'Avoid confusing "read prevented write" log messages' 2. by Elliott Hughes · 12 years ago
  21. d77ff4f am 76d78dc0: am dc9d8d05: Merge "Modify prefetch for krait memcpy." by Christopher Ferris · 12 years ago
  22. c3c58fb Modify prefetch for krait memcpy. by Christopher Ferris · 12 years ago
  23. 1cdc9fe am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 12 years ago
  24. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  25. 7909bd1 am 9da8b682: am c417d0a5: Merge "Make error messages even better!" by Nick Kralevich · 12 years ago
  26. 6861c6f Make error messages even better! by Nick Kralevich · 12 years ago
  27. de7ed18 am 0292c1c8: am 3901b1bd: Merge "Remove the __ARM_FEATURE_DSP check." by Christopher Ferris · 12 years ago
  28. aec1b35 Remove the __ARM_FEATURE_DSP check. by Christopher Ferris · 12 years ago
  29. 670f372 am b6201932: am 2c701a1b: Merge "libc: don\'t export unnecessary symbols" by Nick Kralevich · 12 years ago
  30. 32bbf8a libc: don't export unnecessary symbols by Nick Kralevich · 12 years ago
  31. 16e185c __memcpy_chk: Fix signed cmp of unsigned values. by Christopher Ferris · 12 years ago
  32. a57c9c0 Fix all debug directives. by Christopher Ferris · 12 years ago
  33. bd7fe1d Update all debug directives. by Christopher Ferris · 12 years ago
  34. 883ef24 __memcpy_chk: Fix signed cmp of unsigned values. by Christopher Ferris · 12 years ago
  35. 05332f2 Fix all debug directives. by Christopher Ferris · 12 years ago
  36. 5f7ccea Update all debug directives. by Christopher Ferris · 12 years ago
  37. 5f45d58 Create optimized __strcpy_chk/__strcat_chk. by Christopher Ferris · 12 years ago
  38. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 12 years ago
  39. f0c3d90 Create optimized __strcpy_chk/__strcat_chk. by Christopher Ferris · 12 years ago
  40. 7c860db Optimize __memset_chk, __memcpy_chk. by Christopher Ferris · 12 years ago
  41. 4d8fe51 Tune the memcpy for krait. by Christopher Ferris · 12 years ago
  42. 31dea25 Create arch specific versions of strcmp. by Christopher Ferris · 12 years ago
  43. 04954a4 Break bionic implementations into arch versions. by Christopher Ferris · 12 years ago
  44. a9a5870 Create arch specific versions of strcmp. by Christopher Ferris · 12 years ago
  45. acdde8c Break bionic implementations into arch versions. by Christopher Ferris · 12 years ago