1. 0dc7844 Add new malloc benchmarks. by Christopher Ferris · 7 years ago
  2. 5285d59 Merge "Fix benchmark-tests" by Treehugger Robot · 7 years ago
  3. 510dda3 Fix benchmark-tests by Haibo Huang · 7 years ago
  4. a757344 Merge "Add new strcmp/strncmp benchmark" by Treehugger Robot · 7 years ago
  5. 43f2b77 Add new strcmp/strncmp benchmark by Adhemerval Zanella · 7 years ago
  6. 68c8dd7 Merge "Add new memcmp benchmark" by Haibo Huang · 7 years ago
  7. 0e4fd75 Add new memcmp benchmark by Adhemerval Zanella · 7 years ago
  8. 5288655 Merge "Add option to define ranges sets for benchmarks" by Treehugger Robot · 7 years ago
  9. eda94aa Add option to define ranges sets for benchmarks by Adhemerval Zanella · 7 years ago
  10. 0f06b34 Merge "Add hhb@ to OWNERS." by Treehugger Robot · 7 years ago
  11. ebbb8c8 Add hhb@ to OWNERS. by Elliott Hughes · 7 years ago
  12. 817f578 Merge "Clear the resolver timeout when setting default __res_params" by Bernie Innocenti · 7 years ago
  13. fce5dae Merge "Make the resolver retry timeout configurable via __res_params" by Treehugger Robot · 7 years ago
  14. a2650ea Merge "seccomp: Allow read(2) and getdents(2) in x86_64 for UBSan's sake" by Treehugger Robot · 7 years ago
  15. f0fae7d Merge "Use double-precision routines from arm-optimized-routines" by Treehugger Robot · 7 years ago
  16. ea82982 seccomp: Allow read(2) and getdents(2) in x86_64 for UBSan's sake by Luis Hector Chavez · 7 years ago
  17. f6b101d Use double-precision routines from arm-optimized-routines by Adhemerval Zanella · 7 years ago
  18. 96c619f Clear the resolver timeout when setting default __res_params by Bernie Innocenti · 7 years ago
  19. 3652bcd Merge "Add pow benchmark" by Treehugger Robot · 7 years ago
  20. de8eb12 Merge "Move unique_fd fdsan tests into bionic." by Treehugger Robot · 7 years ago
  21. 7266e91 Move unique_fd fdsan tests into bionic. by Josh Gao · 7 years ago
  22. 24c0eb1 Merge "Add log and log2 benchmark" by Treehugger Robot · 7 years ago
  23. 72fe1c8 Add pow benchmark by Adhemerval Zanella · 7 years ago
  24. 56f4511 Add log and log2 benchmark by Adhemerval Zanella · 7 years ago
  25. 099835a Merge "Add exp and exp2 benchmark" by Treehugger Robot · 7 years ago
  26. 10d330a Add exp and exp2 benchmark by Adhemerval Zanella · 7 years ago
  27. b7b2884 Merge "Reland "Retire GCC FORTIFY."" by Elliott Hughes · 7 years ago
  28. 58d1362 Make the resolver retry timeout configurable via __res_params by Bernie Innocenti · 7 years ago
  29. f2fb3b1 Merge "seccomp: Generate the policy files at compile time" by Treehugger Robot · 7 years ago
  30. 16d7056 Merge changes from topic "fdsan_debuggerd" by Josh Gao · 7 years ago
  31. e16082f fdsan: expose the address of the table to the platform. by Josh Gao · 7 years ago
  32. e6dab7b fdsan: minor refactoring. by Josh Gao · 7 years ago
  33. fc97daf Merge "fdsan: enable by default." by Treehugger Robot · 7 years ago
  34. 9f93f22 Merge "Fix libc assembler documentation." am: 5c14bf3932 by Christopher Ferris · 7 years ago
  35. 4b7c1cc fdsan: enable by default. by Josh Gao · 7 years ago
  36. 5c14bf3 Merge "Fix libc assembler documentation." by Christopher Ferris · 7 years ago
  37. a473be2 Fix libc assembler documentation. by Christopher Ferris · 7 years ago
  38. e9a8aa6 Merge "Make all popen(3) file descriptors O_CLOEXEC." am: f80e3f4413 by Elliott Hughes · 7 years ago
  39. f80e3f4 Merge "Make all popen(3) file descriptors O_CLOEXEC." by Elliott Hughes · 7 years ago
  40. fa09b3c seccomp: Generate the policy files at compile time by Luis Hector Chavez · 7 years ago
  41. 7601130 Merge "Revert "Move android-changes-for-ndk-developers.md into docs/."" by Elliott Hughes · 7 years ago
  42. 782cd01 Merge "Revert "Move android-changes-for-ndk-developers.md into docs/."" by Treehugger Robot · 7 years ago
  43. 74866e1 Revert "Move android-changes-for-ndk-developers.md into docs/." by Elliott Hughes · 7 years ago
  44. c43bff9 Merge "genseccomp.py: Add a way to better find the clang prebuilt" by Luis Hector Chavez · 7 years ago
  45. ea6aff6 Merge "genseccomp.py: Add a way to better find the clang prebuilt" by Treehugger Robot · 7 years ago
  46. 321fb4a Merge "fdsan: improve errors some more." am: 7245c08265 by Josh Gao · 7 years ago
  47. 7245c08 Merge "fdsan: improve errors some more." by Treehugger Robot · 7 years ago
  48. 121c824 Merge "Remove old workaround for unloading unversioned soinfo" am: 594e594f05 by Ryan Prichard · 7 years ago
  49. 594e594 Merge "Remove old workaround for unloading unversioned soinfo" by Treehugger Robot · 7 years ago
  50. b9b9739 Merge "Modernize codebase by replacing NULL with nullptr" am: 35bb46188c by Yi Kong · 7 years ago
  51. 7c1d7d4 Merge "seccomp: Allow readlink(2) in x86_64 for UBSan's sake" am: d7d5c9778d by Luis Hector Chavez · 7 years ago
  52. 9b6fefd Make all popen(3) file descriptors O_CLOEXEC. by Elliott Hughes · 7 years ago
  53. 08b7a40 fdsan: improve errors some more. by Josh Gao · 7 years ago
  54. 006d137 Remove old workaround for unloading unversioned soinfo by Ryan Prichard · 7 years ago
  55. 35bb461 Merge "Modernize codebase by replacing NULL with nullptr" by Yi Kong · 7 years ago
  56. d7d5c97 Merge "seccomp: Allow readlink(2) in x86_64 for UBSan's sake" by Treehugger Robot · 7 years ago
  57. fd3f6d7 genseccomp.py: Add a way to better find the clang prebuilt by Luis Hector Chavez · 7 years ago
  58. 8c8d3ba Merge "Start using libarm-optimized-routines in libm." am: e2cab6422a by Elliott Hughes · 7 years ago
  59. e2cab64 Merge "Start using libarm-optimized-routines in libm." by Treehugger Robot · 7 years ago
  60. ef1a34c seccomp: Allow readlink(2) in x86_64 for UBSan's sake by Luis Hector Chavez · 7 years ago
  61. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  62. 3529b35 Merge "Add doc about verifying libc assembler routines." am: 65f82092a1 by Christopher Ferris · 7 years ago
  63. 65f8209 Merge "Add doc about verifying libc assembler routines." by Christopher Ferris · 7 years ago
  64. af455ac Add doc about verifying libc assembler routines. by Christopher Ferris · 7 years ago
  65. dd52488 Merge "Move android-changes-for-ndk-developers.md into docs/." am: 7fe9001364 by Elliott Hughes · 7 years ago
  66. 7fe9001 Merge "Move android-changes-for-ndk-developers.md into docs/." by Treehugger Robot · 7 years ago
  67. 03ce870 Merge "Our prebuilt host glibc is new enough to remove a workaround." by Elliott Hughes · 7 years ago
  68. 3227c90 Merge "Our prebuilt host glibc is new enough to remove a workaround." by Treehugger Robot · 7 years ago
  69. bc46fb8 Start using libarm-optimized-routines in libm. by Elliott Hughes · 7 years ago
  70. 1975196 Move android-changes-for-ndk-developers.md into docs/. by Elliott Hughes · 7 years ago
  71. b652e9a Our prebuilt host glibc is new enough to remove a workaround. by Elliott Hughes · 7 years ago
  72. 0522117 Merge "linker: find AT_BASE using AT_PHDR/AT_PHNUM" am: 78b4a82d7d by Ryan Prichard · 7 years ago
  73. 78b4a82 Merge "linker: find AT_BASE using AT_PHDR/AT_PHNUM" by Treehugger Robot · 7 years ago
  74. cc99f27 Merge "Use LIBC_Q for LIBC_PRIVATE / LIBC_PLATFORM" am: b0c8a01de1 by Ryan Prichard · 7 years ago
  75. 014d236 Merge "Fix arm32/64 dynamic TLS relocations" am: 5a535d6781 by Ryan Prichard · 7 years ago
  76. b0c8a01 Merge "Use LIBC_Q for LIBC_PRIVATE / LIBC_PLATFORM" by Treehugger Robot · 7 years ago
  77. 5a535d6 Merge "Fix arm32/64 dynamic TLS relocations" by Treehugger Robot · 7 years ago
  78. 6fdfd92 Use LIBC_Q for LIBC_PRIVATE / LIBC_PLATFORM by Ryan Prichard · 7 years ago
  79. c1c8a18 Fix arm32/64 dynamic TLS relocations by Ryan Prichard · 7 years ago
  80. 9729f35 linker: find AT_BASE using AT_PHDR/AT_PHNUM by Ryan Prichard · 7 years ago
  81. 5dab163 Merge "Update to FreeBSD libm r336665." am: 3bf897e12d by Elliott Hughes · 7 years ago
  82. 3bf897e Merge "Update to FreeBSD libm r336665." by Treehugger Robot · 7 years ago
  83. 41b7e95 Merge "remove bionic-compile-time-tests-g++" am: 17b2add514 by Sajid Dalvi · 7 years ago
  84. 17b2add Merge "remove bionic-compile-time-tests-g++" by Treehugger Robot · 7 years ago
  85. 2a8de65 Merge "fdsan: improve diagnostics." am: 3e98d88823 by Josh Gao · 7 years ago
  86. 3e98d88 Merge "fdsan: improve diagnostics." by Treehugger Robot · 7 years ago
  87. 11ef9e9 Merge "Fixup an out of date comment." am: 439bb1d048 by Tom Cherry · 7 years ago
  88. 8e6570f Merge "Add recovery_available: true to libseccomp_policy" am: 576f525302 by Tom Cherry · 7 years ago
  89. 439bb1d Merge "Fixup an out of date comment." by Treehugger Robot · 7 years ago
  90. 576f525 Merge "Add recovery_available: true to libseccomp_policy" by Tom Cherry · 7 years ago
  91. 4e91373 Merge "Use the FreeBSD __CONCAT." am: 077f7f130f by Elliott Hughes · 7 years ago
  92. 077f7f1 Merge "Use the FreeBSD __CONCAT." by Treehugger Robot · 7 years ago
  93. a06c49c Add recovery_available: true to libseccomp_policy by Tom Cherry · 7 years ago
  94. 0fe2203 Fixup an out of date comment. by Tom Cherry · 7 years ago
  95. 6fc8dc2 remove bionic-compile-time-tests-g++ by Sajid Dalvi · 7 years ago
  96. 7763ab4 Use the FreeBSD __CONCAT. by Elliott Hughes · 7 years ago
  97. 9e02e20 Merge "Revert "Retire GCC FORTIFY."" am: 758051f058 by Elliott Hughes · 7 years ago
  98. 0d1a8a5 Reland "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  99. 758051f Merge "Revert "Retire GCC FORTIFY."" by Elliott Hughes · 7 years ago
  100. 4dbe8fc Revert "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago