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