1. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  2. 660be6f Add VMDebug.getInstancesOfClasses API. by Richard Uhler · 7 years ago
  3. 72a3f1d Merge "Revert "ART: Disable part of ImageSpace loading test"" by Vladimir Marko · 7 years ago
  4. 4908697 Revert "ART: Disable part of ImageSpace loading test" by Vladimir Marko · 7 years ago
  5. 103fa6e ART: Destroy unprocessed tasks in TaskProcessor. by Vladimir Marko · 7 years ago
  6. c9b46d5 Remove unused declarations of dead code. by Elliott Hughes · 7 years ago
  7. 4b3fdfe ART: Disable part of ImageSpace loading test by Andreas Gampe · 7 years ago
  8. 178c880 ART: Add ImageSpace loading behavior test by Andreas Gampe · 7 years ago
  9. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  10. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  11. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  12. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  13. e3a5e66 Merge "ART: Only stress background transition in slow-debug" by Treehugger Robot · 7 years ago
  14. ed56b5e ART: Only stress background transition in slow-debug by Andreas Gampe · 7 years ago
  15. 6c57871 ART: Move more read-barrier checking under slow-debug by Andreas Gampe · 7 years ago
  16. 11c273d Remove low RAM special casing for heap growth multiplier by Mathieu Chartier · 7 years ago
  17. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  18. df7f7f0 Address comment for aog/502433 by Mathieu Chartier · 7 years ago
  19. aac9012 Compare rounded sizes in CheckPreconditionsForAllocObject by Mathieu Chartier · 7 years ago
  20. 8d8de0c Use CheckedCall for mprotects by Mathieu Chartier · 7 years ago
  21. 3425d02 Rename CHECK_MEMORY_CALL to CheckedCall by Mathieu Chartier · 7 years ago
  22. 217488a ART: Move read barrier config out of globals by Andreas Gampe · 7 years ago
  23. 72e80c6 Merge changes Ia3f19f0f,I0fe8038e by Treehugger Robot · 7 years ago
  24. 77fee87 Add support for JVMTI monitor events. by Alex Light · 8 years ago
  25. d972b42 Random comment typo fixes by Hans Boehm · 8 years ago
  26. cd87c3e Clean up ImageHeader section getters. by Vladimir Marko · 8 years ago
  27. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 8 years ago
  28. dbd05fe Revert recent JIT code cache changes by Orion Hodson · 8 years ago
  29. 2a1513b Allow non word aligned heap limit for space bitmap by Mathieu Chartier · 8 years ago
  30. ac50d97 Merge "Don't use fences to implement volatiles" by Hans Boehm · 8 years ago
  31. cc55e1d Don't use fences to implement volatiles by Hans Boehm · 8 years ago
  32. 3b21019 Merge "Add two special runtime methods." by Mingyao Yang · 8 years ago
  33. 0a87a65 Add two special runtime methods. by Mingyao Yang · 8 years ago
  34. 47863bb Fix CC handling for no large object space case by Mathieu Chartier · 8 years ago
  35. b5efe0f Merge "ART: Add SpaceBitmap walk order test" by Treehugger Robot · 8 years ago
  36. b4bf949 ART: Add SpaceBitmap walk order test by Andreas Gampe · 11 years ago
  37. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  38. c73753f Merge "Hash-based DexCache methods array." by Vladimir Marko · 8 years ago
  39. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 8 years ago
  40. c5b1b06 Merge "art: use proper nativehelper headers" by Treehugger Robot · 8 years ago
  41. e431e27 art: use proper nativehelper headers by Steven Moreland · 8 years ago
  42. d1dbb74 Separate rw from rx views of jit code cache by David Sehr · 8 years ago
  43. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 8 years ago
  44. 10d3908 ART: Remove old visit functions by Andreas Gampe · 8 years ago
  45. 1c158a0 ART: Use VisitObjects visitor functions by Andreas Gampe · 8 years ago
  46. 351c447 ART: Add templated VisitObjects by Andreas Gampe · 8 years ago
  47. 6f54cf2 Fix ReadBarrier misuse when relocating the image. by Chang Xing · 8 years ago
  48. 8d174b5 Merge "Check ClassClass's dependencies in ImageSpace" by Treehugger Robot · 8 years ago
  49. 4be3e9b Check ClassClass's dependencies in ImageSpace by Chang Xing · 8 years ago
  50. 97c4646 Introduce a Marking Register in ARM64 code generation. by Roland Levillain · 8 years ago
  51. a5fb204 Rewrite bits of RegionSpace::ClearFromSpace. by Nicolas Geoffray · 8 years ago
  52. 2a546e1 Merge "Fix region space when used with SetLengthToUsableSizeVisitor." by Nicolas Geoffray · 8 years ago
  53. 4b361a8 Fix region space when used with SetLengthToUsableSizeVisitor. by Nicolas Geoffray · 8 years ago
  54. 34afcde Trace heap size for allocations by Mathieu Chartier · 8 years ago
  55. fb5b7d8 Merge "Fix questionable behavior for the bulk region clearing" by Treehugger Robot · 8 years ago
  56. f39c091 Fix questionable behavior for the bulk region clearing by Mathieu Chartier · 8 years ago
  57. 478986c Fix race condition new regions in AllocNonVirtual by Mathieu Chartier · 8 years ago
  58. c1b3c71 Only protect cleared regions for target builds by Mathieu Chartier · 8 years ago
  59. 49bac84 Protect cleared regions by Mathieu Chartier · 8 years ago
  60. 975bf2c Merge "Revert "Revert "Refeactor region clearing / allocation code""" by Treehugger Robot · 8 years ago
  61. 420823f Revert "Revert "Refeactor region clearing / allocation code"" by Mathieu Chartier · 8 years ago
  62. 1c6016e Merge "Dump heap reference adjacent memory for logging corruption" by Treehugger Robot · 8 years ago
  63. b645c306 Revert "Refeactor region clearing / allocation code" by Mathieu Chartier · 8 years ago
  64. b814ef5 Dump heap reference adjacent memory for logging corruption by Mathieu Chartier · 8 years ago
  65. 2347b39 Refeactor region clearing / allocation code by Mathieu Chartier · 8 years ago
  66. 40112dd Make waiting for blocking GC more intuitive by Mathieu Chartier · 8 years ago
  67. a3d27eb ScopedFlock: Refactor it to be a subclass of FdFile. by Narayan Kamath · 8 years ago
  68. 4f5e3cb Add FirstPathFromRootSet and use it to debug reachability issues by Mathieu Chartier · 8 years ago
  69. 8375e4f Merge "ART: Fix or disable some tidy warnings." by Treehugger Robot · 8 years ago
  70. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 8 years ago
  71. 3b7dc35 ART: Clean up allocator.h by Andreas Gampe · 8 years ago
  72. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 8 years ago
  73. bdb5c83 Merge "Document and use AtomicStack concurrency properties" by Hans Boehm · 8 years ago
  74. 7c928f0 Combine madvise for clearing region space by Mathieu Chartier · 8 years ago
  75. 508fdf3 ART: Small class-inl.h cleanup by Andreas Gampe · 8 years ago
  76. 5d08fcc ART: More header cleanups by Andreas Gampe · 8 years ago
  77. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 8 years ago
  78. f81e656 Document and use AtomicStack concurrency properties by Hans Boehm · 8 years ago
  79. 6559ba1 Merge "Move to release CAS for updating object fields" by Treehugger Robot · 8 years ago
  80. fdd513d Move to release CAS for updating object fields by Mathieu Chartier · 8 years ago
  81. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  82. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  83. d490129 ART: Clean up heap headers by Andreas Gampe · 8 years ago
  84. 726e179 Merge changes I282b25a3,I297f0ad4,I052ac9f7 by Treehugger Robot · 8 years ago
  85. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  86. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  87. 75e4b2a Use HeapGrowthMultiplier for native allocaitons by Mathieu Chartier · 8 years ago
  88. 95c7d5b Merge "Go to suspended before waiting for GC to complete." by Mathieu Chartier · 8 years ago
  89. 1e8ce07 Merge "Use DumpObjectInfo in CheckPreconditionsForAllocObject" by Mathieu Chartier · 8 years ago
  90. 96f4c3c Use DumpObjectInfo in CheckPreconditionsForAllocObject by Mathieu Chartier · 8 years ago
  91. b93d5b1 Go to suspended before waiting for GC to complete. by Mathieu Chartier · 8 years ago
  92. 76c7665 heap: Tolerate rosalloc allocation races in the heap visitor by Igor Murashkin · 8 years ago
  93. 4ce0c76 Send holder to Mark in ConcurrentCopying::Process for GC verification by Mathieu Chartier · 8 years ago
  94. ff120c2 Merge "Use GC critical section for profile saver" by Mathieu Chartier · 8 years ago
  95. 3910037 Use GC critical section for profile saver by Mathieu Chartier · 8 years ago
  96. 8e0a5de Merge "Revert "Revert "RegisterNativeAllocation: Avoid case of double blocking gc.""" by Richard Uhler · 8 years ago
  97. da1da8a Revert "Revert "RegisterNativeAllocation: Avoid case of double blocking gc."" by Richard Uhler · 8 years ago
  98. a774575 Merge "Revert "RegisterNativeAllocation: Avoid case of double blocking gc."" by Richard Uhler · 8 years ago
  99. 602b1c1 Revert "RegisterNativeAllocation: Avoid case of double blocking gc." by Richard Uhler · 8 years ago
  100. a65f767 Merge "RegisterNativeAllocation: Avoid case of double blocking gc." by Treehugger Robot · 8 years ago