1. 720ef76 Fix non concurrent GC ergonomics. by Mathieu Chartier · 11 years ago
  2. 7d7a5c7 Merge "More parallel GC, rewritten parallel mark stack processing." into dalvik-dev by Mathieu Chartier · 11 years ago
  3. 94c32c5 More parallel GC, rewritten parallel mark stack processing. by Mathieu Chartier · 11 years ago
  4. 8675fe1 Merge "Log long GC pause only when the process cares about pause time" into dalvik-dev by Anwar Ghuloum · 11 years ago
  5. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  6. ba041a5 Log long GC pause only when the process cares about pause time by Anwar Ghuloum · 11 years ago
  7. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  8. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  9. 5e35727 Merge "Avoid a long alloc space lock contention during sticky GC sweep." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  10. b22a451 Avoid a long alloc space lock contention during sticky GC sweep. by Hiroshi Yamauchi · 11 years ago
  11. 9b3c3cd C++11 support for ART. by Mathieu Chartier · 11 years ago
  12. 67f9941 Yet more timing logger cleanup by Anwar Ghuloum · 11 years ago
  13. 4654322 Timing logger clean-up by Anwar Ghuloum · 11 years ago
  14. a9a5092 Fixing build breakage due to bad newsplit placement by Anwar Ghuloum · 11 years ago
  15. 4446ab9 Systrace fixups and refactoring for TimingLogger by Anwar Ghuloum · 11 years ago
  16. cc386f9 am c39e3423: Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  17. c39e342 Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  18. f91bdf9 am e0a53e99: Add low memory mode option to ART. by Mathieu Chartier · 11 years ago
  19. eb5710e New free list large object space. by Mathieu Chartier · 11 years ago
  20. 9642c96 Move allocation stack unmarking outside of pause. by Mathieu Chartier · 11 years ago
  21. e0a53e9 Add low memory mode option to ART. by Mathieu Chartier · 11 years ago
  22. 50b2928 Improve the allocation speed. by Hiroshi Yamauchi · 11 years ago
  23. 184e322 Disable and remove finger. by Mathieu Chartier · 11 years ago
  24. 6875fd3 Fix valgrind support for dlmalloc space. by Mathieu Chartier · 11 years ago
  25. 161a8e0 Fix accidental performance regression. by Mathieu Chartier · 11 years ago
  26. e5426c9 Fix histogram memory issues. by Mathieu Chartier · 11 years ago
  27. 08d7d44 Fix image generation. by Mathieu Chartier · 11 years ago
  28. 8bbc8c0 Fix mismatched malloc / delete. by Mathieu Chartier · 11 years ago
  29. 0418ae2 GC a lot mode. by Mathieu Chartier · 11 years ago
  30. f082d3c Remove sorted variable in allocation stacks. by Mathieu Chartier · 11 years ago
  31. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  32. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  33. 5e04059 am 58b42b98: Fix portable build. by Mathieu Chartier · 11 years ago
  34. 58b42b9 Fix portable build. by Mathieu Chartier · 11 years ago
  35. 374121f Merge "Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger" into dalvik-dev by Anwar Ghuloum · 11 years ago
  36. 838f9c8 am 98b6b185: Fix build by Mathieu Chartier · 11 years ago
  37. 98b6b18 Fix build by Mathieu Chartier · 11 years ago
  38. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  39. 41a41fd am 0a9dc05e: GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  40. 0a9dc05 GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  41. df28d4a Merge "Show size/alloc/free per Dalvik heap space in dumpsys" into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  42. 333cf1b Tidy OOME message. by Ian Rogers · 11 years ago
  43. 3489af2 am 63a54345: Add option for changing number of GC threads. by Mathieu Chartier · 11 years ago
  44. 63a5434 Add option for changing number of GC threads. by Mathieu Chartier · 11 years ago
  45. 09b07a9 Show size/alloc/free per Dalvik heap space in dumpsys by Hiroshi Yamauchi · 11 years ago
  46. ebd6638 am 4274889d: Fixing cpplint readability/check issues by Brian Carlstrom · 11 years ago
  47. ac43ae5 am 2d88862f: Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  48. f1694e1 am 751d4ed4: Fixing cpplint legal/copyright issues by Brian Carlstrom · 11 years ago
  49. 58d8b95 am 02c8cc6d: Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  50. bbf8a09 resolved conflicts for merge of 3da08f4d to dalvik-dev by Mathieu Chartier · 11 years ago
  51. 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 11 years ago
  52. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  53. 751d4ed Fixing cpplint legal/copyright issues by Brian Carlstrom · 11 years ago
  54. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  55. 3da08f4 Merge "Add interface for updating the heap's process state" by Mathieu Chartier · 11 years ago
  56. 8235331 Add interface for updating the heap's process state by Mathieu Chartier · 11 years ago
  57. 0ab5ef3 am 3e3d591f: Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  58. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  59. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 11 years ago
  60. 0852459 am 0cd7ec2d: Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  61. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  62. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  63. 073deb8 am f69863b3: Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  64. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  65. b267c89 am 93ba893c: Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  66. 397f477 am b1eba213: Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  67. 98c19d2 am 2ce745c0: Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  68. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  69. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  70. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  71. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  72. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  73. 5081c0f am 56d947fb: Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  74. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  75. 8784462 Remove declaration of undefined method. by Ian Rogers · 11 years ago
  76. 4b95e8f Refactor atomic integer. by Mathieu Chartier · 11 years ago
  77. 4fcb8d3 Remove stale comments and kDebugLocking check by Mathieu Chartier · 11 years ago
  78. 1db9113 resolved conflicts for merge of 7940e44f to dalvik-dev by Brian Carlstrom · 11 years ago
  79. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago