1. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  2. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  3. 6e970e7 ART: Prioritize reference table dump by Andreas Gampe · 8 years ago
  4. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  5. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
  6. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  7. a3bbf8b ART: Dump referenced type in IRT overflows by Andreas Gampe · 8 years ago
  8. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  9. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  10. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  11. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 9 years ago
  12. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  13. 4c4d609 Fix compaction bugs related to IdentityHashCode by Mathieu Chartier · 10 years ago
  14. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  15. 838debd Fix reference table sorting by Brian Carlstrom · 10 years ago
  16. 4099b78 Re-add missing read barriers by Mathieu Chartier · 10 years ago
  17. 38ebea4 Clean up ReferenceTable::Dump by Mathieu Chartier · 10 years ago
  18. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  19. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  20. ea2e1bd Add more read barriers for JNI roots. by Hiroshi Yamauchi · 10 years ago
  21. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  22. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  23. 815873e Change root visitor to use Object**. by Mathieu Chartier · 10 years ago
  24. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  25. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  26. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  27. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  28. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  29. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  30. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/reference_table.cc]
  31. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  32. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  33. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  34. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  35. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  36. 73e66f7 Tidy up and finish reference table dumping. by Elliott Hughes · 12 years ago
  37. ba8eee1 Remove more lint. by Elliott Hughes · 13 years ago
  38. 215f314 Even more Mac build fixes. by Elliott Hughes · 13 years ago
  39. bb1e8f0 Implement -Xjnigreflimit. by Elliott Hughes · 13 years ago
  40. 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago
  41. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  42. b63ec39 Add compiler allocation paths Class::NewInstanceFromCode and Array::AllocFromCode by Brian Carlstrom · 13 years ago
  43. c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 13 years ago
  44. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
  45. 6c1a394 Add IndirectReferenceTable and initialize all the instances. by Elliott Hughes · 13 years ago
  46. 5b1982d Get rid of some C artifacts as noted in the initial review. by Carl Shapiro · 13 years ago
  47. 11e4507 Add a reference table implementation. by Elliott Hughes · 13 years ago