1. 7268d47 Add a METHOD_SUPER to the MethodType enum. by Alex Light · 9 years ago
  2. f74388d Merge "Improve profile processing" by Calin Juravle · 9 years ago
  3. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  4. ecfd0df Merge "mem_map_test: perform null check before dereferencing a pointer." by Roland Levillain · 9 years ago
  5. 8d02644 mem_map_test: perform null check before dereferencing a pointer. by Roland Levillain · 9 years ago
  6. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 9 years ago
  7. 31abc14 Merge "ART: Optimize out redundant NewInstances of String" by David Brazdil · 9 years ago
  8. 65902e8 ART: Optimize out redundant NewInstances of String by David Brazdil · 9 years ago
  9. 0a52223 Keep track of number of JIT compilations. by Nicolas Geoffray · 9 years ago
  10. fffbee4 Report types loaded during init to the native debugger by Tamas Berghammer · 9 years ago
  11. 697cc25 Merge "Report loaded classes to native debugger." by David Srbecky · 9 years ago
  12. 160e6df Report loaded classes to native debugger. by Tamas Berghammer · 9 years ago
  13. b8bb9f6 Merge "ART: Change merge(uninitialized, null) to produce conflict" by David Brazdil · 9 years ago
  14. 87a5575 ART: Change merge(uninitialized, null) to produce conflict by David Brazdil · 9 years ago
  15. 1bf99d8 Merge "Also print to error stream." by Nicolas Geoffray · 9 years ago
  16. 91c9116 Add value parameterized test support for runtime tests by Mathieu Chartier · 9 years ago
  17. 40cfbff Merge "Revert "Disable mterp for the read barrier config."" by Hiroshi Yamauchi · 9 years ago
  18. 745f3cd MIPS64: Fix stub_test in a proper way by Goran Jakovljevic · 9 years ago
  19. 68c56ae Merge "ART: Mterp - remove redundant null check" by Bill Buzbee · 9 years ago
  20. bb6e726 ART: Mterp - remove redundant null check by buzbee · 9 years ago
  21. 966878d Revert "Create parent class loader for dex2oat" by Mathieu Chartier · 9 years ago
  22. 3fdb3fe Don't allow thread suspension in ProfilingInfo::Create by Mathieu Chartier · 9 years ago
  23. 9612a70 Revert "Disable mterp for the read barrier config." by Hiroshi Yamauchi · 9 years ago
  24. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 9 years ago
  25. c3fec4c Fix braino in parameters passed. by Nicolas Geoffray · 9 years ago
  26. a83c675 Fix lint error. by Nicolas Geoffray · 9 years ago
  27. da88e57 Merge "Don't encode a DexRegisterMap if there is no live register." by Nicolas Geoffray · 9 years ago
  28. 2675173 Merge "Support --perf with jitted code." by Nicolas Geoffray · 9 years ago
  29. f5b84ee Merge "Rosalloc fast path in assembly for MIPS32" by Hans Boehm · 9 years ago
  30. 76833da ART: Mterp read barrier fix + minor cleanup by buzbee · 9 years ago
  31. b8a20aa Merge "Report DWARF debug information for JITed code." by David Srbecky · 9 years ago
  32. 0e7fa6b Also print to error stream. by Nicolas Geoffray · 9 years ago
  33. a25dce9 Support --perf with jitted code. by Nicolas Geoffray · 9 years ago
  34. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 9 years ago
  35. dc2388f MIPS64: Fix stub_test by Goran Jakovljevic · 9 years ago
  36. 922698d Merge "Disable mterp for the read barrier config." by Hiroshi Yamauchi · 9 years ago
  37. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  38. afeb309 Correct value_type for some TrackingAllocators. by Dan Albert · 9 years ago
  39. 37fad75 Merge "Disable mterp if unstarted runtime" by Bill Buzbee · 9 years ago
  40. 64320f9 Disable mterp if unstarted runtime by buzbee · 9 years ago
  41. 987e44e Disable mterp for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  42. 62597d1 Add sleep in SuspendAllDaemonThreadsForShutdown by Mathieu Chartier · 9 years ago
  43. 1452bee Fast Art interpreter by buzbee · 9 years ago
  44. 4337c94 Merge "Remove ElfFile::GdbJITSupport" by David Srbecky · 9 years ago
  45. 0de47bb Merge "ART: Use libopenjdkd" by Andreas Gampe · 9 years ago
  46. 5d55d9a Remove ElfFile::GdbJITSupport by David Srbecky · 9 years ago
  47. 712c59d Rosalloc fast path in assembly for MIPS32 by Pavle Batuta · 9 years ago
  48. f871d46 Merge "Don't use std::abs on INT_MIN/LONG_MIN, it's undefined." by Nicolas Geoffray · 9 years ago
  49. ae6f23c Merge "Emit an error message when looking for String#offset." by Nicolas Geoffray · 9 years ago
  50. 68f6289 Don't use std::abs on INT_MIN/LONG_MIN, it's undefined. by Nicolas Geoffray · 9 years ago
  51. ba098ba Revert "Revert "Reduce sleep duration in SuspendAllDaemonThreads"" by Mathieu Chartier · 9 years ago
  52. 6652105 Merge "Improve handling of daemon threads after runtime shutdown" by Mathieu Chartier · 9 years ago
  53. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 9 years ago
  54. acd7a6a Fix general multi-image TODOs. by Jeff Hao · 9 years ago
  55. 10edbb1 ART: Use libopenjdkd by Andreas Gampe · 9 years ago
  56. 012fc4e Don't encode a DexRegisterMap if there is no live register. by Nicolas Geoffray · 9 years ago
  57. 1f47b67 Re-enable class table for image writer by Mathieu Chartier · 9 years ago
  58. b7332f1 Merge "Perform profile file analysis in dex2oat" by Calin Juravle · 9 years ago
  59. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 9 years ago
  60. 7ea4c09 Emit an error message when looking for String#offset. by Nicolas Geoffray · 9 years ago
  61. 7ede3dd Merge "Assume the profile file was created before saving." by Calin Juravle · 9 years ago
  62. bc34a7e Revert "Reduce sleep duration in SuspendAllDaemonThreads" by Nicolas Geoffray · 9 years ago
  63. adef5bd Reduce sleep duration in SuspendAllDaemonThreads by Mathieu Chartier · 9 years ago
  64. b94a890 Merge "Add systrace output to runtime shutdown" by Mathieu Chartier · 9 years ago
  65. fb6db4c Add systrace output to runtime shutdown by Mathieu Chartier · 9 years ago
  66. 205b762 Address some intern table comments by Mathieu Chartier · 9 years ago
  67. a06ba05 Remove gaps between images by Mathieu Chartier · 9 years ago
  68. 503a6fa Merge "Re-enable adding intern table to image" by Mathieu Chartier · 9 years ago
  69. ed1ae77 Merge "Get rid of shadow maps for images" by Mathieu Chartier · 9 years ago
  70. 2d124ec Get rid of shadow maps for images by Mathieu Chartier · 9 years ago
  71. ea0831f Re-enable adding intern table to image by Mathieu Chartier · 9 years ago
  72. 1c1a342 Fix multi-image TODOs in class linker, runtime, and oat file. by Jeff Hao · 9 years ago
  73. 68ead64 Merge "Remove unused reference to MALLOC_IMPL." by Josh Gao · 9 years ago
  74. c7d4a58 ART: Use non-stripped core jars in gtests by Andreas Gampe · 9 years ago
  75. 103992b ART: Move ThrowStackOverflowError to common_throws by Andreas Gampe · 9 years ago
  76. 068131c Remove unused reference to MALLOC_IMPL. by Josh Gao · 9 years ago
  77. 376a6f3 Merge changes I129fbc84,I9238ee0b by Andreas Gampe · 9 years ago
  78. 5e2b971 Assume the profile file was created before saving. by Calin Juravle · 9 years ago
  79. 8ea89b5 Merge "Revert "Temporary disable linker-namespaces"" by Dimitry Ivanov · 9 years ago
  80. 07f3564 Add a fence to ensure other threads see the correct data. by Nicolas Geoffray · 9 years ago
  81. ac9e66e Revert "Temporary disable linker-namespaces" by Dimitry Ivanov · 9 years ago
  82. 7929a48 ART: Fix JDWP GetClassLoader command by Andreas Gampe · 9 years ago
  83. 7a62fea Revert "ART: Fix JDWP GetClassLoader command" by Andreas Gampe · 9 years ago
  84. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 9 years ago
  85. 1e65a78 Merge "Revert "ART: Fix up some multi-image cases"" by Nicolas Geoffray · 9 years ago
  86. de38b79 Revert "ART: Fix up some multi-image cases" by Nicolas Geoffray · 9 years ago
  87. 93e8edd Fix bogus logging statement. by Narayan Kamath · 9 years ago
  88. 40144cc ART: Fix JDWP GetClassLoader command by Andreas Gampe · 9 years ago
  89. 288b1e9 ART: Fix up some multi-image cases by Andreas Gampe · 9 years ago
  90. 7f65b46 Merge "Save profile information in a separate thread." am: 58b2329de7 by Calin Juravle · 9 years ago
  91. 58b2329 Merge "Save profile information in a separate thread." by Calin Juravle · 9 years ago
  92. 4d77b6a Save profile information in a separate thread. by Calin Juravle · 9 years ago
  93. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  94. 6654841 Merge "Move JIT debugger interface code to its own file." am: 975dd72796 by David Srbecky · 9 years ago
  95. 975dd72 Merge "Move JIT debugger interface code to its own file." by David Srbecky · 9 years ago
  96. 18d2095 Override notice file for OpenJdk based modules. by Narayan Kamath · 9 years ago
  97. d5a3e2c Merge "Treat thread state kWaitingWeakGcRootRead as kJavaRunnable." am: 1201804d18 by Hiroshi Yamauchi · 9 years ago
  98. 5ae964f Merge "Fix multiple image space handing for SS collector" am: 10e2607281 by Mathieu Chartier · 9 years ago
  99. 512aad0 Merge "Fix lock ordering violation" am: adc183c711 am: b05ef624fe by Mathieu Chartier · 9 years ago
  100. 1201804 Merge "Treat thread state kWaitingWeakGcRootRead as kJavaRunnable." by Hiroshi Yamauchi · 9 years ago