1. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 8 years ago
  2. 4155998 Make runtime call on main for HLoadClass/kDexCacheViaMethod. by Vladimir Marko · 8 years ago
  3. 48886c2 Remove HLoadClass::LoadKind::kDexCachePcRelative. by Vladimir Marko · 8 years ago
  4. 58207cf Merge "Revert "Revert "ART: Compiler support for invoke-polymorphic.""" by Orion Hodson · 8 years ago
  5. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  6. 4cddd03 Merge "Revert "Try really hard for JIT in test 916"" by Alex Light · 8 years ago
  7. dd1dd32 Merge "Implement RedefineClasses, also redefine multiple classes atomically." by Alex Light · 8 years ago
  8. cca8708 Merge "ART: Add GetFrameCount and GetFrameLocation" by Andreas Gampe · 8 years ago
  9. f6f3b5f ART: Add GetFrameCount and GetFrameLocation by Andreas Gampe · 8 years ago
  10. ca4feac Revert "Try really hard for JIT in test 916" by Alex Light · 8 years ago
  11. 0e69273 Implement RedefineClasses, also redefine multiple classes atomically. by Alex Light · 8 years ago
  12. 2db7a1d Merge "ART: Remove suspension from AttachAgent" by Treehugger Robot · 8 years ago
  13. 942ea7a Merge "Make our jvmti run-tests work with the RI again." by Treehugger Robot · 8 years ago
  14. 53dd074 Merge "ART: Add ThreadGroup API support" by Treehugger Robot · 8 years ago
  15. 8799ea0 Merge "Try really hard for JIT in test 916" by Treehugger Robot · 8 years ago
  16. 2f12c65 Merge "Complete unrolling of loops with small body and trip count one." by Treehugger Robot · 8 years ago
  17. 1f64859 ART: Remove suspension from AttachAgent by Andreas Gampe · 8 years ago
  18. 6b69e0a Complete unrolling of loops with small body and trip count one. by Aart Bik · 8 years ago
  19. c00735a Merge "ART: Add GetThreadListStackTraces" by Treehugger Robot · 8 years ago
  20. cd20321 Merge "ART: Refactor test 911" by Treehugger Robot · 8 years ago
  21. 02afcde ART: Add ThreadGroup API support by Andreas Gampe · 8 years ago
  22. a64fa43 Try really hard for JIT in test 916 by Alex Light · 8 years ago
  23. a4fc28c Merge "Make 129-ThreadGetId more robust." by Nicolas Geoffray · 8 years ago
  24. 7e25123 Merge "ART tests: do not retrieve OatQuickMethodHeader for bridge methods" by Nicolas Geoffray · 8 years ago
  25. 6f4b55b Merge "MIPS32: Refined comment in java.lang.Math.abs(float/double) intrinsics" by Treehugger Robot · 8 years ago
  26. c0dae61 Merge "Revert "Update ART run-tests for new Jack optimizations"" by Sebastien Hertz · 8 years ago
  27. 6af017c Revert "Update ART run-tests for new Jack optimizations" by Sebastien Hertz · 8 years ago
  28. 91011af Make 129-ThreadGetId more robust. by Nicolas Geoffray · 8 years ago
  29. 5a6cbfc MIPS32: Refined comment in java.lang.Math.abs(float/double) intrinsics by Goran Jakovljevic · 8 years ago
  30. 5c9f90c Merge "Update ART run-tests for new Jack optimizations" by Sebastien Hertz · 8 years ago
  31. cfd6167 Merge "Revert "Revert "Make object allocation entrypoints only take a class.""" by Nicolas Geoffray · 8 years ago
  32. 1efddde Merge "Dont keep around scoped allocated ArtMethod after thread suspension." by Nicolas Geoffray · 8 years ago
  33. 0376a5c Dont keep around scoped allocated ArtMethod after thread suspension. by Nicolas Geoffray · 8 years ago
  34. ca25208 Merge "Revert "Revert "Refactor ClassLinker::LinkInterfaceMethods().""" by Nicolas Geoffray · 8 years ago
  35. fd3f4e7 Merge "ART: Add GetThreadState" by Andreas Gampe · 8 years ago
  36. eba32fb ART: Add GetThreadListStackTraces by Andreas Gampe · 8 years ago
  37. 966de9e ART: Refactor test 911 by Andreas Gampe · 8 years ago
  38. b50cf03 Merge "ART: Fix GetAllStackTraces" by Andreas Gampe · 8 years ago
  39. 74c292b Merge "Avoid suspending heap task thread for getting stack traces" by Mathieu Chartier · 8 years ago
  40. 72c1983 ART: Add GetThreadState by Andreas Gampe · 8 years ago
  41. 984efb5 ART: Fix GetAllStackTraces by Andreas Gampe · 8 years ago
  42. 88a17bc Merge "Revert "Revert "ART: Ensure plugin is loaded on AttachAgent""" by Andreas Gampe · 8 years ago
  43. fba89fe Make our jvmti run-tests work with the RI again. by Alex Light · 8 years ago
  44. 31ace5c Merge "ART: Add GetAllStackTraces" by Andreas Gampe · 8 years ago
  45. 4201cf0 Avoid suspending heap task thread for getting stack traces by Mathieu Chartier · 8 years ago
  46. 20e9474 Merge "ART: Add GetCurrentThread and GetThreadInfo" by Treehugger Robot · 8 years ago
  47. a1a27c6 ART: Add GetAllStackTraces by Andreas Gampe · 8 years ago
  48. 29eabfa Merge "Don't need to block in AddWeakGlobalRef and MonitorList::Add under CC." by Hiroshi Yamauchi · 8 years ago
  49. 921094a Revert "Revert "Refactor ClassLinker::LinkInterfaceMethods()."" by Vladimir Marko · 8 years ago
  50. 9e68f50 Merge "Fix race condition btw DelayReferenceRefernent vs Reference.clear()." by Hiroshi Yamauchi · 8 years ago
  51. c4baad2 Revert "Revert "ART: Ensure plugin is loaded on AttachAgent"" by Andreas Gampe · 8 years ago
  52. af13ab9 ART: Add GetCurrentThread and GetThreadInfo by Andreas Gampe · 8 years ago
  53. 7620a3b Merge "Revert "Refactor ClassLinker::LinkInterfaceMethods()."" by Nicolas Geoffray · 8 years ago
  54. dce413d Revert "Refactor ClassLinker::LinkInterfaceMethods()." by Nicolas Geoffray · 8 years ago
  55. 8960b0b Update ART run-tests for new Jack optimizations by Sebastien Hertz · 8 years ago
  56. 8fdba84 Merge "ART: Simplify 9xx OnLoad setup" by Treehugger Robot · 8 years ago
  57. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  58. aa89a4c Merge "Refactor ClassLinker::LinkInterfaceMethods()." by Treehugger Robot · 8 years ago
  59. 97e1cb5 Merge "MIPS32: Change java.lang.Math.abs(float/double) intrinsics" by Treehugger Robot · 8 years ago
  60. afbd71f Refactor ClassLinker::LinkInterfaceMethods(). by Vladimir Marko · 8 years ago
  61. cf4b86d Merge "Revert "ART: Ensure plugin is loaded on AttachAgent"" by Nicolas Geoffray · 8 years ago
  62. 98cf7cf Revert "ART: Ensure plugin is loaded on AttachAgent" by Nicolas Geoffray · 8 years ago
  63. b668465 MIPS32: Change java.lang.Math.abs(float/double) intrinsics by Goran Jakovljevic · 8 years ago
  64. 1b8de86 Merge "ART: Ensure plugin is loaded on AttachAgent" by Treehugger Robot · 8 years ago
  65. c8144cd Merge "Revert "Make object allocation entrypoints only take a class."" by Treehugger Robot · 8 years ago
  66. a8883a0 ART: Simplify 9xx OnLoad setup by Andreas Gampe · 8 years ago
  67. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  68. ad2dc87 ART: Ensure plugin is loaded on AttachAgent by Andreas Gampe · 8 years ago
  69. d1a2779 Merge "ART: Add raw monitor API" by Andreas Gampe · 8 years ago
  70. 319dbe8 ART: Add raw monitor API by Andreas Gampe · 8 years ago
  71. 9393982 Merge "Set timeout before connect to adb in jdwp." by Treehugger Robot · 8 years ago
  72. d1d3e9f Merge "Increase thread suspension timeout for debug builds" by Mathieu Chartier · 8 years ago
  73. dcf5276 Merge "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  74. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  75. 32c8337 Increase thread suspension timeout for debug builds by Mathieu Chartier · 8 years ago
  76. a28ddf5 Merge "liblog: use log/log.h to access ALOG macros" by Treehugger Robot · 8 years ago
  77. 79f9928 Merge "ART: Compiler support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  78. 716eb25 Merge "Move most of art::Thread to ObjPtr" by Mathieu Chartier · 8 years ago
  79. 07d2e7a Merge "Fix possible deadlock in AddAccessFlags and ClearAccessFlags" by Mathieu Chartier · 8 years ago
  80. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 8 years ago
  81. 46fc9d6 liblog: use log/log.h to access ALOG macros by Mark Salyzyn · 8 years ago
  82. db47a14 Merge "Keep resolved String in HLoadString." by Nicolas Geoffray · 8 years ago
  83. f62455a Merge "ARM: Instruction set features clean-up." by Treehugger Robot · 8 years ago
  84. bc7d0de Merge "Remove the unused SMP instruction set feature option." by Vladimir Marko · 8 years ago
  85. 816988e Merge "Make object allocation entrypoints only take a class." by Nicolas Geoffray · 8 years ago
  86. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  87. c9a060f Merge "Do not return patchoat for dexopt needed." by Treehugger Robot · 8 years ago
  88. 198b5db Merge "Track libcore java.lang.reflect.Proxy update" by Przemyslaw Szczepaniak · 8 years ago
  89. 5e83eb7 Merge "Recognize getClass() in RTP." by Nicolas Geoffray · 8 years ago
  90. b1a7c94 Fix possible deadlock in AddAccessFlags and ClearAccessFlags by Mathieu Chartier · 8 years ago
  91. 4cd5155 Merge "Make all class redefinition operations after suspend_all infallible" by Treehugger Robot · 8 years ago
  92. 2ef87a5 Merge "ART: Add system properties support" by Treehugger Robot · 8 years ago
  93. f5769e1 Move most of art::Thread to ObjPtr by Mathieu Chartier · 8 years ago
  94. 007ada2 Make all class redefinition operations after suspend_all infallible by Alex Light · 8 years ago
  95. f0acfe7 Keep resolved String in HLoadString. by Nicolas Geoffray · 8 years ago
  96. 1bdaf73 ART: Add system properties support by Andreas Gampe · 8 years ago
  97. 2e17788 Merge "Fix some issues reported by Valgrind" by Mathieu Chartier · 8 years ago
  98. 26baea6 Merge "Delete extra arm64/mips64 MterpReturn suspend check" by Mathieu Chartier · 8 years ago
  99. 4814f5e Merge "Revert "Revert "Add basic implementation of IsModifiableClass""" by Treehugger Robot · 8 years ago
  100. 6c71cf9 Merge "Revert "Revert "Add basic checks for redefinition.""" by Treehugger Robot · 8 years ago