1. 74892be Merge "Remove cachedLocaleData from NumberFormat." am: 6f5d9c76f5 am: 7ee10b4533 by hansson · 6 years ago
  2. 6e822f0 Merge "Remove cachedLocaleData from DecimalFormatSymbols." am: 69844beb4c am: c9841fd32a by hansson · 6 years ago
  3. 6f5d9c7 Merge "Remove cachedLocaleData from NumberFormat." by hansson · 6 years ago
  4. 69844be Merge "Remove cachedLocaleData from DecimalFormatSymbols." by hansson · 6 years ago
  5. 4e1eba3 Remove cachedLocaleData from DecimalFormatSymbols. by Anton Hansson · 6 years ago
  6. 0702776 Remove cachedLocaleData from NumberFormat. by Anton Hansson · 6 years ago
  7. beed453 Merge "Remove cachedLocaleData from DecimalFormat." am: 2ef3444144 am: 67cf38fb29 by hansson · 6 years ago
  8. f055b94 Remove cachedLocaleData from DecimalFormat. by Anton Hansson · 6 years ago
  9. 4dce9cc Merge changes from topic "utf8decoder" am: 66805fc98d am: 6ded4af9ca by vichang · 6 years ago
  10. 2259a71 Make the Android fast-path UTF-8 decoder follow the Unicode Standard and the W3C Encoding standard. by Victor Chang · 6 years ago
  11. 45e812c Merge "Add VMDebug.getInstancesOfClasses API." am: e7aad93b91 am: c3d216eae8 by Richard Uhler · 6 years ago
  12. b511616 Switch usages of legacy-test to android.test.base by Paul Duffin · 6 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. 441108f Replace core-junit with legacy-test by Paul Duffin · 7 years ago
  19. e70784b Add object clone benchmark by Mathieu Chartier · 8 years ago
  20. d0c91f2 Remove DateFormat time pattern caching by Neil Fuller · 8 years ago
  21. bb8ae11 Revert "Revert "benchmarks: Add timings for @FastNative/@CriticalNative"" by Igor Murashkin · 8 years ago
  22. 29c483f Revert "benchmarks: Add timings for @FastNative/@CriticalNative" by Nicolas Geoffray · 8 years ago
  23. efab71a benchmarks: Add timings for @FastNative/@CriticalNative by Igor Murashkin · 8 years ago
  24. 550f405 ART: Added benchmark for string dex cache by Christina Wadsworth · 8 years ago
  25. 9e86d9f Merge "Add an IMT conflict benchmark" by Treehugger Robot · 8 years ago
  26. e73e05f Add test and benchmarks for SimpleDateFormat. by Joachim Sauer · 8 years ago
  27. daaf589 Add an IMT conflict benchmark by Matthew Gharrity · 8 years ago
  28. 8926b65 More performance benchmarks for MessageDigest. by Alex Klyubin · 8 years ago
  29. de81def JarFile: Optimize getMetaInfEntryNames. by Narayan Kamath · 8 years ago
  30. bdd8f39 Merge "Avoid additional Object allocations that are immediately unboxed" by Tobias Thierer · 8 years ago
  31. a8d952d Optimize StringBuilder.append for String with range by Yi Kong · 8 years ago
  32. a5448c0 Avoid additional Object allocations that are immediately unboxed by Tobias Thierer · 8 years ago
  33. f9d0b60 String: Improve performance of String.getBytes. by Narayan Kamath · 8 years ago
  34. 4e7a696 benchmarks: Add a String benchmark for replace. by Narayan Kamath · 8 years ago
  35. 3fdfc1f Add Character#digit(int, int) fastpath by Przemyslaw Szczepaniak · 8 years ago
  36. 1323d54 File: Fix fs.resolve when child == "/" by Narayan Kamath · 8 years ago
  37. 3a27237 Add test for invoke-interface performance with IMT by Alex Light · 8 years ago
  38. 27c702b Fix ByteBuffer performance regression. by Przemyslaw Szczepaniak · 8 years ago
  39. 8c6a910 ZipFile: Improve performance for ZipFile.<init> by Narayan Kamath · 8 years ago
  40. 1532860 Improve performance of Reference processing. by Richard Uhler · 8 years ago
  41. 48318b8 resolve merge conflicts of a960fcb421 to master. by Andreas Gampe · 8 years ago
  42. ea13f82 Switch to latest version of Caliper by Paul Duffin · 8 years ago
  43. 9639153 StringCaseMappingBenchmark typo fix by Yi Kong · 8 years ago
  44. 70b617f Merge mnc-dr-enso-dev into master by Przemyslaw Szczepaniak · 9 years ago
  45. bf07204 Merge lmp changes into mnc. by Narayan Kamath · 9 years ago
  46. 51b1b69 Initial import of OpenJdk files. by Piotr Jastrzebski · 9 years ago
  47. 97e6de1 Speed up Finalizer Daemon by Hans Boehm · 9 years ago
  48. 3796347 Add Reference/ReferenceQueue benchmark. by Richard Uhler · 9 years ago
  49. 3367001 Delete obsolete SystemPropertiesBenchmark. by Vladimir Marko · 9 years ago
  50. 34ba8b5 Migrate DecimalFormat to use ICU4J. by Rayhaan Jaufeerally · 9 years ago
  51. b7b17db Fix Class#getField method by Alex Light · 9 years ago
  52. 17975fe Merge "Add benchmark for case conversion." by Neil Fuller · 9 years ago
  53. de6dbfa Add benchmark for case conversion. by Rayhaan Jaufeerally · 9 years ago
  54. b8fcb81 Merge "Revert "Revert "Migrate Collator classes to use ICU4J.""" by Neil Fuller · 9 years ago
  55. 3df3bfc Revert "Revert "Migrate Collator classes to use ICU4J."" by Rayhaan Jaufeerally · 9 years ago
  56. 48cf688 Add more tests to AnnotatedElementBenchmark. by Jeff Hao · 9 years ago
  57. 4fd3844 Merge "Revert "Migrate Collator classes to use ICU4J."" by Neil Fuller · 9 years ago
  58. 5fc822e Revert "Migrate Collator classes to use ICU4J." by Neil Fuller · 9 years ago
  59. 0340f95 Merge "Change the Bidi class over to ICU4J." by Neil Fuller · 9 years ago
  60. bf7bbff Migrate Collator classes to use ICU4J. by Rayhaan Jaufeerally · 9 years ago
  61. 660d0be Change the Bidi class over to ICU4J. by Rayhaan Jaufeerally · 9 years ago
  62. 9dcac82 Migrate IDNA2003 implementation to ICU4J. by Rayhaan Jaufeerally · 9 years ago
  63. bf7fbb3 Add isInstance performance test to ReflectionBenchmark. by Jeff Hao · 9 years ago
  64. 395d429 String.Equals Optimization Benchmark by agicsaki · 9 years ago
  65. 5dc9ac8 Implemented ceil and floor in StrictMath by agicsaki · 9 years ago
  66. 3db17f7 Merge "Revert "Revert "Modification to the way boot classpath resources are loaded""" by Neil Fuller · 9 years ago
  67. 2ce899f Revert "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  68. 049862d Merge "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  69. 0c2e3c7 Revert "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  70. e41d5b9 Merge "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  71. 05a5c2f Modification to the way boot classpath resources are loaded by Neil Fuller · 9 years ago
  72. 8c75589 Get rid of old Harmony Services cache by Kenny Root · 9 years ago
  73. cc4791a Get rid of old Harmony Services cache by Kenny Root · 9 years ago
  74. c3dc3f7 Add buffering to KXmlSerializer by Wojciech Staszkiewicz · 9 years ago
  75. 2abeaa6 Move Class.newInstance to native by Mathieu Chartier · 9 years ago
  76. a40d244 Ensure consistency of capitalization in RelativeDateTimeFormatter by Neil Fuller · 9 years ago
  77. 12fbbc1 Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatter by Neil Fuller · 9 years ago
  78. 3f1ba8f Rename package to android.icu.* instead of com.android.ibm.icu.*. by Narayan Kamath · 9 years ago
  79. f37f781 Revert "Revert "Add icu4j to core-libart.jar."" by Narayan Kamath · 9 years ago
  80. 3b59929 Revert "Add icu4j to core-libart.jar." by Narayan Kamath · 9 years ago
  81. de7c1fb Add icu4j to core-libart.jar. by Narayan Kamath · 9 years ago
  82. 352ba7e Add BreakIterator benchmark to the libcore benchmark suite. by Narayan Kamath · 9 years ago
  83. 7bcff48 Use ICU for relative time formatting by Tao Bao · 9 years ago
  84. 36776bc Extend ArrayList fastpath to Collections.sort(List<T>, Comparator<T>). by Narayan Kamath · 9 years ago
  85. fa080b8 Add a zero-copy path for Collections.sort() on ArrayList. by Narayan Kamath · 9 years ago
  86. 6d934bc Add benchmark for reflection performance on large classes. by Narayan Kamath · 10 years ago
  87. f9362ee Add benchmark for reflection performance on large classes. by Narayan Kamath · 10 years ago
  88. 9496b21 Removing differences between AOSP and internal by Neil Fuller · 10 years ago
  89. 18e7406 Dalvik is dead, long live Dalvik! by Brian Carlstrom · 10 years ago
  90. a0eabca Avoid Math.min() benchmark being optimized away. by Vladimir Marko · 10 years ago
  91. db8b2be Avoid Math/StrictMath benchmarks being optimized away. by Vladimir Marko · 10 years ago
  92. 7fdd2c3 reconcile aosp (86eae8dd1e7405394f0e9efe1252575ef9a9674c) after branching. Please do not merge. by Ed Heyl · 10 years ago
  93. 421284d reconcile aosp (0d589d78c1c2a809429911fc4756856b53404fb9) after branching. Please do not merge. by Ed Heyl · 10 years ago
  94. fd2ca69 am 42a6d80d: Merge "Expanded arraycopy function to deal with more types and updated benchmarking." by Jeff Hao · 10 years ago
  95. 42a6d80 Merge "Expanded arraycopy function to deal with more types and updated benchmarking." by Jeff Hao · 10 years ago
  96. f14b369 Expanded arraycopy function to deal with more types and updated benchmarking. by Emma Meersman · 10 years ago
  97. adb19b9 Dalvik is dead, long live Dalvik! DO NOT MERGE by Brian Carlstrom · 10 years ago
  98. a942660 Pass BCP-47 tags and not Locale.toString results to ICU. by Elliott Hughes · 10 years ago
  99. a2f8e8a Fix Greek uppercasing. by Elliott Hughes · 10 years ago
  100. aeab9e7 Don't build benchmarks if LIBCORE_SKIP_TESTS=true. by Narayan Kamath · 10 years ago