1. 6ac5750 Revert "Revert "Implement RetransformClasses"" by Alex Light · 8 years ago
  2. 152b956 Merge "Revert "Implement RetransformClasses"" by Alex Light · 8 years ago
  3. 52a2db5 Revert "Implement RetransformClasses" by Alex Light · 8 years ago
  4. a8acb12 Merge "Delete deadlocking DCHECK for LOS allocation" by Mathieu Chartier · 8 years ago
  5. a58bc2e Merge "Implement RetransformClasses" by Treehugger Robot · 8 years ago
  6. 8069a0a Delete deadlocking DCHECK for LOS allocation by Mathieu Chartier · 8 years ago
  7. 7af8c6a Merge "Rename offline_profiling_info to profile_compilation_info" by Calin Juravle · 8 years ago
  8. a6c5e97 Implement RetransformClasses by Alex Light · 8 years ago
  9. 4c04117 Partial revert of "Reduce using ArtMethod's dex_cache_resolved_types_." by Nicolas Geoffray · 8 years ago
  10. a8b4390 Merge "Always inline some methods related to StackMap." by Mingyao Yang · 8 years ago
  11. c956973 Merge "Remove unused array entrypoints." by Nicolas Geoffray · 8 years ago
  12. 308fa4d Merge "Remove now unused dex_cache_resolved_types_ from ArtMethod." by Nicolas Geoffray · 8 years ago
  13. 6141e15 Merge "ART: Remove unused runtime.h include" by Treehugger Robot · 8 years ago
  14. 8d91ac3 Remove unused array entrypoints. by Nicolas Geoffray · 8 years ago
  15. 2f670ccb Merge "Revert "Revert "Load the array class in the compiler for allocations.""" by Nicolas Geoffray · 8 years ago
  16. fcb6e39 Merge "Revert^3 "Remove unused code for patching oat files."" by Richard Uhler · 8 years ago
  17. cb6a591 Revert^3 "Remove unused code for patching oat files." by Richard Uhler · 8 years ago
  18. 9e8c8ca Merge "ART: Improve class initializer and constructor verification." by Treehugger Robot · 8 years ago
  19. ee64b4d Merge "Revert "Revert "Remove unused code for patching oat files.""" by Treehugger Robot · 8 years ago
  20. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 8 years ago
  21. 44751ef Merge "Revert "ART: Start RuntimeCallbacks"" by Nicolas Geoffray · 8 years ago
  22. bf6331a Revert "ART: Start RuntimeCallbacks" by Nicolas Geoffray · 8 years ago
  23. 6c4921b ART: Improve class initializer and constructor verification. by Orion Hodson · 8 years ago
  24. 9a50661 ART: Remove unused runtime.h include by Andreas Gampe · 8 years ago
  25. b035513 Merge "Revert "Load the array class in the compiler for allocations."" by Treehugger Robot · 8 years ago
  26. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 8 years ago
  27. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 8 years ago
  28. 0157eee Merge "ART: Note CC configuration down into oat files" by Treehugger Robot · 8 years ago
  29. 1a901ef Merge "Split ArtJvmtiEvent::kClassFileLoadHook in two." by Treehugger Robot · 8 years ago
  30. ccfa885 Always inline some methods related to StackMap. by Mingyao Yang · 8 years ago
  31. f8cd890 ART: Note CC configuration down into oat files by Andreas Gampe · 8 years ago
  32. a7e64f0 Merge "ART: Start RuntimeCallbacks" by Treehugger Robot · 8 years ago
  33. 73afd32 Split ArtJvmtiEvent::kClassFileLoadHook in two. by Alex Light · 8 years ago
  34. 5d61614 Merge "Refactor jvmtiEvent so we can add to it." by Treehugger Robot · 8 years ago
  35. 3f38eb4 Merge "Fix check failure in ConcurrentCopying::IssueEmptyCheckpoint()." by Treehugger Robot · 8 years ago
  36. 13093d4 ART: Start RuntimeCallbacks by Andreas Gampe · 8 years ago
  37. 40d87f4 Refactor jvmtiEvent so we can add to it. by Alex Light · 8 years ago
  38. 6f8e4f0 ART: Add JNI API by Andreas Gampe · 8 years ago
  39. 0bd1a16 ART: Align jvmti.h with jni.h by Andreas Gampe · 8 years ago
  40. c808954 ART: Add JNI function table manipulation by Andreas Gampe · 8 years ago
  41. d4a2827 Merge "ART: Add Search API" by Treehugger Robot · 8 years ago
  42. 24e2ded Merge "ART: Add GetJLocationFormat" by Treehugger Robot · 8 years ago
  43. 9cd522b Remove now unused dex_cache_resolved_types_ from ArtMethod. by Nicolas Geoffray · 8 years ago
  44. c3b7bf3 Merge "Load the array class in the compiler for allocations." by Nicolas Geoffray · 8 years ago
  45. e7ec8b2 Revert "Revert "Remove unused code for patching oat files."" by Richard Uhler · 8 years ago
  46. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  47. 2ee01bf Merge "Fix Mips build." by Treehugger Robot · 8 years ago
  48. e83504b Fix Mips build. by Nicolas Geoffray · 8 years ago
  49. 39cee66 Entrypoints cleanup. by Nicolas Geoffray · 8 years ago
  50. a397458 Merge "Reduce using ArtMethod's dex_cache_resolved_types_." by Vladimir Marko · 8 years ago
  51. c66a76f Merge "MIPS: Fix polymorphic invokes." by Vladimir Marko · 8 years ago
  52. c480b98 MIPS: Fix polymorphic invokes. by Alexey Frunze · 8 years ago
  53. ce7732b ART: Add Search API by Andreas Gampe · 8 years ago
  54. a6040d4 Merge "Revert "Revert "ART: Add ThreadGroup API support""" by Andreas Gampe · 8 years ago
  55. acfc957 ART: Add GetJLocationFormat by Andreas Gampe · 8 years ago
  56. 442a83a Merge "ART: Fix missing CLOCK_MONOTONIC on Mac" by Andreas Gampe · 8 years ago
  57. d18d9e2 Revert "Revert "ART: Add ThreadGroup API support"" by Andreas Gampe · 8 years ago
  58. c77364c Fix check failure in ConcurrentCopying::IssueEmptyCheckpoint(). by Hiroshi Yamauchi · 8 years ago
  59. f29e04a ART: Fix missing CLOCK_MONOTONIC on Mac by Andreas Gampe · 8 years ago
  60. b51dee6 Merge "Revert "Remove unused code for patching oat files."" by Nicolas Geoffray · 8 years ago
  61. 7898587 Revert "Remove unused code for patching oat files." by Nicolas Geoffray · 8 years ago
  62. 35bcf81 ART: Add three Timer functions by Andreas Gampe · 8 years ago
  63. 7ccdf09 Merge "ART: Add GetClassLoaderClasses" by Treehugger Robot · 8 years ago
  64. c5603b7 Merge "ART: Add SetVerboseFlags" by Treehugger Robot · 8 years ago
  65. 49a694b Merge "MethodHandles: Remove experimental flag." by Narayan Kamath · 8 years ago
  66. 9320675 MethodHandles: Remove experimental flag. by Narayan Kamath · 8 years ago
  67. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  68. e71b354 Move some fields in art::Thread to reduce maintenance burden. by Roland Levillain · 8 years ago
  69. 8bd59a0 Merge "Remove unused code for patching oat files." by Treehugger Robot · 8 years ago
  70. 9748d3d Merge "MethodHandles: Implement invoker / exactInvoker." by Narayan Kamath · 8 years ago
  71. e9e43e9 Merge "Handle verify-profile and bootclasspath classes in vdex." by Nicolas Geoffray · 8 years ago
  72. c1b02c5 Merge "Fix missing OOME check in reflection." by Vladimir Marko · 8 years ago
  73. c9f7662 Remove unused code for patching oat files. by Richard Uhler · 8 years ago
  74. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  75. 70f1639 ART: Add GetClassLoaderClasses by Andreas Gampe · 8 years ago
  76. a35510d Fix missing OOME check in reflection. by Vladimir Marko · 8 years ago
  77. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  78. 7498105 Handle verify-profile and bootclasspath classes in vdex. by Nicolas Geoffray · 8 years ago
  79. b79bbd8 MethodHandles: Implement invoker / exactInvoker. by Narayan Kamath · 8 years ago
  80. f26bf2d ART: Add Thread TLS support by Andreas Gampe · 8 years ago
  81. 4ca818c Merge "ART: Add GetAllThreads" by Treehugger Robot · 8 years ago
  82. 5e01df4 Merge changes I168f24de,I8ec60a98,I3c426ed7,Ic809b0f3 by Treehugger Robot · 8 years ago
  83. d9a9d44 Merge "ART: Fix artInvokePolymorphic." by Orion Hodson · 8 years ago
  84. a11ad8a Merge "MIPS64: Make GetFeatureString() returns default instead of empty string" by Treehugger Robot · 8 years ago
  85. fea84dd ART: Fix artInvokePolymorphic. by Orion Hodson · 8 years ago
  86. 1998cd0 Implement HLoadClass/kBssEntry for boot image. by Vladimir Marko · 8 years ago
  87. a48d74a Merge "Revert "ART: Add ThreadGroup API support"" by Treehugger Robot · 8 years ago
  88. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 8 years ago
  89. 58207cf Merge "Revert "Revert "ART: Compiler support for invoke-polymorphic.""" by Orion Hodson · 8 years ago
  90. 87071bf Revert "ART: Add ThreadGroup API support" by Nicolas Geoffray · 8 years ago
  91. ab6603f MIPS64: Make GetFeatureString() returns default instead of empty string by Goran Jakovljevic · 8 years ago
  92. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  93. f37e302 ART: Add SetVerboseFlags by Andreas Gampe · 8 years ago
  94. dd1dd32 Merge "Implement RedefineClasses, also redefine multiple classes atomically." by Alex Light · 8 years ago
  95. 8580744 ART: Add GetAllThreads by Andreas Gampe · 8 years ago
  96. f6f3b5f ART: Add GetFrameCount and GetFrameLocation by Andreas Gampe · 8 years ago
  97. 0e69273 Implement RedefineClasses, also redefine multiple classes atomically. by Alex Light · 8 years ago
  98. 2db7a1d Merge "ART: Remove suspension from AttachAgent" by Treehugger Robot · 8 years ago
  99. 53dd074 Merge "ART: Add ThreadGroup API support" by Treehugger Robot · 8 years ago
  100. 1f64859 ART: Remove suspension from AttachAgent by Andreas Gampe · 8 years ago