1. ec05007 Refactor sweeping logic into malloc space. by Mathieu Chartier · 12 years ago
  2. 5a2ced5 Merge "Use memcpy instead of Array::Set in mirror::String::AllocFromUtf16." by Ian Rogers · 12 years ago
  3. 1d99e45 Disallow JNI NewObjectArray of primitive types. by Ian Rogers · 12 years ago
  4. 4069d33 Use memcpy instead of Array::Set in mirror::String::AllocFromUtf16. by Ian Rogers · 12 years ago
  5. da0a4db Remove extraneous CFI from x86 entrypoints to fix backtrace. by Ian Rogers · 12 years ago
  6. b73f31f Fix a typo in a comment. by Narayan Kamath · 12 years ago
  7. 0859999 Add stale weak global unit test to jni_internal_test. by Mathieu Chartier · 12 years ago
  8. ac79f4d Merge "Tidy up memory barriers." by Ian Rogers · 12 years ago
  9. b122a4b Tidy up memory barriers. by Ian Rogers · 12 years ago
  10. ef809d0 JNI: NewDirectByteBuffer should allow 0 length buffers. by Narayan Kamath · 12 years ago
  11. cd2cfff Change IndirectReferenceTable::Add null DCHECK to CHECK. by Mathieu Chartier · 12 years ago
  12. 0a9c5fd Merge "Fix thread checkpoint issue" by Ian Rogers · 12 years ago
  13. 0f5f6bb Fix thread checkpoint issue by Dave Allison · 12 years ago
  14. e8c48db Fix NewLocalRef, NewGlobalRef to handle cleared weak globals. by Mathieu Chartier · 12 years ago
  15. 64763b9 Merge "Fix byte_cas to work on non-word aligned addresses" by Brian Carlstrom · 12 years ago
  16. bb11f4b Fix byte_cas to work on non-word aligned addresses by Brian Carlstrom · 12 years ago
  17. 5dcce9a Merge "Remove some unnecessary code from dlmalloc_space/rosalloc_space." by Hiroshi Yamauchi · 12 years ago
  18. ec8d142 Forgot to bump oat version in previous change by Brian Carlstrom · 12 years ago
  19. e48780b Remove some unnecessary code from dlmalloc_space/rosalloc_space. by Hiroshi Yamauchi · 12 years ago
  20. 95a4de7 Fix test-art setup. by Vladimir Marko · 12 years ago
  21. 102a8f2 Fix build - test issues. by Sebastien Hertz · 12 years ago
  22. 43c941f Merge "Move compiler code out of method verifier." by Vladimir Marko · 12 years ago
  23. 573f7d2 Fix an array copy benchmark regression. by Hiroshi Yamauchi · 12 years ago
  24. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 12 years ago
  25. 7e126e8 Merge "Thread local bump pointer allocator." by Mathieu Chartier · 12 years ago
  26. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 12 years ago
  27. f15ef74 Merge "Use the asm-generic ucontext.h for arm." by Christopher Ferris · 12 years ago
  28. f0d5f55 Use the asm-generic ucontext.h for arm. by Christopher Ferris · 12 years ago
  29. abcce5d Merge "Port "Retry mount() if it fails with EINTR" to ART" by Brian Carlstrom · 12 years ago
  30. 03a9f3b Merge "Add classes that fail verification early to rejected class list." by Jeff Hao · 12 years ago
  31. 01add2c Port "Retry mount() if it fails with EINTR" to ART by Brian Carlstrom · 12 years ago
  32. 07dc96d Merge "Per-DexFile locking for inliner initialization." by Vladimir Marko · 12 years ago
  33. 12f9628 Fix minor style issues by Vladimir Marko · 12 years ago
  34. f98dbf0 Merge "Implement GenInlinedSqrt for x86" by Vladimir Marko · 12 years ago
  35. 9b14e04 Merge "x86_64: Updating makefile to avoid early fail of other projects build" by Brian Carlstrom · 12 years ago
  36. 2d7e5aa Add classes that fail verification early to rejected class list. by Jeff Hao · 12 years ago
  37. bff1ef0 Implement GenInlinedSqrt for x86 by Mark Mendell · 12 years ago
  38. e13717e Per-DexFile locking for inliner initialization. by Vladimir Marko · 12 years ago
  39. 22cb09b Add class to verifier's rejected list if superclass is erroneous. by Jeff Hao · 12 years ago
  40. 8ff6e59 Merge "Don't rely on gcc extensions" by Mathieu Chartier · 12 years ago
  41. f288bd1 Merge "Manage JDWP errors related to garbage collection." by Sebastien Hertz · 12 years ago
  42. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 12 years ago
  43. e96060a Manage JDWP errors related to garbage collection. by Sebastien Hertz · 12 years ago
  44. 6054239 Merge "Fix null argument handling during invoke from JDWP." by Sebastien Hertz · 12 years ago
  45. 0630ab5 Fix null argument handling during invoke from JDWP. by Sebastien Hertz · 12 years ago
  46. 19031d5 Merge "Define missing static constexpr variables" by Mathieu Chartier · 12 years ago
  47. 45c1165 Define missing static constexpr variables by Mark Mendell · 12 years ago
  48. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 12 years ago
  49. 0b5a3fe Merge changes I002f4ab1,Ief34c1b5 by Brian Carlstrom · 12 years ago
  50. f76cc59 Merge "A simple promotion-like mechanism." by Hiroshi Yamauchi · 12 years ago
  51. 9e0668f Add dependency on libutils for libziparchive by Narayan Kamath · 12 years ago
  52. 543154a Merge "Fix JDWP class-only modifier." by Sebastien Hertz · 12 years ago
  53. fd7ad0a Fix dependencies to be on core-libart, not core by Brian Carlstrom · 12 years ago
  54. 08cbf66 Do not require classes.dex to support stripped zip files by Brian Carlstrom · 12 years ago
  55. ed61d74 Merge "Fix FindFieldID to use class's classloader to find field type." by Jeff Hao · 12 years ago
  56. 62509b6 Fix FindFieldID to use class's classloader to find field type. by Jeff Hao · 12 years ago
  57. c528dba Enable moving classes. by Mathieu Chartier · 12 years ago
  58. 76f5523 Merge "Add missing push/pop shadow frame to artInterpreterToCompiledCodeBridge." by Mathieu Chartier · 12 years ago
  59. f043de4 Add missing push/pop shadow frame to artInterpreterToCompiledCodeBridge. by Mathieu Chartier · 12 years ago
  60. 3d0ecf9 Merge "Add SpaceTest for RosAllocSpace." by Hiroshi Yamauchi · 12 years ago
  61. 3ddbd42 Add SpaceTest for RosAllocSpace. by Hiroshi Yamauchi · 12 years ago
  62. 4fa0bcd Remove unneeded quoting by Brian Carlstrom · 12 years ago
  63. 4b1782f A simple promotion-like mechanism. by Hiroshi Yamauchi · 12 years ago
  64. 07a3212 Fix build (lint: explicit ctor). by Vladimir Marko · 12 years ago
  65. 8171fc3 Don't prefix GC map by length. by Vladimir Marko · 12 years ago
  66. fa365d2 Merge "Fix memory usage regression and clean up collector changing code." by Mathieu Chartier · 12 years ago
  67. 7bf82af Fix memory usage regression and clean up collector changing code. by Mathieu Chartier · 12 years ago
  68. fa31b3c Add some functions to the unitialized VM handling by Kenny Root · 12 years ago
  69. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 12 years ago
  70. e4e23c0 Fix valgrind-test-art-host-gtest-object_test. by Hiroshi Yamauchi · 12 years ago
  71. 59cde53 Workaround for gcc volatile struct member bug by Chris Dearman · 12 years ago
  72. 93461f9 Merge "Fix races in thread list Unregister." by Mathieu Chartier · 12 years ago
  73. 5f51d4b Fix races in thread list Unregister. by Mathieu Chartier · 12 years ago
  74. 123756a Fix JDWP class-only modifier. by Sebastien Hertz · 12 years ago
  75. 501668a Fix a rosalloc check failure in a test. by Hiroshi Yamauchi · 12 years ago
  76. 228d6b8 Fix stack trace for proxy methods and added test case. by Jeff Hao · 12 years ago
  77. 85db144 Fix incorrect IsHeapAddress in jni entrypoints. by Mathieu Chartier · 12 years ago
  78. 1e6cb63 Delta-encoding of mapping tables. by Vladimir Marko · 12 years ago
  79. 7613ffd Merge "Add interface for updating process state." by Mathieu Chartier · 12 years ago
  80. 2ef411b x86_64: Updating makefile to avoid early fail of other projects build by Pavel Chupin · 12 years ago
  81. 315ab6c Merge "Fix JDWP single-step removal." by Brian Carlstrom · 12 years ago
  82. af82e0c Merge "[MIPS] Enable futex support" by Elliott Hughes · 12 years ago
  83. 87118ed Fix JDWP single-step removal. by Sebastien Hertz · 12 years ago
  84. ca2a24d Add interface for updating process state. by Mathieu Chartier · 12 years ago
  85. 5da3778 Turn up oat version to 11 by Brian Carlstrom · 12 years ago
  86. 218daa2 Change thread.h to thread-inl.h for missing Thread::Current for rosalloc.cc by Brian Carlstrom · 12 years ago
  87. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 12 years ago
  88. f3bfe67 Merge "Add -xGc: MS, CMS, SS options to specify which GC to use." into dalvik-dev by Mathieu Chartier · 12 years ago
  89. dc10add Merge "Minor field name cleanup in debugger." into dalvik-dev by Sebastien Hertz · 12 years ago
  90. d38667a Minor field name cleanup in debugger. by Sebastien Hertz · 12 years ago
  91. d9cffea Faster Signature::operator==(const StringPiece& rhs). by Vladimir Marko · 12 years ago
  92. 0de9f73 Add -xGc: MS, CMS, SS options to specify which GC to use. by Mathieu Chartier · 12 years ago
  93. 2e899a9 Fix a crash with -XX:DumpGCPerformanceOnShutdown. by Hiroshi Yamauchi · 12 years ago
  94. ff3b24a Add developer option for dumping GC cumulative timings on shutdown. by Mathieu Chartier · 12 years ago
  95. e745d5a Merge "Compact zygote." into dalvik-dev by Mathieu Chartier · 12 years ago
  96. 5048223 Compact zygote. by Mathieu Chartier · 12 years ago
  97. 2047eed Merge "Fix a libartd.so boot crash when kMovingCollector is true." into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  98. f566f38 Merge "Inline RosAlloc::Alloc()." into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  99. 95a659f Fix a libartd.so boot crash when kMovingCollector is true. by Hiroshi Yamauchi · 12 years ago
  100. 3c2856e Inline RosAlloc::Alloc(). by Hiroshi Yamauchi · 12 years ago