1. c66c077 Revert "Add basic implementation of IsModifiableClass" by Nicolas Geoffray · 8 years ago
  2. b4e51eb Add basic implementation of IsModifiableClass by Alex Light · 8 years ago
  3. 10f02fb Add basic checks for redefinition. by Alex Light · 8 years ago
  4. c6cbe3c Merge "Simplify the collector names." by Hiroshi Yamauchi · 8 years ago
  5. e4c3384 ART: Add trivial implementation of extensions by Andreas Gampe · 8 years ago
  6. 8cf62dd Merge "ART: Add GetObjectSize and GetObjectHashCode" by Treehugger Robot · 8 years ago
  7. 91db41f Merge "Find the classpath boundary for being assignable to an interface." by Nicolas Geoffray · 8 years ago
  8. 0e2fe0f Find the classpath boundary for being assignable to an interface. by Nicolas Geoffray · 8 years ago
  9. 50a4e49 ART: Add GetObjectSize and GetObjectHashCode by Andreas Gampe · 8 years ago
  10. d4abdaf Merge "Make GetErrorName allocate the output buffer." by Treehugger Robot · 8 years ago
  11. 8f5b603 ART: Add GetClassLoader by Andreas Gampe · 8 years ago
  12. 2d02f85 Merge "ART: Add GetImplementedInterfaces" by Andreas Gampe · 8 years ago
  13. 1b2f6c3 Merge changes Ia14276d3,I7f063806 by Andreas Gampe · 8 years ago
  14. 88e0816 Simplify the collector names. by Hiroshi Yamauchi · 8 years ago
  15. 4196071 Make GetErrorName allocate the output buffer. by Alex Light · 8 years ago
  16. 8b07e47 ART: Add GetImplementedInterfaces by Andreas Gampe · 8 years ago
  17. 64013e5 ART: Add GetClassModifiers by Andreas Gampe · 8 years ago
  18. 2c5315b Merge "Also use ThreadList::Dump() in empty checkpoint timeout." by Treehugger Robot · 8 years ago
  19. 18fee4d ART: Add GetClassMethods by Andreas Gampe · 8 years ago
  20. 96bfa96 Merge "ART: Add GetClassStatus" by Treehugger Robot · 8 years ago
  21. ba16a82 Merge changes Id7509ef1,Id33b8c54,I2f9e5c62 by Treehugger Robot · 8 years ago
  22. 4b6b5bb Also use ThreadList::Dump() in empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  23. 48ff5b9 Merge "Avoid using ThreadList::Dump() in empty checkpoint timeout." by Hiroshi Yamauchi · 8 years ago
  24. ff9d209 ART: Add GetClassStatus by Andreas Gampe · 8 years ago
  25. ac58727 ART: Add GetClassFields support by Andreas Gampe · 8 years ago
  26. ab2f0d0 ART: Add Field methods by Andreas Gampe · 8 years ago
  27. 4fd66ec ART: Add IsInterface and IsArrayClass support by Andreas Gampe · 8 years ago
  28. 6d2741f Merge "ART: Make method handle runtime code callable from compiler." by Orion Hodson · 8 years ago
  29. fe150d9 Merge "Remove bogus DCHECK." by Treehugger Robot · 8 years ago
  30. a1d0d63 Merge "Actually record arrays in classpath." by Nicolas Geoffray · 8 years ago
  31. 811bd5f ART: Make method handle runtime code callable from compiler. by Orion Hodson · 8 years ago
  32. b51edff Merge "Prevent moving GC from running during redefinition." by Treehugger Robot · 8 years ago
  33. 6abd539 Prevent moving GC from running during redefinition. by Alex Light · 8 years ago
  34. f612aa6 Avoid using ThreadList::Dump() in empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  35. 6980dc5 Merge "Add some code info checking in GetCalleeSaveMethodCaller" by Mathieu Chartier · 8 years ago
  36. 8ba6549 Merge "Reduce the number of fences needed for monitors" by Hans Boehm · 8 years ago
  37. 01c7814 Add some code info checking in GetCalleeSaveMethodCaller by Mathieu Chartier · 8 years ago
  38. ec10799 Merge "Fix unquitable apps when debug enabled." by Treehugger Robot · 8 years ago
  39. 1672260 Merge "Revert "Revert "Revert "Revert "Basic obsolete methods support""""" by Treehugger Robot · 8 years ago
  40. cda4b75 Merge "Remove racy DCHECK on string dex cache." by Treehugger Robot · 8 years ago
  41. bf34a03 Remove racy DCHECK on string dex cache. by Nicolas Geoffray · 8 years ago
  42. 0f1cb17 Actually record arrays in classpath. by Nicolas Geoffray · 8 years ago
  43. efe703f Merge "Fix incorrect string hash value extension during cross-compilation." by Treehugger Robot · 8 years ago
  44. b3da36c Reduce the number of fences needed for monitors by Hans Boehm · 8 years ago
  45. b466d80 Remove bogus DCHECK. by Nicolas Geoffray · 8 years ago
  46. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  47. 2709b5f Do not record dependencies on arrays. by Nicolas Geoffray · 8 years ago
  48. bde1168 Merge "Point optimizations for vdex." by Nicolas Geoffray · 8 years ago
  49. 454f339 Merge "Optimize OatWriter when we don't compile any method." by Nicolas Geoffray · 8 years ago
  50. 119e846 Point optimizations for vdex. by Nicolas Geoffray · 8 years ago
  51. 60ca949 Optimize OatWriter when we don't compile any method. by Nicolas Geoffray · 8 years ago
  52. 441a5e9 Merge "Revert "Revert "Revert "Basic obsolete methods support"""" by Nicolas Geoffray · 8 years ago
  53. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  54. 07001c8 Merge changes Ie74f2dbe,I092d2e95,I5a75f5c4 by Treehugger Robot · 8 years ago
  55. 1aa03b3 Merge changes I8cc87bac,If1a92e47 by Alex Light · 8 years ago
  56. 857f058 Fix JIT crash due to unverified dead code by Calin Juravle · 8 years ago
  57. 21f2364 Fix incorrect string hash value extension during cross-compilation. by Alexey Grebenkin · 8 years ago
  58. ee3a0bd Merge "Make 141-class-unload more robust under JIT." by Nicolas Geoffray · 8 years ago
  59. d0a160d Fix unquitable apps when debug enabled. by Tao Wu · 8 years ago
  60. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  61. 263cc99 Merge "Revert "Fix JIT crash due to unverified dead code"" by Vladimir Marko · 8 years ago
  62. ad0c8bd Revert "Fix JIT crash due to unverified dead code" by Vladimir Marko · 8 years ago
  63. a7ad00a Merge "Fix arena allocation counting." by Treehugger Robot · 8 years ago
  64. 4e335d0 Fix arena allocation counting. by Vladimir Marko · 8 years ago
  65. 132eb43 Fix JIT crash due to unverified dead code by Calin Juravle · 8 years ago
  66. 021c5f2 Make 141-class-unload more robust under JIT. by Nicolas Geoffray · 8 years ago
  67. d96b96d Merge "Add Thread entry to signal if the thread can call into java" by Calin Juravle · 8 years ago
  68. ccd5695 Add Thread entry to signal if the thread can call into java by Calin Juravle · 8 years ago
  69. 5b32b91 Merge "Allow redefined methods/classes to access fields" by Treehugger Robot · 8 years ago
  70. 200b9d7 Allow redefined methods/classes to access fields by Alex Light · 8 years ago
  71. 913e6e6 Merge "Remove dex cache string from mirror::Class." by Nicolas Geoffray · 8 years ago
  72. 4c1667f Merge "Flush JIT data cache when committing code." by Nicolas Geoffray · 8 years ago
  73. a3dccf9 Merge "Fill in empty iftable early" by Mathieu Chartier · 8 years ago
  74. 1e4841e Fill in empty iftable early by Mathieu Chartier · 8 years ago
  75. ed015ac Flush JIT data cache when committing code. by Nicolas Geoffray · 8 years ago
  76. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  77. f9bf250 Remove dex cache string from mirror::Class. by Nicolas Geoffray · 8 years ago
  78. 9538f9e Merge "Add ClassLoader to app-image roots." by Vladimir Marko · 8 years ago
  79. b7cc593 Merge "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  80. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  81. bdca0a2 Merge "Rename Reference.clear to Reference.clearReferent" by Mathieu Chartier · 8 years ago
  82. 401e6b4 Merge "ART: Add GetLineNumberTable" by Treehugger Robot · 8 years ago
  83. 6f43e3a Rename Reference.clear to Reference.clearReferent by Mathieu Chartier · 8 years ago
  84. 6d736d8 Merge "Basic obsolete methods support" by Alex Light · 8 years ago
  85. 7a8e16c Merge "Don't call into ResolveType with possible exception" by Mathieu Chartier · 8 years ago
  86. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  87. fb568d3 Don't call into ResolveType with possible exception by Mathieu Chartier · 8 years ago
  88. c477787 Merge "Don't visit proxy methods in CHAStackVisitor::VisitFrame" by Mathieu Chartier · 8 years ago
  89. 816f784 Merge "Add exclusion for Reference.clear and reference processing" by Mathieu Chartier · 8 years ago
  90. c9da0f8 Merge "Don't re-read referent in ReferenceProcessor::GetReferent" by Mathieu Chartier · 8 years ago
  91. eca3eda Add ClassLoader to app-image roots. by Vladimir Marko · 8 years ago
  92. dfc453b Merge "Handle primitive types in VerifierTypes::AddAssignability." by Nicolas Geoffray · 8 years ago
  93. da3e561 ART: Add GetLineNumberTable by Andreas Gampe · 8 years ago
  94. a248587 Merge "ART: Make switch back-edge suspension point consistent" by Treehugger Robot · 8 years ago
  95. c9a7028 Add exclusion for Reference.clear and reference processing by Mathieu Chartier · 8 years ago
  96. f4f7637 ART: Make switch back-edge suspension point consistent by Andreas Gampe · 8 years ago
  97. d812f78 Merge "ART: Clean up utils.h" by Treehugger Robot · 8 years ago
  98. 7b9a83f Don't visit proxy methods in CHAStackVisitor::VisitFrame by Mingyao Yang · 8 years ago
  99. 36994ba Don't re-read referent in ReferenceProcessor::GetReferent by Mathieu Chartier · 8 years ago
  100. 0955e34 Merge changes Iac3db17f,I4221ef81 by Treehugger Robot · 8 years ago