1. 128c52c Fix invalid root detection using wrong function to find space from object. by Mathieu Chartier · 12 years ago
  2. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  3. 155dfe9 More Gc statistics and logging by Mathieu Chartier · 12 years ago
  4. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago[Renamed (97%) from src/space.cc]
  5. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  6. 8e9a149 Fix large object space overlapping map error by Mathieu Chartier · 12 years ago
  7. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  8. 83cf328 Fix framework perf regression by Mathieu Chartier · 12 years ago
  9. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  10. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  11. 0325e62 Cumulative timing logger by Mathieu Chartier · 12 years ago
  12. fd678be Additional heap verification for the Gc by Mathieu Chartier · 12 years ago
  13. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  14. b18e77a Switch art over to the new bionic dlmalloc 2.8.5 callback by Brian Carlstrom · 12 years ago
  15. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  16. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  17. dcf8d72 Fix zygote live/mark bitmap size. by Mathieu Chartier · 12 years ago
  18. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  19. 654d3a2 Enable concurrent sweeping by Mathieu Chartier · 12 years ago
  20. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  21. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  22. 9eebd3b Trim the native heap too, like dalvik did. by Elliott Hughes · 12 years ago
  23. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  24. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  25. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  26. fb6adba Sharpen virtual calls to final methods. by Ian Rogers · 13 years ago
  27. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  28. 5643b78 On demand generation of boot files by Brian Carlstrom · 13 years ago
  29. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  30. 3bb17a6 Space trim and other unit tests. General space clean up. by Ian Rogers · 13 years ago
  31. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  32. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  33. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  34. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  35. 6c9c06d Use ashmem to name our various anonymous regions. by Elliott Hughes · 13 years ago
  36. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  37. 6a5bd49 Implement the DDMS heap walking (for native and managed heaps). by Elliott Hughes · 13 years ago
  38. c116070 Added support for -XX:HeapGrowthLimit switch by jeffhao · 13 years ago
  39. 307f75d Add a C++ equivalent of Android's TimingLogger, and use it for the heap. by Elliott Hughes · 13 years ago
  40. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  41. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  42. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  43. 7f1caab Add an interface to Space, so Heap no longer needs to be friend of Space. by Shih-wei Liao · 13 years ago
  44. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  45. 8c2f641 Grow for improving target utilization. Applicable to the target side only. by Shih-wei Liao · 13 years ago
  46. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  47. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  48. 0a5b14d Add -verbose:startup by Brian Carlstrom · 13 years ago
  49. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  50. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  51. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  52. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  53. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  54. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  55. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  56. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  57. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 13 years ago
  58. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  59. 58551df Add a collection implementation. by Carl Shapiro · 13 years ago
  60. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  61. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago