1. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  2. 16f149c ART: Change RETURN_OBJECT verification for arrays by Andreas Gampe · 9 years ago
  3. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 9 years ago
  4. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 9 years ago
  5. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  6. 5441091 Re-add read barrier to roots in the verifier. by Ian Rogers · 10 years ago
  7. d8f69b0 Revert "Add read barriers for the roots in the verifier." by Ian Rogers · 10 years ago
  8. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  9. 7da9586 Add read barriers for the roots in the verifier. by Hiroshi Yamauchi · 10 years ago
  10. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  11. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 10 years ago
  12. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  13. aa0c00c Fix reg type merging in the verifier by Sebastien Hertz · 10 years ago
  14. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  15. 815873e Change root visitor to use Object**. by Mathieu Chartier · 10 years ago
  16. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 10 years ago
  17. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  18. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  19. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  20. 41c65c1 Add a pool of small cat1 constants to the verifier. by Ian Rogers · 11 years ago
  21. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  22. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  23. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/verifier/reg_type.cc]
  24. 16e3d2c Check interface assignability strictly for check-cast elision. by Ian Rogers · 11 years ago
  25. a700596 Unresolved types aren't assignable from Object. by Ian Rogers · 11 years ago
  26. fae370a Don't apply instance-of peephole when vDest == vSrc. by Ian Rogers · 11 years ago
  27. 637c65b Verifier improvements. by Ian Rogers · 11 years ago
  28. 1bf8d4d Profiler directed clean-up of dex2oat. by Ian Rogers · 11 years ago
  29. 02c4223 Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  30. 302a72d Revert "Supporting de-virtualization for precise types." by Brian Carlstrom · 11 years ago
  31. 31d4b8e Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  32. f4da607 Revert "Supporting de-virtualization for precise types." by Ian Rogers · 11 years ago
  33. b0682d5 Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  34. 51a5fb7 Refactoring type verification in Art. by Sameer Abu Asal · 11 years ago
  35. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  36. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 11 years ago
  37. 55c9c4b Fix invariant check for unresolved super classes. by Ian Rogers · 11 years ago
  38. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  39. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  40. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  41. b490357 Add notion of precise register types to verifier. by Ian Rogers · 12 years ago
  42. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  43. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  44. 529781d Avoid cases of deriving information from unresolved types giving conflict. by Ian Rogers · 12 years ago
  45. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  46. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  47. ad0b3a3 Support for a set of verifier failures. by Ian Rogers · 12 years ago
  48. e1758fe Revert "Support for a set of verifier failures." by Ian Rogers · 12 years ago
  49. 0d60484 Support for a set of verifier failures. by Ian Rogers · 12 years ago
  50. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 12 years ago