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