1. 4f351aa Combine checksum of all boot images. by Jeff Hao · 8 years ago
  2. 0830532 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 8 years ago
  3. 5650650 Merge "Fix regression in ModUnionTable RAM usage" into nyc-dev by Mathieu Chartier · 8 years ago
  4. 24a9ecf Merge "Check if we require barrier if we did not resolve classes" into nyc-dev by Mathieu Chartier · 8 years ago
  5. 014885a Fix regression in ModUnionTable RAM usage by Mathieu Chartier · 8 years ago
  6. 03c7df9 Check if we require barrier if we did not resolve classes by Mathieu Chartier · 8 years ago
  7. 091c54c Merge "ART: Add cutout for Unsafe.putObjectVolatile" into nyc-dev by Andreas Gampe · 8 years ago
  8. 949160a Merge "ART: Add integer & long parsing cutout to unstarted runtime" into nyc-dev by Andreas Gampe · 8 years ago
  9. 54eb89d Merge "ART: Add getDeclaredConstructor cutout for unstarted runtime" into nyc-dev by Andreas Gampe · 8 years ago
  10. bdf6df1 Merge "Shard classloader classes lock" into nyc-dev by Mathieu Chartier · 8 years ago
  11. d42c845 Merge "Change RequiresConstructorBarrier default to yes" into nyc-dev by Mathieu Chartier · 8 years ago
  12. 07b2ad2 Merge "Fix thumb bit in the oatdump symbolizer." into nyc-dev by David Srbecky · 8 years ago
  13. e5d8020 Change RequiresConstructorBarrier default to yes by Mathieu Chartier · 8 years ago
  14. 96d4ff8 Merge "Fix and re-enable compiler_driver_test" into nyc-dev by Yi Kong · 8 years ago
  15. 2d1f4f3 Fix and re-enable compiler_driver_test by Yi Kong · 8 years ago
  16. cee1321 ART: Handle OOM in stack overflow by Mathieu Chartier · 8 years ago
  17. e4e3ae6 Merge "Change hash set to use noexcept" into nyc-dev by Mathieu Chartier · 8 years ago
  18. 1813d11 ART: Add cutout for Unsafe.putObjectVolatile by Andreas Gampe · 8 years ago
  19. 9c62dab ART: Add integer & long parsing cutout to unstarted runtime by Andreas Gampe · 8 years ago
  20. 5ef868c Change hash set to use noexcept by Mathieu Chartier · 8 years ago
  21. f72f19f ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 8 years ago
  22. 1609e3a Shard classloader classes lock by Mathieu Chartier · 8 years ago
  23. 53b21d0 Merge "ART: Add arraycopy(byte) to unstarted runtime" into nyc-dev by Andreas Gampe · 8 years ago
  24. cc44581 ART: Add arraycopy(byte) to unstarted runtime by Andreas Gampe · 8 years ago
  25. 41834dc Merge "ART: Don't attempt write flock if not zygote" into nyc-dev by Andreas Gampe · 8 years ago
  26. 565bc96 Fix issued with non-public interface methods. by Alex Light · 8 years ago
  27. fff377b ART: Don't attempt write flock if not zygote by Andreas Gampe · 8 years ago
  28. 9c0bce4 Fix thumb bit in the oatdump symbolizer. by David Srbecky · 8 years ago
  29. 50e6f7c Merge "ART: Return native debuggable status of the app." into nyc-dev by Oleksiy Vyalov · 8 years ago
  30. 55338c9 Merge changes I56b0a4dd,I85aa52cc into nyc-dev by Narayan Kamath · 8 years ago
  31. dfbbeef ART: Return native debuggable status of the app. by Oleksiy Vyalov · 8 years ago
  32. 657887e Merge "ART: Dump less maps" into nyc-dev by Andreas Gampe · 8 years ago
  33. 3b67409 Mark array classes as verification attempted by Mathieu Chartier · 8 years ago
  34. dfd7b70 ART: Dump less maps by Andreas Gampe · 8 years ago
  35. 9a9f658 Merge "Dump different fields in imgdiag" into nyc-dev by Mathieu Chartier · 8 years ago
  36. ec15338 Dump different fields in imgdiag by Mathieu Chartier · 8 years ago
  37. 9c13f5e Merge changes from topic 'bad-classpath' into nyc-dev by Alex Light · 8 years ago
  38. d2288a2 Make test 146 run with secondary dex file in classpath. by Alex Light · 8 years ago
  39. ee0c502 Merge "ART: Better support for arraycopy in unstarted runtime" into nyc-dev by Andreas Gampe · 8 years ago
  40. 4a5fcd8 ART: Better support for arraycopy in unstarted runtime by Andreas Gampe · 8 years ago
  41. 01b4b32 Make InvokeInterfaceTrampoline check methods by Alex Light · 8 years ago
  42. 06fe300 Merge "Refine OatFileAssistant.MakeUpToDate failure result." into nyc-dev by Richard Uhler · 8 years ago
  43. ae2f546 unstarted_runtime: Update references to decimal format classes. by Narayan Kamath · 8 years ago
  44. 40fd6ad unstarted_runtime: Add additional cutouts by Narayan Kamath · 8 years ago
  45. c4d6084 Merge "Revert "ART: Resolve all classes even when verify-profile"" into nyc-dev by Andreas Gampe · 8 years ago
  46. 5f803f0 Merge "ART: Do not run verification under lock" into nyc-dev by Andreas Gampe · 8 years ago
  47. 5a85126 Revert "ART: Resolve all classes even when verify-profile" by Andreas Gampe · 8 years ago
  48. f934bf7 ART: Do not run verification under lock by Andreas Gampe · 8 years ago
  49. ff0274b Refine OatFileAssistant.MakeUpToDate failure result. by Richard Uhler · 8 years ago
  50. 8790c7f Disable checks for b/27493510 by Mathieu Chartier · 8 years ago
  51. be2892b Add way to disable resolving for stack walk by Mathieu Chartier · 8 years ago
  52. 91deb8a Merge "Obtain stack trace outside of critical section" into nyc-dev by Mathieu Chartier · 8 years ago
  53. b655c37 Merge "Only log excessive timeouts if those appear accidental" into nyc-dev by Hans Boehm · 8 years ago
  54. 2342858 Obtain stack trace outside of critical section by Mathieu Chartier · 8 years ago
  55. 05488e1 Only log excessive timeouts if those appear accidental by Hans Boehm · 8 years ago
  56. fd97429 ART: Add support for DexFile compiler filter function by Andreas Gampe · 8 years ago
  57. 97cd457 Merge "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""" into nyc-dev by Calin Juravle · 8 years ago
  58. 28530da Fix profile save MaxBaxBackoff time by Calin Juravle · 8 years ago
  59. d6190dc Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" by Calin Juravle · 8 years ago
  60. c0b2763 Merge remote-tracking branch 'goog/master' into nyc-dev by Calin Juravle · 8 years ago
  61. 268abb5 Merge "ART: Save or erase the file even if I/O failed" am: 6656f30 am: 4f4fc1a by Serdjuk, Nikolay Y · 8 years ago
  62. 09c508b Merge "ART: Save or erase the file even if I/O failed" am: 6656f30 am: 4f4fc1a by Serdjuk, Nikolay Y · 8 years ago
  63. 94c3eba Merge "ART: Fix TypeConversion from long const to float on x86_64" am: 922b88c am: 8584295 by Pavel Vyssotski · 8 years ago
  64. 4f4fc1a Merge "ART: Save or erase the file even if I/O failed" am: 6656f30 by Serdjuk, Nikolay Y · 8 years ago
  65. c421203 Merge "ART: Fix TypeConversion from long const to float on x86_64" am: 922b88c by Pavel Vyssotski · 8 years ago
  66. 6656f30 Merge "ART: Save or erase the file even if I/O failed" by Vladimir Marko · 8 years ago
  67. 8584295 Merge "ART: Fix TypeConversion from long const to float on x86_64" am: 922b88c by Pavel Vyssotski · 8 years ago
  68. 922b88c Merge "ART: Fix TypeConversion from long const to float on x86_64" by David Brazdil · 8 years ago
  69. 4c858cd ART: Fix TypeConversion from long const to float on x86_64 by Pavel Vyssotski · 8 years ago
  70. d12f9c1 ART: Save or erase the file even if I/O failed by Serdjuk, Nikolay Y · 8 years ago
  71. a1a89e3 Merge "ART: Resolve all classes even when verify-profile" into nyc-dev am: 6d1b247 by Andreas Gampe · 8 years ago
  72. 8d96e03 Merge "ART: Resolve all classes even when verify-profile" into nyc-dev by Andreas Gampe · 8 years ago
  73. 6d1b247 Merge "ART: Resolve all classes even when verify-profile" into nyc-dev by Andreas Gampe · 8 years ago
  74. 82e8c1f ART: Resolve all classes even when verify-profile by Andreas Gampe · 8 years ago
  75. 467b16b Merge "Fix arm64 simplifier bug that tries to remove same statement twice. With fail-before/pass-after test (on arm64)." am: 20eef17 am: 6461885 by Aart Bik · 8 years ago
  76. 34db8d0 Merge "Fix arm64 simplifier bug that tries to remove same statement twice. With fail-before/pass-after test (on arm64)." am: 20eef17 by Aart Bik · 8 years ago
  77. 6461885 Merge "Fix arm64 simplifier bug that tries to remove same statement twice. With fail-before/pass-after test (on arm64)." by Aart Bik · 8 years ago
  78. 558800a Merge "ART: Fix unstarted runtime for Security" am: 13ce07a am: 946c902 by Andreas Gampe · 8 years ago
  79. b9ce023 Merge "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" am: 77376a4 am: fbf9863 by Bill Buzbee · 8 years ago
  80. a50f5ef Merge "Optimizing: Clean up after const-string sharpening." am: 3d8762c am: 2408bd4 by Vladimir Marko · 8 years ago
  81. 3a8d2a0 Merge "Don\'t return kPatchOatNeeded if there is no patch info." am: 20df4e4 am: a51239e by Richard Uhler · 8 years ago
  82. 1225994 Merge "ART: Fix unstarted runtime for Security" am: 13ce07a am: 946c902 by Andreas Gampe · 8 years ago
  83. 38fc3bb Merge "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" am: 77376a4 by Bill Buzbee · 8 years ago
  84. c5e5012 Merge "Optimizing: Clean up after const-string sharpening." am: 3d8762c by Vladimir Marko · 8 years ago
  85. 208c090 Merge "Don\'t return kPatchOatNeeded if there is no patch info." am: 20df4e4 by Richard Uhler · 8 years ago
  86. 20eef17 Merge "Fix arm64 simplifier bug that tries to remove same statement twice. With fail-before/pass-after test (on arm64)." by Aart Bik · 8 years ago
  87. 9462f73 Merge "Fix and tune ProfileSaver" into nyc-dev am: cbb3251 am: c49073d by Calin Juravle · 8 years ago
  88. c49073d Merge "Fix and tune ProfileSaver" into nyc-dev am: cbb3251 by Calin Juravle · 8 years ago
  89. 946c902 Merge "ART: Fix unstarted runtime for Security" am: 13ce07a by Andreas Gampe · 8 years ago
  90. cbb3251 Merge "Fix and tune ProfileSaver" into nyc-dev by Calin Juravle · 8 years ago
  91. 13ce07a Merge "ART: Fix unstarted runtime for Security" by Andreas Gampe · 8 years ago
  92. 968056f Fix arm64 simplifier bug that tries to remove same statement twice. by Aart Bik · 8 years ago
  93. fbf9863 Merge "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" by Bill Buzbee · 8 years ago
  94. 77376a4 Merge "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" by Bill Buzbee · 8 years ago
  95. 2408bd4 Merge "Optimizing: Clean up after const-string sharpening." am: 3d8762c by Vladimir Marko · 8 years ago
  96. 0cdaa6c Fix and tune ProfileSaver by Calin Juravle · 8 years ago
  97. 3d8762c Merge "Optimizing: Clean up after const-string sharpening." by Vladimir Marko · 8 years ago
  98. db8e62d Optimizing: Clean up after const-string sharpening. by Vladimir Marko · 8 years ago
  99. a75a2e4 Merge "Don\'t return kPatchOatNeeded if there is no patch info." into nyc-dev am: f7a9ff9 by Richard Uhler · 8 years ago
  100. b8fe379 Merge "Optimizing: Improve const-string code generation." am: 085055f am: 0b92b73 by Vladimir Marko · 8 years ago