1. 483c41a ART: Use core image to speed up some gtests. by Vladimir Marko · 3 years, 2 months ago
  2. a8d998f fix the redundant dependencies validation in fast verify by Yang Tianping · 3 years, 3 months ago
  3. 4b0c9b9 Remove the notion of soft failure within the verifier. by Nicolas Geoffray · 3 years, 4 months ago
  4. 2cb2527 verifier: Remove support for precise constants and RegisterTrackingMode. by Nicolas Geoffray · 3 years, 6 months ago
  5. 9e050ab Remove the need of VerifiedMethod in the compiler. by Nicolas Geoffray · 3 years, 6 months ago
  6. 2ec3823 Clean up verifier interface. by Nicolas Geoffray · 3 years, 7 months ago
  7. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 10 months ago
  8. c3c4417 Refactor code around the verifier. by Nicolas Geoffray · 4 years ago
  9. 07b62e3 Change vdex format to easily access verification data per class. by Nicolas Geoffray · 4 years, 2 months ago
  10. 8411c5d Record all type assignability checks in the verifier. by Nicolas Geoffray · 4 years, 2 months ago
  11. 1960c42 Change vdex format to store per-class assignable types. by Nicolas Geoffray · 4 years, 2 months ago
  12. 5b041c0 Remove unassignable_types from vdex. by Nicolas Geoffray · 4 years, 3 months ago
  13. 6ebe40f Remove field/method/class resolution metadata in vdex. by Nicolas Geoffray · 4 years, 3 months ago
  14. c390879 Do not crash for broken stored VerifierDeps. by Vladimir Marko · 4 years, 10 months ago
  15. fc25ae9 ART: Refactor verifier by Andreas Gampe · 6 years ago
  16. 327497e Move CompilerDriver to dex2oat/. by Vladimir Marko · 6 years ago[Renamed from compiler/verifier_deps_test.cc]
  17. 815d5e5 Refactor compiler tests around CompilerDriver. by Vladimir Marko · 6 years ago
  18. feb2282 Improve `verified`, add `redefined` class status in VerifierDeps by David Brazdil · 6 years ago
  19. 8fd6722 Generalize vdex class redefinition check by David Brazdil · 6 years ago
  20. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  21. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  22. 2afaff7 Refactor CompilerDriver::CompileAll(). by Vladimir Marko · 6 years ago
  23. 9c4b970 Rewrite image type in CompilerOptions. by Vladimir Marko · 6 years ago
  24. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  25. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  26. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  27. 654698d ART: Fix bool-related types in compiler/ by Andreas Gampe · 6 years ago
  28. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  29. 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 6 years ago
  30. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  31. 6cc23ac ART: Add API level to verifier by Andreas Gampe · 6 years ago
  32. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 7 years ago
  33. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  34. 0d896bd Add Method/Field iterator to ClassAccessor by Mathieu Chartier · 7 years ago
  35. c8c8d5f Move compiler/ to ClassAccessor by Mathieu Chartier · 7 years ago
  36. bb30d5d ART: Skip duplicate classes during compilation by Andreas Gampe · 7 years ago
  37. 9c4a015 Move more runtime code to libartbase, libdexfile by David Sehr · 7 years ago
  38. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  39. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  40. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 7 years ago
  41. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  42. dbeacd6 Merge "Clean up AtomicDexRefMap" by Mathieu Chartier · 7 years ago
  43. 04c6ab9 ART: Forward declarations for InvokeType by Andreas Gampe · 8 years ago
  44. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 7 years ago
  45. 629be51 ART: Redo verification on class resolution failure by Andreas Gampe · 7 years ago
  46. bf755fe Fix verifier deps determinism by Mathieu Chartier · 7 years ago
  47. 72041a0 Use class unloading in dex2oat for verify and extract by Mathieu Chartier · 8 years ago
  48. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  49. 93764b8 Generalize atomic_method_ref_map to support dex references by Mathieu Chartier · 8 years ago
  50. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 8 years ago
  51. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  52. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 8 years ago
  53. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  54. bdb540d Vdex: Workaround arrays with erroneous component type. by Nicolas Geoffray · 8 years ago
  55. d9911ee ART: Clean up field initialization by Andreas Gampe · 8 years ago
  56. fc38e91 Do not assume type relationship when recording "not assignable" by Nicolas Geoffray · 8 years ago
  57. 6e54f78 Only look at vdex related access flags for class/fields/methods. by Nicolas Geoffray · 8 years ago
  58. 7cc3ae5 Return the right value in VerifyClass. by Nicolas Geoffray · 8 years ago
  59. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  60. 865cf90 vdex optimization: avoid doing application type resolution. by Nicolas Geoffray · 8 years ago
  61. 0e2fe0f Find the classpath boundary for being assignable to an interface. by Nicolas Geoffray · 8 years ago
  62. 0f1cb17 Actually record arrays in classpath. by Nicolas Geoffray · 8 years ago
  63. 2709b5f Do not record dependencies on arrays. by Nicolas Geoffray · 8 years ago
  64. 119e846 Point optimizations for vdex. by Nicolas Geoffray · 8 years ago
  65. 1d0ae3f Fix two tests after vdex change. by Nicolas Geoffray · 8 years ago
  66. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  67. b0bbe8e Use input-vdex-fd, or input-vdex in dex2oat. by Nicolas Geoffray · 8 years ago
  68. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 8 years ago
  69. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  70. 6bb7f1b Integrate VerifierDeps in compiler driver. by Nicolas Geoffray · 8 years ago
  71. 8904b6f Add VerifierDeps::Verify. by Nicolas Geoffray · 8 years ago
  72. e70dd56 Dump VerifierDeps in oatdump. by Nicolas Geoffray · 8 years ago
  73. d01f60c Add a VerifierDeps::Dump method. by Nicolas Geoffray · 8 years ago
  74. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 8 years ago[Renamed (94%) from runtime/verifier/verifier_deps_test.cc]
  75. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  76. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  77. 6f82fbd Implement VerifierDeps encoding/decoding by David Brazdil · 8 years ago
  78. ca3c8c3 Collect verifier dependencies by David Brazdil · 8 years ago