1. e307002 Revert^2 "Avoid crash when ANDROID_DATA is not writeable." by Vladimir Marko · 7 years ago
  2. 1c4f933 Merge "Revert "Avoid crash when ANDROID_DATA is not writeable."" by Mathieu Chartier · 7 years ago
  3. c702e34 Revert "Avoid crash when ANDROID_DATA is not writeable." by Mathieu Chartier · 7 years ago
  4. 5c4b3cc Merge "Remove special case for young-gen collection in ConcurrentCopying::IsMarked." by Roland Levillain · 7 years ago
  5. c691995 Merge "Restore bitmap marking in non-moving space in ConcurrentCopying::Copy." by Roland Levillain · 7 years ago
  6. 9c92425 Merge "ARM/ARM64: Rewrite art_quick_do_long_jump." by Vladimir Marko · 7 years ago
  7. 348d100 Merge "Rework the newly-allocated region logic in RegionSpace." by Roland Levillain · 7 years ago
  8. 7c0c794 Merge "Have ZeroLiveBytesForLargeObject process all the regions of a large object." by Roland Levillain · 7 years ago
  9. d9205b8 Merge "Experimental Sticky-Bit (Generational) CC collection" by Roland Levillain · 7 years ago
  10. e1cb52f Merge "Refactoring to support more annotation types." by Mathew Inwood · 7 years ago
  11. c041789 Merge "Reduce memory usage by other deps in scheduler." by Vladimir Marko · 7 years ago
  12. dd509ac ARM/ARM64: Rewrite art_quick_do_long_jump. by Vladimir Marko · 7 years ago
  13. cf6c442 Refactoring to support more annotation types. by Mathew Inwood · 7 years ago
  14. 88cf462 Merge "Remove unnecessary indirection from MemMap." by Vladimir Marko · 7 years ago
  15. c0dec22 Merge "Optimize the mterp field setter." by David Srbecky · 7 years ago
  16. 20893ee Merge "Support for maxTargetSdk on @UnsupportedAppUsage." by Mathew Inwood · 7 years ago
  17. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 7 years ago
  18. 2ea7c19 Merge "Avoid crash when ANDROID_DATA is not writeable." by Vladimir Marko · 7 years ago
  19. 00cbb41 Avoid crash when ANDROID_DATA is not writeable. by Vladimir Marko · 7 years ago
  20. 27c3df5 Optimize the mterp field setter. by David Srbecky · 7 years ago
  21. c202be5 Merge "Fix unhiding API in JVMTI redefine run-tests" by David Brazdil · 7 years ago
  22. e3f0656 Merge "Add explicit native method test to 988" by Alex Light · 7 years ago
  23. 03cca37 Fix unhiding API in JVMTI redefine run-tests by David Brazdil · 7 years ago
  24. 99d3199 Merge "Revert^2 "Refactor image loading."" by Vladimir Marko · 7 years ago
  25. 82e1e27 Revert^2 "Refactor image loading." by Vladimir Marko · 7 years ago
  26. 3866641 Support for maxTargetSdk on @UnsupportedAppUsage. by Mathew Inwood · 7 years ago
  27. f345404 Merge "Revert "Refactor image loading."" by Treehugger Robot · 7 years ago
  28. 701b6ee Revert "Refactor image loading." by Vladimir Marko · 7 years ago
  29. ea82529 Merge "Re-enable ART's region space memory protection on host." by Roland Levillain · 7 years ago
  30. c884be0 Merge "Update bytecode experiments" by Mathieu Chartier · 7 years ago
  31. 0e595d3 Merge "Revert^2 "Fix race in CommitCodeInternal and cleanup"" by Treehugger Robot · 7 years ago
  32. e85595e Add explicit native method test to 988 by Alex Light · 7 years ago
  33. 33b7b5d Revert^2 "Fix race in CommitCodeInternal and cleanup" by Alex Light · 7 years ago
  34. 134380d Merge "Optimize the mterp field getter." by David Srbecky · 7 years ago
  35. ffa15ea Optimize the mterp field getter. by David Srbecky · 7 years ago
  36. 821a512 Merge "Refactor image loading." by Vladimir Marko · 7 years ago
  37. a29afd5 Remove special case for young-gen collection in ConcurrentCopying::IsMarked. by Roland Levillain · 7 years ago
  38. 5c54d86 Restore bitmap marking in non-moving space in ConcurrentCopying::Copy. by Roland Levillain · 7 years ago
  39. 09d041b Reduce memory usage by other deps in scheduler. by Vladimir Marko · 7 years ago
  40. 693f21c Re-enable ART's region space memory protection on host. by Roland Levillain · 7 years ago
  41. afebd20 Merge "Protect all of ART's region space from the start." by Roland Levillain · 7 years ago
  42. 38c7dbc Merge "Update 3 art tests' check expectations for D8 v1.3.15-dev." by Tamas Kenez · 7 years ago
  43. 8780c78 Merge "Add specialized handler for non-quickened opcodes in mterp." by David Srbecky · 7 years ago
  44. 104bab6 Add specialized handler for non-quickened opcodes in mterp. by David Srbecky · 7 years ago
  45. 1c6bfee Merge "Rename Thread native methods to match OpenJDK 8u121-b13" by Paul Duffin · 7 years ago
  46. 4e75113 Rework the newly-allocated region logic in RegionSpace. by Roland Levillain · 7 years ago
  47. 91ab8db Have ZeroLiveBytesForLargeObject process all the regions of a large object. by Roland Levillain · 7 years ago
  48. 0549663 Rename Thread native methods to match OpenJDK 8u121-b13 by Paul Duffin · 7 years ago
  49. 326220f Merge "Fix a bug with volatile fields." by Treehugger Robot · 7 years ago
  50. f39942a Merge "Revert^2 "ARM: Reimplement the UnsafeCASObject intrinsic."" by Vladimir Marko · 7 years ago
  51. 8d1a996 Experimental Sticky-Bit (Generational) CC collection by Mathieu Chartier · 9 years ago
  52. de3bd98 Update 3 art tests' check expectations for D8 v1.3.15-dev. by Tamas Kenez · 7 years ago
  53. fef0c5a Merge "Remove region space memory protection before logging heap corruption." by Roland Levillain · 7 years ago
  54. 2f4a7b6 Fix a bug with volatile fields. by Mathew Inwood · 7 years ago
  55. d887ed8 Revert^2 "ARM: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 7 years ago
  56. 3934736 Refactor image loading. by Vladimir Marko · 7 years ago
  57. d7a0192 Merge "ART: Improve test 160-read-barrier-stress." by Vladimir Marko · 7 years ago
  58. 2b1a76f Merge "Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState." by Roland Levillain · 7 years ago
  59. 5c84472 ART: Improve test 160-read-barrier-stress. by Vladimir Marko · 7 years ago
  60. 3782c87 Update bytecode experiments by Mathieu Chartier · 7 years ago
  61. 017d63c Merge "Pause GC during deoptimization work" by Alex Light · 7 years ago
  62. 3b8aa77 Pause GC during deoptimization work by Alex Light · 7 years ago
  63. 92a97be Merge "Delete ClassDataItemIterator" by Mathieu Chartier · 7 years ago
  64. 9cb1815 Protect all of ART's region space from the start. by Roland Levillain · 7 years ago
  65. ca3dded Remove region space memory protection before logging heap corruption. by Roland Levillain · 7 years ago
  66. 14e5a29 Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState. by Roland Levillain · 7 years ago
  67. e094387 Merge "Document the use of the biased card table in ART's code generators." by Roland Levillain · 7 years ago
  68. 6e1faf4 Merge "ARM64: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 7 years ago
  69. 94796f8 ARM64: Reimplement the UnsafeCASObject intrinsic. by Vladimir Marko · 7 years ago
  70. c73f052 Document the use of the biased card table in ART's code generators. by Roland Levillain · 7 years ago
  71. 9e113dd Merge "Speed up chroot process lookup in ART Buildbot tear-down script." by Roland Levillain · 7 years ago
  72. 9fa8719 Merge "Revert "ARM: Reimplement the UnsafeCASObject intrinsic."" by Treehugger Robot · 7 years ago
  73. 7d9052c Speed up chroot process lookup in ART Buildbot tear-down script. by Roland Levillain · 7 years ago
  74. f28be43 Revert "ARM: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 7 years ago
  75. bf41472 Merge "ARM: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 7 years ago
  76. 69648a8 Merge "Tweak the "art --perf" helper command." by David Srbecky · 7 years ago
  77. 1bf0b7a ARM: Reimplement the UnsafeCASObject intrinsic. by Vladimir Marko · 7 years ago
  78. 0dcb17f Tweak the "art --perf" helper command. by David Srbecky · 7 years ago
  79. d55446b Merge "Add helper method to iterate over BitTable fields in CodeInfo." by David Srbecky · 7 years ago
  80. 42deda8 Add helper method to iterate over BitTable fields in CodeInfo. by David Srbecky · 7 years ago
  81. 9229d6e Merge "Don't greylist public bridge methods." by Treehugger Robot · 7 years ago
  82. 6c1df57 Merge "ARM/ARM64: Introspection Baker RB for intrinsics." by Vladimir Marko · 7 years ago
  83. 1587789 Don't greylist public bridge methods. by Mathew Inwood · 7 years ago
  84. dd66771 Merge "Move varint encoding/decoding to BitMemoryReader/Writer." by David Srbecky · 7 years ago
  85. 248141f ARM/ARM64: Introspection Baker RB for intrinsics. by Vladimir Marko · 7 years ago
  86. 0c3aa31 Move varint encoding/decoding to BitMemoryReader/Writer. by David Srbecky · 7 years ago
  87. 971a80e Merge "Cleanup BitMemoryReader/Writer api." by David Srbecky · 7 years ago
  88. d160641 Cleanup BitMemoryReader/Writer api. by David Srbecky · 7 years ago
  89. c5a319c Merge "Remove copy and leak of dex data." by Alex Light · 7 years ago
  90. d606514 Remove copy and leak of dex data. by Alex Light · 7 years ago
  91. 7f6beba Merge "Improve debugging in RegionSpace::PoisonDeadObjectsInUnevacuatedRegion." by Roland Levillain · 7 years ago
  92. a97be53 Merge "Check the live bytes value of a region against the region bitmap." by Roland Levillain · 7 years ago
  93. 4b23367 Delete ClassDataItemIterator by Mathieu Chartier · 7 years ago
  94. 349af80 Improve debugging in RegionSpace::PoisonDeadObjectsInUnevacuatedRegion. by Roland Levillain · 7 years ago
  95. 921e517 Merge "Move hiddenapi to ClassAccessor" by Mathieu Chartier · 7 years ago
  96. e21b437 Check the live bytes value of a region against the region bitmap. by Roland Levillain · 7 years ago
  97. 6e99db4 Merge "Fix some typos in comments in ART." by Roland Levillain · 7 years ago
  98. 405099d Merge "Temporarily disable failing libcore tests (caused by mockito merge)." by David Srbecky · 7 years ago
  99. 4c9b493 Temporarily disable failing libcore tests (caused by mockito merge). by David Srbecky · 7 years ago
  100. 09a6812 Merge "Fix comment about art::gc::collector::kDisallowReadBarrierDuringScan." by Roland Levillain · 7 years ago