1. ea2e1bd Add more read barriers for JNI roots. by Hiroshi Yamauchi · 10 years ago
  2. 196851b Add read barriers for the weak roots in the JNI weak globals. by Hiroshi Yamauchi · 10 years ago
  3. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  4. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  5. c56057e Add lockless SynchronizedGet for indirect reference table. by Mathieu Chartier · 10 years ago
  6. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  7. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  8. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  9. f61db68 Fix 64bit compilation issues with IndirectRef. by Ian Rogers · 11 years ago
  10. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  11. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  12. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  13. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  14. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/indirect_reference_table.h]
  15. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  16. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  17. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  18. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  19. 73e66f7 Tidy up and finish reference table dumping. by Elliott Hughes · 12 years ago
  20. 0e57ccb Start automatically generating operator<<s for enums. by Elliott Hughes · 12 years ago
  21. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  22. e84278b Stop saying "clazz". by Elliott Hughes · 13 years ago
  23. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  24. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  25. 2ced6a5 Implement EnsureCapacity, PushLocalFrame, and PopLocalFrame. by Elliott Hughes · 13 years ago
  26. 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 13 years ago
  27. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  28. dc51b79 Save/restore local table state on down calls. by Ian Rogers · 13 years ago
  29. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  30. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  31. c5bfa8f Add back the work-arounds for broken apps that assume JNI uses direct references. by Elliott Hughes · 13 years ago
  32. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  33. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  34. 6c1a394 Add IndirectReferenceTable and initialize all the instances. by Elliott Hughes · 13 years ago