1. 064e9d4 Fix lock order violation by Mathieu Chartier · 9 years ago
  2. 03c1dd9 Add verification for image ArtMethod declaring classes by Mathieu Chartier · 9 years ago
  3. c5b94f8 Merge "Add more systracing everywhere" into nyc-dev by Mathieu Chartier · 9 years ago
  4. f28a99a Fix potential linear alloc memory leak by Mathieu Chartier · 9 years ago
  5. dabdc0f Add more systracing everywhere by Mathieu Chartier · 9 years ago
  6. 88027bd Only visit app image classes in class loader by Mathieu Chartier · 9 years ago
  7. 8913fc1 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  8. 7ead0c0 Make JNI work correctly with default methods. by Alex Light · 9 years ago
  9. d07e1b3 Fix issue with copied methods not being checked. by Alex Light · 9 years ago
  10. dd5e5e9 Revert "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 9 years ago
  11. 9fab717 Merge "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 9 years ago
  12. 3a98aae Revert "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  13. 27ec302 Merge "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  14. c94a61f Make it possible to enable native debugging through debug flags by Tamas Berghammer · 9 years ago
  15. 37c36dc Merge "ART: Better InitWithoutImage error messages" by Andreas Gampe · 9 years ago
  16. 7ba5a67 ART: Better InitWithoutImage error messages by Andreas Gampe · 9 years ago
  17. e99d23a Merge "madvise away app image dex cache arrays" by Mathieu Chartier · 9 years ago
  18. 8c4f041 madvise away app image dex cache arrays by Mathieu Chartier · 9 years ago
  19. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  20. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  21. e968112 Merge changes I44ee74d8,I78b17187 by Igor Murashkin · 9 years ago
  22. 9b1c9b7 Fix updating string dex cache array for no class table case by Mathieu Chartier · 9 years ago
  23. e3d4ff5 runtime: Update Proxy to assume 1 less direct method by Igor Murashkin · 9 years ago
  24. 69a0405 ART: Clean up strings fixup for app images. by Vladimir Marko · 9 years ago
  25. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  26. 5a55986 Fix issue with exception type resolution during linking. by Alex Light · 9 years ago
  27. 392899e Merge "ART: Dump full exception on re-init failure message" by Andreas Gampe · 9 years ago
  28. 369c851 ART: Dump full exception on re-init failure message by Andreas Gampe · 9 years ago
  29. 09cd656 Merge "Fix issue with IMT dispatch." by Alex Light · 9 years ago
  30. 7f3e0db Change log to avoid polluting logcat. by Nicolas Geoffray · 9 years ago
  31. d329a3b Fix pointer conversion error in SetElementPtrSize by Mathieu Chartier · 9 years ago
  32. 1277108 Fix issue with IMT dispatch. by Alex Light · 9 years ago
  33. 902838d Merge "Remove GetImageRoots read barrier for image relocation" by Mathieu Chartier · 9 years ago
  34. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 9 years ago
  35. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 9 years ago
  36. 7ccb63f Merge "Enable interface default methods by default." by Alex Light · 9 years ago
  37. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  38. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  39. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  40. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  41. 697cc25 Merge "Report loaded classes to native debugger." by David Srbecky · 9 years ago
  42. 160e6df Report loaded classes to native debugger. by Tamas Berghammer · 9 years ago
  43. 966878d Revert "Create parent class loader for dex2oat" by Mathieu Chartier · 9 years ago
  44. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 9 years ago
  45. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  46. acd7a6a Fix general multi-image TODOs. by Jeff Hao · 9 years ago
  47. 1f47b67 Re-enable class table for image writer by Mathieu Chartier · 9 years ago
  48. 1c1a342 Fix multi-image TODOs in class linker, runtime, and oat file. by Jeff Hao · 9 years ago
  49. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  50. 6b1a50b Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37df am: 8a5e8d0118 by Mathieu Chartier · 9 years ago
  51. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 9 years ago
  52. 1fc9ac7 Merge "Make use of new method iterators." am: 045d37ae20 am: c4affaa361 by Alex Light · 9 years ago
  53. 9c55729 resolve merge conflicts of 9f784b26a1 to master. by Alex Light · 9 years ago
  54. 51a64d5 Make use of new method iterators. by Alex Light · 9 years ago
  55. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  56. 2efb0aa Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  57. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  58. 9539150 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  59. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  60. 673fdc7 Merge "ART: Stash a resolved method late in the verifier" am: 748047de83 by Andreas Gampe · 9 years ago
  61. 5cb6cf5 Merge "Revert "ART: Check invoke-interface earlier in verifier"" am: 170e01a6b5 by Andreas Gampe · 9 years ago
  62. e8f3f4e Merge "ART: Refactor verifier callbacks" am: 34760f9a97 am: 6e0e9c77b0 by Andreas Gampe · 9 years ago
  63. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  64. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  65. 53e32d1 ART: Refactor verifier callbacks by Andreas Gampe · 9 years ago
  66. 1158d4f Merge "ART: Check invoke-interface earlier in verifier" am: eb5ddd7b02 by Andreas Gampe · 9 years ago
  67. eb5ddd7 Merge "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  68. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  69. 2b71f69 Merge "Store class tables in the image" am: a616b4e086 am: e8d71c13ad by Mathieu Chartier · 9 years ago
  70. 208a5cb Store class tables in the image by Mathieu Chartier · 9 years ago
  71. a7a4759 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  72. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  73. 121b25e Merge mnc-dr-enso-dev into goog/master by Przemyslaw Szczepaniak · 9 years ago
  74. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  75. d37d364 Create parent class loader for dex2oat by Mathieu Chartier · 9 years ago
  76. 3db9c5d ART: Change Init{From,Without}Image to return bool by Andreas Gampe · 9 years ago
  77. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 9 years ago
  78. 4678b6b Merge mnc changes into mnc-dr by Narayan Kamath · 9 years ago
  79. dcf1b59 Fix Constructor#serializationCopy by Przemyslaw Szczepaniak · 9 years ago
  80. d1ef436 Merge lmp changes into mnc. by Narayan Kamath · 9 years ago
  81. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  82. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  83. 78232f2 Merge "ART: Rerun the verifier for compile-time failures" by Andreas Gampe · 9 years ago
  84. f1584a6 Merge "Class Linker: Implement default interface verification ordering." by Alex Light · 9 years ago
  85. f1f1049 Class Linker: Implement default interface verification ordering. by Alex Light · 9 years ago
  86. ec6e6c1 ART: Rerun the verifier for compile-time failures by Andreas Gampe · 9 years ago
  87. 3b021bf Update the number of direct methods in j.l.reflect.Proxy. by Piotr Jastrzebski · 10 years ago
  88. ef7ef4c Merge "ART: Change behavior for rethrowing init failures (2)" by Andreas Gampe · 9 years ago
  89. 2fa6842 Merge "ART: Fix ignoring duplicate fields when loading class." by Vladimir Marko · 9 years ago
  90. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  91. 81819db ART: Fix ignoring duplicate fields when loading class. by Vladimir Marko · 9 years ago
  92. c09b334 Merge "Revert "Add basic image writer support for app images"" by Nicolas Geoffray · 9 years ago
  93. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 9 years ago
  94. a930832 Merge "Add basic image writer support for app images" by Mathieu Chartier · 9 years ago
  95. cb08695 ART: Change behavior for rethrowing init failures (2) by Andreas Gampe · 9 years ago
  96. c033474 Add basic image writer support for app images by Mathieu Chartier · 9 years ago
  97. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 9 years ago
  98. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 9 years ago
  99. 9507fa2 Change a few places to use string version of GetTypeId by Mathieu Chartier · 9 years ago
  100. 7a16bdb Merge "Reduce memory used by CompiledMethods." by Vladimir Marko · 9 years ago