1. 10ce626 Remove benchmarks that use non-public APIs by Neil Fuller · 6 years ago
  2. 999b668 Remove non-libcore benchmarks by Neil Fuller · 6 years ago
  3. 458d8cb Rename org.kxml2 code to com.android.org.kxml2 by Neil Fuller · 6 years ago
  4. 615af4b Add benchmark for System.getProperty() vs. AccessController/GetPropertyAction. by Tobias Thierer · 6 years ago
  5. 2e68237 Verify java.util.Arrays against OpenJDK 8u121-b13. by Pete Gillin · 6 years ago
  6. b9ad76c Fix DeepArrayOpsBenchmark. by Pete Gillin · 6 years ago
  7. 6f5d9c7 Merge "Remove cachedLocaleData from NumberFormat." by hansson · 6 years ago
  8. 69844be Merge "Remove cachedLocaleData from DecimalFormatSymbols." by hansson · 6 years ago
  9. 4e1eba3 Remove cachedLocaleData from DecimalFormatSymbols. by Anton Hansson · 6 years ago
  10. 0702776 Remove cachedLocaleData from NumberFormat. by Anton Hansson · 6 years ago
  11. f055b94 Remove cachedLocaleData from DecimalFormat. by Anton Hansson · 6 years ago
  12. 2259a71 Make the Android fast-path UTF-8 decoder follow the Unicode Standard and the W3C Encoding standard. by Victor Chang · 7 years ago
  13. 2953435 Add VMDebug.getInstancesOfClasses API. by Richard Uhler · 7 years ago
  14. e1754dd Increase ZipFile read buffers size to 64k by Przemyslaw Szczepaniak · 7 years ago
  15. 9084fb6 Revert "Revert "Matcher: Avoid excessive String copies."" by Narayan Kamath · 7 years ago
  16. 53e4e15 Revert "Matcher: Avoid excessive String copies." by Narayan Kamath · 7 years ago
  17. 9035636 Matcher: Avoid excessive String copies. by Narayan Kamath · 7 years ago
  18. e70784b Add object clone benchmark by Mathieu Chartier · 8 years ago
  19. d0c91f2 Remove DateFormat time pattern caching by Neil Fuller · 8 years ago
  20. bb8ae11 Revert "Revert "benchmarks: Add timings for @FastNative/@CriticalNative"" by Igor Murashkin · 8 years ago
  21. 29c483f Revert "benchmarks: Add timings for @FastNative/@CriticalNative" by Nicolas Geoffray · 8 years ago
  22. efab71a benchmarks: Add timings for @FastNative/@CriticalNative by Igor Murashkin · 8 years ago
  23. 550f405 ART: Added benchmark for string dex cache by Christina Wadsworth · 8 years ago
  24. 9e86d9f Merge "Add an IMT conflict benchmark" by Treehugger Robot · 8 years ago
  25. e73e05f Add test and benchmarks for SimpleDateFormat. by Joachim Sauer · 8 years ago
  26. daaf589 Add an IMT conflict benchmark by Matthew Gharrity · 8 years ago
  27. 8926b65 More performance benchmarks for MessageDigest. by Alex Klyubin · 8 years ago
  28. de81def JarFile: Optimize getMetaInfEntryNames. by Narayan Kamath · 8 years ago
  29. bdd8f39 Merge "Avoid additional Object allocations that are immediately unboxed" by Tobias Thierer · 8 years ago
  30. a8d952d Optimize StringBuilder.append for String with range by Yi Kong · 8 years ago
  31. a5448c0 Avoid additional Object allocations that are immediately unboxed by Tobias Thierer · 8 years ago
  32. f9d0b60 String: Improve performance of String.getBytes. by Narayan Kamath · 8 years ago
  33. 4e7a696 benchmarks: Add a String benchmark for replace. by Narayan Kamath · 8 years ago
  34. 3fdfc1f Add Character#digit(int, int) fastpath by Przemyslaw Szczepaniak · 8 years ago
  35. 1323d54 File: Fix fs.resolve when child == "/" by Narayan Kamath · 8 years ago
  36. 3a27237 Add test for invoke-interface performance with IMT by Alex Light · 8 years ago
  37. 27c702b Fix ByteBuffer performance regression. by Przemyslaw Szczepaniak · 8 years ago
  38. 8c6a910 ZipFile: Improve performance for ZipFile.<init> by Narayan Kamath · 8 years ago
  39. 1532860 Improve performance of Reference processing. by Richard Uhler · 8 years ago
  40. 48318b8 resolve merge conflicts of a960fcb421 to master. by Andreas Gampe · 9 years ago
  41. ea13f82 Switch to latest version of Caliper by Paul Duffin · 9 years ago
  42. 9639153 StringCaseMappingBenchmark typo fix by Yi Kong · 9 years ago
  43. 97e6de1 Speed up Finalizer Daemon by Hans Boehm · 9 years ago
  44. 3796347 Add Reference/ReferenceQueue benchmark. by Richard Uhler · 9 years ago
  45. 3367001 Delete obsolete SystemPropertiesBenchmark. by Vladimir Marko · 9 years ago
  46. 34ba8b5 Migrate DecimalFormat to use ICU4J. by Rayhaan Jaufeerally · 9 years ago
  47. b7b17db Fix Class#getField method by Alex Light · 9 years ago
  48. 17975fe Merge "Add benchmark for case conversion." by Neil Fuller · 9 years ago
  49. de6dbfa Add benchmark for case conversion. by Rayhaan Jaufeerally · 9 years ago
  50. b8fcb81 Merge "Revert "Revert "Migrate Collator classes to use ICU4J.""" by Neil Fuller · 9 years ago
  51. 3df3bfc Revert "Revert "Migrate Collator classes to use ICU4J."" by Rayhaan Jaufeerally · 9 years ago
  52. 48cf688 Add more tests to AnnotatedElementBenchmark. by Jeff Hao · 9 years ago
  53. 4fd3844 Merge "Revert "Migrate Collator classes to use ICU4J."" by Neil Fuller · 9 years ago
  54. 5fc822e Revert "Migrate Collator classes to use ICU4J." by Neil Fuller · 9 years ago
  55. 0340f95 Merge "Change the Bidi class over to ICU4J." by Neil Fuller · 9 years ago
  56. bf7bbff Migrate Collator classes to use ICU4J. by Rayhaan Jaufeerally · 9 years ago
  57. 660d0be Change the Bidi class over to ICU4J. by Rayhaan Jaufeerally · 9 years ago
  58. 9dcac82 Migrate IDNA2003 implementation to ICU4J. by Rayhaan Jaufeerally · 9 years ago
  59. bf7fbb3 Add isInstance performance test to ReflectionBenchmark. by Jeff Hao · 9 years ago
  60. 395d429 String.Equals Optimization Benchmark by agicsaki · 9 years ago
  61. 5dc9ac8 Implemented ceil and floor in StrictMath by agicsaki · 9 years ago
  62. 3db17f7 Merge "Revert "Revert "Modification to the way boot classpath resources are loaded""" by Neil Fuller · 9 years ago
  63. 2ce899f Revert "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  64. 049862d Merge "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  65. 0c2e3c7 Revert "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  66. e41d5b9 Merge "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  67. 05a5c2f Modification to the way boot classpath resources are loaded by Neil Fuller · 9 years ago
  68. cc4791a Get rid of old Harmony Services cache by Kenny Root · 9 years ago
  69. c3dc3f7 Add buffering to KXmlSerializer by Wojciech Staszkiewicz · 9 years ago
  70. 2abeaa6 Move Class.newInstance to native by Mathieu Chartier · 9 years ago
  71. a40d244 Ensure consistency of capitalization in RelativeDateTimeFormatter by Neil Fuller · 9 years ago
  72. 12fbbc1 Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatter by Neil Fuller · 9 years ago
  73. 3f1ba8f Rename package to android.icu.* instead of com.android.ibm.icu.*. by Narayan Kamath · 9 years ago
  74. f37f781 Revert "Revert "Add icu4j to core-libart.jar."" by Narayan Kamath · 9 years ago
  75. 3b59929 Revert "Add icu4j to core-libart.jar." by Narayan Kamath · 9 years ago
  76. de7c1fb Add icu4j to core-libart.jar. by Narayan Kamath · 9 years ago
  77. 352ba7e Add BreakIterator benchmark to the libcore benchmark suite. by Narayan Kamath · 9 years ago
  78. 7bcff48 Use ICU for relative time formatting by Tao Bao · 9 years ago
  79. 36776bc Extend ArrayList fastpath to Collections.sort(List<T>, Comparator<T>). by Narayan Kamath · 9 years ago
  80. fa080b8 Add a zero-copy path for Collections.sort() on ArrayList. by Narayan Kamath · 10 years ago
  81. 6d934bc Add benchmark for reflection performance on large classes. by Narayan Kamath · 10 years ago
  82. 3c32023 Avoid Math.min() benchmark being optimized away. by Vladimir Marko · 10 years ago
  83. 547edf3 Avoid Math/StrictMath benchmarks being optimized away. by Vladimir Marko · 10 years ago
  84. 86eae8d Merge "Invalidate cache of default SocketFactory" by Kenny Root · 10 years ago
  85. fb1c2c9 Moved slow path flag to Reference class by Fred Shih · 10 years ago
  86. efc3147 Invalidate cache of default SocketFactory by Kenny Root · 10 years ago
  87. f14b369 Expanded arraycopy function to deal with more types and updated benchmarking. by Emma Meersman · 10 years ago
  88. a942660 Pass BCP-47 tags and not Locale.toString results to ICU. by Elliott Hughes · 10 years ago
  89. a2f8e8a Fix Greek uppercasing. by Elliott Hughes · 10 years ago
  90. 29d7639 CipherInputStream: increase buffers for speed by Kenny Root · 10 years ago
  91. 2cca77a Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket. by Alex Klyubin · 11 years ago
  92. fc806e9 am eaa0add6: am 48132b98: Merge "Minor cleanup of deepHashCode / deepEquals." by Narayan Kamath · 11 years ago
  93. 16e5135 am 7e528a4a: am bd03ef07: Merge "Improve URI.equals performance." by Narayan Kamath · 11 years ago
  94. 0994072 Minor cleanup of deepHashCode / deepEquals. by Narayan Kamath · 11 years ago
  95. 0b217ad Improve URI.equals performance. by Narayan Kamath · 11 years ago
  96. 9edc1d3 A char array copy optimization (libcore). by Hiroshi Yamauchi · 11 years ago
  97. 8ff6e83 Merge "Add a cache to ICU.getBestDateTimePattern." by Elliott Hughes · 11 years ago
  98. 0fd776f Add a cache to ICU.getBestDateTimePattern. by Elliott Hughes · 11 years ago
  99. 71852e4 Remove unused code from CharsetBenchmark. by Narayan Kamath · 11 years ago
  100. 821f49c Add benchmark for SSL loopback by Kenny Root · 11 years ago