1. 9210554 Merge "Use ASM for invoke-custom tests" by Treehugger Robot · 7 years ago
  2. 76e6adb Use ASM for invoke-custom tests by Orion Hodson · 7 years ago
  3. 0bdc1fc Merge "Fix issue with obsolete methods and const-method-handle" by Alex Light · 7 years ago
  4. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 7 years ago
  5. cc917d9 Fix issue with obsolete methods and const-method-handle by Alex Light · 7 years ago
  6. d959ccd Merge "Fix "jit at first use" for proxy methods." by Vladimir Marko · 7 years ago
  7. 37602aa Fix "jit at first use" for proxy methods. by Vladimir Marko · 7 years ago
  8. 33ff844 Merge "Workaround for class loader issues in verifier." by Nicolas Geoffray · 7 years ago
  9. e42d717 Merge "native: Cleanup jni usage code" by Treehugger Robot · 7 years ago
  10. 06537f7 native: Cleanup jni usage code by Igor Murashkin · 7 years ago
  11. 54d2c7e Merge "Make duplicate intern string check be debug only" by Treehugger Robot · 7 years ago
  12. 20b2ce4 Bump vdex version by Mathieu Chartier · 7 years ago
  13. 81894bc Make duplicate intern string check be debug only by Mathieu Chartier · 7 years ago
  14. 2daa134 Fix unquickening logic for quickened input dexes by Mathieu Chartier · 7 years ago
  15. befa309 Workaround for class loader issues in verifier. by Nicolas Geoffray · 7 years ago
  16. b2f1edc Merge "Remove duplication, split tests" by David Sehr · 7 years ago
  17. b81dedb Merge "ART: Support for VarHandle invokers" by Treehugger Robot · 7 years ago
  18. 8ccef7e Merge "Don't fixup proxy method arguments after invoking the InvocationHandler." by Roland Levillain · 7 years ago
  19. b8b9387 ART: Support for VarHandle invokers by Orion Hodson · 7 years ago
  20. 1c128fa Merge "Fix a memory leak" by Treehugger Robot · 7 years ago
  21. 5b36288 Merge "Remove generate-operator-out.py symlinks" by Treehugger Robot · 7 years ago
  22. b69d2d3 Remove generate-operator-out.py symlinks by Alex Light · 7 years ago
  23. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  24. 99bd16b Extend error reporting in art::gc::Heap::GrowForUtilization. by Roland Levillain · 7 years ago
  25. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 7 years ago
  26. 65466b5 Merge "Register tests for profiling after the runtime has started" by Treehugger Robot · 7 years ago
  27. 2bce076 Register tests for profiling after the runtime has started by Calin Juravle · 7 years ago
  28. 9e937be Add check JNI tests for byte and 16-bit primitives. by Ian Rogers · 7 years ago
  29. a68aabb Don't fixup proxy method arguments after invoking the InvocationHandler. by Roland Levillain · 7 years ago
  30. 88c6d26 patchoat: take directories instead of filenames by Chris Morin · 7 years ago
  31. 11088ad Merge "Visit proxy methods reference arguments when visiting Quick frames roots." by Roland Levillain · 7 years ago
  32. 5919f73 Merge "ART: Move CHECK to DCHECK in FindResolvedMethod" by Treehugger Robot · 7 years ago
  33. bdf1bc4 Merge "ART: Add more logging to FindResolvedMethod" by Treehugger Robot · 7 years ago
  34. 62d45e0 Merge "Add option for not copying dex" by Mathieu Chartier · 7 years ago
  35. 65915f0 ART: Move CHECK to DCHECK in FindResolvedMethod by Andreas Gampe · 7 years ago
  36. 315d7af ART: Add more logging to FindResolvedMethod by Andreas Gampe · 7 years ago
  37. ccb0019 Fix a memory leak by George Burgess IV · 7 years ago
  38. 792111c Add option for not copying dex by Mathieu Chartier · 7 years ago
  39. e06e48e Merge "Propagate an is_zygote flag through nativePostForkChild." by Treehugger Robot · 7 years ago
  40. b092895 Merge "Dex header cleanup and windows simplification" by Treehugger Robot · 7 years ago
  41. 999646d Dex header cleanup and windows simplification by David Sehr · 7 years ago
  42. c88a008 Ensure that apis are unhidden even if there is no vdex by Alex Light · 7 years ago
  43. 86f452c Merge "Refactor method resolution in class linker." by Nicolas Geoffray · 7 years ago
  44. 7d2894d Merge "Extend logging around instrumentation check" by Treehugger Robot · 7 years ago
  45. f1c29aa Merge "Ensure that we always set the method hotness in the profile" by Treehugger Robot · 7 years ago
  46. 3e55ea3 Merge "Build debug library libdexfiled" by Treehugger Robot · 7 years ago
  47. 0a80b0e Extend logging around instrumentation check by Alex Light · 7 years ago
  48. ee9cb41 Ensure that we always set the method hotness in the profile by Calin Juravle · 7 years ago
  49. fcbe15c Build debug library libdexfiled by David Sehr · 7 years ago
  50. 0280eb0 Merge "Reduce the scope of CheckJNI." by Treehugger Robot · 7 years ago
  51. ac4d45a Reduce the scope of CheckJNI. by Ian Rogers · 7 years ago
  52. 77d3398 Propagate an is_zygote flag through nativePostForkChild. by Robert Sesek · 7 years ago
  53. ad0777d Visit proxy methods reference arguments when visiting Quick frames roots. by Roland Levillain · 7 years ago
  54. b40fa7c Merge "Add Class.getPrimitiveClass()." by Vladimir Marko · 7 years ago
  55. d1652d1 Merge "Move libdexfile out of runtime" by David Sehr · 7 years ago
  56. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 7 years ago
  57. 7287c4d Add Class.getPrimitiveClass(). by Vladimir Marko · 7 years ago
  58. 1efa7cb Merge "Disable bitstring type check runtime hooks." by Vladimir Marko · 7 years ago
  59. 334b9d7 Move libdexfile out of runtime by David Sehr · 7 years ago
  60. 60cae4f Merge "Expose the optimization status of a dex file" by Calin Juravle · 7 years ago
  61. ebe485e Merge "Add --compilation-reason option to dex2oat" by Calin Juravle · 7 years ago
  62. 305c38b Disable bitstring type check runtime hooks. by Vladimir Marko · 7 years ago
  63. 89ceeeb Merge "Use different method to mark DEX PC in the interpreter's CFI." by David Srbecky · 7 years ago
  64. d92e627 Remove -Xno-hidden-api-check flag. by Nicolas Geoffray · 7 years ago
  65. d7fbc0e Refactor hidden API runtime flag from negative to positive by David Brazdil · 7 years ago
  66. 5f9a801 Expose the optimization status of a dex file by Calin Juravle · 7 years ago
  67. c6023e5 Merge "jdwp: send pids to adbd as raw integers." by Treehugger Robot · 7 years ago
  68. 08a5cb2 Merge "Print more information about hidden API accesses" by David Brazdil · 7 years ago
  69. 068d68d Print more information about hidden API accesses by David Brazdil · 7 years ago
  70. 7801e15 Merge "Disable hidden API checks for WellKnownClasses" by Treehugger Robot · 7 years ago
  71. 0e09dfc Add --compilation-reason option to dex2oat by Calin Juravle · 7 years ago
  72. a5efc4c Disable hidden API checks for WellKnownClasses by David Brazdil · 7 years ago
  73. 4b49bb7 jdwp: send pids to adbd as raw integers. by Josh Gao · 7 years ago
  74. 1fbea61 ART: Fix memcmp16_test typo by Andreas Gampe · 7 years ago
  75. 0520f21 Merge "Various ART GC documentation updates." by Roland Levillain · 7 years ago
  76. faf76cb Merge "Add offset for native stack dump." by Christopher Ferris · 7 years ago
  77. 8f7ea9a Various ART GC documentation updates. by Roland Levillain · 7 years ago
  78. ed0180c Merge changes Icad6d952,Ic41aa804 by Roland Levillain · 7 years ago
  79. 53ef6a6 Add offset for native stack dump. by Christopher Ferris · 7 years ago
  80. 9b55957 Merge "Split dex_file_loader_test" by Treehugger Robot · 7 years ago
  81. 1ec2f3e Merge "ART: Be more robust with multidex uncompressed-dex odex files" by Treehugger Robot · 7 years ago
  82. fc604a7 ART: Be more robust with multidex uncompressed-dex odex files by Andreas Gampe · 7 years ago
  83. 78a6ce8 Merge "ART: Fix lookup class used by invoke-custom" by Treehugger Robot · 7 years ago
  84. 139512d Split dex_file_loader_test by David Sehr · 7 years ago
  85. f320dc1 Pretty print RegionSpace::RegionType and RegionSpace::RegionState values. by Roland Levillain · 7 years ago
  86. 2ae376f Stylistic and aesthetic changes. by Roland Levillain · 7 years ago
  87. dc46115 Merge "Fix typos." by Roland Levillain · 7 years ago
  88. 6540037 Merge "ART: Add option to use stderr logger" by Treehugger Robot · 7 years ago
  89. e416979 ART: Fix lookup class used by invoke-custom by Orion Hodson · 7 years ago
  90. ef01222 Fix typos. by Roland Levillain · 7 years ago
  91. cd4ddee Merge "Revert^2 "ART: Interpreter support for VarHandle accessors"" by Treehugger Robot · 7 years ago
  92. 551ff7e Merge "Visit targets of proxy methods when visiting thread roots." by Roland Levillain · 7 years ago
  93. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  94. cc78efa Merge "Improve to-space invariant error reporting in the CC collector." by Roland Levillain · 7 years ago
  95. 25419b5 ART: Add option to use stderr logger by Andreas Gampe · 7 years ago
  96. b1c724c Merge "Fix HPROF DDMS." by Alex Light · 7 years ago
  97. 64ef58b Use different method to mark DEX PC in the interpreter's CFI. by David Srbecky · 7 years ago
  98. 65404f0 Merge "Suppress clang 7.0 warnings." by Treehugger Robot · 7 years ago
  99. 4c84ca6 Suppress clang 7.0 warnings. by Chih-Hung Hsieh · 7 years ago
  100. 3a4f5f3 Merge "ART: Clear any exception after resolution" by Treehugger Robot · 7 years ago