1. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 9 years ago
  2. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  3. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  4. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  5. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  6. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  7. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  8. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  9. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  10. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  11. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  12. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/mirror/dex_cache.cc]
  13. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  14. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 11 years ago
  15. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago[Renamed (81%) from src/dex_cache.cc]
  16. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  17. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  18. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  19. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  20. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago
  21. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  22. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  23. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 13 years ago
  24. 9cc262e Clarify CodeAndMethods to CodeAndDirectMethods by Brian Carlstrom · 13 years ago
  25. 83db772 Add DexCache table of <Method*, Method::GetCode()> by Brian Carlstrom · 13 years ago
  26. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
  27. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  28. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 13 years ago
  29. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 13 years ago