1. 4cbb51a Fix ART code around JIT zygote. by Nicolas Geoffray · 6 years ago
  2. 13fcc3e Remove some dead code from OatFile. by Vladimir Marko · 6 years ago
  3. 6994468 Follow-up for "Use provided dex filenames in oat file." by Vladimir Marko · 6 years ago
  4. b7bf843 Use provided dex filenames in oat file. by Vladimir Marko · 7 years ago
  5. d3d00c0 Refactor oat.h. by Vladimir Marko · 7 years ago
  6. 5ee206f Make LinkMethods setup the entrypoint like image_writer. by Nicolas Geoffray · 7 years ago
  7. 605a5fe jitzygote: Fix DCHECKs by David Srbecky · 7 years ago
  8. 3e8aae0 Fix dex location of boot oat files during preopt by David Brazdil · 7 years ago
  9. 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 7 years ago
  10. e3e0f70 Return the same dex location for dex file whether backed by dex file or not. by Nicolas Geoffray · 7 years ago
  11. 5708376 Revert "Remove code size from OatQuickMethodHeader" by Nicolas Geoffray · 7 years ago
  12. 131f23a Remove code size from OatQuickMethodHeader by David Srbecky · 7 years ago
  13. 1cedb4a ART: Move .bss mappings check before .bss init. by Vladimir Marko · 7 years ago
  14. 59ae4f9 Replace StringPiece with std::string_view in OatFile. by Vladimir Marko · 7 years ago
  15. 206348c Selectively allow dead reference elimination by Hans Boehm · 8 years ago
  16. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
  17. 97b2811 ART: Clean up base/utils.h by Andreas Gampe · 8 years ago
  18. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 8 years ago
  19. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 8 years ago
  20. e066932 Remove PIC option from oat files. by Vladimir Marko · 8 years ago
  21. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 8 years ago
  22. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  23. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  24. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 8 years ago
  25. ea341d2 Rewrite TypeLookupTable. by Vladimir Marko · 8 years ago
  26. 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 8 years ago
  27. 9c4a015 Move more runtime code to libartbase, libdexfile by David Sehr · 8 years ago
  28. 8ba5641 Merge "Load ArtMethod* from .data.bimg.rel.ro entries." by Vladimir Marko · 8 years ago
  29. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 8 years ago
  30. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 8 years ago
  31. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 8 years ago
  32. 0e09dfc Add --compilation-reason option to dex2oat by Calin Juravle · 8 years ago
  33. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 8 years ago
  34. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 8 years ago
  35. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  36. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 8 years ago
  37. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 8 years ago
  38. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 8 years ago
  39. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 8 years ago
  40. f4bf58d Merge "Try to mmap vdex file within the address range of the ELF file." by David Srbecky · 8 years ago
  41. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  42. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 8 years ago
  43. ec2cdf4 Try to mmap vdex file within the address range of the ELF file. by David Srbecky · 8 years ago
  44. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  45. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 8 years ago
  46. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 9 years ago
  47. 67ab1c5 Merge "Pass the debug_info_offset explicitly." by Nicolas Geoffray · 9 years ago
  48. 58cc1cb Pass the debug_info_offset explicitly. by Nicolas Geoffray · 9 years ago
  49. f3c52b4 Fill Class and String .bss slots in runtime. by Vladimir Marko · 9 years ago
  50. b22dea0 Provide an option to pass odex and vdex fds in dexoptanalyzer by Shubham Ajmera · 9 years ago
  51. 44e5efa Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 9 years ago
  52. 0f3c700 Remove DexCache arrays from app oat .bss. by Vladimir Marko · 9 years ago
  53. 120aa28 Store layout info in dex files by Mathieu Chartier · 9 years ago
  54. a308a32 Change kMultiDexSeparator from ':' to '!' by Calin Juravle · 9 years ago
  55. 7b0648a Move dex files dependencies (en/de)coding to ClassLoaderContext by Calin Juravle · 9 years ago
  56. 87e2cb6 Add support for processing class loader contexts by Calin Juravle · 9 years ago
  57. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 9 years ago
  58. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 9 years ago
  59. 16d4843 Allow dex2oat to handle relative paths. by Jeff Hao · 9 years ago
  60. 84f50ae Remove remaining uses of DexFile::GetChecksum. by Richard Uhler · 9 years ago
  61. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 9 years ago
  62. 5923b52 Do not return patchoat for dexopt needed. by Richard Uhler · 9 years ago
  63. 1b86849 Use type lookup tables in compiler by Mathieu Chartier · 10 years ago
  64. 4acefd3 Encode quickening info in .vdex. by Nicolas Geoffray · 10 years ago
  65. 2f61867 Merge "Remove #include "oat_file.h" from class_linker.h ." by Vladimir Marko · 10 years ago
  66. 97d7e1c Remove #include "oat_file.h" from class_linker.h . by Vladimir Marko · 10 years ago
  67. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 10 years ago
  68. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 10 years ago
  69. 63dccbbe Store resolved Strings for AOT code in .bss. by Vladimir Marko · 10 years ago
  70. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 10 years ago
  71. c93b3be Fix run-test after introduction of VDEX by David Brazdil · 10 years ago
  72. 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 10 years ago
  73. 9a37efc Clean up VLOG(oat) in OatFileAssistant. by Richard Uhler · 10 years ago
  74. f0192c8 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 10 years ago
  75. 2ba8895 ART: Dump more OatDexFile data in oatdump by Andreas Gampe · 10 years ago
  76. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 10 years ago
  77. d1537b5 Don't return kPatchOatNeeded if there is no patch info. by Richard Uhler · 10 years ago
  78. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 10 years ago
  79. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 10 years ago
  80. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 10 years ago
  81. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 10 years ago
  82. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 10 years ago
  83. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 10 years ago
  84. 5351da0 Use image oat file instead of image header for immune spaces by Mathieu Chartier · 10 years ago
  85. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 10 years ago
  86. 049cff0 ART: Refactor oat_file.h/cc for better maintainability by Andreas Gampe · 11 years ago
  87. d9786b0 Implementation of fast lookup table to search class_def by descriptor by Artem Udovichenko · 11 years ago
  88. 06d7aaa Clean up OatFile. by Vladimir Marko · 11 years ago
  89. 09d0943 ART: Use .bss section for dex cache arrays. by Vladimir Marko · 11 years ago
  90. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 11 years ago
  91. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 11 years ago
  92. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 11 years ago
  93. 9044347 Move to newer clang annotations by Mathieu Chartier · 11 years ago
  94. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 11 years ago
  95. 82e73dc Release dummy MemMaps corresponding to dlopen. by David Srbecky · 11 years ago
  96. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 11 years ago
  97. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 11 years ago
  98. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 11 years ago
  99. fa8429b ART: Re-add dlopen by Andreas Gampe · 11 years ago
  100. 7848da4 ART: Store classpath information into oat file by Andreas Gampe · 11 years ago