1. e759c9f Merge "Add access checks to Method and Field reflection." by Jeff Hao · 11 years ago
  2. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 11 years ago
  3. 2616248 Merge "Refactor some GC code." by Mathieu Chartier · 11 years ago
  4. f805f77 Merge "An empty collector skeleton for a read barrier-based collector." by Hiroshi Yamauchi · 11 years ago
  5. 4aeec17 Refactor some GC code. by Mathieu Chartier · 11 years ago
  6. 2bc4246 Merge "x86_64: JNI compiler" by Andreas Gampe · 11 years ago
  7. a708e32 Merge "Properly dump register type in verifier failure messages" by Sebastien Hertz · 11 years ago
  8. 757b304 Properly dump register type in verifier failure messages by Sebastien Hertz · 11 years ago
  9. 6d65a2f Merge "Annotate Dalvik VR access as both use and def if we use it in this way" by Bill Buzbee · 11 years ago
  10. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  11. 217fe73 Annotate Dalvik VR access as both use and def if we use it in this way by Serguei Katkov · 11 years ago
  12. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 11 years ago
  13. ad174d1b Merge "Revert "Optimize easy multiply and easy div remainder."" by Brian Carlstrom · 11 years ago
  14. 5378924 Merge "Error when taking the modulo of the length of an array" by Brian Carlstrom · 11 years ago
  15. 3654a6f Revert "Optimize easy multiply and easy div remainder." by Brian Carlstrom · 11 years ago
  16. b20d24d Error when taking the modulo of the length of an array by Brian Carlstrom · 11 years ago
  17. bcb782f Merge "Fix CopyRegInfo to keep live/dirty flags of new registers." by Bill Buzbee · 11 years ago
  18. 3d325c6 Fix CopyRegInfo to keep live/dirty flags of new registers. by Chao-ying Fu · 11 years ago
  19. 379bd29 Merge "Change sticky GC ergonomics to use GC throughput." by Mathieu Chartier · 11 years ago
  20. afe4998 Change sticky GC ergonomics to use GC throughput. by Mathieu Chartier · 11 years ago
  21. 67ad224 Merge "Remove bogus DCHECK." by Ian Rogers · 11 years ago
  22. 549cc8b Remove bogus DCHECK. by Ian Rogers · 11 years ago
  23. 0fd52d5 Merge "Fix x86 master build failure." by buzbee · 11 years ago
  24. 262b299 Fix x86 master build failure. by buzbee · 11 years ago
  25. 2aa9b36 Merge "Support inlining with breakpoint" by Sebastien Hertz · 11 years ago
  26. 2b0fe85 Merge "Last patch for running tests on ARM64" by Andreas Gampe · 11 years ago
  27. a76a6d4 Support inlining with breakpoint by Sebastien Hertz · 11 years ago
  28. 41ec12c Merge "Handle Array::Memmove within the same array properly." by Ian Rogers · 11 years ago
  29. 99cb4ea Handle Array::Memmove within the same array properly. by Ian Rogers · 11 years ago
  30. e62a07e Last patch for running tests on ARM64 by Andreas Gampe · 11 years ago
  31. e62ff67 Merge "Reflection tidying." by Ian Rogers · 11 years ago
  32. 6a64e22 Merge "Optimize easy multiply and easy div remainder." by Bill Buzbee · 11 years ago
  33. 78bd9b2 Merge "Refactor deoptimization support in debugger" by Sebastien Hertz · 11 years ago
  34. 03fd6e1 Merge "Do not suspend current thread to build stacktrace from DDMS" by Sebastien Hertz · 11 years ago
  35. 970c10e Do not suspend current thread to build stacktrace from DDMS by Sebastien Hertz · 11 years ago
  36. 175cac4 Merge "Fix alloc tracker locking issue" by Sebastien Hertz · 11 years ago
  37. 84956ff Reflection tidying. by Ian Rogers · 11 years ago
  38. 08df4b3 Optimize easy multiply and easy div remainder. by Zheng Xu · 11 years ago
  39. 636583c Merge "Continuing register cleanup" by buzbee · 11 years ago
  40. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  41. 12442d3 Merge "Less redundant verification." by Mathieu Chartier · 11 years ago
  42. 580a8df Less redundant verification. by Mathieu Chartier · 11 years ago
  43. bc428f2 Merge "Relaxed memory barriers for x86" by Ian Rogers · 11 years ago
  44. 5e8e4fb Merge "Add valgrind support to large object map space." by Mathieu Chartier · 11 years ago
  45. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  46. 0767c9a Add valgrind support to large object map space. by Mathieu Chartier · 11 years ago
  47. a9e3d2c Merge "Reuse promoted register temporarily" by Ian Rogers · 11 years ago
  48. d3a2dfa Reuse promoted register temporarily by Yevgeny Rouban · 11 years ago
  49. 223efbe Merge "Add GC mode for stressing testing heap transitions." by Mathieu Chartier · 11 years ago
  50. 4b4b43c Merge "x86 GenLongRegOrMemOp should be aware about xmm to core reg conversion" by Bill Buzbee · 11 years ago
  51. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 11 years ago
  52. b98063a Fix alloc tracker locking issue by Sebastien Hertz · 11 years ago
  53. ab5545f x86 GenLongRegOrMemOp should be aware about xmm to core reg conversion by Serguei Katkov · 11 years ago
  54. 909f133 Merge "Fix host gtests compiled with gcc" by Brian Carlstrom · 11 years ago
  55. 7f2e3da Fix host gtests compiled with gcc by Brian Carlstrom · 11 years ago
  56. 91e3063 Add GC mode for stressing testing heap transitions. by Mathieu Chartier · 11 years ago
  57. c92492f Merge "Add missing debugger root visiting." by Mathieu Chartier · 11 years ago
  58. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  59. 3dc4a52 Merge "Fix imm5 and shift_type detection" by Dmitriy Ivanov · 11 years ago
  60. 06160f2 Merge "Fix missing link line for libgtest_host." by Tim Murray · 11 years ago
  61. 7d180cb Fix imm5 and shift_type detection by Dmitriy Ivanov · 11 years ago
  62. 027f7fa Merge "Trampoline and assembly fixes for ARM64" by Andreas Gampe · 11 years ago
  63. 889d079 Merge "An argument is handled incorrectly for add-int/lit8 during optimization phase" by Bill Buzbee · 11 years ago
  64. 716426f Merge "Small update to CFG printing using DOT" by Bill Buzbee · 11 years ago
  65. ee40aa4 An argument is handled incorrectly for add-int/lit8 during optimization phase by nikolay serdjuk · 11 years ago
  66. 89ff4f9 Merge "Refactor image writer reference visiting logic." by Mathieu Chartier · 11 years ago
  67. b7ea3ac Refactor image writer reference visiting logic. by Mathieu Chartier · 11 years ago
  68. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 11 years ago
  69. 5723960 Merge "Refactor object reference visiting logic." by Mathieu Chartier · 11 years ago
  70. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  71. 4d3e8b0 Merge "Fixes to mem_map wraparound and ARM64 quick_invoke assembly" by Andreas Gampe · 11 years ago
  72. d11fcd3 Merge "Avoid strerror until we are sure there is an error" by Andreas Gampe · 11 years ago
  73. aa94cf3 Avoid strerror until we are sure there is an error by Brian Carlstrom · 11 years ago
  74. d201dec Merge "Refactor and optimize GC code." by Mathieu Chartier · 11 years ago
  75. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 11 years ago
  76. 9de65ff Fixes to mem_map wraparound and ARM64 quick_invoke assembly by Andreas Gampe · 11 years ago
  77. 6a3fe33 Merge "Deduplicate the code that hardcodes the array header layout." by Hiroshi Yamauchi · 11 years ago
  78. aa866f5 Deduplicate the code that hardcodes the array header layout. by Hiroshi Yamauchi · 11 years ago
  79. 2e13a5f Merge "Revoke rosalloc thread-local buffers at the checkpoint." by Hiroshi Yamauchi · 11 years ago
  80. 786bd9a Merge "Don't return null for null utf in AllocFromModifiedUtf8." by Mathieu Chartier · 11 years ago
  81. ed0fc1d Don't return null for null utf in AllocFromModifiedUtf8. by Mathieu Chartier · 11 years ago
  82. 005c510 Merge "Fix sign problem, implement low-mem mmap wraparound" by Andreas Gampe · 11 years ago
  83. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  84. 7104cbf Fix sign problem, implement low-mem mmap wraparound by Andreas Gampe · 11 years ago
  85. faa93b3 Merge "Improvements to Field.get/set." by Ian Rogers · 11 years ago
  86. 62f0512 Improvements to Field.get/set. by Ian Rogers · 11 years ago
  87. 215f3e6 Merge "Move saved SSA map to ScopedArenaAllocator to save memory." by Vladimir Marko · 11 years ago
  88. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 11 years ago
  89. 5d47447 Move saved SSA map to ScopedArenaAllocator to save memory. by Vladimir Marko · 11 years ago
  90. 8d6b12a Merge "Free Arenas from the ArenaStack before running codegen." by Vladimir Marko · 11 years ago
  91. 3b10a74 Merge "Fix method index for GDB information" by Andreas Gampe · 11 years ago
  92. 1180d77 Fix method index for GDB information by Mark Mendell · 11 years ago
  93. 53b6afc Free Arenas from the ArenaStack before running codegen. by Vladimir Marko · 11 years ago
  94. e1f77fd Merge "Support inlining detection from debugger." by Sebastien Hertz · 11 years ago
  95. 2c87c4d Support inlining detection from debugger. by Sebastien Hertz · 11 years ago
  96. 55d383c Merge "Fix and clean up intrinsic Math.abs(long)." by Vladimir Marko · 11 years ago
  97. b982331 Fix and clean up intrinsic Math.abs(long). by Vladimir Marko · 11 years ago
  98. 121ef9f Merge "Fix issue parsing implicit_checks property" by Dave Allison · 11 years ago
  99. dd2e825 Fix issue parsing implicit_checks property by Dave Allison · 11 years ago
  100. 0ab4461 Fix missing link line for libgtest_host. by Tim Murray · 11 years ago