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