1. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  2. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  3. 3da1d0f Use CodeItemAccessor helpers for method verifier by Mathieu Chartier · 8 years ago
  4. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 8 years ago
  5. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 8 years ago
  6. 26699c6 ART: Refactor VerifiedMethod by Andreas Gampe · 8 years ago
  7. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  8. 422c7c3 ART: Remove dequicken map from VerifiedMethod by Andreas Gampe · 8 years ago
  9. c51c7ca Clean up VerifiedMethod. by Nicolas Geoffray · 9 years ago
  10. 119e846 Point optimizations for vdex. by Nicolas Geoffray · 9 years ago
  11. d1665a0 Handle primitive types in VerifierTypes::AddAssignability. by Nicolas Geoffray · 9 years ago
  12. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  13. ca3c8c3 Collect verifier dependencies by David Brazdil · 9 years ago
  14. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  15. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  16. bf9611f ART: Clean up verifier by Andreas Gampe · 9 years ago
  17. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  18. 9139e00 Correct exception behavior for default methods by Alex Light · 10 years ago
  19. 0760a81 ART: Propagate verifier failure types to the compilers by Andreas Gampe · 10 years ago
  20. 4824c27 Use a flag from the verifier to know if we should compile. by Nicolas Geoffray · 10 years ago
  21. f8da196 Fix GC map generation edge case by Mathieu Chartier · 10 years ago
  22. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 10 years ago
  23. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  24. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  25. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  26. f1c6d9e Fallback to quick in case of soft verification errors by Calin Juravle · 10 years ago
  27. fc4fb0f Merge "Revert "Fallback to quick in case of soft verification errors"" by Calin Juravle · 10 years ago
  28. 031af41 Revert "Fallback to quick in case of soft verification errors" by Calin Juravle · 10 years ago
  29. 9134a1a Merge "Fallback to quick in case of soft verification errors" by Calin Juravle · 10 years ago
  30. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  31. c751d37 Fallback to quick in case of soft verification errors by Calin Juravle · 10 years ago
  32. 091d238 Fix incompatible class change error for JIT stress mode by Mathieu Chartier · 10 years ago
  33. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  34. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  35. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  36. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  37. 6c170c9 ART: Punt to the interpreter for VerifiedMethod errors by Andreas Gampe · 11 years ago
  38. 36b58f5 Add verifier support for dequickening by Mathieu Chartier · 11 years ago
  39. 40d3518 ART: Fix crash with unreachable void check-cast by Stephen Kyle · 11 years ago
  40. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  41. d8f69b0 Revert "Add read barriers for the roots in the verifier." by Ian Rogers · 11 years ago
  42. 7da9586 Add read barriers for the roots in the verifier. by Hiroshi Yamauchi · 11 years ago
  43. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  44. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  45. c7f8320 Refactor verification results. by Vladimir Marko · 11 years ago