1. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  2. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  3. bc58ede Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running imageless by Mathieu Chartier · 10 years ago
  4. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  5. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  6. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  7. eb175f7 Add image strings to intern table by Mathieu Chartier · 10 years ago
  8. c2bda53 Add missing read barriers to intern table. by Mathieu Chartier · 10 years ago
  9. cdfd39f Change intern table to unordered set. by Mathieu Chartier · 10 years ago
  10. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  11. a91a4bc Add read barriers for the class and the intern tables. by Hiroshi Yamauchi · 10 years ago
  12. 1bd4872 Add read barriers to the weak roots in the intern table. by Hiroshi Yamauchi · 10 years ago
  13. 53dc70c Fix InternTable::Lookup()/Remove() for hash code collisions. by Vladimir Marko · 10 years ago
  14. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  15. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  16. ed0fc1d Don't return null for null utf in AllocFromModifiedUtf8. by Mathieu Chartier · 10 years ago
  17. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 10 years ago
  18. 815873e Change root visitor to use Object**. by Mathieu Chartier · 10 years ago
  19. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  20. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  21. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  22. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  23. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  24. 8c7ec8c Merge "Refactor system weak sweeping, add support for modification." into dalvik-dev by Mathieu Chartier · 11 years ago
  25. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  26. b307052 resolved conflicts for merge of 613eae4a to dalvik-dev by Mathieu Chartier · 11 years ago
  27. c462198 Fix race in root marking. by Mathieu Chartier · 11 years ago
  28. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  29. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago
  30. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  31. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  32. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/intern_table.cc]
  33. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  34. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  35. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 12 years ago
  36. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  37. b1c6f34 Fix to check image_strong_intern table when inserting weaks. by jeffhao · 12 years ago
  38. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  39. e5448b5 Remove most of the unordered_ stuff and use the standard equivalents instead. by Elliott Hughes · 13 years ago
  40. cac6cc7 More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive aborts, and reporting debug/optimized builds. by Elliott Hughes · 13 years ago
  41. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  42. 37d4e6b Be careful of failed allocations in the intern table. by Elliott Hughes · 13 years ago
  43. c33a32b Sweep the monitor list. by Elliott Hughes · 13 years ago
  44. c74255f Interning image strings by Brian Carlstrom · 13 years ago
  45. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  46. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  47. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  48. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  49. 814e403 Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions. by Elliott Hughes · 13 years ago
  50. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  51. de69d7f Clean up mutexes on shutdown. by Elliott Hughes · 13 years ago
  52. 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
  53. 7e93b50 String intern table and support for unordered_map by Brian Carlstrom · 13 years ago