1. 2ad8b26 Suppress vdex madvise calls for metadata access by Jared Duke · 3 years, 2 months ago
  2. 327cfcf Use the .dm file at runtime for verification. by Nicolas Geoffray · 3 years, 3 months ago
  3. a74a707 vdex: add checks in the event of file corruption. by Nicolas Geoffray · 3 years, 4 months ago
  4. 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 9 months ago
  5. 0b94328 Reland "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 9 months ago
  6. 640c448 Revert "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 9 months ago
  7. c005ada Move the type lookup table to vdex. by Nicolas Geoffray · 3 years, 9 months ago
  8. 9d393d5 Restore code inadvertently removed. by Nicolas Geoffray · 3 years, 10 months ago
  9. 9bc364b Support background verification of secondary dex files. by Nicolas Geoffray · 3 years, 10 months ago
  10. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 3 years, 10 months ago
  11. 0654153 Add madvising of .odex, .vdex and .art files by Jagadeesh Pakaravoor · 3 years, 11 months ago
  12. 6df4511 Use vdex assignability types at runtime. by Nicolas Geoffray · 4 years ago
  13. abd8f05 Proactively dequicken on debuggable switch. by Alex Light · 5 years ago
  14. 436c6f5 Oat file checksums for boot image extensions. by Vladimir Marko · 5 years ago
  15. 4a17f8a Add extra systrace for app startup by Mathieu Chartier · 6 years ago
  16. 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 6 years ago
  17. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
  18. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 6 years ago
  19. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 6 years ago
  20. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 6 years ago
  21. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  22. dcfa89b Rename and reorganize hiddenapi::ApiList by David Brazdil · 6 years ago
  23. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  24. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  25. 88cf462 Merge "Remove unnecessary indirection from MemMap." by Vladimir Marko · 6 years ago
  26. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  27. 03cca37 Fix unhiding API in JVMTI redefine run-tests by David Brazdil · 6 years ago
  28. 1f1cb9f Revert "Revert "Move runtime/ to ClassAccessor"" by Mathieu Chartier · 7 years ago
  29. cc7e20f Revert "Move runtime/ to ClassAccessor" by Alex Light · 7 years ago
  30. 2649ecf Move runtime/ to ClassAccessor by Mathieu Chartier · 7 years ago
  31. 1599a66 Add range CHECK for method index in GetQuickenedInfoOf by Mathieu Chartier · 7 years ago
  32. 3a29355 Separate vdex versioning into two sections: verifier deps and dex code. by Nicolas Geoffray · 7 years ago
  33. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  34. 2daa134 Fix unquickening logic for quickened input dexes by Mathieu Chartier · 7 years ago
  35. c88a008 Ensure that apis are unhidden even if there is no vdex by Alex Light · 7 years ago
  36. 5168173 Use more ArrayRefs in quicken infos by Mathieu Chartier · 7 years ago
  37. 1a824a5 Remove hiddenapi access flags in FixedUpDexFile by Alex Light · 7 years ago
  38. c3a22aa Add shared separate data section for compact dex by Mathieu Chartier · 7 years ago
  39. a79efdb Fix quickening logic by Mathieu Chartier · 7 years ago
  40. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  41. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  42. d97a2d1 Merge "Allow mmap reuse in lower 4GB" by David Srbecky · 7 years ago
  43. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
  44. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago
  45. c1fc449 ART: Fix Mmap reuse flag in vdex load by Andreas Gampe · 7 years ago
  46. 71d3c88 Allow mmap reuse in lower 4GB by David Srbecky · 7 years ago
  47. f4bf58d Merge "Try to mmap vdex file within the address range of the ELF file." by David Srbecky · 7 years ago
  48. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  49. 6238c83 Remove DexFile direct accesses to CodeItem by Mathieu Chartier · 7 years ago
  50. ec2cdf4 Try to mmap vdex file within the address range of the ELF file. by David Srbecky · 7 years ago
  51. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 7 years ago
  52. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  53. b4c6acb Optimize lookup of quickening data. by Nicolas Geoffray · 7 years ago
  54. aa337b1 Merge "Unquicken dex files before exporting from oatdump" by Roland Levillain · 7 years ago
  55. a1f56a8 Unquicken dex files before exporting from oatdump by Anestis Bechtsoudis · 7 years ago
  56. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  57. 28453cf Fix dex file reading in VdexFile::GetNextDexFileData. by Nicolas Geoffray · 7 years ago
  58. b02ba93 Don't encode OatQuickMethodHeader for non-compiled methods. by Nicolas Geoffray · 8 years ago
  59. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 8 years ago
  60. 1cfea7a Code cleanup around vdex. by Nicolas Geoffray · 8 years ago
  61. 36930ec Be defensive in dex2oat when updating the vdex in-place. by Nicolas Geoffray · 8 years ago
  62. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 8 years ago
  63. 0dfc315 ART: More header cleanup - mem_map.h by Andreas Gampe · 8 years ago
  64. beca4fe Add analyzer for dex memory map by David Sehr · 8 years ago
  65. b8ab63a Check vdex file is valid in VdexFile::Open. by Richard Uhler · 8 years ago
  66. f54e5df Set the location checksum in vdex. by Nicolas Geoffray · 8 years ago
  67. b0bbe8e Use input-vdex-fd, or input-vdex in dex2oat. by Nicolas Geoffray · 8 years ago
  68. 4acefd3 Encode quickening info in .vdex. by Nicolas Geoffray · 8 years ago
  69. 5d5a36b Write VerifierDeps into VDEX. by David Brazdil · 8 years ago
  70. f7e8223 ART: Remove unnecessary file from vdex by Andreas Gampe · 8 years ago
  71. 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 8 years ago