1. f9ed0d3 Fix concurrent GC to properly handle no zygote. by Mathieu Chartier · 11 years ago
  2. 9fc983e Merge "Fix a libartd.so boot crash in Heap::AllocObjectWithAllocator()" into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  3. cbbb080 Fix a libartd.so boot crash in Heap::AllocObjectWithAllocator() by Hiroshi Yamauchi · 11 years ago
  4. b2f9936 Add histogram for GC pause times. by Mathieu Chartier · 11 years ago
  5. dcc5c75 Remove sleep workaround in thread pool. by Mathieu Chartier · 11 years ago
  6. e9c36b3 Avoid some string allocations. by Vladimir Marko · 11 years ago
  7. 3e669db Fix histogram test. by Mathieu Chartier · 11 years ago
  8. cc9e9a3 Merge "Fix memory leak caused by not adding lage objects to allocation stack." into dalvik-dev by Mathieu Chartier · 11 years ago
  9. 19b0a91 Improve histogram and timing logger dumping. by Mathieu Chartier · 11 years ago
  10. 4b55530 Fix memory leak caused by not adding lage objects to allocation stack. by Mathieu Chartier · 11 years ago
  11. 1febddf Set array length before fence in allocation code path. by Mathieu Chartier · 11 years ago
  12. e768dfd Merge "Add Valgrind rosalloc support." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  13. 34a0e6a Merge "Refactor allocation entrypoints." into dalvik-dev by Mathieu Chartier · 11 years ago
  14. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  15. 7cb7bbc Add Valgrind rosalloc support. by Hiroshi Yamauchi · 11 years ago
  16. 2054553 Merge "Move single-step control into thread." into dalvik-dev by Sebastien Hertz · 11 years ago
  17. 212d2ab Merge "Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events." into dalvik-dev by Jeff Hao · 11 years ago
  18. 61b7f1b Move single-step control into thread. by Sebastien Hertz · 11 years ago
  19. 579b024 Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events. by Jeff Hao · 11 years ago
  20. d31fb97 Enable rosalloc by default. by Hiroshi Yamauchi · 11 years ago
  21. 43fddc8 Merge "Fix a per-process dumpsys meminfo crash." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  22. e24fa3e Merge "Propagate 'this_object' for method unwind event." into dalvik-dev by Sebastien Hertz · 11 years ago
  23. d08a498 Merge "Clean up kOpCmp on ARM." into dalvik-dev by Vladimir Marko · 11 years ago
  24. 2247984 Clean up kOpCmp on ARM. by Vladimir Marko · 11 years ago
  25. c255e97 Avoid unnecessary copy of dex_gc_map. by Vladimir Marko · 11 years ago
  26. ba9ece9 Fix inlining for String.indexOf / String.isEmpty. by Narayan Kamath · 11 years ago
  27. 51db44a Propagate 'this_object' for method unwind event. by Sebastien Hertz · 11 years ago
  28. 4ce1f00 Fix a per-process dumpsys meminfo crash. by Hiroshi Yamauchi · 11 years ago
  29. bb2f804 Remove a LOG(INFO) that's probably forgot to be removed. by Hiroshi Yamauchi · 11 years ago
  30. e5eedcb Fix cpplint errors. by Hiroshi Yamauchi · 11 years ago
  31. df810ac Merge "A custom 'runs-of-slots' memory allocator." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  32. e4a50ee Fix build. by Mathieu Chartier · 11 years ago
  33. 259b592 Fix build: add required spaces after //. by Vladimir Marko · 11 years ago
  34. 3cebbc7 Merge "Rewrite intrinsics detection." into dalvik-dev by Vladimir Marko · 11 years ago
  35. 2dad1e4 Merge "Improve Thumb2 instructions' use of constant operands." into dalvik-dev by Vladimir Marko · 11 years ago
  36. 332b7aa Improve Thumb2 instructions' use of constant operands. by Vladimir Marko · 11 years ago
  37. 107a221 Merge "Fix missing class initialization during instrumentation." into dalvik-dev by Sebastien Hertz · 11 years ago
  38. 5c96e6b Rewrite intrinsics detection. by Vladimir Marko · 11 years ago
  39. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  40. ca368cb Break apart oat writing times. by Ian Rogers · 11 years ago
  41. fd91223 am dcab719b: am 3e32da0e: am 21b2216e: Add NOTICE and MODULE_LICENSE_APACHE2 for art by Brian Carlstrom · 11 years ago
  42. dcab719 am 3e32da0e: am 21b2216e: Add NOTICE and MODULE_LICENSE_APACHE2 for art by Brian Carlstrom · 11 years ago
  43. 3e32da0 am 21b2216e: Add NOTICE and MODULE_LICENSE_APACHE2 for art by Brian Carlstrom · 11 years ago
  44. 21b2216 Add NOTICE and MODULE_LICENSE_APACHE2 for art by Brian Carlstrom · 11 years ago
  45. be56c9e Merge "Temporary fix for target tests." into dalvik-dev by Mathieu Chartier · 11 years ago
  46. 8af3d2b Temporary fix for target tests. by Mathieu Chartier · 11 years ago
  47. 39e3261 Refactor reference queues. by Mathieu Chartier · 11 years ago
  48. ad435eb Fix Thumb2 ldrd/strd disassembly. by Vladimir Marko · 11 years ago
  49. 5bfd5c9 Fix missing class initialization during instrumentation. by Sebastien Hertz · 11 years ago
  50. 500793f LEB128 tests and performance measurements. by Ian Rogers · 11 years ago
  51. f44e87f Merge "Put arguments first in debugger variable table and fix name bug." into dalvik-dev by Jeff Hao · 11 years ago
  52. b7cefc7 Put arguments first in debugger variable table and fix name bug. by Jeff Hao · 11 years ago
  53. b585643 Merge "Fix memory leaks relating to timing logger." into dalvik-dev by Ian Rogers · 11 years ago
  54. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  55. 6080c3b Merge "Make exceptions use of LEB decoder valgrind clean." into dalvik-dev by Ian Rogers · 11 years ago
  56. 159aa95 Make exceptions use of LEB decoder valgrind clean. by Ian Rogers · 11 years ago
  57. c652e72 Merge "Quick compiler compile-time/memory use improvement" into dalvik-dev by buzbee · 11 years ago
  58. dfe78a6 Fix memory leak of verifier small precise constants. by Ian Rogers · 11 years ago
  59. 17189ac Quick compiler compile-time/memory use improvement by buzbee · 11 years ago
  60. 03aca12 Merge "Don't read characters from 0 length strings." into dalvik-dev by Ian Rogers · 11 years ago
  61. e1dcc8f Merge "Add missing field initialization in mark sweep." into dalvik-dev by Ian Rogers · 11 years ago
  62. 24c534d Don't read characters from 0 length strings. by Ian Rogers · 11 years ago
  63. 20ab6c8 Avoid reading off the end of empty mapping tables. by Ian Rogers · 11 years ago
  64. 906457c Add missing field initialization in mark sweep. by Ian Rogers · 11 years ago
  65. 202a3e9 Merge "Fix testing all valgrind tests and make errors abort." into dalvik-dev by Ian Rogers · 11 years ago
  66. 3677c9f Merge "Use a UniquePtr to clean up global logging std::string*s." into dalvik-dev by Ian Rogers · 11 years ago
  67. 51c5e29 Merge "Fix libart.do boot check failure (b/11679102)." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  68. 5ceb974 Fix libart.do boot check failure (b/11679102). by Hiroshi Yamauchi · 11 years ago
  69. ffcd9d2 Merge "Fix clean-oat" into dalvik-dev by Brian Carlstrom · 11 years ago
  70. 1f8730b Fix clean-oat by Brian Carlstrom · 11 years ago
  71. 1e363f9 Use a UniquePtr to clean up global logging std::string*s. by Ian Rogers · 11 years ago
  72. 86aed2a Fix testing all valgrind tests and make errors abort. by Ian Rogers · 11 years ago
  73. 12aeccd Fix image writer bitmap size calculation. by Mathieu Chartier · 11 years ago
  74. bcd5e9d Manually manage thread pool stacks. by Mathieu Chartier · 11 years ago
  75. dfcca56 Merge "Allow host valgrind gtests to be run individually." into dalvik-dev by Ian Rogers · 11 years ago
  76. d912e5c Allow host valgrind gtests to be run individually. by Ian Rogers · 11 years ago
  77. 3b6f0fa Add more logging when mmap fails. by Mathieu Chartier · 11 years ago
  78. 34e8293 Fix remaining mips build issues. by Mathieu Chartier · 11 years ago
  79. 46bc778 Fix portable + mips build. by Mathieu Chartier · 11 years ago
  80. 0b74e3a Merge "Compacting collector." into dalvik-dev by Mathieu Chartier · 11 years ago
  81. 686d6f3 am f22ca345: resolved conflicts for merge of 5f20cf36 to master by Brian Carlstrom · 11 years ago
  82. de23044 am 824200b5: resolved conflicts for merge of a8a05585 to master by Brian Carlstrom · 11 years ago
  83. f22ca34 resolved conflicts for merge of 5f20cf36 to master by Brian Carlstrom · 11 years ago
  84. 824200b resolved conflicts for merge of a8a05585 to master by Brian Carlstrom · 11 years ago
  85. 5f20cf3 am 08377a7f: Fix CTS failures caused by ignoring malformed dex files in dex2oat by Brian Carlstrom · 11 years ago
  86. a8a0558 am d492f91f: Revert "Ignore missing files in dex2oat" by Brian Carlstrom · 11 years ago
  87. 10f6bcc am 6e9aeb66: Update Backtrace::Create to use new define. by Christopher Ferris · 11 years ago
  88. 6e9aeb6 Update Backtrace::Create to use new define. by Christopher Ferris · 11 years ago
  89. b46815a Merge changes If1f62dff,I3cf59d56 into dalvik-dev by Brian Carlstrom · 11 years ago
  90. 08377a7 Fix CTS failures caused by ignoring malformed dex files in dex2oat by Brian Carlstrom · 11 years ago
  91. d492f91 Revert "Ignore missing files in dex2oat" by Brian Carlstrom · 11 years ago
  92. 25724ef Fix CompilationUnit's UniquePtr usage. by Vladimir Marko · 11 years ago
  93. d5aba59 Fix CTS failures caused by ignoring malformed dex files in dex2oat by Brian Carlstrom · 11 years ago
  94. 3cf59d5 Revert "resolved conflicts for merge of ad93c622 to master" by Brian Carlstrom · 11 years ago
  95. fb0c195 am 08f20c63: Change monitor checks to warnings in verifier. by Jeff Hao · 11 years ago
  96. 08f20c6 Change monitor checks to warnings in verifier. by Jeff Hao · 11 years ago
  97. 13fc4ad am 1e7d1d50: Set processes\' comm names to their package names. by William Roberts · 11 years ago
  98. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  99. 1e7d1d5 Set processes' comm names to their package names. by William Roberts · 11 years ago
  100. 5b70680 am e1467659: Fix capability setting for the top 32 bits. by Elliott Hughes · 11 years ago