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