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