1. d6b7e8c Merge "Fix calculation of non-free region count." by Lokesh Gidra · 7 years ago
  2. b4f1541 Fix calculation of non-free region count. by Lokesh Gidra · 7 years ago
  3. 1530591 Merge "Do not abort if we fail to allocate a thread-peer on shutdown" by Alex Light · 7 years ago
  4. 2567a12 Merge "Allow map name to be empty in DumpNativeStack." by Christopher Ferris · 7 years ago
  5. 21cf258 Convert to StandardDex in fixup_dex_dex_file by Mathieu Chartier · 7 years ago
  6. e44ee0c Do not abort if we fail to allocate a thread-peer on shutdown by Alex Light · 7 years ago
  7. 8bd7d1b Allow map name to be empty in DumpNativeStack. by Christopher Ferris · 7 years ago
  8. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  9. 4cb6347 Merge "ART: Take classloader into account for AttachAgent" by Treehugger Robot · 7 years ago
  10. 118c59c Merge "ART: Verifier support for VarHandles" by Orion Hodson · 7 years ago
  11. 71a7b36 Merge "ART: Additional Atomic methods" by Orion Hodson · 7 years ago
  12. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  13. 7b38e69 ART: Take classloader into account for AttachAgent by Andreas Gampe · 7 years ago
  14. b496af8 Merge "ART: Clean up library loading" by Treehugger Robot · 7 years ago
  15. daa27bc Merge "Remove DexFile direct accesses to CodeItem" by Mathieu Chartier · 7 years ago
  16. 70a58af Merge "Change ClassStatus to fit into 4 bits." by Treehugger Robot · 7 years ago
  17. 9382c0d Merge "Print peak regions allocated metric at GC perf dump" by Lokesh Gidra · 7 years ago
  18. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  19. 183d794 Merge "Explicitly document functions generated with macro ART_GET_FIELD_FROM_CODE." by Roland Levillain · 7 years ago
  20. fe92d12 ART: Verifier support for VarHandles by Orion Hodson · 7 years ago
  21. 4131d10 ART: Additional Atomic methods by Orion Hodson · 7 years ago
  22. b6f3464 Ensure shutdown thread has a java peer. by Alex Light · 7 years ago
  23. 6238c83 Remove DexFile direct accesses to CodeItem by Mathieu Chartier · 7 years ago
  24. a61e97f Merge "Remove CodeItem accessor functions" by Mathieu Chartier · 7 years ago
  25. 809f5b1 Explicitly document functions generated with macro ART_GET_FIELD_FROM_CODE. by Roland Levillain · 7 years ago
  26. 3165bb0 Merge "ART: Rename Atomic::CompareExchange methods" by Treehugger Robot · 7 years ago
  27. 473191c ART: Clean up library loading by Andreas Gampe · 7 years ago
  28. b0ddceb Merge changes Idd405a2c,I7052da55 by Vladimir Marko · 7 years ago
  29. 38b8b25 ART: Faster type check bitstring initialization. by Vladimir Marko · 7 years ago
  30. ca420e4 Replace TypeStaticIf<> with std::conditional<> (C++11). by Vladimir Marko · 7 years ago
  31. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 7 years ago
  32. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 7 years ago
  33. d096b3a Merge "ART: Refactor VMStack code" by Treehugger Robot · 7 years ago
  34. e8f53e6 Merge "Fix default method verifier check for compact dex" by Treehugger Robot · 7 years ago
  35. f6e3147 Fix default method verifier check for compact dex by Mathieu Chartier · 7 years ago
  36. aadcbc6 ART: Refactor Agent into Agent and AgentSpec by Andreas Gampe · 7 years ago
  37. ffad668 ART: Add test for ArrayElementVarHandle offsets. by Orion Hodson · 7 years ago
  38. fe0daae Use code item accessors in dex file verifier by Mathieu Chartier · 7 years ago
  39. fbd5b0e Merge "Move dex exception helpers to their own file and use dex accessor" by Mathieu Chartier · 7 years ago
  40. 6362e23 ART: Refactor VMStack code by Andreas Gampe · 7 years ago
  41. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 7 years ago
  42. 94c589d ART: Mark Dbg GCs as debugger by Andreas Gampe · 7 years ago
  43. 1d32a16 Merge "Extensions to check JNI." by Treehugger Robot · 7 years ago
  44. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  45. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  46. 8b3479b Merge "Make GetState() handle overflowed state and 0 path to root" by Hans Boehm · 7 years ago
  47. b91f9c1 Make GetState() handle overflowed state and 0 path to root by Hans Boehm · 7 years ago
  48. 3859966 Merge changes from topic "alternate-jdwp" by Alex Light · 7 years ago
  49. 2989582 Print peak regions allocated metric at GC perf dump by Lokesh Gidra · 7 years ago
  50. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  51. fbf9670 Add adbconnection plugin by Alex Light · 7 years ago
  52. 69b2560 Merge "Add code_item_accessors-no_art-inl and use it in dexlist, dexdump" by Mathieu Chartier · 7 years ago
  53. 641a3af Add code_item_accessors-no_art-inl and use it in dexlist, dexdump by Mathieu Chartier · 7 years ago
  54. 5b2c96b Merge "Update java.lang.String class size." by Alan Leung · 7 years ago
  55. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  56. 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 7 years ago
  57. 35e9c14 Merge "Undefine TO_ENTRY_POINT macro after consumption" by vichang · 7 years ago
  58. 8f514ee Update java.lang.String class size. by Alan Leung · 7 years ago
  59. ee58c02 Merge "Revert^4 "Add patchoat test"" by Treehugger Robot · 7 years ago
  60. 2f5bfb1 Undefine TO_ENTRY_POINT macro after consumption by Victor Chang · 7 years ago
  61. d1d5c95 Revert^4 "Add patchoat test" by Alex Klyubin · 7 years ago
  62. 7861b4b Merge "Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing" by Mathieu Chartier · 7 years ago
  63. 0bd8a87 Merge "Improve scoped spinlock implementations" by Hans Boehm · 7 years ago
  64. ae915a0 Improve scoped spinlock implementations by Hans Boehm · 7 years ago
  65. e7de5ec MIPS: Support swaps between 128-bit locations by Goran Jakovljevic · 7 years ago
  66. 2c4b084 Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing by Mathieu Chartier · 7 years ago
  67. bee510c Merge "Re-enable dumping unattached threads." by Christopher Ferris · 7 years ago
  68. f6be09f Merge "ART: Null thread_name check for loggings in rare occasions." by Treehugger Robot · 7 years ago
  69. 9ff1251 ART: Null thread_name check for loggings in rare occasions. by Kazuhiro Inaba · 7 years ago
  70. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 7 years ago
  71. 192cf6e Merge "ART: Factor out stack dumping with monitor objects" by Treehugger Robot · 7 years ago
  72. 2af7a3e Log object info for CAS failure by Mathieu Chartier · 7 years ago
  73. 9310495 ART: Factor out stack dumping with monitor objects by Andreas Gampe · 7 years ago
  74. 4531aae Re-enable dumping unattached threads. by Christopher Ferris · 7 years ago
  75. 313bee1 Merge "ART: Factor out StackTraceElement creation" by Treehugger Robot · 7 years ago
  76. 016fcbe3 Merge "Revert "Revert "Revert "Add patchoat test"""" by Alex Klyubin · 7 years ago
  77. 1fb8d5e Revert "Revert "Revert "Add patchoat test""" by Alex Klyubin · 7 years ago
  78. 16c103e Merge "ART: Add Monitor::FetchState" by Treehugger Robot · 7 years ago
  79. b6f309e ART: Factor out StackTraceElement creation by Andreas Gampe · 7 years ago
  80. f3ebcce ART: Add Monitor::FetchState by Andreas Gampe · 7 years ago
  81. bac0376 Merge "Revert "Revert "Add patchoat test""" by Alex Klyubin · 7 years ago
  82. f4886df Add mini-debug-info generation mode for JIT. by David Srbecky · 7 years ago
  83. 7eb4333 Merge "Loosen check:jni around GetStatic[...]Field" by Treehugger Robot · 7 years ago
  84. e4033fa Loosen check:jni around GetStatic[...]Field by Alex Light · 7 years ago
  85. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  86. b0042b8 Specify INFO log severity for -XX:DumpGCPerformanceOnShutdown by Mathieu Chartier · 7 years ago
  87. 203010a Revert "Revert "Add patchoat test"" by Alex Klyubin · 7 years ago
  88. acea243 Merge changes Ic67db951,I1ba0f43c by Treehugger Robot · 7 years ago
  89. 76fb093 Merge "ART: Reinstate secondary-image-patching exit" by Andreas Gampe · 7 years ago
  90. e5463a8 Ensure that DDM processing doesn't leave unhandled exceptions by Alex Light · 7 years ago
  91. 702f6f2 Merge "Add CodeItemDebugInfoAccessor" by Mathieu Chartier · 7 years ago
  92. 6f2a634 Clean up JVMTI DDMS extension function. by Alex Light · 7 years ago
  93. 8d8a005 ART: Reinstate secondary-image-patching exit by Andreas Gampe · 7 years ago
  94. 6f05cca Merge "Add ART_DEFAULT_COMPACT_DEX_LEVEL" by Mathieu Chartier · 7 years ago
  95. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  96. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 7 years ago
  97. a7f6b81 Add ART_DEFAULT_COMPACT_DEX_LEVEL by Mathieu Chartier · 7 years ago
  98. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 7 years ago
  99. 0f13269 Merge changes I8c4cec43,I00634b89,I0579db64 by Vladimir Marko · 7 years ago
  100. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago