1. da595be Fix pending exception failure for encoded statics by Mathieu Chartier · 8 years ago
  2. 6597577 Card mark holding class instead of declaring class by Mathieu Chartier · 8 years ago
  3. 9a37efc Clean up VLOG(oat) in OatFileAssistant. by Richard Uhler · 8 years ago
  4. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  5. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  6. 4b0ef1c Revert "Revert "Use try lock to fix class resolution race"" by Mathieu Chartier · 8 years ago
  7. 69bf969 Revert "Use try lock to fix class resolution race" by Mathieu Chartier · 8 years ago
  8. a704eda Use try lock to fix class resolution race by Mathieu Chartier · 8 years ago
  9. 65ad9b3 Merge "Clean up Class::FindStaticField()." by Vladimir Marko · 8 years ago
  10. 465ecc8 Revert "Revert "Refactor GetIMTIndex"" by Matthew Gharrity · 8 years ago
  11. 83e4903 Merge "Revert "Revert "Optimize IMT""" by Jeff Hao · 8 years ago
  12. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  13. bb268b1 Clean up Class::FindStaticField(). by Vladimir Marko · 8 years ago
  14. c6df1e3 Never go to resolution while inspecting inlined frames. by Nicolas Geoffray · 8 years ago
  15. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  16. e36389f Merge "Revert "Refactor GetIMTIndex"" by Nicolas Geoffray · 8 years ago
  17. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 8 years ago
  18. 8a0b9bf Merge "Refactor GetIMTIndex" by Treehugger Robot · 8 years ago
  19. abdda2f Merge "Optimize IMT" by Mathieu Chartier · 8 years ago
  20. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 8 years ago
  21. badee98 Optimize IMT by Nelli Kim · 8 years ago
  22. ece5386 Merge "Propagate the read barrier option to Class::VisitNativeRoots." by Hiroshi Yamauchi · 8 years ago
  23. 7a62e67 Propagate the read barrier option to Class::VisitNativeRoots. by Hiroshi Yamauchi · 8 years ago
  24. 8502f72 Add a few more pending exception checks by Mathieu Chartier · 8 years ago
  25. 05005f7 Revert "Revert "Revert "Temporarily disable dex cache array emptyness DCHECK""" by Mathieu Chartier · 8 years ago
  26. 696632e Revert "Revert "Hold dex caches live in class table"" by Mathieu Chartier · 8 years ago
  27. 6d33563 Revert "Hold dex caches live in class table" by Brian Carlstrom · 8 years ago
  28. 46d4699 Revert "Revert "Temporarily disable dex cache array emptyness DCHECK"" by Nicolas Geoffray · 8 years ago
  29. 06cd763 Revert "Temporarily disable dex cache array emptyness DCHECK" by Mathieu Chartier · 8 years ago
  30. f284d44 Hold dex caches live in class table by Mathieu Chartier · 8 years ago
  31. 7b1541f Temporarily disable dex cache array emptyness DCHECK by Mathieu Chartier · 8 years ago
  32. c7d3f4b Fix race with host_dlopen_handles_ by Mathieu Chartier · 8 years ago
  33. d0668f2 Put boot class loader classes and strings in dex cache of app images. by Nicolas Geoffray · 8 years ago
  34. 394fac5 Fix broken DCHECK by Mathieu Chartier · 8 years ago
  35. 1b1e31f Only fill methods with 0xFE on debug builds by Mathieu Chartier · 8 years ago
  36. 989ab3b Catch classes inheriting from themselves in the class linker. by Roland Levillain · 8 years ago
  37. f0192c8 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 9 years ago
  38. 10c5f56 Prevent ArtMethod clearing race by Mathieu Chartier · 8 years ago
  39. 66630be Update comment in class_linker.cc by Alex Light · 8 years ago
  40. d6c2bfa Fix vtable corruption. by Alex Light · 8 years ago
  41. b384e5e Fix profile saver to use base dex location by Mathieu Chartier · 8 years ago
  42. de604a2 Merge changes I96464d76,Id5e77316,Icb42a081,I68afc181,I82094e46 by Calin Juravle · 8 years ago
  43. 91288d8 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 8 years ago
  44. d23d7d1 Revert "Write conflict tables in image" by Mathieu Chartier · 8 years ago
  45. ffc8707 Split profile recording from jit compilation by Calin Juravle · 8 years ago
  46. e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
  47. 7f98c9a Add support for eagerly calculating conflict tables by Mathieu Chartier · 9 years ago
  48. 53954b9 ART: Slightly change InitializeClass flow by Andreas Gampe · 8 years ago
  49. 6d25cf6 Fix InsertDexFileInToClassLoader to handle null class loaders by Mathieu Chartier · 9 years ago
  50. 31b66aa Merge "Fix issued with non-public interface methods." by Alex Light · 9 years ago
  51. d7c10c2 Fix issued with non-public interface methods. by Alex Light · 9 years ago
  52. 06039ba Fix issue with verification check failure on erroneous classes. by Alex Light · 9 years ago
  53. 19a4784 Merge changes from topic 'image_verify' by Mathieu Chartier · 9 years ago
  54. b0026b4 Disable checks for b/27493510 by Mathieu Chartier · 9 years ago
  55. 884f3b8 ART: Do not run verification under lock by Andreas Gampe · 9 years ago
  56. a0b9521 Add verification for image ArtMethod declaring classes by Mathieu Chartier · 9 years ago
  57. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  58. 7fe3023 ART: Make verifier fail log level adjustable by Andreas Gampe · 9 years ago
  59. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 9 years ago
  60. 4485c69 Merge "Disable LZ4HC compressed images" by Mathieu Chartier · 9 years ago
  61. 9894fc8 Disable LZ4HC compressed images by Mathieu Chartier · 9 years ago
  62. 1153282 Merge "Code cleanup between debugger and jit." by Nicolas Geoffray · 9 years ago
  63. 6300fd7 Code cleanup between debugger and jit. by Nicolas Geoffray · 9 years ago
  64. a807780 Add verify-profile compiler filter by Mathieu Chartier · 9 years ago
  65. e9e98f1 Merge "Do not JIT boot image during native-debugging (keep AOT code instead)." by David Srbecky · 9 years ago
  66. e9dd04f Revert "Revert "Fix issue with proxy invocation on default methods"" by Alex Light · 9 years ago
  67. f448016 Do not JIT boot image during native-debugging (keep AOT code instead). by David Srbecky · 9 years ago
  68. a67a089 Merge "Revert "Fix issue with proxy invocation on default methods"" by Alex Light · 9 years ago
  69. daf58c8 Revert "Fix issue with proxy invocation on default methods" by Alex Light · 9 years ago
  70. 932e6bf Merge "Fix issue with proxy invocation on default methods" by Alex Light · 9 years ago
  71. 879d27b ART: Fix ignoring duplicate fields. by Vladimir Marko · 9 years ago
  72. ec3b7ab Fix issue with proxy invocation on default methods by Alex Light · 9 years ago
  73. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 9 years ago
  74. 1a7beae ART: Fix assumption in class profile collection by Andreas Gampe · 9 years ago
  75. 0c344f2 Fix lock order violation by Mathieu Chartier · 9 years ago
  76. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  77. 095a0b2 Remove no thread suspension assert in AddImageSpace by Mathieu Chartier · 9 years ago
  78. 6973100 Only visit app image classes in class loader by Mathieu Chartier · 9 years ago
  79. 5b83050 Fix potential linear alloc memory leak by Mathieu Chartier · 9 years ago
  80. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  81. 9ed87a8 Merge "AOT compile framework code as non-debuggable" by Mingyao Yang · 9 years ago
  82. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 9 years ago
  83. 3612149 Make JNI work correctly with default methods. by Alex Light · 9 years ago
  84. fcea56f Fix issue with copied methods not being checked. by Alex Light · 9 years ago
  85. dd5e5e9 Revert "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 9 years ago
  86. 9fab717 Merge "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 9 years ago
  87. 3a98aae Revert "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  88. 27ec302 Merge "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  89. c94a61f Make it possible to enable native debugging through debug flags by Tamas Berghammer · 9 years ago
  90. 37c36dc Merge "ART: Better InitWithoutImage error messages" by Andreas Gampe · 9 years ago
  91. 7ba5a67 ART: Better InitWithoutImage error messages by Andreas Gampe · 9 years ago
  92. e99d23a Merge "madvise away app image dex cache arrays" by Mathieu Chartier · 9 years ago
  93. 8c4f041 madvise away app image dex cache arrays by Mathieu Chartier · 9 years ago
  94. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  95. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  96. e968112 Merge changes I44ee74d8,I78b17187 by Igor Murashkin · 9 years ago
  97. 9b1c9b7 Fix updating string dex cache array for no class table case by Mathieu Chartier · 9 years ago
  98. e3d4ff5 runtime: Update Proxy to assume 1 less direct method by Igor Murashkin · 9 years ago
  99. 69a0405 ART: Clean up strings fixup for app images. by Vladimir Marko · 9 years ago
  100. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago