1. b11ffb7 Combine checksum of all boot images. by Jeff Hao · 9 years ago
  2. dc80925 Merge "ART: Fix interpreter single-step when doing OSR" by Bill Buzbee · 9 years ago
  3. 93e94f2 ART: Fix interpreter single-step when doing OSR by buzbee · 9 years ago
  4. f2197e4 Merge changes Ie23877ac,I262f6be8 by Hiroshi Yamauchi · 9 years ago
  5. e1bcd8a Revert "Disable some image_test cases with concurrent collector." by Hiroshi Yamauchi · 9 years ago
  6. 1d6fdaf Fix image_test for the CC collector. by Hiroshi Yamauchi · 9 years ago
  7. 2c6760a Merge "Remove AnnotationAccess and its remaining uses." by Jeff Hao · 9 years ago
  8. 7fa1f92 Merge "Remove more Quick-related macros in tests." by Roland Levillain · 9 years ago
  9. 8913162 Merge "Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""" by David Brazdil · 9 years ago
  10. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  11. 8b233fc Remove more Quick-related macros in tests. by Roland Levillain · 9 years ago
  12. 950dd55 Merge "Revert "Change RequiresConstructorBarrier default to yes"" by Roland Levillain · 9 years ago
  13. 0436ee6 Revert "Change RequiresConstructorBarrier default to yes" by Roland Levillain · 9 years ago
  14. 35d6a42 Merge "Revert "Check if we require barrier if we did not resolve classes"" by Roland Levillain · 9 years ago
  15. a7ab499 Revert "Check if we require barrier if we did not resolve classes" by Roland Levillain · 9 years ago
  16. 173e99a Merge "Thumb2: Show the immediate in ROR (immediate) disassembly." by Vladimir Marko · 9 years ago
  17. 748ad81 Merge "Add 20s timeout to 570-checker-osr." by Vladimir Marko · 9 years ago
  18. 1939a88 Add 20s timeout to 570-checker-osr. by Vladimir Marko · 9 years ago
  19. 391e155 Merge "Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod." by Vladimir Marko · 9 years ago
  20. 791947d Merge "Move optimizations out of HInliner::TryBuildAndInlineHelper." by Roland Levillain · 9 years ago
  21. e7fbbe4 Merge changes I775a57c9,I14c0836f,I075c1b11 by Andreas Gampe · 9 years ago
  22. 207c3ea Merge "Check if we require barrier if we did not resolve classes" by Mathieu Chartier · 9 years ago
  23. 20fd7cd Check if we require barrier if we did not resolve classes by Mathieu Chartier · 9 years ago
  24. 43574b5 Merge "Fix regression in ModUnionTable RAM usage" by Mathieu Chartier · 9 years ago
  25. 56f9a89 Fix regression in ModUnionTable RAM usage by Mathieu Chartier · 9 years ago
  26. 8a18fde ART: Add cutout for Unsafe.putObjectVolatile by Andreas Gampe · 9 years ago
  27. 13fc1be ART: Add integer & long parsing cutout to unstarted runtime by Andreas Gampe · 9 years ago
  28. 6039e56 ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 9 years ago
  29. dc148d2 Merge "Shard classloader classes lock" by Mathieu Chartier · 9 years ago
  30. b8aa1e4 Shard classloader classes lock by Mathieu Chartier · 9 years ago
  31. 1633881 Merge "Change RequiresConstructorBarrier default to yes" by Mathieu Chartier · 9 years ago
  32. f2f0f4b Change RequiresConstructorBarrier default to yes by Mathieu Chartier · 9 years ago
  33. d1bdb7c Merge "Change hash set to use noexcept" by Mathieu Chartier · 9 years ago
  34. 619a457 Change hash set to use noexcept by Mathieu Chartier · 9 years ago
  35. adf1eaa Thumb2: Show the immediate in ROR (immediate) disassembly. by Vladimir Marko · 9 years ago
  36. 0fb09f7 Merge "Fix and re-enable compiler_driver_test" by Yi Kong · 9 years ago
  37. c28a0d7 Merge "ART: Handle OOM in stack overflow" by Mathieu Chartier · 9 years ago
  38. 5dcf19d Fix and re-enable compiler_driver_test by Yi Kong · 9 years ago
  39. a3aef2e Move optimizations out of HInliner::TryBuildAndInlineHelper. by Roland Levillain · 9 years ago
  40. 40ecb12 Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod. by Vladimir Marko · 9 years ago
  41. e8f3f03 ART: Handle OOM in stack overflow by Mathieu Chartier · 9 years ago
  42. 5827507 Merge "ART: Add arraycopy(byte) to unstarted runtime" by Andreas Gampe · 9 years ago
  43. 5c9af61 ART: Add arraycopy(byte) to unstarted runtime by Andreas Gampe · 9 years ago
  44. 224b7f3 Merge "ART: Don't attempt write flock if not zygote" by Andreas Gampe · 9 years ago
  45. acc1be3 ART: Don't attempt write flock if not zygote by Andreas Gampe · 9 years ago
  46. 31b66aa Merge "Fix issued with non-public interface methods." by Alex Light · 9 years ago
  47. 9a14710 Merge "Remove unnecessary TEMP_FAILURE_RETRY." by Vladimir Marko · 9 years ago
  48. 96de6c3 Merge "Implement ARM64 support for SystemArrayCopy()" by Roland Levillain · 9 years ago
  49. 66fdcbd Remove unnecessary TEMP_FAILURE_RETRY. by Vladimir Marko · 9 years ago
  50. 274704f Merge "Remove unused 'status' variable" by Vladimir Marko · 9 years ago
  51. c2c9bcb Merge "Revert "Remove many `instrumentation` variables from goto interpreter."" by Vladimir Marko · 9 years ago
  52. d777983 Revert "Remove many `instrumentation` variables from goto interpreter." by Vladimir Marko · 9 years ago
  53. 83ca47a Remove unused 'status' variable by Goran Jakovljevic · 9 years ago
  54. 75563e3 Merge "Clean up OatQuickMethodHeader after Quick removal." by Vladimir Marko · 9 years ago
  55. 1133db7 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 9 years ago
  56. a07be75 Merge "Move DCHECK into loop." by Aart Bik · 9 years ago
  57. d7c10c2 Fix issued with non-public interface methods. by Alex Light · 9 years ago
  58. 03bea09 Merge "Fix issue with verification check failure on erroneous classes." by Alex Light · 9 years ago
  59. 23cb752 Merge "ART: Dump less maps" by Andreas Gampe · 9 years ago
  60. 7ec0904 ART: Dump less maps by Andreas Gampe · 9 years ago
  61. 22deed0 Move DCHECK into loop. by Aart Bik · 9 years ago
  62. 06039ba Fix issue with verification check failure on erroneous classes. by Alex Light · 9 years ago
  63. 2746c68 Merge "Mark array classes as verification attempted" by Mathieu Chartier · 9 years ago
  64. 085a072 Mark array classes as verification attempted by Mathieu Chartier · 9 years ago
  65. 7d9a5b0 Merge "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  66. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  67. 75c221d Merge "Have Checker print lines of unmatched test cases." by Roland Levillain · 9 years ago
  68. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  69. eb98c0d Merge "Please Clang wrt stack frames in HInliner::TryBuildAndInlineHelper." by Roland Levillain · 9 years ago
  70. a8013fd Please Clang wrt stack frames in HInliner::TryBuildAndInlineHelper. by Roland Levillain · 9 years ago
  71. d4c077a Have Checker print lines of unmatched test cases. by Roland Levillain · 9 years ago
  72. 2f92ec8 Merge "Use bit-level packing for InlineInfo in stackmaps as well." by Calin Juravle · 9 years ago
  73. 75ee5c2 Merge "Fix BitCount intrinsics assertions." by Roland Levillain · 9 years ago
  74. 7e168f6 Merge "Improve debugging in art/compiler/optimizing/common_arm64.h." by Roland Levillain · 9 years ago
  75. a999af4 Merge "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  76. a2013f6 Merge "Build dominator tree before generating HInstructions" by David Brazdil · 9 years ago
  77. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  78. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  79. 0cb5c86 Merge "Dump different fields in imgdiag" by Mathieu Chartier · 9 years ago
  80. cb044bc Dump different fields in imgdiag by Mathieu Chartier · 9 years ago
  81. d6cbfaf Merge changes I297e2f20,Ia2e475e4,I9f1b4139 by Hiroshi Yamauchi · 9 years ago
  82. 961ea9f Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" by Hiroshi Yamauchi · 9 years ago
  83. 6b7d2c0 Revert "ART: Improve JitProfile perf in x86 mterp" by Hiroshi Yamauchi · 9 years ago
  84. 0402c56 Revert "ART: Improve JitProfile perf in x86_64 mterp" by Hiroshi Yamauchi · 9 years ago
  85. 1669fe3 Merge "Make test 146 run with secondary dex file in classpath." by Alex Light · 9 years ago
  86. 24a4fdf Make test 146 run with secondary dex file in classpath. by Alex Light · 9 years ago
  87. 3a448e4 Improve debugging in art/compiler/optimizing/common_arm64.h. by Roland Levillain · 9 years ago
  88. cbfa105 Merge "Make InvokeInterfaceTrampoline check methods" by Alex Light · 9 years ago
  89. fa3912e Fix BitCount intrinsics assertions. by Roland Levillain · 9 years ago
  90. 01afcbb Merge "ART: Better support for arraycopy in unstarted runtime" by Andreas Gampe · 9 years ago
  91. 9fc547a Make InvokeInterfaceTrampoline check methods by Alex Light · 9 years ago
  92. 85f5de0 Merge "Fix thumb bit in the oatdump symbolizer." by David Srbecky · 9 years ago
  93. 85a098a ART: Better support for arraycopy in unstarted runtime by Andreas Gampe · 9 years ago
  94. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 9 years ago
  95. cf0f856 Merge "Fix a test info referencing AMD64 instead of ARM64." by Vladimir Marko · 9 years ago
  96. 5396b81 Fix a test info referencing AMD64 instead of ARM64. by Vladimir Marko · 9 years ago
  97. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 9 years ago
  98. 5c26e43 Merge "unstarted_runtime: Update references to decimal format classes." by Narayan Kamath · 9 years ago
  99. a1e9312 unstarted_runtime: Update references to decimal format classes. by Narayan Kamath · 9 years ago
  100. 739253e Merge "unstarted_runtime: Add additional cutouts" by Narayan Kamath · 9 years ago