1. 8f323e0 Merge "ART: String intrinsics for Mterp interpreter" by Bill Buzbee · 8 years ago
  2. 5442ff6 Merge "Ensure we have the correct thread when allocating obsolete methods." by Treehugger Robot · 8 years ago
  3. 5c11a79 Ensure we have the correct thread when allocating obsolete methods. by Alex Light · 8 years ago
  4. e667a3c ART: String intrinsics for Mterp interpreter by buzbee · 8 years ago
  5. 939e71a Merge "Hash-based DexCache field array." by Treehugger Robot · 8 years ago
  6. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 9 years ago
  7. fe10279 Merge "Catch signals that happen inside a fault handler." by Treehugger Robot · 8 years ago
  8. 13439f0 Use offline inline caches during AOT compilation by Calin Juravle · 8 years ago
  9. 74f94dd Merge "Do not allow input-vdex with dexlayout." by Nicolas Geoffray · 8 years ago
  10. 97fa992 Do not allow input-vdex with dexlayout. by Nicolas Geoffray · 8 years ago
  11. cac55a1 Merge "Update UnstartedRuntime for System.identityHashCode." by Nicolas Geoffray · 8 years ago
  12. 5ed51e3 Merge changes Ia26b07f0,Id3d2758c by Roland Levillain · 8 years ago
  13. 079f5fd Merge "Track libcore change 2c0c8889ff415431e3c2d6d5ac95748f8b284384." by Narayan Kamath · 8 years ago
  14. 41d8263 Merge "Revert "Stop interpreter from accessing code items of compiled code."" by Nicolas Geoffray · 8 years ago
  15. 0182229 Revert "Stop interpreter from accessing code items of compiled code." by Nicolas Geoffray · 8 years ago
  16. 02a4d7f Merge "Stop interpreter from accessing code items of compiled code." by Treehugger Robot · 8 years ago
  17. 8a9f49e Merge "ART: Add field offset caching" by Treehugger Robot · 8 years ago
  18. 4f5dbc2 Merge "Fix duplicate classes check to iterate over classes properly." by Treehugger Robot · 8 years ago
  19. b3ab3f8 Merge "Modify invoke interface trampoline to pass interface method." by Treehugger Robot · 8 years ago
  20. 5667f56 Modify invoke interface trampoline to pass interface method. by Jeff Hao · 8 years ago
  21. df79ddb Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  22. fb005aa Merge "ART: Refactor ObjectTagTable" by Treehugger Robot · 8 years ago
  23. efd20cb Catch signals that happen inside a fault handler. by Josh Gao · 8 years ago
  24. caa348c Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 8 years ago
  25. c02fe5f Merge "Interpreter intrinsics" by Bill Buzbee · 8 years ago
  26. 8ec0a20 Fix duplicate classes check to iterate over classes properly. by Jeff Hao · 8 years ago
  27. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 9 years ago
  28. 76e342e Merge changes I16000c0c,I325003cb by Hiroshi Yamauchi · 8 years ago
  29. 78f1bdc Interpreter intrinsics by buzbee · 8 years ago
  30. ece2f7c Update UnstartedRuntime for System.identityHashCode. by Nicolas Geoffray · 8 years ago
  31. 0c742e4 Merge "Improve debugging output for a crash." by Vladimir Marko · 8 years ago
  32. 8dd56fc Improve debugging output for a crash. by Vladimir Marko · 8 years ago
  33. 7ec0fde Track libcore change 2c0c8889ff415431e3c2d6d5ac95748f8b284384. by Narayan Kamath · 8 years ago
  34. 742bc41 Merge "Return the right value in VerifyClass." by Nicolas Geoffray · 8 years ago
  35. 9e38a50 ART: Add field offset caching by Andreas Gampe · 8 years ago
  36. a6fa68f Merge "Encode inline caches with missing types in the profile" by Calin Juravle · 8 years ago
  37. 8a43324 Add two locks to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  38. b139b6d Revert "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_." by Hiroshi Yamauchi · 8 years ago
  39. 7ba6ed7 Merge "ART: Clean up code related to foreign dex use" by Calin Juravle · 8 years ago
  40. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  41. f014021 ART: Refactor ObjectTagTable by Andreas Gampe · 8 years ago
  42. 7cc3ae5 Return the right value in VerifyClass. by Nicolas Geoffray · 8 years ago
  43. 7a970b7 Merge "Check IsModifiableClass earlier in redefineClasses and retransformClasses" by Treehugger Robot · 8 years ago
  44. ce6ee70 Check IsModifiableClass earlier in redefineClasses and retransformClasses by Alex Light · 8 years ago
  45. 92685a8 Pass driver to loop opt. Add new side_effects phase. by Aart Bik · 8 years ago
  46. 589e71e Encode inline caches with missing types in the profile by Calin Juravle · 8 years ago
  47. ba650a4 Revert "Revert "Use the "GC is marking" information in compiler read barriers (ARM, ARM64)."" by Roland Levillain · 8 years ago
  48. e8649c7 Add GC critical section to GetObjectsAllocated by Mathieu Chartier · 8 years ago
  49. d9f647a Merge "Extend profman to generate profiles with inline caches" by Treehugger Robot · 8 years ago
  50. e0ac115 Extend profman to generate profiles with inline caches by Calin Juravle · 8 years ago
  51. 1990bda Merge "Fix dex location filtering in dex2oat" by Mathieu Chartier · 8 years ago
  52. 046854b Fix dex location filtering in dex2oat by Mathieu Chartier · 8 years ago
  53. d5b260e Merge "Clean up ZygoteHooks stack walking slightly." by Treehugger Robot · 8 years ago
  54. 33c6731 Merge "Misc cleanup for class redefinition." by Treehugger Robot · 8 years ago
  55. 455d74f Merge "Add nullptr and size check for opening a mem mapped dex file." by Treehugger Robot · 8 years ago
  56. c5f5a6e Misc cleanup for class redefinition. by Alex Light · 8 years ago
  57. 8474026 Clean up ZygoteHooks stack walking slightly. by Alex Light · 8 years ago
  58. b7b043a Merge "Clean up OatFileAssistant getting of image info." by Richard Uhler · 8 years ago
  59. 41b2f53 Add nullptr and size check for opening a mem mapped dex file. by Jeff Hao · 8 years ago
  60. 371b047 Clear empty unevac regions in ClearFromSpace by Mathieu Chartier · 8 years ago
  61. 8a1691f Don't fail for null dex elements in FlattenPathClassLoader by Mathieu Chartier · 8 years ago
  62. 95e0967 Clean up OatFileAssistant getting of image info. by Richard Uhler · 8 years ago
  63. 497d526 Handle RawData case for DexLayout by Mathieu Chartier · 8 years ago
  64. fddc193 Merge "MIPS32: Do not use _MIPS_ARCH_MIPS64R6 in MIPS32 code" by Vladimir Marko · 8 years ago
  65. ad4ee26 Merge "ART: Add correct field index to reference visiting" by Treehugger Robot · 8 years ago
  66. 41ee103 Merge "MIPS: Implement heap poisoning in ART's Optimizing compiler." by Roland Levillain · 8 years ago
  67. 331605a Revert "Revert "Intrinsify Integer.valueOf."" by Nicolas Geoffray · 8 years ago
  68. 0d39604 Merge "Fix mutex issue" by Treehugger Robot · 8 years ago
  69. 9511460 ART: Add correct field index to reference visiting by Andreas Gampe · 8 years ago
  70. 3066772 Merge "ART: Add primitive field reporting" by Treehugger Robot · 8 years ago
  71. 861af89 Fix mutex issue by Alex Light · 8 years ago
  72. e0aa5be Merge "Change the region space region size to 256k." by Hiroshi Yamauchi · 8 years ago
  73. e731693 ART: Add primitive field reporting by Andreas Gampe · 8 years ago
  74. 15c4ee1 Merge "ART/Mterp: eliminate unnecessary access checks" by Bill Buzbee · 8 years ago
  75. edb792d Merge "Avoid visiting dead large objects in RegionSpace::Walk" by Treehugger Robot · 8 years ago
  76. 86e8e22 Merge "ART: Fix string reporting" by Treehugger Robot · 8 years ago
  77. fa6adfd ART/Mterp: eliminate unnecessary access checks by buzbee · 8 years ago
  78. 1ceeecf Avoid visiting dead large objects in RegionSpace::Walk by Mathieu Chartier · 8 years ago
  79. 3b98ccb Merge "Revert "Intrinsify Integer.valueOf."" by Nicolas Geoffray · 8 years ago
  80. db7b44a Revert "Intrinsify Integer.valueOf." by Nicolas Geoffray · 8 years ago
  81. cdb23d6 MIPS32: Do not use _MIPS_ARCH_MIPS64R6 in MIPS32 code by Goran Jakovljevic · 8 years ago
  82. c0ca5fd Merge "Fix java.lang.Void.TYPE (void.class) initialization." by Vladimir Marko · 8 years ago
  83. e44d325 Merge "Intrinsify Integer.valueOf." by Nicolas Geoffray · 8 years ago
  84. 69dcdea Merge "Add hooks to avoid collecting code for run-tests." by Nicolas Geoffray · 8 years ago
  85. 5f94203 ART: Fix string reporting by Andreas Gampe · 8 years ago
  86. 4d6d573 Merge "Remove warning pragma from OpenJdkJvmTi.cc" by Treehugger Robot · 8 years ago
  87. 6711cd8 Change the region space region size to 256k. by Hiroshi Yamauchi · 8 years ago
  88. 65a599a Merge "Revert "CHA for interface method."" by Mingyao Yang · 8 years ago
  89. 85a1ec1 Revert "CHA for interface method." by Mingyao Yang · 8 years ago
  90. 6a3fd51 Remove warning pragma from OpenJdkJvmTi.cc by Alex Light · 8 years ago
  91. cd0b272 Intrinsify Integer.valueOf. by Nicolas Geoffray · 8 years ago
  92. 169722b Add hooks to avoid collecting code for run-tests. by Nicolas Geoffray · 8 years ago
  93. 977c510 Merge "proxy: Fix crash when creating proxies with dx-built libcore." by Igor Murashkin · 8 years ago
  94. 9d3d752 proxy: Fix crash when creating proxies with dx-built libcore. by Igor Murashkin · 8 years ago
  95. 1266462 Merge "Make AddCapabilities call GetPotentialCapabilities." by Treehugger Robot · 8 years ago
  96. 64be7c5 Merge "Improve the region space memory mapping." by Hiroshi Yamauchi · 8 years ago
  97. 747aeb4 Merge "CHA for interface method." by Mingyao Yang · 8 years ago
  98. 1d22496 Make AddCapabilities call GetPotentialCapabilities. by Alex Light · 8 years ago
  99. 1c5cab0 ART: Let mterp know about invoke-custom by buzbee · 8 years ago
  100. e00e559 Fix java.lang.Void.TYPE (void.class) initialization. by Vladimir Marko · 8 years ago