1. 19a0836 Fix dumpsys meminfo for art by Brian Carlstrom · 11 years ago
  2. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  3. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/utils_test.cc]
  4. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  5. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  6. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  7. 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
  8. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  9. c967f78 Include a new heap summary line in the SIGQUIT output. by Elliott Hughes · 12 years ago
  10. 409d273 Be consistent about "kilo" versus "kibi". by Elliott Hughes · 13 years ago
  11. 7a967b3 Warn if oat file does end with expected extension by Brian Carlstrom · 13 years ago
  12. 9058f2b Make our new NullPointerException detail messages more readable to Java programmers. by Elliott Hughes · 13 years ago
  13. 48436bb Split should have a matching Join, if only for convenient debugging output. by Elliott Hughes · 13 years ago
  14. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  15. 3bb17a6 Space trim and other unit tests. General space clean up. by Ian Rogers · 13 years ago
  16. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  17. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  18. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  19. 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago
  20. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  21. 3402380 Remove uses of scoped_ptr_malloc. by Elliott Hughes · 13 years ago
  22. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
  23. 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
  24. bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 13 years ago
  25. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  26. 11e4507 Add a reference table implementation. by Elliott Hughes · 13 years ago