1. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  2. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  3. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  4. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  5. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  6. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 12 years ago[Renamed from src/java_lang_System.cc]
  7. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  8. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 12 years ago
  9. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  10. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  11. 81aa5b3 Emit the same detail messages as dalvik for ArrayStoreExceptions from System.arraycopy. by Elliott Hughes · 13 years ago
  12. 025c5de Avoid a benign race where the exception message might be misleading. by Elliott Hughes · 13 years ago
  13. ab3530d Fix the System.arraycopy race condition. by Elliott Hughes · 13 years ago
  14. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  15. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 13 years ago
  16. cc60747 Use CHECK_OP instead of CHECK where possible. by Elliott Hughes · 13 years ago
  17. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  18. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  19. b6db9d2 Convert a DCHECK to a COMPILE_ASSERT by Brian Carlstrom · 13 years ago
  20. 5b8e4c8 Change Class::component_type_ and implement reflect.Array by Brian Carlstrom · 13 years ago
  21. 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago
  22. 3a4f8df A few more trivial write barrier calls. by Elliott Hughes · 13 years ago
  23. 0f4c41d Various fixes. by Elliott Hughes · 13 years ago
  24. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  25. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 13 years ago
  26. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago