1. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  2. cfd5acf Merge "Fix a DCHECK failure when causing GC from DDMS." by Hiroshi Yamauchi · 11 years ago
  3. 9f42a5b Merge "Mark ScopedArenaAllocator's allocations undefined for Valgrind." by Vladimir Marko · 11 years ago
  4. 01df015 Merge "Faster AssembleLIR for ARM." by Vladimir Marko · 11 years ago
  5. 8a76f1e Mark ScopedArenaAllocator's allocations undefined for Valgrind. by Vladimir Marko · 11 years ago
  6. 306f017 Faster AssembleLIR for ARM. by Vladimir Marko · 11 years ago
  7. 7414375 Merge "Add support for adding two integers in optimizing compiler." by Nicolas Geoffray · 11 years ago
  8. d8ee737 Add support for adding two integers in optimizing compiler. by Nicolas Geoffray · 11 years ago
  9. 8732bf9 Merge "Remove use of pthread_cond_timedwait_monotonic." by Narayan Kamath · 11 years ago
  10. 7f466c0 Merge "Add support for invoke-static in optimizing compiler." by Nicolas Geoffray · 11 years ago
  11. 8ccc3f5 Add support for invoke-static in optimizing compiler. by Nicolas Geoffray · 11 years ago
  12. dd3c9a0 Merge "No longer restrict to -source 1.5 since it causes a warning with 1.7" by Brian Carlstrom · 11 years ago
  13. 5103ce6 No longer restrict to -source 1.5 since it causes a warning with 1.7 by Brian Carlstrom · 11 years ago
  14. 3f96751 Merge "Fix non concurrent mark sweep ergonomics." by Mathieu Chartier · 11 years ago
  15. 5ae2c93 Fix non concurrent mark sweep ergonomics. by Mathieu Chartier · 11 years ago
  16. 11a8497 Merge "Some fixes for comments and implied conversions." by Jeff Hao · 11 years ago
  17. cb4581a Some fixes for comments and implied conversions. by Jeff Hao · 11 years ago
  18. 1cd53db Fix a DCHECK failure when causing GC from DDMS. by Hiroshi Yamauchi · 11 years ago
  19. 17b3fb8 Merge "Swap allocation stacks in pause." by Mathieu Chartier · 11 years ago
  20. e759c9f Merge "Add access checks to Method and Field reflection." by Jeff Hao · 11 years ago
  21. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 11 years ago
  22. 0f7bf6a Swap allocation stacks in pause. by Mathieu Chartier · 11 years ago
  23. 2616248 Merge "Refactor some GC code." by Mathieu Chartier · 11 years ago
  24. f805f77 Merge "An empty collector skeleton for a read barrier-based collector." by Hiroshi Yamauchi · 11 years ago
  25. 4aeec17 Refactor some GC code. by Mathieu Chartier · 11 years ago
  26. 2bc4246 Merge "x86_64: JNI compiler" by Andreas Gampe · 11 years ago
  27. a708e32 Merge "Properly dump register type in verifier failure messages" by Sebastien Hertz · 11 years ago
  28. 757b304 Properly dump register type in verifier failure messages by Sebastien Hertz · 11 years ago
  29. 6d65a2f Merge "Annotate Dalvik VR access as both use and def if we use it in this way" by Bill Buzbee · 11 years ago
  30. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  31. 217fe73 Annotate Dalvik VR access as both use and def if we use it in this way by Serguei Katkov · 11 years ago
  32. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 11 years ago
  33. ad174d1b Merge "Revert "Optimize easy multiply and easy div remainder."" by Brian Carlstrom · 11 years ago
  34. 5378924 Merge "Error when taking the modulo of the length of an array" by Brian Carlstrom · 11 years ago
  35. 3654a6f Revert "Optimize easy multiply and easy div remainder." by Brian Carlstrom · 11 years ago
  36. b20d24d Error when taking the modulo of the length of an array by Brian Carlstrom · 11 years ago
  37. bcb782f Merge "Fix CopyRegInfo to keep live/dirty flags of new registers." by Bill Buzbee · 11 years ago
  38. 3d325c6 Fix CopyRegInfo to keep live/dirty flags of new registers. by Chao-ying Fu · 11 years ago
  39. 379bd29 Merge "Change sticky GC ergonomics to use GC throughput." by Mathieu Chartier · 11 years ago
  40. afe4998 Change sticky GC ergonomics to use GC throughput. by Mathieu Chartier · 11 years ago
  41. 67ad224 Merge "Remove bogus DCHECK." by Ian Rogers · 11 years ago
  42. 549cc8b Remove bogus DCHECK. by Ian Rogers · 11 years ago
  43. 0fd52d5 Merge "Fix x86 master build failure." by buzbee · 11 years ago
  44. 262b299 Fix x86 master build failure. by buzbee · 11 years ago
  45. 2aa9b36 Merge "Support inlining with breakpoint" by Sebastien Hertz · 11 years ago
  46. 2b0fe85 Merge "Last patch for running tests on ARM64" by Andreas Gampe · 11 years ago
  47. a76a6d4 Support inlining with breakpoint by Sebastien Hertz · 11 years ago
  48. 41ec12c Merge "Handle Array::Memmove within the same array properly." by Ian Rogers · 11 years ago
  49. 99cb4ea Handle Array::Memmove within the same array properly. by Ian Rogers · 11 years ago
  50. e62a07e Last patch for running tests on ARM64 by Andreas Gampe · 11 years ago
  51. e62ff67 Merge "Reflection tidying." by Ian Rogers · 11 years ago
  52. 6a64e22 Merge "Optimize easy multiply and easy div remainder." by Bill Buzbee · 11 years ago
  53. 78bd9b2 Merge "Refactor deoptimization support in debugger" by Sebastien Hertz · 11 years ago
  54. 03fd6e1 Merge "Do not suspend current thread to build stacktrace from DDMS" by Sebastien Hertz · 11 years ago
  55. 970c10e Do not suspend current thread to build stacktrace from DDMS by Sebastien Hertz · 11 years ago
  56. 175cac4 Merge "Fix alloc tracker locking issue" by Sebastien Hertz · 11 years ago
  57. 84956ff Reflection tidying. by Ian Rogers · 11 years ago
  58. 08df4b3 Optimize easy multiply and easy div remainder. by Zheng Xu · 11 years ago
  59. 636583c Merge "Continuing register cleanup" by buzbee · 11 years ago
  60. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  61. 12442d3 Merge "Less redundant verification." by Mathieu Chartier · 11 years ago
  62. 580a8df Less redundant verification. by Mathieu Chartier · 11 years ago
  63. bc428f2 Merge "Relaxed memory barriers for x86" by Ian Rogers · 11 years ago
  64. 5e8e4fb Merge "Add valgrind support to large object map space." by Mathieu Chartier · 11 years ago
  65. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  66. 0767c9a Add valgrind support to large object map space. by Mathieu Chartier · 11 years ago
  67. a9e3d2c Merge "Reuse promoted register temporarily" by Ian Rogers · 11 years ago
  68. d3a2dfa Reuse promoted register temporarily by Yevgeny Rouban · 11 years ago
  69. 223efbe Merge "Add GC mode for stressing testing heap transitions." by Mathieu Chartier · 11 years ago
  70. 4b4b43c Merge "x86 GenLongRegOrMemOp should be aware about xmm to core reg conversion" by Bill Buzbee · 11 years ago
  71. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 11 years ago
  72. b98063a Fix alloc tracker locking issue by Sebastien Hertz · 11 years ago
  73. ab5545f x86 GenLongRegOrMemOp should be aware about xmm to core reg conversion by Serguei Katkov · 11 years ago
  74. 909f133 Merge "Fix host gtests compiled with gcc" by Brian Carlstrom · 11 years ago
  75. 7f2e3da Fix host gtests compiled with gcc by Brian Carlstrom · 11 years ago
  76. 91e3063 Add GC mode for stressing testing heap transitions. by Mathieu Chartier · 11 years ago
  77. c92492f Merge "Add missing debugger root visiting." by Mathieu Chartier · 11 years ago
  78. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  79. 3dc4a52 Merge "Fix imm5 and shift_type detection" by Dmitriy Ivanov · 11 years ago
  80. 06160f2 Merge "Fix missing link line for libgtest_host." by Tim Murray · 11 years ago
  81. 7d180cb Fix imm5 and shift_type detection by Dmitriy Ivanov · 11 years ago
  82. 027f7fa Merge "Trampoline and assembly fixes for ARM64" by Andreas Gampe · 11 years ago
  83. 889d079 Merge "An argument is handled incorrectly for add-int/lit8 during optimization phase" by Bill Buzbee · 11 years ago
  84. 716426f Merge "Small update to CFG printing using DOT" by Bill Buzbee · 11 years ago
  85. ee40aa4 An argument is handled incorrectly for add-int/lit8 during optimization phase by nikolay serdjuk · 11 years ago
  86. 89ff4f9 Merge "Refactor image writer reference visiting logic." by Mathieu Chartier · 11 years ago
  87. b7ea3ac Refactor image writer reference visiting logic. by Mathieu Chartier · 11 years ago
  88. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 11 years ago
  89. 5723960 Merge "Refactor object reference visiting logic." by Mathieu Chartier · 11 years ago
  90. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  91. 4d3e8b0 Merge "Fixes to mem_map wraparound and ARM64 quick_invoke assembly" by Andreas Gampe · 11 years ago
  92. d11fcd3 Merge "Avoid strerror until we are sure there is an error" by Andreas Gampe · 11 years ago
  93. aa94cf3 Avoid strerror until we are sure there is an error by Brian Carlstrom · 11 years ago
  94. d201dec Merge "Refactor and optimize GC code." by Mathieu Chartier · 11 years ago
  95. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 11 years ago
  96. 9de65ff Fixes to mem_map wraparound and ARM64 quick_invoke assembly by Andreas Gampe · 11 years ago
  97. 6a3fe33 Merge "Deduplicate the code that hardcodes the array header layout." by Hiroshi Yamauchi · 11 years ago
  98. aa866f5 Deduplicate the code that hardcodes the array header layout. by Hiroshi Yamauchi · 11 years ago
  99. 2e13a5f Merge "Revoke rosalloc thread-local buffers at the checkpoint." by Hiroshi Yamauchi · 11 years ago
  100. 786bd9a Merge "Don't return null for null utf in AllocFromModifiedUtf8." by Mathieu Chartier · 11 years ago