1. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  2. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 9 years ago
  3. 2435a43 ART: Add entries_ lock for race condition by bowen_lai · 9 years ago
  4. 3e78162 Fix method_verifier_test with the SS collector. by Hiroshi Yamauchi · 9 years ago
  5. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago
  6. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  7. 10f0ca2 Fix "const-class v0, I" for libartd.so by Logan Chien · 10 years ago
  8. 7c438b1 Fix stale root error in verifier by Mathieu Chartier · 10 years ago
  9. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  10. 5441091 Re-add read barrier to roots in the verifier. by Ian Rogers · 10 years ago
  11. d8f69b0 Revert "Add read barriers for the roots in the verifier." by Ian Rogers · 10 years ago
  12. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  13. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 10 years ago
  14. 7da9586 Add read barriers for the roots in the verifier. by Hiroshi Yamauchi · 10 years ago
  15. aa910d5 ART: Fix verifier mishandling erroneous array component types by Andreas Gampe · 10 years ago
  16. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  17. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  18. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  19. 6398156 Fix a class-loading bug in the verifier when throwing NPE by Andreas Gampe · 10 years ago
  20. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  21. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 10 years ago
  22. 849600b Use imprecise constants at compilation time. by Sebastien Hertz · 11 years ago
  23. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  24. dfe78a6 Fix memory leak of verifier small precise constants. by Ian Rogers · 11 years ago
  25. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  26. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  27. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  28. 41c65c1 Add a pool of small cat1 constants to the verifier. by Ian Rogers · 11 years ago
  29. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  30. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  31. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  32. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/verifier/reg_type_cache.cc]
  33. 62342ec Mark newly allocated objects as precise. by Ian Rogers · 11 years ago
  34. 04f94f4 Don't always mark array types as precise. by Ian Rogers · 11 years ago
  35. 637c65b Verifier improvements. by Ian Rogers · 11 years ago
  36. 1bf8d4d Profiler directed clean-up of dex2oat. by Ian Rogers · 11 years ago
  37. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago
  38. 2c6de22 Improve verifier speed. by Sameer Abu Asal · 11 years ago
  39. 02c4223 Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  40. 9f57a86 Fix bugs in type precision. by Sameer Abu Asal · 11 years ago
  41. 25ae7eb Fix RegTypeCache typo/memory-leak. by Ian Rogers · 11 years ago
  42. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  43. 51a5fb7 Refactoring type verification in Art. by Sameer Abu Asal · 11 years ago
  44. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  45. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  46. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  47. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  48. b490357 Add notion of precise register types to verifier. by Ian Rogers · 12 years ago
  49. 529781d Avoid cases of deriving information from unresolved types giving conflict. by Ian Rogers · 12 years ago
  50. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  51. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  52. ad0b3a3 Support for a set of verifier failures. by Ian Rogers · 12 years ago
  53. e1758fe Revert "Support for a set of verifier failures." by Ian Rogers · 12 years ago
  54. 0d60484 Support for a set of verifier failures. by Ian Rogers · 12 years ago
  55. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 12 years ago