1. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 13 years ago
  2. 44753c3 Add unordered_set by Brian Carlstrom · 13 years ago
  3. b765be0 Alloc stack using MemMap and -Xss by Brian Carlstrom · 13 years ago
  4. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  5. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
  6. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 13 years ago
  7. 6ea095a Parse required options by Brian Carlstrom · 13 years ago
  8. 8a43659 Work on option parsing as prelude to image loading by Brian Carlstrom · 13 years ago
  9. f2682d5 Fix the invocation interface. by Elliott Hughes · 13 years ago
  10. 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
  11. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  12. fc322c7 Initialize the bootstrap class path from standard sources. by Carl Shapiro · 13 years ago
  13. 2ed144c Preliminary implementation of the JNI invocation interface. by Carl Shapiro · 13 years ago
  14. 7a90959 Make the RuntimeTest use Runtime instances instead of its constituents. by Carl Shapiro · 13 years ago
  15. f615a61 Rename RawDexFile to DexFile by Brian Carlstrom · 13 years ago
  16. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 13 years ago
  17. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  18. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago
  19. ffe6736 Implement Runtime::Abort and switch LOG(FATAL) over to it. by Elliott Hughes · 13 years ago
  20. 61e019d Initialize runtime constituents on runtime construction. by Carl Shapiro · 13 years ago
  21. b557353 Add more functionality to the thread and mutex implementation. by Carl Shapiro · 13 years ago
  22. 1fb8620 Add class loading infrastructure. by Carl Shapiro · 13 years ago