1. b783b40 Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 10 years ago
  2. 463580c Revert "Use IsAssignableFrom instead of IsSubclass for robustness." by Nicolas Geoffray · 10 years ago
  3. af268bb Use IsAssignableFrom instead of IsSubclass for robustness. by Nicolas Geoffray · 10 years ago
  4. 07785bb ART: Fix reporting initialized classes by CompilerDriver. by Vladimir Marko · 10 years ago
  5. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  6. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  7. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 10 years ago
  8. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  9. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  10. 9437b78 Revert "Revert "Inline across dex files."" by Nicolas Geoffray · 10 years ago
  11. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  12. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  13. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  14. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  15. 08f1f50 Remove FieldHelper. by Ian Rogers · 11 years ago
  16. 920506d Do not try to sharpen super calls to abstract methods. by Vladimir Marko · 11 years ago
  17. 66c6d7b Rewrite class initialization check elimination. by Vladimir Marko · 11 years ago
  18. d6dee67 dex2oat: Add a --compile-pic option by Igor Murashkin · 11 years ago
  19. 53c913b ART: Clean up compiler by Andreas Gampe · 11 years ago
  20. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 11 years ago
  21. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  22. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 11 years ago
  23. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  24. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 11 years ago
  25. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  26. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  27. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 11 years ago
  28. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  29. 9820b7c Early inlining of simple methods. by Vladimir Marko · 11 years ago
  30. f096aad Cache method lowering info in mir graph. by Vladimir Marko · 11 years ago
  31. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  32. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago