1. 07b62e3 Change vdex format to easily access verification data per class. by Nicolas Geoffray · 6 years ago
  2. 8411c5d Record all type assignability checks in the verifier. by Nicolas Geoffray · 6 years ago
  3. 1960c42 Change vdex format to store per-class assignable types. by Nicolas Geoffray · 6 years ago
  4. 4f99524 Add unresolved types in verifier deps. by Nicolas Geoffray · 6 years ago
  5. 096bef8 [metrics] Refactor reporting by Eric Holk · 6 years ago
  6. 938a067 Remove the checkcast quickening optimization. by Nicolas Geoffray · 6 years ago
  7. 5b041c0 Remove unassignable_types from vdex. by Nicolas Geoffray · 6 years ago
  8. 6ebe40f Remove field/method/class resolution metadata in vdex. by Nicolas Geoffray · 6 years ago
  9. 4bb0900 [metrics] Implement JitMethodCompileTime histogram by Eric Holk · 6 years ago
  10. a79872b [metrics] Add metrics to Runtime, implement ClassVerificationTotalTime by Eric Holk · 6 years ago
  11. 346fd96 More inclusive language in the runtime by David Srbecky · 6 years ago
  12. aacf977 Reword some comments to be more inclusive by Orion Hodson · 6 years ago
  13. fa88d52 Add an execution time log for VerifyClass by Rock.Yeh · 6 years ago
  14. 9974e3c Clean up generated operator<<(os, enum). by Vladimir Marko · 6 years ago
  15. 1715efa Add a new class status for verified with access checks. by Nicolas Geoffray · 6 years ago
  16. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 6 years ago
  17. c390879 Do not crash for broken stored VerifierDeps. by Vladimir Marko · 6 years ago
  18. e8ed866 Add MOVE_EXCEPTION to compat throw by Mathieu Chartier · 6 years ago
  19. c2d0c96 Perform reverify with shared mutator-lock. by Alex Light · 7 years ago
  20. b1eebde Revert^2 "Class redefinition sometimes needs to update verification" by Alex Light · 7 years ago
  21. 2cf00ed Revert "Class redefinition sometimes needs to update verification" by Nicolas Geoffray · 7 years ago
  22. db55a11 Class redefinition sometimes needs to update verification by Alex Light · 7 years ago
  23. 5c93af3 Loosen verifier around interface-invoke-super by Alex Light · 7 years ago
  24. 4ec4d48 ART: Verifier cleanup by Andreas Gampe · 7 years ago
  25. 147a911 ART: Remove FailOrAbort for unnecessary cases by Andreas Gampe · 7 years ago
  26. b90cad5 ART: Move find-locks code up in the callchain by Andreas Gampe · 7 years ago
  27. 0134a28 ART: Verifier cleanup by Andreas Gampe · 7 years ago
  28. 86bf068 ART: Verifier cleanup by Andreas Gampe · 7 years ago
  29. f1468b5 ART: Verifier cleanup by Andreas Gampe · 7 years ago
  30. fef91cc ART: Verifier cleanup by Andreas Gampe · 7 years ago
  31. e0bbab9 ART: Verifier cleanup by Andreas Gampe · 7 years ago
  32. ae95ce3 ART: Do not handle RETURN monitor-stack issue as throwing by Andreas Gampe · 7 years ago
  33. d84794d ART: Add option to behave fatally on unmarked kThrow by Andreas Gampe · 7 years ago
  34. 16a08f6 ART: Factor out runtime-exception saved_line fallback by Andreas Gampe · 7 years ago
  35. b3b2db7 ART: Use a scoped disable-moving-gc helper in reg_type_test by Andreas Gampe · 7 years ago
  36. b5204f4 ART: Add interface class join heuristic by Andreas Gampe · 7 years ago
  37. c658278 ART: Introduce CompatThrow by Andreas Gampe · 7 years ago
  38. bc919af ART: Disallow unresolved return types after Q by Andreas Gampe · 7 years ago
  39. d78122b ART: Do not access-check type on instanceof peephole by Andreas Gampe · 7 years ago
  40. d70a97c ART: Monitor-stack merging should not be handled as throwing by Andreas Gampe · 7 years ago
  41. 0d87f99 ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 7 years ago
  42. 4146e06 ART: Prepare to remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 7 years ago
  43. 4a30f89 Revert "ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH" by Andreas Gampe · 7 years ago
  44. 7a82acc ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 7 years ago
  45. 4d6ca2e Deterministic VerifierDeps::Dump(). by Vladimir Marko · 7 years ago
  46. cc08c50 ART: Restyle VerifyError by Andreas Gampe · 7 years ago
  47. 43884b2 ART: Coalesce verifier flags into bit struct by Andreas Gampe · 7 years ago
  48. 5dfbe7a ART: Refactor ClassJoin code by Andreas Gampe · 7 years ago
  49. 1e52a07 Correct Indicies -> Indices by Alex Light · 7 years ago
  50. d91f841 ART: Log approximate arena usage for slow verifier runs by Andreas Gampe · 7 years ago
  51. 93adcb5 ART: Remove some compile-time info points by Andreas Gampe · 7 years ago
  52. 0a7d0b1 ART: Mark unreachable catch handler code in verifier by Andreas Gampe · 7 years ago
  53. 6087bc2 ART: Handle unresolved catch handler types differently in the verifier by Andreas Gampe · 7 years ago
  54. af52cbe Use TargetSdkLevel in CalculateVerificationInfo by Alex Light · 7 years ago
  55. e2ddce3 Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable" by Alex Light · 7 years ago
  56. 99cbfb5 Revert "Add verifier fallback for JVMTI Get/SetLocalVariable" by David Srbecky · 7 years ago
  57. e48fd0b Add verifier fallback for JVMTI Get/SetLocalVariable by Alex Light · 7 years ago
  58. efdd1b0 ART: Add throughput to verifier duration message by Andreas Gampe · 7 years ago
  59. b34981b ART: Fix hidden hard fail in instance field verification by Andreas Gampe · 7 years ago
  60. bfcca58 ART: Add verifier-debug log for exception handler by Andreas Gampe · 7 years ago
  61. 99db7bb ART: Templatize internal method verifier class by Andreas Gampe · 7 years ago
  62. fc25ae9 ART: Refactor verifier by Andreas Gampe · 7 years ago
  63. d09c059 ART: Do not expose arena allocator from MethodVerifier by Andreas Gampe · 7 years ago
  64. 51de69e ART: Clean up MethodVerifier by Andreas Gampe · 7 years ago
  65. 7c887c5 ART: Under verifier-debug, amend the hard-fail message by Andreas Gampe · 7 years ago
  66. 2ad6cce ART: Make LogVerifyInfo newlines consistent by Andreas Gampe · 7 years ago
  67. 4a57d5f ART: Remove old cout usage in method_verifier by Andreas Gampe · 7 years ago
  68. 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 7 years ago
  69. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 7 years ago
  70. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 7 years ago
  71. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 7 years ago
  72. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 7 years ago
  73. eda46e9 Fix vdex fast-verify performance regression by David Brazdil · 7 years ago
  74. feb2282 Improve `verified`, add `redefined` class status in VerifierDeps by David Brazdil · 7 years ago
  75. 1e70b89 Merge changes Id4ffa9f9,I1bb5d05d by Vladimir Marko · 7 years ago
  76. 6c70224 Replace MergeSets() with std::set::merge(). by Vladimir Marko · 7 years ago
  77. e0f8bb9 Merge "Replace StringPiece with std::string_view in profman." by Vladimir Marko · 7 years ago
  78. e512556 Replace StringPiece with std::string_view in profman. by Vladimir Marko · 7 years ago
  79. 8e1ca61 Merge "Generalize vdex class redefinition check" by David Brazdil · 7 years ago
  80. 8fd6722 Generalize vdex class redefinition check by David Brazdil · 7 years ago
  81. e027d72 Replace StringPiece with std::string_view in class.h. by Vladimir Marko · 7 years ago
  82. b0f16e6 Replace StringPiece with std::string_view in RegType. by Vladimir Marko · 7 years ago
  83. 43e4325 ART: Handle clobbering in verifier peephole by Andreas Gampe · 7 years ago
  84. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
  85. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 8 years ago
  86. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 8 years ago
  87. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 8 years ago
  88. dc39d32 Revert^2: "ART: Restrict some checks in the verifier to P+" by Andreas Gampe · 8 years ago
  89. ff71e66 Revert "ART: Restrict some checks in the verifier to P+" by Andreas Gampe · 8 years ago
  90. 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 8 years ago
  91. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 8 years ago
  92. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  93. 2337d53 ART: Restrict some checks in the verifier to P+ by Andreas Gampe · 8 years ago
  94. 6cc23ac ART: Add API level to verifier by Andreas Gampe · 8 years ago
  95. 0b0ffc1 ART: Add parameter for verifier timing log threshold by Andreas Gampe · 8 years ago
  96. b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 8 years ago
  97. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 8 years ago
  98. ce75049 Revert "Revert "Handle a special case of lock aliasing during lock verification"" by Alexey Grebenkin · 8 years ago
  99. 97c465c Merge "Revert "Handle a special case of lock aliasing during lock verification"" by Nicolas Geoffray · 8 years ago
  100. 753a055 Revert "Handle a special case of lock aliasing during lock verification" by Nicolas Geoffray · 8 years ago