1. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  2. 3165bb0 Merge "ART: Rename Atomic::CompareExchange methods" by Treehugger Robot · 7 years ago
  3. b0ddceb Merge changes Idd405a2c,I7052da55 by Vladimir Marko · 7 years ago
  4. 38b8b25 ART: Faster type check bitstring initialization. by Vladimir Marko · 7 years ago
  5. ca420e4 Replace TypeStaticIf<> with std::conditional<> (C++11). by Vladimir Marko · 7 years ago
  6. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 7 years ago
  7. d096b3a Merge "ART: Refactor VMStack code" by Treehugger Robot · 7 years ago
  8. e8f53e6 Merge "Fix default method verifier check for compact dex" by Treehugger Robot · 7 years ago
  9. f6e3147 Fix default method verifier check for compact dex by Mathieu Chartier · 7 years ago
  10. aadcbc6 ART: Refactor Agent into Agent and AgentSpec by Andreas Gampe · 7 years ago
  11. ffad668 ART: Add test for ArrayElementVarHandle offsets. by Orion Hodson · 7 years ago
  12. fe0daae Use code item accessors in dex file verifier by Mathieu Chartier · 7 years ago
  13. fbd5b0e Merge "Move dex exception helpers to their own file and use dex accessor" by Mathieu Chartier · 7 years ago
  14. 6362e23 ART: Refactor VMStack code by Andreas Gampe · 7 years ago
  15. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 7 years ago
  16. 94c589d ART: Mark Dbg GCs as debugger by Andreas Gampe · 7 years ago
  17. 1d32a16 Merge "Extensions to check JNI." by Treehugger Robot · 7 years ago
  18. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  19. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  20. 8b3479b Merge "Make GetState() handle overflowed state and 0 path to root" by Hans Boehm · 7 years ago
  21. b91f9c1 Make GetState() handle overflowed state and 0 path to root by Hans Boehm · 7 years ago
  22. 3859966 Merge changes from topic "alternate-jdwp" by Alex Light · 7 years ago
  23. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  24. fbf9670 Add adbconnection plugin by Alex Light · 7 years ago
  25. 69b2560 Merge "Add code_item_accessors-no_art-inl and use it in dexlist, dexdump" by Mathieu Chartier · 7 years ago
  26. 641a3af Add code_item_accessors-no_art-inl and use it in dexlist, dexdump by Mathieu Chartier · 7 years ago
  27. 5b2c96b Merge "Update java.lang.String class size." by Alan Leung · 7 years ago
  28. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  29. 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 7 years ago
  30. 35e9c14 Merge "Undefine TO_ENTRY_POINT macro after consumption" by vichang · 7 years ago
  31. 8f514ee Update java.lang.String class size. by Alan Leung · 7 years ago
  32. ee58c02 Merge "Revert^4 "Add patchoat test"" by Treehugger Robot · 7 years ago
  33. 2f5bfb1 Undefine TO_ENTRY_POINT macro after consumption by Victor Chang · 7 years ago
  34. d1d5c95 Revert^4 "Add patchoat test" by Alex Klyubin · 7 years ago
  35. 7861b4b Merge "Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing" by Mathieu Chartier · 7 years ago
  36. 0bd8a87 Merge "Improve scoped spinlock implementations" by Hans Boehm · 7 years ago
  37. ae915a0 Improve scoped spinlock implementations by Hans Boehm · 7 years ago
  38. e7de5ec MIPS: Support swaps between 128-bit locations by Goran Jakovljevic · 7 years ago
  39. 2c4b084 Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing by Mathieu Chartier · 7 years ago
  40. bee510c Merge "Re-enable dumping unattached threads." by Christopher Ferris · 7 years ago
  41. f6be09f Merge "ART: Null thread_name check for loggings in rare occasions." by Treehugger Robot · 7 years ago
  42. 9ff1251 ART: Null thread_name check for loggings in rare occasions. by Kazuhiro Inaba · 7 years ago
  43. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 7 years ago
  44. 192cf6e Merge "ART: Factor out stack dumping with monitor objects" by Treehugger Robot · 7 years ago
  45. 2af7a3e Log object info for CAS failure by Mathieu Chartier · 7 years ago
  46. 9310495 ART: Factor out stack dumping with monitor objects by Andreas Gampe · 7 years ago
  47. 4531aae Re-enable dumping unattached threads. by Christopher Ferris · 7 years ago
  48. 313bee1 Merge "ART: Factor out StackTraceElement creation" by Treehugger Robot · 7 years ago
  49. 016fcbe3 Merge "Revert "Revert "Revert "Add patchoat test"""" by Alex Klyubin · 7 years ago
  50. 1fb8d5e Revert "Revert "Revert "Add patchoat test""" by Alex Klyubin · 7 years ago
  51. 16c103e Merge "ART: Add Monitor::FetchState" by Treehugger Robot · 7 years ago
  52. b6f309e ART: Factor out StackTraceElement creation by Andreas Gampe · 7 years ago
  53. f3ebcce ART: Add Monitor::FetchState by Andreas Gampe · 7 years ago
  54. bac0376 Merge "Revert "Revert "Add patchoat test""" by Alex Klyubin · 7 years ago
  55. f4886df Add mini-debug-info generation mode for JIT. by David Srbecky · 7 years ago
  56. 7eb4333 Merge "Loosen check:jni around GetStatic[...]Field" by Treehugger Robot · 7 years ago
  57. e4033fa Loosen check:jni around GetStatic[...]Field by Alex Light · 7 years ago
  58. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  59. b0042b8 Specify INFO log severity for -XX:DumpGCPerformanceOnShutdown by Mathieu Chartier · 7 years ago
  60. 203010a Revert "Revert "Add patchoat test"" by Alex Klyubin · 7 years ago
  61. acea243 Merge changes Ic67db951,I1ba0f43c by Treehugger Robot · 7 years ago
  62. 76fb093 Merge "ART: Reinstate secondary-image-patching exit" by Andreas Gampe · 7 years ago
  63. e5463a8 Ensure that DDM processing doesn't leave unhandled exceptions by Alex Light · 7 years ago
  64. 702f6f2 Merge "Add CodeItemDebugInfoAccessor" by Mathieu Chartier · 7 years ago
  65. 6f2a634 Clean up JVMTI DDMS extension function. by Alex Light · 7 years ago
  66. 8d8a005 ART: Reinstate secondary-image-patching exit by Andreas Gampe · 7 years ago
  67. 6f05cca Merge "Add ART_DEFAULT_COMPACT_DEX_LEVEL" by Mathieu Chartier · 7 years ago
  68. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  69. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 7 years ago
  70. a7f6b81 Add ART_DEFAULT_COMPACT_DEX_LEVEL by Mathieu Chartier · 7 years ago
  71. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 7 years ago
  72. 0f13269 Merge changes I8c4cec43,I00634b89,I0579db64 by Vladimir Marko · 7 years ago
  73. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
  74. bfe2c6c MIPS: Add missing include by Goran Jakovljevic · 7 years ago
  75. e38ff66 Merge "Don't check the offset of a NPE for field accesses." by Nicolas Geoffray · 7 years ago
  76. 9b827ab ART: Clean up ATRACE use by Andreas Gampe · 7 years ago
  77. c654816 ART: Change SCOPED_TRACE implementation by Andreas Gampe · 7 years ago
  78. 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 7 years ago
  79. af94020 Do not pass DexFile to ClassLinker::ResolveMethodType(). by Vladimir Marko · 7 years ago
  80. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 7 years ago
  81. 2ba3557 Merge "Change ArtField::ProxyFindSystemClass() to lookup the class." by Vladimir Marko · 7 years ago
  82. f56a1c0 Merge "Determine HLoadClass/String load kind early." by Vladimir Marko · 7 years ago
  83. 208f670 Change ArtField::ProxyFindSystemClass() to lookup the class. by Vladimir Marko · 7 years ago
  84. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  85. 1344914 Don't check the offset of a NPE for field accesses. by Nicolas Geoffray · 7 years ago
  86. f23779b Merge "Fix VDEX header when no quickening info" by David Brazdil · 7 years ago
  87. b58739b Merge "Extra debugging output for bug 64759619." by Vladimir Marko · 7 years ago
  88. 93592f5 Fix VDEX header when no quickening info by David Brazdil · 7 years ago
  89. f223f76 Merge "ART: Add ScopedTrace constructor with lambda" by Treehugger Robot · 7 years ago
  90. dfebbac ART: Add ScopedTrace constructor with lambda by Andreas Gampe · 7 years ago
  91. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 7 years ago
  92. 39b378c ART: Factor out gAborting by Andreas Gampe · 7 years ago
  93. dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 7 years ago
  94. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  95. 92d7720 ART: Make kDebugVerifier a verbose flag by Andreas Gampe · 7 years ago
  96. 52f205a ART: Remove old aget on null workaround by Andreas Gampe · 7 years ago
  97. 6f1bd46 Extra debugging output for bug 64759619. by Vladimir Marko · 7 years ago
  98. 5cf8b53 Modify to use new BacktraceMap iterator. by Christopher Ferris · 7 years ago
  99. 8ddb7f5 ART: Reorder null check in verifier by Andreas Gampe · 7 years ago
  100. eed3a5d ART: Add null type to verifier by Andreas Gampe · 7 years ago