1. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  2. 0f3c700 Remove DexCache arrays from app oat .bss. by Vladimir Marko · 9 years ago
  3. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 9 years ago
  4. 279cfba MIPS: Follow-up to hash-based DexCache methods array by Alexey Frunze · 9 years ago
  5. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 9 years ago
  6. 2ff3b97 ART: More header cleanups by Andreas Gampe · 9 years ago
  7. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 9 years ago
  8. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  9. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  10. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 9 years ago
  11. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 9 years ago
  12. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  13. c069a30 ART: invoke-custom support by Orion Hodson · 9 years ago
  14. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 9 years ago
  15. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  16. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  17. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  18. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 10 years ago
  19. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 10 years ago
  20. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 10 years ago
  21. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 10 years ago
  22. 542451c ART: Convert pointer size to enum by Andreas Gampe · 10 years ago
  23. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 10 years ago
  24. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 10 years ago
  25. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago
  26. f7fd970 Load app images by Mathieu Chartier · 11 years ago
  27. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 11 years ago
  28. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 11 years ago
  29. c785344 Move ArtField to native by Mathieu Chartier · 11 years ago
  30. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 12 years ago
  31. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  32. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 12 years ago
  33. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 13 years ago
  34. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 13 years ago[Renamed from src/mirror/dex_cache.cc]
  35. 1d54e73 GC clean up. by Ian Rogers · 13 years ago
  36. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 13 years ago
  37. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago[Renamed (81%) from src/dex_cache.cc]
  38. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  39. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 14 years ago
  40. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 14 years ago
  41. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  42. e343b76 Stub to capture method entry/exit. by jeffhao · 15 years ago
  43. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 15 years ago
  44. aded5f7 Working ClassLoader by Brian Carlstrom · 15 years ago
  45. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 15 years ago
  46. 9cc262e Clarify CodeAndMethods to CodeAndDirectMethods by Brian Carlstrom · 15 years ago
  47. 83db772 Add DexCache table of <Method*, Method::GetCode()> by Brian Carlstrom · 15 years ago
  48. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 15 years ago
  49. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 15 years ago
  50. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 15 years ago
  51. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 15 years ago