1. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 10 years ago
  2. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  3. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  4. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  5. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 11 years ago
  6. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  7. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  8. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  9. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  10. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/mirror/dex_cache_test.cc]
  11. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  12. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  13. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago[Renamed (96%) from src/dex_cache_test.cc]
  14. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  15. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 13 years ago
  16. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  17. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  18. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  19. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  20. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 14 years ago
  21. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 14 years ago
  22. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 14 years ago
  23. 90a3369 Switch to UniquePtr. by Elliott Hughes · 14 years ago
  24. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 14 years ago
  25. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 14 years ago
  26. c4fa2c0 Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_ by Brian Carlstrom · 14 years ago
  27. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 14 years ago
  28. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 14 years ago
  29. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 14 years ago
  30. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 14 years ago