1. 8cc418e Track what intern tables are from boot images by Mathieu Chartier · 6 years ago
  2. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  3. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  4. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  5. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  6. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  7. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  8. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 6 years ago
  9. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  10. 2ff3b97 ART: More header cleanups by Andreas Gampe · 7 years ago
  11. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 7 years ago
  12. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  13. 21f2364 Fix incorrect string hash value extension during cross-compilation. by Alexey Grebenkin · 8 years ago
  14. 9e86809 Move intern table to ObjPtr by Mathieu Chartier · 8 years ago
  15. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  16. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  17. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 8 years ago
  18. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  19. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  20. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  21. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  22. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  23. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  24. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 10 years ago
  25. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  26. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  27. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  28. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/intern_table_test.cc]
  29. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  30. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  31. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  32. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  33. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  34. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  35. e5448b5 Remove most of the unordered_ stuff and use the standard equivalents instead. by Elliott Hughes · 13 years ago
  36. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  37. c33a32b Sweep the monitor list. by Elliott Hughes · 13 years ago
  38. c74255f Interning image strings by Brian Carlstrom · 13 years ago
  39. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  40. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  41. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  42. bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 13 years ago
  43. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  44. 7e93b50 String intern table and support for unordered_map by Brian Carlstrom · 13 years ago