1. 205b762 Address some intern table comments by Mathieu Chartier · 9 years ago
  2. ea0831f Re-enable adding intern table to image by Mathieu Chartier · 9 years ago
  3. 32cc9ee Change hash table load factors by Mathieu Chartier · 9 years ago
  4. fdbd13c Some fixes for the CC collector. by Hiroshi Yamauchi · 9 years ago
  5. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  6. ed8990a Add some more uninterruptible annotations by Mathieu Chartier · 9 years ago
  7. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  8. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  9. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  10. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  11. d39645e Move image intern table into image by Mathieu Chartier · 9 years ago
  12. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  13. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  14. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  15. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  16. eb175f7 Add image strings to intern table by Mathieu Chartier · 10 years ago
  17. cdfd39f Change intern table to unordered set. by Mathieu Chartier · 10 years ago
  18. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  19. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  20. a91a4bc Add read barriers for the class and the intern tables. by Hiroshi Yamauchi · 10 years ago
  21. 1bd4872 Add read barriers to the weak roots in the intern table. by Hiroshi Yamauchi · 10 years ago
  22. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  23. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  24. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 10 years ago
  25. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  26. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  27. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  28. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  29. 8c7ec8c Merge "Refactor system weak sweeping, add support for modification." into dalvik-dev by Mathieu Chartier · 11 years ago
  30. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  31. c462198 Fix race in root marking. by Mathieu Chartier · 11 years ago
  32. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago
  33. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  34. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/intern_table.h]
  35. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  36. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  37. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  38. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 12 years ago
  39. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  40. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  41. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  42. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  43. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  44. e5448b5 Remove most of the unordered_ stuff and use the standard equivalents instead. by Elliott Hughes · 13 years ago
  45. cac6cc7 More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive aborts, and reporting debug/optimized builds. by Elliott Hughes · 13 years ago
  46. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  47. c33a32b Sweep the monitor list. by Elliott Hughes · 13 years ago
  48. c74255f Interning image strings by Brian Carlstrom · 13 years ago
  49. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  50. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  51. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  52. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  53. de69d7f Clean up mutexes on shutdown. by Elliott Hughes · 13 years ago
  54. 7e93b50 String intern table and support for unordered_map by Brian Carlstrom · 13 years ago