1. ee8e3dd Remove non-trivial constructors/destructors from SystemProperties by Tom Cherry · 7 years ago
  2. cbc80ba Switch the rest of our internal headers to #pragma once. by Elliott Hughes · 7 years ago
  3. d50a1de Run bpfmt manually. by Elliott Hughes · 7 years ago
  4. 5a00ba7 Support priority inheritance mutex in 32-bit programs. by Yabin Cui · 8 years ago
  5. 6b9c85b Support priority inheritance mutex in 64bit programs. by Yabin Cui · 8 years ago
  6. 5cec377 Address a bunch of clang-tidy complaints. by Elliott Hughes · 8 years ago
  7. 4c5fde0 Remove workaround for running property tests. by Christopher Ferris · 8 years ago
  8. 811a1dd Merge "More benchmarks." by Elliott Hughes · 8 years ago
  9. 7063a83 More benchmarks. by Elliott Hughes · 8 years ago
  10. e275d6d Split properties into their own class to make testing better by Tom Cherry · 8 years ago
  11. 3b644e9 Trivial scanf benchmarks. by Elliott Hughes · 8 years ago
  12. 6f9c35d bionic: benchmark: add clock_getres performance tests by Mark Salyzyn · 8 years ago
  13. 6ffa10f bionic: benchmark: additional clock_gettime performance tests by Mark Salyzyn · 8 years ago
  14. e2188d4 Add new benchmark options. by Christopher Ferris · 8 years ago
  15. 858e336 Generate all the benchmarks to run. by Christopher Ferris · 8 years ago
  16. ad05730 Fix bionic benchmark unit tests. by Christopher Ferris · 8 years ago
  17. 5305a4d 10x printf speedup. by Elliott Hughes · 8 years ago
  18. 9280599 Add basic printf benchmarks. by Elliott Hughes · 8 years ago
  19. 286b3a8 Fix pthread benchmarks. by Josh Gao · 8 years ago
  20. 5c6a7bf Remove some legacy declarations from <math.h>. by Elliott Hughes · 8 years ago
  21. ae407e5 Remove default libraries by Dan Willemsen · 8 years ago
  22. 0bfcbaf Add new status document, based on internal wiki. by Elliott Hughes · 8 years ago
  23. 814359a Update the bionic benchmarks documentation. by Anders Lewis · 8 years ago
  24. d9d39be A few small fix ups. by Christopher Ferris · 8 years ago
  25. 8e410a7 Merge "Fix local path assumption in interface_test." by Christopher Ferris · 8 years ago
  26. 938bece Benchmark fgetln(3) and getline(3) as well as fgets(3). by Elliott Hughes · 8 years ago
  27. d706fe5 Fix the stdio fwrite benchmark. by Elliott Hughes · 8 years ago
  28. 4b26f71 Fix local path assumption in interface_test. by Anders Lewis · 8 years ago
  29. 30438e4 Merge "Improve error handling and fix minor bugs in bionic benchmarks." by Christopher Ferris · 8 years ago
  30. 73c3be2 Merge "Add musl benchmarks." by Christopher Ferris · 8 years ago
  31. a98a5fb Improve error handling and fix minor bugs in bionic benchmarks. by Anders Lewis · 8 years ago
  32. ac4f4b4 Add musl benchmarks. by Anders Lewis · 8 years ago
  33. c2223f7 Track tinyxml2 API change. by Elliott Hughes · 8 years ago
  34. a7b0f88 Implement interface for bionic benchmarks. by Anders Lewis · 8 years ago
  35. 5fc1f6e Really fix the mac build. by Christopher Ferris · 8 years ago
  36. bad43c7 Fix max build. by Christopher Ferris · 8 years ago
  37. 61b7e11 Merge "Support memory alignment tests for string_benchmark.cpp" by Christopher Ferris · 8 years ago
  38. f4447b9 Support memory alignment tests for string_benchmark.cpp by Anders Lewis · 8 years ago
  39. 7059100 bionic: fix assorted static analyzer warnings by George Burgess IV · 8 years ago
  40. 1c487e1 Add benchmarks for strcpy and strcmp. by Anders Lewis · 8 years ago
  41. a99d052 Add copy-only, seek-only, and copy-and-seek benchmarks for strcat by Anders Lewis · 8 years ago
  42. 271be9b Split memmove benchmark into separate overlapping (src before dst and dst before src) and non-overlapping tests. by Anders Lewis · 8 years ago
  43. 4a92ffd Stop using __system_property_area__ by Victor Khimenko · 8 years ago
  44. 3f55787 Add "benchmark" to time atomic operations by Hans Boehm · 9 years ago
  45. ea87716 localtime_r(3) should act as if it calls tzset(3). by Elliott Hughes · 9 years ago
  46. be763d8 Fix deprecated range_x() calls. by Martijn Coenen · 9 years ago
  47. 2722ebb Convert bionic benchmarks and tests to Android.bp by Colin Cross · 9 years ago
  48. 1a5fd9c Fix misc-macro-parentheses warnings in bionic. by Chih-Hung Hsieh · 9 years ago
  49. 1783941 Fix infinite loop if semaphore test is not run. by Christopher Ferris · 9 years ago
  50. 956df72 Fix google-explicit-constructor warning. by Chih-Hung Hsieh · 9 years ago
  51. 281e06b Switch bionic over to google-benchmark. by Elliott Hughes · 9 years ago
  52. 939a7e0 Track rename from base/ to android-base/. by Elliott Hughes · 10 years ago
  53. f9f4a43 Revert "Revert "Use compiler builtins for fabs."" by Elliott Hughes · 10 years ago
  54. c5deb0f Revert "Use compiler builtins for fabs." by Elliott Hughes · 10 years ago
  55. d76f169 Use compiler builtins for fabs. by Elliott Hughes · 10 years ago
  56. b662280 Use __builtin_* in <math.h>. by Elliott Hughes · 10 years ago
  57. 3fe1515 Add missing include. by Dan Albert · 10 years ago
  58. 5341691 Move up to C++14. by Dan Albert · 10 years ago
  59. c217373 Fix unused result errors in bionic. by Elliott Hughes · 10 years ago
  60. dc93db2 Change name of rwlock benchmark. by Yabin Cui · 10 years ago
  61. 3e87c78 Revert "Revert "Moving StringPrintf to libbase."" by Dan Albert · 10 years ago
  62. d2dad2b Revert "Moving StringPrintf to libbase." by Nicolas Geoffray · 10 years ago
  63. 7ed5fa1 Moving StringPrintf to libbase. by Dan Albert · 10 years ago
  64. 339ac37 Allow wildcards to match arg values. by Christopher Ferris · 10 years ago
  65. 567bfb3 Fix 64-bit benchmark build by Greg Hackmann · 10 years ago
  66. df4942c Refactor the benchmark code. by Christopher Ferris · 10 years ago
  67. 5d06446 bionic: benchmarks: Add BM_semaphore_sem_post_sem_wait by Mark Salyzyn · 10 years ago
  68. 7e50fb2 bionic: benchmarks: Add BM_semaphore_sem_post by Mark Salyzyn · 10 years ago
  69. 941a1a1 Do not build host benchmark code on macs. by Christopher Ferris · 11 years ago
  70. 14152b9 Remove obsolete BUILD_TINY_ANDROID. by Elliott Hughes · 11 years ago
  71. 8c4994b Implement __fsetlocking. by Elliott Hughes · 11 years ago
  72. 1cf32f8 Add a benchmark for using stdio to read a file in /proc. by Elliott Hughes · 11 years ago
  73. 8bb020e Use SI prefixes throughout the benchmark output. by Elliott Hughes · 11 years ago
  74. e48f533 Use a vector of benchmarks and new for loop syntax. by Elliott Hughes · 11 years ago
  75. a763504 bionic benchmarks: limit benchmark run time to 1s real time by Colin Cross · 12 years ago
  76. 7b9df19 bionic benchmarks: export benchmark library by Colin Cross · 12 years ago
  77. 8cf1b30 Use mmap to create the pthread_internal_t by Yabin Cui · 11 years ago
  78. 06b1b8c Extract bionic-prepare-run-on-host to inc file. by Dmitriy Ivanov · 11 years ago
  79. 212e0e3 Build our benchmarks against glibc too. by Elliott Hughes · 11 years ago
  80. 076f69d Merge "Benchmark fread/fwrite both buffered and unbuffered." by Elliott Hughes · 11 years ago
  81. 47dc7c9 Benchmark fread/fwrite both buffered and unbuffered. by Elliott Hughes · 11 years ago
  82. f2bb57c Fix running the bionic benchmarks on the host. by Elliott Hughes · 11 years ago
  83. 3a5aeba Switch benchmarks and tests to libc++. by Dan Albert · 11 years ago
  84. 055a59c Prevent benchmarks from being optimized away. by Dan Albert · 11 years ago
  85. 837a962 Add benchmarks for pthread_rw_locks by Calin Juravle · 11 years ago
  86. 905e6d5 Start hiding "private/bionic_time.h". by Elliott Hughes · 11 years ago
  87. 625993d Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 11 years ago
  88. 53531cc Make sure not to construct illegal property names. by Christopher Ferris · 11 years ago
  89. 28417e6 Added a __system_property_serial benchmark. by Brigid Smith · 11 years ago
  90. a304476 Added __system_propery_read benchmark. by Brigid Smith · 11 years ago
  91. 7086ad6 Cache getpid. by Elliott Hughes · 11 years ago
  92. 5ab51d0 Fix GCC 4.9 complaint about int/size_t mismatch. by Elliott Hughes · 11 years ago
  93. c0eed72 Size the benchmark name column appropriately. by Elliott Hughes · 11 years ago
  94. b27a840 Add __pure2 to a few more functions, most notably gettid and pthread_self. by Elliott Hughes · 11 years ago
  95. 7634db5 Add a couple more system call benchmarks. by Elliott Hughes · 11 years ago
  96. a147a1d AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation. by Serban Constantinescu · 11 years ago
  97. d286796 Turn on -Wunused and fix the mistakes it uncovers. by Elliott Hughes · 11 years ago
  98. 5d9a7ba Avoid a system call in 'gettid'. by Elliott Hughes · 11 years ago
  99. 7a39094 Revert "Removes bionic's dependence on stlport" by Dan Albert · 11 years ago
  100. 4d35da1 Removes bionic's dependence on stlport by Dan Albert · 11 years ago