1. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  2. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  3. 8d8a005 ART: Reinstate secondary-image-patching exit by Andreas Gampe · 7 years ago
  4. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  5. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  6. cd87c3e Clean up ImageHeader section getters. by Vladimir Marko · 7 years ago
  7. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 7 years ago
  8. 0a87a65 Add two special runtime methods. by Mingyao Yang · 7 years ago
  9. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  10. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  11. 6f54cf2 Fix ReadBarrier misuse when relocating the image. by Chang Xing · 7 years ago
  12. 4be3e9b Check ClassClass's dependencies in ImageSpace by Chang Xing · 7 years ago
  13. a3d27eb ScopedFlock: Refactor it to be a subclass of FdFile. by Narayan Kamath · 7 years ago
  14. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 7 years ago
  15. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 7 years ago
  16. 3c7b02c Merge "runtime: Properly unload partially loaded image spaces" by Treehugger Robot · 7 years ago
  17. 8275fba runtime: Properly unload partially loaded image spaces by Igor Murashkin · 7 years ago
  18. 612ff54 Increase GC card size to 1024 by Mathieu Chartier · 7 years ago
  19. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 7 years ago
  20. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  21. 8c19d24 Refactor image writer by Mathieu Chartier · 8 years ago
  22. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 7 years ago
  23. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  24. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  25. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 7 years ago
  26. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 8 years ago
  27. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  28. 2a46b68 Merge "ART: invoke-custom support" by Orion Hodson · 8 years ago
  29. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  30. 84f50ae Remove remaining uses of DexFile::GetChecksum. by Richard Uhler · 8 years ago
  31. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  32. 71953d8 Merge "Revert^2 "Hash-based dex cache type array."" by Vladimir Marko · 8 years ago
  33. ade4011 Merge "Use null error_msg for pic images" by Treehugger Robot · 8 years ago
  34. 66b1d57 Use null error_msg for pic images by Mathieu Chartier · 8 years ago
  35. 0d4d291 Add extra logging for image decompression speed by Mathieu Chartier · 8 years ago
  36. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  37. 97c381e Separate art::Exec from utils by David Sehr · 8 years ago
  38. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  39. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  40. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  41. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  42. 2bd8428 ART: Move boot-image loading to ImageSpace by Andreas Gampe · 8 years ago
  43. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  44. 4c481a4 ART: Make some variables references by Andreas Gampe · 8 years ago
  45. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 8 years ago
  46. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  47. 3e2e2f1 Merge "Fix handling of dex cache arrays for method types." by Narayan Kamath · 8 years ago
  48. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  49. 7fe5658 Fix handling of dex cache arrays for method types. by Narayan Kamath · 8 years ago
  50. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  51. c16672a Merge "Add CanWriteToDalvikCache() check before writing a boot marker or image cache." by Treehugger Robot · 8 years ago
  52. 866d874 Make image test multi image by Mathieu Chartier · 8 years ago
  53. bfa1f8d Add CanWriteToDalvikCache() check before writing a boot marker or image cache. by Robert Sesek · 8 years ago
  54. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  55. 44c8ed6 ART: Validate oat file for cache-only images by Andreas Gampe · 8 years ago
  56. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 8 years ago
  57. a463b6a ART: Refactor ImageSpace loading by Andreas Gampe · 8 years ago
  58. 2675083 ART: Remove zygote OTA code by Andreas Gampe · 8 years ago
  59. d26b6ad ART: Check for more low-space situations in zygote by Andreas Gampe · 8 years ago
  60. fd36f1f Rename callee save enumerators. by Vladimir Marko · 8 years ago
  61. 965c0b9 Merge "Change suspend entrypoint to save all registers." by Vladimir Marko · 8 years ago
  62. 952dbb1 Change suspend entrypoint to save all registers. by Vladimir Marko · 8 years ago
  63. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  64. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  65. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  66. 7fa5578 ART: Fix ImageSpace::Init by Andreas Gampe · 8 years ago
  67. 9e27666 Revert "Reduce ImageSpace::Init frame size" by Andreas Gampe · 8 years ago
  68. a67a49a Reduce ImageSpace::Init frame size by Mathieu Chartier · 8 years ago
  69. badee98 Optimize IMT by Nelli Kim · 8 years ago
  70. 471118e Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  71. e42888f Write conflict tables in image by Mathieu Chartier · 8 years ago
  72. 0dfb30d Remove recursive ALWAYS_INLINE by Goran Jakovljevic · 8 years ago
  73. 92ec594 Fix relocate in place to handle arbitrary app image layout by Mathieu Chartier · 8 years ago
  74. e719926 Don't abort during app image loading with no boot image by Mathieu Chartier · 8 years ago
  75. acc1be3 ART: Don't attempt write flock if not zygote by Andreas Gampe · 8 years ago
  76. d5f3f32 Add sanity checking to declaring class visiting by Mathieu Chartier · 8 years ago
  77. ab4a4d2 Fix zygote handling of when secondary image is out of date. by Jeff Hao · 8 years ago
  78. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 8 years ago
  79. bec6358 ART: Update dalvik-cache for zygote after OTA by Andreas Gampe · 9 years ago
  80. 8e864bf Do not include image header in decompressed size by Mathieu Chartier · 8 years ago
  81. 8b8f6d6 Use per character suffix for multi image by Mathieu Chartier · 8 years ago
  82. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  83. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  84. a6e81ed Add lz4hc image compression format by Mathieu Chartier · 9 years ago
  85. 31317c3 Add a decompression scoped timing for image loading by Mathieu Chartier · 9 years ago
  86. 91edc62 Only visit pointer arrays once during image relocation by Mathieu Chartier · 9 years ago
  87. 6eb6a39 ART: Simplify patchoat by Andreas Gampe · 9 years ago
  88. a57ee9d Avoid read barrier for UpdateEntrypoints by Mathieu Chartier · 9 years ago
  89. dfe02f6 Fix remaining read barrier issues in image relocation by Mathieu Chartier · 9 years ago
  90. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  91. 9ff8460 Add oat checksum check for app image loading by Mathieu Chartier · 9 years ago
  92. 60bc39c Remove some more read barriers in image relocation by Mathieu Chartier · 9 years ago
  93. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 9 years ago
  94. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  95. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  96. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  97. 2d124ec Get rid of shadow maps for images by Mathieu Chartier · 9 years ago
  98. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 9 years ago
  99. de38b79 Revert "ART: Fix up some multi-image cases" by Nicolas Geoffray · 9 years ago
  100. 288b1e9 ART: Fix up some multi-image cases by Andreas Gampe · 9 years ago