1. f05ad2a Merge "Revert "Suspend the runtime when switching interpreters."" by Lokesh Gidra · 6 years ago
  2. 9fd68f6 Revert "Suspend the runtime when switching interpreters." by Lokesh Gidra · 6 years ago
  3. 6c22540 Merge "Revert^2 "Reduce the number of calls to Jit::AddSamples."" by David Srbecky · 6 years ago
  4. c4fc53a Merge "Move startup thread pool back into runtime" by Mathieu Chartier · 6 years ago
  5. b7e23dc Merge "Suspend the runtime when switching interpreters." by David Srbecky · 6 years ago
  6. adf5959 Merge changes I5e42f85c,I60174623 by Vladimir Marko · 6 years ago
  7. ada33d7 Move startup thread pool back into runtime by Mathieu Chartier · 6 years ago
  8. 30a8c4b Merge "Pack JIT mini-debug-infos together." by David Srbecky · 6 years ago
  9. c4a924d Keep dex location from OatDexFile. by Vladimir Marko · 6 years ago
  10. 9895094 Merge "Remove Trace.Pause/Resume." by Nicolas Geoffray · 6 years ago
  11. d429ee9 Merge "Make inter-region ref bitmap pointers unique_ptr" by Treehugger Robot · 6 years ago
  12. 8ceeb2e Merge "Add extra traces to Thread startup" by Mathieu Chartier · 6 years ago
  13. 32650ab Make inter-region ref bitmap pointers unique_ptr by Lokesh Gidra · 6 years ago
  14. 1c34b71 Split inter-region ref bitmap for every space by Lokesh Gidra · 6 years ago
  15. 4eebb0e Remove Trace.Pause/Resume. by Nicolas Geoffray · 6 years ago
  16. 35bd06e Merge "ART: add dump region info runtime option" by Roland Levillain · 6 years ago
  17. 37346c5 ART: Correct attributes of CRC32Update intrinsic by Evgeny Astigeevich · 6 years ago
  18. 3a0cd34 Add extra traces to Thread startup by Mathieu Chartier · 6 years ago
  19. d0c5b25 Speedup marking inter-region refs in 2-phase CC by Lokesh Gidra · 6 years ago
  20. 9e73631 Merge "Include ICU4C cc_library_headers instead of a directory" by vichang · 6 years ago
  21. de94ea7 ART: add dump region info runtime option by Albert Mingkun Yang · 6 years ago
  22. 41622e3 Merge "2-phase full-heap CC" by Lokesh Gidra · 6 years ago
  23. b0faa96 Merge changes Iacd66525,Ia1027126,I39a9313e by Andreas Gampe · 6 years ago
  24. 2a9824c 2-phase full-heap CC by Lokesh Gidra · 6 years ago
  25. 01e1d32 Suspend the runtime when switching interpreters. by David Srbecky · 6 years ago
  26. 0b21e41 Pack JIT mini-debug-infos together. by David Srbecky · 6 years ago
  27. e3fc2d1 Revert^2 "Reduce the number of calls to Jit::AddSamples." by David Srbecky · 6 years ago
  28. 500b4da Merge "Revert^2 "Allow boot image for a part of the boot classpath."" by Vladimir Marko · 6 years ago
  29. 5ce7e0d Merge changes from topic "dexfile-hooks" by Martin Stjernholm · 6 years ago
  30. 98a520c Merge "Revert "Revert "Add a baseline flag to JIT compile.""" by Treehugger Robot · 6 years ago
  31. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  32. 0a2cdf3 Include ICU4C cc_library_headers instead of a directory by Victor Chang · 6 years ago
  33. 075456e Revert "Revert "Add a baseline flag to JIT compile."" by Nicolas Geoffray · 6 years ago
  34. f91867e Declare mmapped_bytes only if needed by Hans Boehm · 6 years ago
  35. 7ca98bf Merge "Don't include malloc.h on MacOS" by Treehugger Robot · 6 years ago
  36. b587072 Don't include malloc.h on MacOS by Hans Boehm · 6 years ago
  37. 15303ac Merge "Avoid waiting for threads to create" by Mathieu Chartier · 6 years ago
  38. 829c33a Merge "Revert "Add a baseline flag to JIT compile."" by Andreas Gampe · 6 years ago
  39. 99e1739 Merge "Revert "Allow boot image for a part of the boot classpath."" by Andreas Gampe · 6 years ago
  40. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  41. 344b0d1 Revert "Add a baseline flag to JIT compile." by Andreas Gampe · 6 years ago
  42. 5b20b35 ART: Rewrite EnsureInitialized hit case by Andreas Gampe · 6 years ago
  43. 62f6e90 ART: Add integrity check by Andreas Gampe · 6 years ago
  44. 81c61bf ART: Add integrity check by Andreas Gampe · 6 years ago
  45. fcf213c Merge "Remove unused ICU4C headers in libartbase-art-gtest and libart-runtime-gtest" by vichang · 6 years ago
  46. b3d2e83 Add minimal libdexfile API for external users. by Martin Stjernholm · 6 years ago
  47. c2f685a Merge "Change GC triggering to use mallinfo()" by Hans Boehm · 6 years ago
  48. 9799182 Merge "Add a baseline flag to JIT compile." by Nicolas Geoffray · 6 years ago
  49. cf923f5 Merge "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  50. c220f98 Change GC triggering to use mallinfo() by Hans Boehm · 6 years ago
  51. 93c21ba Avoid waiting for threads to create by Mathieu Chartier · 6 years ago
  52. 8f86ef1 Merge "Fix reference-type obj handling in generational CC" by Lokesh Gidra · 6 years ago
  53. 8f5aaad Fix reference-type obj handling in generational CC by Lokesh Gidra · 6 years ago
  54. 25602dc Use PatchObjectVisitor for app image class set patching by Mathieu Chartier · 6 years ago
  55. e734fe8 Add a baseline flag to JIT compile. by Nicolas Geoffray · 6 years ago
  56. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  57. 5af086c Merge "ART: add post gc weighted allocated bytes metrics" by Roland Levillain · 6 years ago
  58. 2260cf5 Merge "Ignore expansion-to-defined warning from dlmalloc include" by Yi Kong · 6 years ago
  59. 889e29a Merge "Cleanup native debug interface api." by David Srbecky · 6 years ago
  60. afc60cd Cleanup native debug interface api. by David Srbecky · 6 years ago
  61. 6e0d325 ART: add post gc weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  62. 6b36d80 Merge "Refactor image object visitors for image relocation" by Mathieu Chartier · 6 years ago
  63. e79edef Merge "ART: Fix or nolint cert-dcl16-c" by Andreas Gampe · 6 years ago
  64. ce2d6b3 Merge "Remove denver from art" by Haibo Huang · 6 years ago
  65. 24c1422 ART: Fix or nolint cert-dcl16-c by Andreas Gampe · 6 years ago
  66. d3f037b Refactor image object visitors for image relocation by Mathieu Chartier · 6 years ago
  67. 3b01574 Ignore expansion-to-defined warning from dlmalloc include by Yi Kong · 6 years ago
  68. 1c06528 Merge "ART: Clean up base/utils.h" by Treehugger Robot · 6 years ago
  69. dc12509 Merge "ART: Hide mutex in TimingLogger" by Treehugger Robot · 6 years ago
  70. f51ee27 Merge "ART: Hide Mutex & ConditionVariable in Barrier" by Andreas Gampe · 6 years ago
  71. e8e4849 Merge changes I347037eb,Iaeb79aeb by Alex Light · 6 years ago
  72. 0633365 Merge "Create thread pool only during app image loading" by Mathieu Chartier · 6 years ago
  73. b023b3f Merge "ART: fix overflow in weighted allocated bytes metrics" by Treehugger Robot · 6 years ago
  74. 3ea4322 Create thread pool only during app image loading by Mathieu Chartier · 6 years ago
  75. 7391c8c Store additional information in image header. by Vladimir Marko · 6 years ago
  76. d57c51e Fix scheduler_stats may resize to negative value by Evan Cheng · 6 years ago
  77. 95c5915 Merge "Revert^2 "Pass boot class path to ImageSpace::LoadBootImage."" by Vladimir Marko · 6 years ago
  78. ae982f9 Remove CHECK given jvmti deallocates memory. by Nicolas Geoffray · 6 years ago
  79. c1baad2 Merge "Fix ModifyCardsAtomic comment" by Hans Boehm · 6 years ago
  80. cbc9dda Make PrettyMethod note when a method is obsolete by Alex Light · 6 years ago
  81. fc81d80 Adjust instrumentation CHECK to be correct WRT obsolete methods by Alex Light · 6 years ago
  82. b0675b3 Fix ModifyCardsAtomic comment by Hans Boehm · 6 years ago
  83. 13782ba Merge "ART: Hide mutex in Instrumentation" by Treehugger Robot · 6 years ago
  84. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  85. ad2845c ART: fix overflow in weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  86. 573b387 Merge "ART: Set Runtime fault message on abort" by Andreas Gampe · 6 years ago
  87. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  88. 1c1c6e6 Remove CHECK and don't free code/data in zygote space. by Nicolas Geoffray · 6 years ago
  89. a6dd280 Merge "ART: Add CRC32.updateBytes intrinsic for ARM64" by Vladimir Marko · 6 years ago
  90. 17ed987 Merge "Support class lookup for InMemoryDexClassLoader" by David Brazdil · 6 years ago
  91. a9a0973 Merge "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  92. 73d8cc7 Merge "Enable JIT in zygote." by Nicolas Geoffray · 6 years ago
  93. 11a250b Remove denver from art by Haibo Huang · 6 years ago
  94. 89036a3 ART: Set Runtime fault message on abort by Andreas Gampe · 6 years ago
  95. 15c5b97 ART: Add CRC32.updateBytes intrinsic for ARM64 by Evgeny Astigeevich · 6 years ago
  96. dc1309c Merge changes Ib1e027a1,I1608b032,I11ca161a by Andreas Gampe · 6 years ago
  97. bee521d Merge "Cleanup marking logic for non-moving objects" by Lokesh Gidra · 6 years ago
  98. 97b2811 ART: Clean up base/utils.h by Andreas Gampe · 6 years ago
  99. 0bbac30 ART: Hide mutex in TimingLogger by Andreas Gampe · 6 years ago
  100. 365a64b ART: Hide Mutex & ConditionVariable in Barrier by Andreas Gampe · 6 years ago