1. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  2. cfee050 Merge "Fix debuggable compiler flag detection for secondary dex files" by Sebastien Hertz · 10 years ago
  3. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  4. d0c8412 Print more info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 10 years ago
  5. eb2baaf Print field info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 10 years ago
  6. b43390c Hold heap bitmap lock in Heap::GetObjectsAllocated by Mathieu Chartier · 10 years ago
  7. 17a924a ART: Merge entries with same name and protect in MemMap dump. by Vladimir Marko · 10 years ago
  8. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  9. 0ae9899 Request full/partial GC type from VMRuntime.requestConcurrentGC(). by Hiroshi Yamauchi · 10 years ago
  10. d38ec80 Print memory maps on GC crash. by Hiroshi Yamauchi · 10 years ago
  11. 175746a Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL) by Mathieu Chartier · 10 years ago
  12. e48b29b Prevent undefined behavior in RosAlloc. by Dan Albert · 10 years ago
  13. 60f63f5 Use the lock word bits for Baker-style read barrier. by Hiroshi Yamauchi · 10 years ago
  14. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  15. c8980de Add sanity check for large object allocation by Mathieu Chartier · 10 years ago
  16. e50dffa Merge "Remove transitive dependency on <cutils/atomic.h>." by Yabin Cui · 10 years ago
  17. c7df66e Remove transitive dependency on <cutils/atomic.h>. by Yabin Cui · 10 years ago
  18. 10d6886 Disable parallel GC by default by Mathieu Chartier · 10 years ago
  19. 2ff3c2c Merge "Fix valgrind tests" by Mathieu Chartier · 10 years ago
  20. 9086b65 Fix valgrind tests by Mathieu Chartier · 10 years ago
  21. a1c9f01 getRuntimeStat() support (ART). by Hiroshi Yamauchi · 10 years ago
  22. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  23. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  24. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 10 years ago
  25. 084403f Merge "Add more logging for debugging possible deadlock" by Mathieu Chartier · 10 years ago
  26. 720e71a Add more logging for debugging possible deadlock by Mathieu Chartier · 10 years ago
  27. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  28. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  29. de194bf Delete missed ClampGrowthLimit CHECK by Mathieu Chartier · 10 years ago
  30. ddac423 Fix race with Heap::ClampGrowthLimit and GC by Mathieu Chartier · 10 years ago
  31. faed995 Only GC the first time we call PreZygoteFork by Mathieu Chartier · 10 years ago
  32. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 10 years ago
  33. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 10 years ago
  34. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 10 years ago
  35. cd8f637 Remove some spammy logging by Mathieu Chartier · 10 years ago
  36. 3dbf234 Fix oat_file_assistant_test32 flaky failures with GSS collector. by Hiroshi Yamauchi · 10 years ago
  37. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  38. 8711d1f Fix valgrind heap_test. by Hiroshi Yamauchi · 10 years ago
  39. db1c9ac Exercise Heap::PreZygoteFork() in a test. by Hiroshi Yamauchi · 10 years ago
  40. 399ccb1 Merge "ART: correct native bytes allocated in RegisterNativeAllocation" by Mathieu Chartier · 10 years ago
  41. 60e2716 ART: correct native bytes allocated in RegisterNativeAllocation by Lin Zang · 10 years ago
  42. d04495e Fix CC collector boot. by Hiroshi Yamauchi · 10 years ago
  43. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 10 years ago
  44. dfe3083 Only allocate collectors if we may use them by Mathieu Chartier · 10 years ago
  45. 184c9dc Fix some incorrect IsCompiler instead of IsAotCompiler by Mathieu Chartier · 10 years ago
  46. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  47. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  48. 0a575f2 Merge "Change card cache mod-union table to use bitmaps" by Mathieu Chartier · 10 years ago
  49. 4858a93 Change card cache mod-union table to use bitmaps by Mathieu Chartier · 11 years ago
  50. e4d9987 Add standard gc log for transition collections. by Hiroshi Yamauchi · 10 years ago
  51. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  52. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  53. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  54. 5a2be3f Implement a simple count based boot marker. by Narayan Kamath · 10 years ago
  55. 146a13d Merge "ART: Fix RosAlloc Valgrind code" by Andreas Gampe · 10 years ago
  56. a5a3f03 Merge "Revert "Do GC for alloc for unstarted runtimes"" by Mathieu Chartier · 10 years ago
  57. ac19516 Revert "Do GC for alloc for unstarted runtimes" by Mathieu Chartier · 10 years ago
  58. fef16ad ART: Fix RosAlloc Valgrind code by Andreas Gampe · 10 years ago
  59. 42ad490 Merge "Do GC for alloc for unstarted runtimes" by Mathieu Chartier · 10 years ago
  60. 6c8b49f ART: Check image size when opening by Andreas Gampe · 10 years ago
  61. c0a7e2b Do GC for alloc for unstarted runtimes by Mathieu Chartier · 11 years ago
  62. 7e6a918 Merge "Clear thread local freed bits in RosAlloc::Run::InspectAllSlots" by Mathieu Chartier · 11 years ago
  63. c38c5ea Clear thread local freed bits in RosAlloc::Run::InspectAllSlots by Mathieu Chartier · 11 years ago
  64. eb6c7c2 art: Try to fix parsed_options_test on the build server by Igor Murashkin · 11 years ago
  65. 446ba4b Fix broken volantis build by Igor Murashkin · 11 years ago
  66. 1bb6cb0 Merge "art: Refactor RuntimeOptions/ParsedOptions" by Igor Murashkin · 11 years ago
  67. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 11 years ago
  68. 69d69ea Merge "ART: checkpoint mechanism optimization" by Hiroshi Yamauchi · 11 years ago
  69. dd9943d ART: checkpoint mechanism optimization by Lei Li · 11 years ago
  70. d25f842 Clean up enums in RegionSpace. by Hiroshi Yamauchi · 11 years ago
  71. 04a7780 Merge "ART: reduce UpdateModUnionTable time for partial GC" by Hiroshi Yamauchi · 11 years ago
  72. 85ed6bd Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs" by Hiroshi Yamauchi · 11 years ago
  73. 2ca19c2 Merge "Change AtomicStack to use StackReference" by Mathieu Chartier · 11 years ago
  74. 4add3b4 ART: clear dirty cards of alloc space for MS/CMS partial and full GCs by Lei Li · 11 years ago
  75. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 11 years ago
  76. 6c08a45 ART: Fix new[] / delete mismatch by Andreas Gampe · 11 years ago
  77. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 11 years ago
  78. 3befba4 ART: reduce UpdateModUnionTable time for partial GC by Lei Li · 11 years ago
  79. 4dfe58d Merge "ART: clear dirty cards of alloc space in pause phase" by Mathieu Chartier · 11 years ago
  80. 727b294 ART: clear dirty cards of alloc space in pause phase by Lei Li · 11 years ago
  81. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 11 years ago
  82. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 11 years ago
  83. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 11 years ago
  84. 312baf1 Follow up on CL 122665. by Hiroshi Yamauchi · 11 years ago
  85. 313c9c6 Merge "[WIP] Fix a rosalloc verification crash." by Hiroshi Yamauchi · 11 years ago
  86. a233e03 [WIP] Fix a rosalloc verification crash. by Hiroshi Yamauchi · 11 years ago
  87. 379d09f Add clamp growth limit by Mathieu Chartier · 11 years ago
  88. 50c138f Fix signal test to work with gcstress by Mathieu Chartier · 11 years ago
  89. 48e7f33 Merge "Add heap task processor" by Mathieu Chartier · 11 years ago
  90. a5eae69 Add heap task processor by Mathieu Chartier · 11 years ago
  91. 94c41df Pass the real capacity to CreateRosAlloc. by Hiroshi Yamauchi · 11 years ago
  92. bf7b41f Merge "Fix concurrent GC ergonomics" by Mathieu Chartier · 11 years ago
  93. e2c2f6e Fix concurrent GC ergonomics by Mathieu Chartier · 11 years ago
  94. 70a596d Add thread suspend histogram by Mathieu Chartier · 11 years ago
  95. c85cdeb Delete gc request lock by Mathieu Chartier · 11 years ago
  96. 079101a Move GC daemon locking logic into heap by Mathieu Chartier · 11 years ago
  97. d64ba38 Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueued. by Pavel Vyssotski · 11 years ago
  98. 152f391 Merge "Disable HomogeneousSpaceCompact for GSS collector" by Hiroshi Yamauchi · 11 years ago
  99. d1512fe Merge "Add ReferenceQueue test" by Mathieu Chartier · 11 years ago
  100. 9e2094f Add ReferenceQueue test by Mathieu Chartier · 11 years ago