1. 0b94328 Reland "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 5 months ago
  2. 640c448 Revert "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 5 months ago
  3. c005ada Move the type lookup table to vdex. by Nicolas Geoffray · 3 years, 5 months ago
  4. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 3 years, 6 months ago
  5. 16f60dc Support loading vdex files without odex. by Nicolas Geoffray · 3 years, 7 months ago
  6. 6df4511 Use vdex assignability types at runtime. by Nicolas Geoffray · 3 years, 7 months ago
  7. 07b62e3 Change vdex format to easily access verification data per class. by Nicolas Geoffray · 3 years, 10 months ago
  8. 8411c5d Record all type assignability checks in the verifier. by Nicolas Geoffray · 3 years, 11 months ago
  9. 1960c42 Change vdex format to store per-class assignable types. by Nicolas Geoffray · 3 years, 11 months ago
  10. 5b041c0 Remove unassignable_types from vdex. by Nicolas Geoffray · 4 years ago
  11. 6ebe40f Remove field/method/class resolution metadata in vdex. by Nicolas Geoffray · 4 years ago
  12. abd8f05 Proactively dequicken on debuggable switch. by Alex Light · 4 years, 10 months ago
  13. 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 6 years ago
  14. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
  15. feb2282 Improve `verified`, add `redefined` class status in VerifierDeps by David Brazdil · 6 years ago
  16. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  17. 4ac9ade Move dexdump, dexlist, openjdkjvmti to ClassAccessor by Mathieu Chartier · 6 years ago
  18. 79e2607 Move profile dependent modules to libartbase by David Sehr · 6 years ago
  19. c17b7d8 Add owned section for CompactDex by Mathieu Chartier · 7 years ago
  20. 3a29355 Separate vdex versioning into two sections: verifier deps and dex code. by Nicolas Geoffray · 7 years ago
  21. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  22. 20b2ce4 Bump vdex version by Mathieu Chartier · 7 years ago
  23. 2daa134 Fix unquickening logic for quickened input dexes by Mathieu Chartier · 7 years ago
  24. 21dca73 Merge "dex2oat: Accept .dm files." by Nicolas Geoffray · 7 years ago
  25. baeaa9b dex2oat: Accept .dm files. by Nicolas Geoffray · 7 years ago
  26. 8e9a5e8 Bump vdex version by Mathieu Chartier · 7 years ago
  27. b7b2957 Merge "Add shared separate data section for compact dex" by Mathieu Chartier · 7 years ago
  28. c3a22aa Add shared separate data section for compact dex by Mathieu Chartier · 7 years ago
  29. bc17727 dex2oat: Test whether the passed vdex has no dex file. by Nicolas Geoffray · 7 years ago
  30. 8740c66 Use efficient encoding for compact dex code item fields by Mathieu Chartier · 7 years ago
  31. 8892c6b Move debug info offsets into a side table by Mathieu Chartier · 7 years ago
  32. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  33. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
  34. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago
  35. ec2cdf4 Try to mmap vdex file within the address range of the ELF file. by David Srbecky · 7 years ago
  36. 93592f5 Fix VDEX header when no quickening info by David Brazdil · 7 years ago
  37. b4c6acb Optimize lookup of quickening data. by Nicolas Geoffray · 7 years ago
  38. a1f56a8 Unquicken dex files before exporting from oatdump by Anestis Bechtsoudis · 7 years ago
  39. bf755fe Fix verifier deps determinism by Mathieu Chartier · 7 years ago
  40. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  41. b02ba93 Don't encode OatQuickMethodHeader for non-compiled methods. by Nicolas Geoffray · 7 years ago
  42. de4b08f Reduce quicken info size by Mathieu Chartier · 7 years ago
  43. 71fa64f Bump vdex version to regenerate vdex files by Shubham Ajmera · 7 years ago
  44. 36930ec Be defensive in dex2oat when updating the vdex in-place. by Nicolas Geoffray · 7 years ago
  45. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago
  46. beca4fe Add analyzer for dex memory map by David Sehr · 7 years ago
  47. 6e54f78 Only look at vdex related access flags for class/fields/methods. by Nicolas Geoffray · 8 years ago
  48. 97fa992 Do not allow input-vdex with dexlayout. by Nicolas Geoffray · 8 years ago
  49. b8ab63a Check vdex file is valid in VdexFile::Open. by Richard Uhler · 8 years ago
  50. 3eba863 Make verify-profile not look at the profile. by Nicolas Geoffray · 8 years ago
  51. 7498105 Handle verify-profile and bootclasspath classes in vdex. by Nicolas Geoffray · 8 years ago
  52. f54e5df Set the location checksum in vdex. by Nicolas Geoffray · 8 years ago
  53. b0bbe8e Use input-vdex-fd, or input-vdex in dex2oat. by Nicolas Geoffray · 8 years ago
  54. e70dd56 Dump VerifierDeps in oatdump. by Nicolas Geoffray · 8 years ago
  55. 4acefd3 Encode quickening info in .vdex. by Nicolas Geoffray · 8 years ago
  56. 5d5a36b Write VerifierDeps into VDEX. by David Brazdil · 8 years ago
  57. f7e8223 ART: Remove unnecessary file from vdex by Andreas Gampe · 8 years ago
  58. 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 8 years ago