1. dfe3ce6 Merge "Add support for proguard deobfuscation." by Treehugger Robot · 8 years ago
  2. dfa8f18 Merge "ART: Switch tagging table to a map" by Treehugger Robot · 8 years ago
  3. f223613 Merge "Remove read barrier in UnstartedUnsafeCompareAndSwapLong." by Roland Levillain · 8 years ago
  4. e54eee1 ART: Switch tagging table to a map by Andreas Gampe · 8 years ago
  5. 776e473 Merge "Reduce the number of dumps in 130-hprof." by Treehugger Robot · 8 years ago
  6. f8f830c Reduce the number of dumps in 130-hprof. by Hiroshi Yamauchi · 8 years ago
  7. 65e3e8d Merge "Add missing shared library" by Treehugger Robot · 8 years ago
  8. f0af906 Add missing shared library by Colin Cross · 8 years ago
  9. 2a1019d Merge "Don't dump loaded but unresolved classes in hprof" by Mathieu Chartier · 8 years ago
  10. 77cd3d8 Merge "Remove mutex dependency on art::Runtime" by David Sehr · 8 years ago
  11. ec78c78 Add support for proguard deobfuscation. by Richard Uhler · 9 years ago
  12. ec32b91 Remove read barrier in UnstartedUnsafeCompareAndSwapLong. by Roland Levillain · 8 years ago
  13. 6c42676 Merge "Disable kBssEntry LoadString sharpening." by Vladimir Marko · 8 years ago
  14. d681d9b Merge "MIPS32: Implement HSelect" by Treehugger Robot · 8 years ago
  15. a550ad9 Merge "MIPS32R6: Fix floating point compares in mterp." by Treehugger Robot · 8 years ago
  16. b55fdbb Disable kBssEntry LoadString sharpening. by Vladimir Marko · 8 years ago
  17. 28d06c1 MIPS32R6: Fix floating point compares in mterp. by Alexey Frunze · 8 years ago
  18. 12393f3 Don't dump loaded but unresolved classes in hprof by Mathieu Chartier · 8 years ago
  19. a818819 Merge "Improve recognition of select-based period induction." by Treehugger Robot · 8 years ago
  20. 674b9ee MIPS32: Implement HSelect by Alexey Frunze · 8 years ago
  21. 639cc8c Improve recognition of select-based period induction. by Aart Bik · 8 years ago
  22. 6494dae Merge "Test for the CC RegionSpace::WalkInternal crash." by Hiroshi Yamauchi · 8 years ago
  23. f42eb2c Remove mutex dependency on art::Runtime by David Sehr · 8 years ago
  24. fc5fbfc Merge "Ensure that overrides work in presence of package-private methods." by Treehugger Robot · 8 years ago
  25. eb6b620 Merge "Disable 151-OpenFileLimit test." by Richard Uhler · 8 years ago
  26. 58deb86 Disable 151-OpenFileLimit test. by Richard Uhler · 8 years ago
  27. 024662a Merge changes I16f8b7ec,I075bbf55 by Igor Murashkin · 8 years ago
  28. 4a4ff64 Merge "Revert "Revert "Interpreter: Add support for direct handle invokes on methods.""" by Narayan Kamath · 8 years ago
  29. 2f2533f Merge "ARM: VIXL32: Pass initial ART tests with new code generator." by Roland Levillain · 8 years ago
  30. fc7a964 Merge "DexCache: Add support for updating MethodType references during GC." by Treehugger Robot · 8 years ago
  31. 3bbfcb7 Merge "Return error message if IndirectReferenceTable construction fails." by Treehugger Robot · 8 years ago
  32. 9bdaeeb Revert "Revert "Interpreter: Add support for direct handle invokes on methods."" by Narayan Kamath · 8 years ago
  33. d08e39b DexCache: Add support for updating MethodType references during GC. by Narayan Kamath · 8 years ago
  34. d985a5a Merge "Change pResolveString entrypoint to kSaveEverything." by Vladimir Marko · 8 years ago
  35. b5706dd Merge "Build: Avoid using ppid to generate temporary directory name." by Narayan Kamath · 8 years ago
  36. 4b11c29 Merge "ART: Harden dex-file verifier wrt/ LEB128" by Treehugger Robot · 8 years ago
  37. 08172e0 Merge "Persistent bitmap for region space" by Mathieu Chartier · 8 years ago
  38. bed6daf ART: Harden dex-file verifier wrt/ LEB128 by Andreas Gampe · 9 years ago
  39. c7a420c Ensure that overrides work in presence of package-private methods. by Alex Light · 8 years ago
  40. 7ec38dc Persistent bitmap for region space by Mathieu Chartier · 8 years ago
  41. c6c5f6c Merge "Move most of class linker to ObjPtr" by Mathieu Chartier · 8 years ago
  42. 3941c88 Merge "Fix bug in dynamic BCE. With regression test." by Treehugger Robot · 8 years ago
  43. af1e299 jni: Support @FastNative methods that return objects by Igor Murashkin · 8 years ago
  44. 3f699ae Revert "jni: Disable FastNative path for methods returning objects" by Igor Murashkin · 8 years ago
  45. 12a1060 Fix bug in dynamic BCE. With regression test. by Aart Bik · 8 years ago
  46. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  47. 94ce9c2 Change pResolveString entrypoint to kSaveEverything. by Vladimir Marko · 8 years ago
  48. b0d2fe8 Merge "Delete unused blocked_register_pairs_ in code generators" by Mathieu Chartier · 8 years ago
  49. c89f977 Merge "Remove mirror:: and ArtMethod deps in utils.{h,cc}" by David Sehr · 8 years ago
  50. da0a69e Return error message if IndirectReferenceTable construction fails. by Richard Uhler · 8 years ago
  51. 58b99c7 Merge "Revert "Interpreter: Add support for direct handle invokes on methods."" by Treehugger Robot · 8 years ago
  52. f808786 Build: Avoid using ppid to generate temporary directory name. by Narayan Kamath · 8 years ago
  53. cfa61ad Revert "Interpreter: Add support for direct handle invokes on methods." by Narayan Kamath · 8 years ago
  54. 278ec18 Merge "Remove libcore tests failures expectations for the concurrent collector." by Roland Levillain · 8 years ago
  55. 82c8cdc Merge "Fix string compression, add tests." by Treehugger Robot · 8 years ago
  56. 8e92b9c Merge "Interpreter: Add support for direct handle invokes on methods." by Narayan Kamath · 8 years ago
  57. ab955ff Merge "Blacklist test that has been flaky for days." by Treehugger Robot · 8 years ago
  58. 9c9883b Fix string compression, add tests. by Vladimir Marko · 8 years ago
  59. fc7798b Merge "Release version 0.8 of ahat." by Treehugger Robot · 8 years ago
  60. c2fe891 Blacklist test that has been flaky for days. by Nicolas Geoffray · 8 years ago
  61. cc7880d Merge "ART: Remove IRT cruft" by Treehugger Robot · 8 years ago
  62. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  63. 58a4c61 Delete unused blocked_register_pairs_ in code generators by Mathieu Chartier · 8 years ago
  64. 1a4de6a Merge "Update the Begin() of LargeObjectMapSpace" by Mathieu Chartier · 8 years ago
  65. 72e7055 Remove libcore tests failures expectations for the concurrent collector. by Roland Levillain · 8 years ago
  66. 6310435 Merge "Enable last value generation of periodic sequence." by Treehugger Robot · 8 years ago
  67. d203296 Merge "Move art/native to ObjPtr" by Mathieu Chartier · 8 years ago
  68. 9d7c8a3 Merge "More store/allocation elimination for singletons in case of loops" by Mingyao Yang · 8 years ago
  69. 66e6901 Merge changes If0d5eeeb,Id927f2b5 by Treehugger Robot · 8 years ago
  70. b07d20b Merge "ART: Expect a null self in SetEntrypointsInstrumented" by Andreas Gampe · 8 years ago
  71. 162ae50 ART: Expect a null self in SetEntrypointsInstrumented by Andreas Gampe · 8 years ago
  72. e5cd2cd Interpreter: Add support for direct handle invokes on methods. by Narayan Kamath · 8 years ago
  73. 9abf894 Enable last value generation of periodic sequence. by Aart Bik · 8 years ago
  74. e087f1f Release version 0.8 of ahat. by Richard Uhler · 8 years ago
  75. 2427aae ART: Fix and extend test 904 by Andreas Gampe · 8 years ago
  76. 9248a81 Merge changes I7061c450,Ie8f8f24b,Ia6cee2cb by Andreas Gampe · 8 years ago
  77. 3da7190 Merge "Revert "Revert "Revert "Temporarily blacklist 955-method-handles-smali."""" by Narayan Kamath · 8 years ago
  78. 3e2e2f1 Merge "Fix handling of dex cache arrays for method types." by Narayan Kamath · 8 years ago
  79. c93f712 Update the Begin() of LargeObjectMapSpace by tony.ys_liu · 8 years ago
  80. a8e3b86 ART: Remove IRT cruft by Andreas Gampe · 8 years ago
  81. 8b862ff ART: Better handle multiple event enables by Andreas Gampe · 8 years ago
  82. 11a66e4 ART: Do not free allocation listener in heap destructor by Andreas Gampe · 8 years ago
  83. 157c77e ART: Fix allocation entrypoint instrumentation by Andreas Gampe · 8 years ago
  84. c02685c ART: Fix lock order issue in allocation tracking by Andreas Gampe · 8 years ago
  85. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  86. 9fbeb7e Merge "event interface going private" by Treehugger Robot · 8 years ago
  87. 27b88f3 Merge "Remove logging dependency on runtime" by Treehugger Robot · 8 years ago
  88. 72288c0 Merge "Fix invoke-virtual not throwing ICCE in some cases" by Treehugger Robot · 8 years ago
  89. 280a162 event interface going private by Mark Salyzyn · 8 years ago
  90. f57589f Remove logging dependency on runtime by David Sehr · 8 years ago
  91. 38a4223 Merge "Move most mirror:: args to ObjPtr" by Mathieu Chartier · 8 years ago
  92. d6e0fa9 Fix invoke-virtual not throwing ICCE in some cases by Alex Light · 8 years ago
  93. 0a84520 More store/allocation elimination for singletons in case of loops by Mingyao Yang · 8 years ago
  94. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  95. c25dfea Merge "Use FdFile::Copy() in dex2oat for better error checking." by Vladimir Marko · 8 years ago
  96. e7adee7 Revert "Revert "Revert "Temporarily blacklist 955-method-handles-smali.""" by Narayan Kamath · 8 years ago
  97. 7fe5658 Fix handling of dex cache arrays for method types. by Narayan Kamath · 8 years ago
  98. 498e122 Merge "Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak" by Brian Carlstrom · 8 years ago
  99. 174d17b Merge "Add DCHECK() for class loader in artResolveStringFromCode()." by Vladimir Marko · 8 years ago
  100. b55cc6d Use FdFile::Copy() in dex2oat for better error checking. by Vladimir Marko · 8 years ago