1. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  2. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 6 years ago
  3. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 6 years ago
  4. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  5. dbeacd6 Merge "Clean up AtomicDexRefMap" by Mathieu Chartier · 7 years ago
  6. 04c6ab9 ART: Forward declarations for InvokeType by Andreas Gampe · 7 years ago
  7. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 7 years ago
  8. 629be51 ART: Redo verification on class resolution failure by Andreas Gampe · 7 years ago
  9. bf755fe Fix verifier deps determinism by Mathieu Chartier · 7 years ago
  10. 72041a0 Use class unloading in dex2oat for verify and extract by Mathieu Chartier · 7 years ago
  11. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  12. 93764b8 Generalize atomic_method_ref_map to support dex references by Mathieu Chartier · 7 years ago
  13. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  14. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 7 years ago
  15. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 7 years ago
  16. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  17. bdb540d Vdex: Workaround arrays with erroneous component type. by Nicolas Geoffray · 7 years ago
  18. d9911ee ART: Clean up field initialization by Andreas Gampe · 7 years ago
  19. fc38e91 Do not assume type relationship when recording "not assignable" by Nicolas Geoffray · 7 years ago
  20. 6e54f78 Only look at vdex related access flags for class/fields/methods. by Nicolas Geoffray · 7 years ago
  21. 7cc3ae5 Return the right value in VerifyClass. by Nicolas Geoffray · 7 years ago
  22. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  23. 865cf90 vdex optimization: avoid doing application type resolution. by Nicolas Geoffray · 7 years ago
  24. 0e2fe0f Find the classpath boundary for being assignable to an interface. by Nicolas Geoffray · 7 years ago
  25. 0f1cb17 Actually record arrays in classpath. by Nicolas Geoffray · 7 years ago
  26. 2709b5f Do not record dependencies on arrays. by Nicolas Geoffray · 7 years ago
  27. 119e846 Point optimizations for vdex. by Nicolas Geoffray · 7 years ago
  28. 1d0ae3f Fix two tests after vdex change. by Nicolas Geoffray · 7 years ago
  29. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  30. b0bbe8e Use input-vdex-fd, or input-vdex in dex2oat. by Nicolas Geoffray · 8 years ago
  31. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 8 years ago
  32. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  33. 6bb7f1b Integrate VerifierDeps in compiler driver. by Nicolas Geoffray · 8 years ago
  34. 8904b6f Add VerifierDeps::Verify. by Nicolas Geoffray · 8 years ago
  35. e70dd56 Dump VerifierDeps in oatdump. by Nicolas Geoffray · 8 years ago
  36. d01f60c Add a VerifierDeps::Dump method. by Nicolas Geoffray · 8 years ago
  37. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 8 years ago[Renamed (94%) from runtime/verifier/verifier_deps_test.cc]
  38. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  39. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  40. 6f82fbd Implement VerifierDeps encoding/decoding by David Brazdil · 8 years ago
  41. ca3c8c3 Collect verifier dependencies by David Brazdil · 8 years ago