1. 76f5523 Merge "Add missing push/pop shadow frame to artInterpreterToCompiledCodeBridge." by Mathieu Chartier · 12 years ago
  2. f043de4 Add missing push/pop shadow frame to artInterpreterToCompiledCodeBridge. by Mathieu Chartier · 12 years ago
  3. 3d0ecf9 Merge "Add SpaceTest for RosAllocSpace." by Hiroshi Yamauchi · 12 years ago
  4. 3ddbd42 Add SpaceTest for RosAllocSpace. by Hiroshi Yamauchi · 12 years ago
  5. 4fa0bcd Remove unneeded quoting by Brian Carlstrom · 12 years ago
  6. 07a3212 Fix build (lint: explicit ctor). by Vladimir Marko · 12 years ago
  7. 8171fc3 Don't prefix GC map by length. by Vladimir Marko · 12 years ago
  8. fa365d2 Merge "Fix memory usage regression and clean up collector changing code." by Mathieu Chartier · 12 years ago
  9. 7bf82af Fix memory usage regression and clean up collector changing code. by Mathieu Chartier · 12 years ago
  10. fa31b3c Add some functions to the unitialized VM handling by Kenny Root · 12 years ago
  11. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 12 years ago
  12. e4e23c0 Fix valgrind-test-art-host-gtest-object_test. by Hiroshi Yamauchi · 12 years ago
  13. 59cde53 Workaround for gcc volatile struct member bug by Chris Dearman · 12 years ago
  14. 93461f9 Merge "Fix races in thread list Unregister." by Mathieu Chartier · 12 years ago
  15. 5f51d4b Fix races in thread list Unregister. by Mathieu Chartier · 12 years ago
  16. 501668a Fix a rosalloc check failure in a test. by Hiroshi Yamauchi · 12 years ago
  17. 228d6b8 Fix stack trace for proxy methods and added test case. by Jeff Hao · 12 years ago
  18. 85db144 Fix incorrect IsHeapAddress in jni entrypoints. by Mathieu Chartier · 12 years ago
  19. 1e6cb63 Delta-encoding of mapping tables. by Vladimir Marko · 12 years ago
  20. 7613ffd Merge "Add interface for updating process state." by Mathieu Chartier · 12 years ago
  21. 315ab6c Merge "Fix JDWP single-step removal." by Brian Carlstrom · 12 years ago
  22. af82e0c Merge "[MIPS] Enable futex support" by Elliott Hughes · 12 years ago
  23. 87118ed Fix JDWP single-step removal. by Sebastien Hertz · 12 years ago
  24. ca2a24d Add interface for updating process state. by Mathieu Chartier · 12 years ago
  25. 5da3778 Turn up oat version to 11 by Brian Carlstrom · 12 years ago
  26. 218daa2 Change thread.h to thread-inl.h for missing Thread::Current for rosalloc.cc by Brian Carlstrom · 12 years ago
  27. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 12 years ago
  28. f3bfe67 Merge "Add -xGc: MS, CMS, SS options to specify which GC to use." into dalvik-dev by Mathieu Chartier · 12 years ago
  29. dc10add Merge "Minor field name cleanup in debugger." into dalvik-dev by Sebastien Hertz · 12 years ago
  30. d38667a Minor field name cleanup in debugger. by Sebastien Hertz · 12 years ago
  31. d9cffea Faster Signature::operator==(const StringPiece& rhs). by Vladimir Marko · 12 years ago
  32. 0de9f73 Add -xGc: MS, CMS, SS options to specify which GC to use. by Mathieu Chartier · 12 years ago
  33. 2e899a9 Fix a crash with -XX:DumpGCPerformanceOnShutdown. by Hiroshi Yamauchi · 12 years ago
  34. ff3b24a Add developer option for dumping GC cumulative timings on shutdown. by Mathieu Chartier · 12 years ago
  35. e745d5a Merge "Compact zygote." into dalvik-dev by Mathieu Chartier · 12 years ago
  36. 5048223 Compact zygote. by Mathieu Chartier · 12 years ago
  37. 2047eed Merge "Fix a libartd.so boot crash when kMovingCollector is true." into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  38. f566f38 Merge "Inline RosAlloc::Alloc()." into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  39. 95a659f Fix a libartd.so boot crash when kMovingCollector is true. by Hiroshi Yamauchi · 12 years ago
  40. 3c2856e Inline RosAlloc::Alloc(). by Hiroshi Yamauchi · 12 years ago
  41. 4137f48 Make verifier log hard failures by default. by Jeff Hao · 12 years ago
  42. b6b4c45 Merge "Search for miranda methods in virtual methods instead of interface." into dalvik-dev by Jeff Hao · 12 years ago
  43. 201803f Search for miranda methods in virtual methods instead of interface. by Jeff Hao · 12 years ago
  44. f9ed0d3 Fix concurrent GC to properly handle no zygote. by Mathieu Chartier · 12 years ago
  45. 9fc983e Merge "Fix a libartd.so boot crash in Heap::AllocObjectWithAllocator()" into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  46. cbbb080 Fix a libartd.so boot crash in Heap::AllocObjectWithAllocator() by Hiroshi Yamauchi · 12 years ago
  47. b2f9936 Add histogram for GC pause times. by Mathieu Chartier · 12 years ago
  48. dcc5c75 Remove sleep workaround in thread pool. by Mathieu Chartier · 12 years ago
  49. e9c36b3 Avoid some string allocations. by Vladimir Marko · 12 years ago
  50. 3e669db Fix histogram test. by Mathieu Chartier · 12 years ago
  51. cc9e9a3 Merge "Fix memory leak caused by not adding lage objects to allocation stack." into dalvik-dev by Mathieu Chartier · 12 years ago
  52. 19b0a91 Improve histogram and timing logger dumping. by Mathieu Chartier · 12 years ago
  53. 4b55530 Fix memory leak caused by not adding lage objects to allocation stack. by Mathieu Chartier · 12 years ago
  54. 1febddf Set array length before fence in allocation code path. by Mathieu Chartier · 12 years ago
  55. e768dfd Merge "Add Valgrind rosalloc support." into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  56. 34a0e6a Merge "Refactor allocation entrypoints." into dalvik-dev by Mathieu Chartier · 12 years ago
  57. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 12 years ago
  58. 7cb7bbc Add Valgrind rosalloc support. by Hiroshi Yamauchi · 12 years ago
  59. 2054553 Merge "Move single-step control into thread." into dalvik-dev by Sebastien Hertz · 12 years ago
  60. 212d2ab Merge "Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events." into dalvik-dev by Jeff Hao · 12 years ago
  61. 61b7f1b Move single-step control into thread. by Sebastien Hertz · 12 years ago
  62. 579b024 Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events. by Jeff Hao · 12 years ago
  63. d31fb97 Enable rosalloc by default. by Hiroshi Yamauchi · 12 years ago
  64. 43fddc8 Merge "Fix a per-process dumpsys meminfo crash." into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  65. e24fa3e Merge "Propagate 'this_object' for method unwind event." into dalvik-dev by Sebastien Hertz · 12 years ago
  66. c255e97 Avoid unnecessary copy of dex_gc_map. by Vladimir Marko · 12 years ago
  67. 51db44a Propagate 'this_object' for method unwind event. by Sebastien Hertz · 12 years ago
  68. 4ce1f00 Fix a per-process dumpsys meminfo crash. by Hiroshi Yamauchi · 12 years ago
  69. bb2f804 Remove a LOG(INFO) that's probably forgot to be removed. by Hiroshi Yamauchi · 12 years ago
  70. e5eedcb Fix cpplint errors. by Hiroshi Yamauchi · 12 years ago
  71. df810ac Merge "A custom 'runs-of-slots' memory allocator." into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  72. 3cebbc7 Merge "Rewrite intrinsics detection." into dalvik-dev by Vladimir Marko · 12 years ago
  73. 107a221 Merge "Fix missing class initialization during instrumentation." into dalvik-dev by Sebastien Hertz · 12 years ago
  74. 5c96e6b Rewrite intrinsics detection. by Vladimir Marko · 12 years ago
  75. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 12 years ago
  76. be56c9e Merge "Temporary fix for target tests." into dalvik-dev by Mathieu Chartier · 12 years ago
  77. 8af3d2b Temporary fix for target tests. by Mathieu Chartier · 12 years ago
  78. 39e3261 Refactor reference queues. by Mathieu Chartier · 12 years ago
  79. 5bfd5c9 Fix missing class initialization during instrumentation. by Sebastien Hertz · 12 years ago
  80. 500793f LEB128 tests and performance measurements. by Ian Rogers · 12 years ago
  81. c014178 [MIPS] Enable futex support by Chris Dearman · 12 years ago
  82. f44e87f Merge "Put arguments first in debugger variable table and fix name bug." into dalvik-dev by Jeff Hao · 12 years ago
  83. b7cefc7 Put arguments first in debugger variable table and fix name bug. by Jeff Hao · 12 years ago
  84. b585643 Merge "Fix memory leaks relating to timing logger." into dalvik-dev by Ian Rogers · 12 years ago
  85. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 12 years ago
  86. 159aa95 Make exceptions use of LEB decoder valgrind clean. by Ian Rogers · 12 years ago
  87. dfe78a6 Fix memory leak of verifier small precise constants. by Ian Rogers · 12 years ago
  88. e1dcc8f Merge "Add missing field initialization in mark sweep." into dalvik-dev by Ian Rogers · 12 years ago
  89. 20ab6c8 Avoid reading off the end of empty mapping tables. by Ian Rogers · 12 years ago
  90. 906457c Add missing field initialization in mark sweep. by Ian Rogers · 12 years ago
  91. 3677c9f Merge "Use a UniquePtr to clean up global logging std::string*s." into dalvik-dev by Ian Rogers · 12 years ago
  92. 51c5e29 Merge "Fix libart.do boot check failure (b/11679102)." into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  93. 5ceb974 Fix libart.do boot check failure (b/11679102). by Hiroshi Yamauchi · 12 years ago
  94. 1e363f9 Use a UniquePtr to clean up global logging std::string*s. by Ian Rogers · 12 years ago
  95. bcd5e9d Manually manage thread pool stacks. by Mathieu Chartier · 12 years ago
  96. 3b6f0fa Add more logging when mmap fails. by Mathieu Chartier · 12 years ago
  97. 34e8293 Fix remaining mips build issues. by Mathieu Chartier · 12 years ago
  98. 46bc778 Fix portable + mips build. by Mathieu Chartier · 12 years ago
  99. 0b74e3a Merge "Compacting collector." into dalvik-dev by Mathieu Chartier · 12 years ago
  100. 10f6bcc am 6e9aeb66: Update Backtrace::Create to use new define. by Christopher Ferris · 12 years ago