1. c390879 Do not crash for broken stored VerifierDeps. by Vladimir Marko · 4 years, 7 months ago
  2. 69828ac Print oat file location for invalid class status by Mathieu Chartier · 4 years, 8 months ago
  3. 13fcc3e Remove some dead code from OatFile. by Vladimir Marko · 4 years, 10 months ago
  4. 0010172 Add extra detail to class status CHECK by Mathieu Chartier · 4 years, 11 months ago
  5. 6994468 Follow-up for "Use provided dex filenames in oat file." by Vladimir Marko · 5 years ago
  6. abd8f05 Proactively dequicken on debuggable switch. by Alex Light · 5 years ago
  7. b7bf843 Use provided dex filenames in oat file. by Vladimir Marko · 5 years ago
  8. 2191069 Revert^4 "Boot image extension." by Vladimir Marko · 5 years ago
  9. f5c5eb3 Revert^3 "Boot image extension." by Vladimir Marko · 5 years ago
  10. 02820f4 Revert^2 "Boot image extension." by Vladimir Marko · 5 years ago
  11. 9f459c4 Revert "Boot image extension." by Colin Cross · 5 years ago
  12. 4f6ebe8 Boot image extension. by Vladimir Marko · 6 years ago
  13. dee09f9 Add the compiler filter to InMemoryDexClassLoader backed by oat files. by Nicolas Geoffray · 5 years ago
  14. 5ee206f Make LinkMethods setup the entrypoint like image_writer. by Nicolas Geoffray · 5 years ago
  15. e80ecf3 Rewrite the .data.bimg.rel.ro check in OatFile::Setup(). by Vladimir Marko · 5 years ago
  16. 7cde458 Further clean up boot image address checks. by Vladimir Marko · 5 years ago
  17. b5649f9 Allow stripped-down OatDexFile in system server. by David Srbecky · 5 years ago
  18. b10f028 Special case one class in jit zygote. by Nicolas Geoffray · 6 years ago
  19. dc2fbb6 jitzygote: create a type lookup table at runtime for bootclasspath dex files. by Nicolas Geoffray · 6 years ago
  20. 3e8aae0 Fix dex location of boot oat files during preopt by David Brazdil · 6 years ago
  21. 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 6 years ago
  22. c74ccb8 Remove our custom elf.h header. by David Srbecky · 6 years ago
  23. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 6 years ago
  24. e3e0f70 Return the same dex location for dex file whether backed by dex file or not. by Nicolas Geoffray · 6 years ago
  25. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
  26. 1cedb4a ART: Move .bss mappings check before .bss init. by Vladimir Marko · 6 years ago
  27. 59ae4f9 Replace StringPiece with std::string_view in OatFile. by Vladimir Marko · 6 years ago
  28. 206348c Selectively allow dead reference elimination by Hans Boehm · 6 years ago
  29. 8baa11a Adjust ResolveRelativeEncodedDexLocation. by Nicolas Geoffray · 6 years ago
  30. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  31. c4a924d Keep dex location from OatDexFile. by Vladimir Marko · 6 years ago
  32. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  33. 875b4f2 ART: Avoid some tidy nullptr warnings by Andreas Gampe · 6 years ago
  34. f6cfd00 ART: Clean up android_dlopen_ext() call. by Vladimir Marko · 6 years ago
  35. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  36. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
  37. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  38. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  39. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  40. e066932 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  41. 025059b Merge changes from topic "fdsan_art_fdfile" by Josh Gao · 6 years ago
  42. 3ec8fb6 Fix DlOpenOatFile::Dlopen() for mac build. by Vladimir Marko · 6 years ago
  43. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  44. afeec9f Remove FdFile::DisableAutoClose. by Josh Gao · 6 years ago
  45. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  46. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  47. 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 6 years ago
  48. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 6 years ago
  49. 882ed6b Add low_4gb MemMap and remove ashmem support for Fuchsia by Steve Austin · 6 years ago
  50. ea341d2 Rewrite TypeLookupTable. by Vladimir Marko · 7 years ago
  51. 2300b2d Remove MemMap dependency on libbacktrace by David Sehr · 7 years ago
  52. 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 7 years ago
  53. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 7 years ago
  54. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  55. 9c4a015 Move more runtime code to libartbase, libdexfile by David Sehr · 7 years ago
  56. 9992e09 Merge "Retrieve String/Class references from .data.bimg.rel.ro." by Vladimir Marko · 7 years ago
  57. 8ba5641 Merge "Load ArtMethod* from .data.bimg.rel.ro entries." by Vladimir Marko · 7 years ago
  58. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  59. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 7 years ago
  60. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  61. c6dfc7a ART: Do not mmap boot image tables for non-executable oat files. by Vladimir Marko · 7 years ago
  62. 0e09dfc Add --compilation-reason option to dex2oat by Calin Juravle · 7 years ago
  63. fc604a7 ART: Be more robust with multidex uncompressed-dex odex files by Andreas Gampe · 7 years ago
  64. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  65. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  66. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  67. c3a22aa Add shared separate data section for compact dex by Mathieu Chartier · 7 years ago
  68. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  69. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  70. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  71. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
  72. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago
  73. c1fc449 ART: Fix Mmap reuse flag in vdex load by Andreas Gampe · 7 years ago
  74. f4bf58d Merge "Try to mmap vdex file within the address range of the ELF file." by David Srbecky · 7 years ago
  75. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  76. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  77. ec2cdf4 Try to mmap vdex file within the address range of the ELF file. by David Srbecky · 7 years ago
  78. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  79. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  80. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  81. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 7 years ago
  82. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  83. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 7 years ago
  84. b4c6acb Optimize lookup of quickening data. by Nicolas Geoffray · 7 years ago
  85. 67ab1c5 Merge "Pass the debug_info_offset explicitly." by Nicolas Geoffray · 7 years ago
  86. 58cc1cb Pass the debug_info_offset explicitly. by Nicolas Geoffray · 7 years ago
  87. f3c52b4 Fill Class and String .bss slots in runtime. by Vladimir Marko · 7 years ago
  88. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago
  89. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  90. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  91. cf76bf8 Add CompactDexFile by Mathieu Chartier · 7 years ago
  92. c42cb0e Add -XX:MadviseRandomAccess option by Mathieu Chartier · 7 years ago
  93. 292567e Rename NativeDexFile -> StandardDexFile by Mathieu Chartier · 7 years ago
  94. 128acd4 Merge "Provide an option to pass odex and vdex fds in dexoptanalyzer" by Treehugger Robot · 7 years ago
  95. b22dea0 Provide an option to pass odex and vdex fds in dexoptanalyzer by Shubham Ajmera · 7 years ago
  96. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  97. 7b074bf Add a shared interface for different types of dex files by Mathieu Chartier · 7 years ago
  98. 8d8de0c Use CheckedCall for mprotects by Mathieu Chartier · 7 years ago
  99. 667585a ART: Fix loading PIC oat files without image for oatdump. by Vladimir Marko · 7 years ago
  100. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago