1. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 10 years ago
  2. 0fd52d5 Merge "Fix x86 master build failure." by buzbee · 10 years ago
  3. 262b299 Fix x86 master build failure. by buzbee · 10 years ago
  4. 2aa9b36 Merge "Support inlining with breakpoint" by Sebastien Hertz · 10 years ago
  5. 2b0fe85 Merge "Last patch for running tests on ARM64" by Andreas Gampe · 10 years ago
  6. a76a6d4 Support inlining with breakpoint by Sebastien Hertz · 10 years ago
  7. 41ec12c Merge "Handle Array::Memmove within the same array properly." by Ian Rogers · 10 years ago
  8. 99cb4ea Handle Array::Memmove within the same array properly. by Ian Rogers · 10 years ago
  9. e62a07e Last patch for running tests on ARM64 by Andreas Gampe · 10 years ago
  10. e62ff67 Merge "Reflection tidying." by Ian Rogers · 10 years ago
  11. 6a64e22 Merge "Optimize easy multiply and easy div remainder." by Bill Buzbee · 10 years ago
  12. 78bd9b2 Merge "Refactor deoptimization support in debugger" by Sebastien Hertz · 10 years ago
  13. 03fd6e1 Merge "Do not suspend current thread to build stacktrace from DDMS" by Sebastien Hertz · 10 years ago
  14. 970c10e Do not suspend current thread to build stacktrace from DDMS by Sebastien Hertz · 10 years ago
  15. 175cac4 Merge "Fix alloc tracker locking issue" by Sebastien Hertz · 10 years ago
  16. 84956ff Reflection tidying. by Ian Rogers · 10 years ago
  17. 08df4b3 Optimize easy multiply and easy div remainder. by Zheng Xu · 10 years ago
  18. 636583c Merge "Continuing register cleanup" by buzbee · 10 years ago
  19. 2700f7e Continuing register cleanup by buzbee · 10 years ago
  20. 12442d3 Merge "Less redundant verification." by Mathieu Chartier · 10 years ago
  21. 580a8df Less redundant verification. by Mathieu Chartier · 10 years ago
  22. bc428f2 Merge "Relaxed memory barriers for x86" by Ian Rogers · 10 years ago
  23. 5e8e4fb Merge "Add valgrind support to large object map space." by Mathieu Chartier · 10 years ago
  24. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 10 years ago
  25. 0767c9a Add valgrind support to large object map space. by Mathieu Chartier · 10 years ago
  26. a9e3d2c Merge "Reuse promoted register temporarily" by Ian Rogers · 10 years ago
  27. d3a2dfa Reuse promoted register temporarily by Yevgeny Rouban · 10 years ago
  28. 223efbe Merge "Add GC mode for stressing testing heap transitions." by Mathieu Chartier · 10 years ago
  29. 4b4b43c Merge "x86 GenLongRegOrMemOp should be aware about xmm to core reg conversion" by Bill Buzbee · 10 years ago
  30. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 10 years ago
  31. b98063a Fix alloc tracker locking issue by Sebastien Hertz · 10 years ago
  32. ab5545f x86 GenLongRegOrMemOp should be aware about xmm to core reg conversion by Serguei Katkov · 10 years ago
  33. 909f133 Merge "Fix host gtests compiled with gcc" by Brian Carlstrom · 10 years ago
  34. 7f2e3da Fix host gtests compiled with gcc by Brian Carlstrom · 10 years ago
  35. 91e3063 Add GC mode for stressing testing heap transitions. by Mathieu Chartier · 10 years ago
  36. c92492f Merge "Add missing debugger root visiting." by Mathieu Chartier · 10 years ago
  37. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 10 years ago
  38. 3dc4a52 Merge "Fix imm5 and shift_type detection" by Dmitriy Ivanov · 10 years ago
  39. 06160f2 Merge "Fix missing link line for libgtest_host." by Tim Murray · 10 years ago
  40. 7d180cb Fix imm5 and shift_type detection by Dmitriy Ivanov · 10 years ago
  41. 027f7fa Merge "Trampoline and assembly fixes for ARM64" by Andreas Gampe · 10 years ago
  42. 889d079 Merge "An argument is handled incorrectly for add-int/lit8 during optimization phase" by Bill Buzbee · 10 years ago
  43. 716426f Merge "Small update to CFG printing using DOT" by Bill Buzbee · 10 years ago
  44. ee40aa4 An argument is handled incorrectly for add-int/lit8 during optimization phase by nikolay serdjuk · 10 years ago
  45. 89ff4f9 Merge "Refactor image writer reference visiting logic." by Mathieu Chartier · 10 years ago
  46. b7ea3ac Refactor image writer reference visiting logic. by Mathieu Chartier · 10 years ago
  47. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 10 years ago
  48. 5723960 Merge "Refactor object reference visiting logic." by Mathieu Chartier · 10 years ago
  49. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 10 years ago
  50. 4d3e8b0 Merge "Fixes to mem_map wraparound and ARM64 quick_invoke assembly" by Andreas Gampe · 10 years ago
  51. d11fcd3 Merge "Avoid strerror until we are sure there is an error" by Andreas Gampe · 10 years ago
  52. aa94cf3 Avoid strerror until we are sure there is an error by Brian Carlstrom · 10 years ago
  53. d201dec Merge "Refactor and optimize GC code." by Mathieu Chartier · 10 years ago
  54. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 10 years ago
  55. 9de65ff Fixes to mem_map wraparound and ARM64 quick_invoke assembly by Andreas Gampe · 10 years ago
  56. 6a3fe33 Merge "Deduplicate the code that hardcodes the array header layout." by Hiroshi Yamauchi · 10 years ago
  57. aa866f5 Deduplicate the code that hardcodes the array header layout. by Hiroshi Yamauchi · 10 years ago
  58. 2e13a5f Merge "Revoke rosalloc thread-local buffers at the checkpoint." by Hiroshi Yamauchi · 10 years ago
  59. 786bd9a Merge "Don't return null for null utf in AllocFromModifiedUtf8." by Mathieu Chartier · 10 years ago
  60. ed0fc1d Don't return null for null utf in AllocFromModifiedUtf8. by Mathieu Chartier · 10 years ago
  61. 005c510 Merge "Fix sign problem, implement low-mem mmap wraparound" by Andreas Gampe · 10 years ago
  62. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 10 years ago
  63. 7104cbf Fix sign problem, implement low-mem mmap wraparound by Andreas Gampe · 10 years ago
  64. faa93b3 Merge "Improvements to Field.get/set." by Ian Rogers · 10 years ago
  65. 62f0512 Improvements to Field.get/set. by Ian Rogers · 10 years ago
  66. 215f3e6 Merge "Move saved SSA map to ScopedArenaAllocator to save memory." by Vladimir Marko · 10 years ago
  67. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 10 years ago
  68. 5d47447 Move saved SSA map to ScopedArenaAllocator to save memory. by Vladimir Marko · 10 years ago
  69. 8d6b12a Merge "Free Arenas from the ArenaStack before running codegen." by Vladimir Marko · 10 years ago
  70. 3b10a74 Merge "Fix method index for GDB information" by Andreas Gampe · 10 years ago
  71. 1180d77 Fix method index for GDB information by Mark Mendell · 10 years ago
  72. 53b6afc Free Arenas from the ArenaStack before running codegen. by Vladimir Marko · 10 years ago
  73. e1f77fd Merge "Support inlining detection from debugger." by Sebastien Hertz · 10 years ago
  74. 2c87c4d Support inlining detection from debugger. by Sebastien Hertz · 10 years ago
  75. 55d383c Merge "Fix and clean up intrinsic Math.abs(long)." by Vladimir Marko · 10 years ago
  76. b982331 Fix and clean up intrinsic Math.abs(long). by Vladimir Marko · 10 years ago
  77. 121ef9f Merge "Fix issue parsing implicit_checks property" by Dave Allison · 10 years ago
  78. dd2e825 Fix issue parsing implicit_checks property by Dave Allison · 10 years ago
  79. 0ab4461 Fix missing link line for libgtest_host. by Tim Murray · 10 years ago
  80. 22e4a50 Merge "Fix RecordFree to take signed parameters." by Mathieu Chartier · 10 years ago
  81. 06cad80 Merge "Add Heap::RunningOnValgrind and call it from the spaces." by Mathieu Chartier · 10 years ago
  82. 36bf216 Add Heap::RunningOnValgrind and call it from the spaces. by Mathieu Chartier · 10 years ago
  83. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 10 years ago
  84. abbce4c Merge "64bit: make runtime offsets more deterministic." by Ian Rogers · 10 years ago
  85. 6ed19fd 64bit: make runtime offsets more deterministic. by Ian Rogers · 10 years ago
  86. 28e2611 Merge "Fix a libartd.so boot DCHECK failure with the GSS collector." by Hiroshi Yamauchi · 10 years ago
  87. 778b3a3 Merge "HACK: force target art executables to be compiled for 32-bit" by Colin Cross · 10 years ago
  88. d387f7e Fix a libartd.so boot DCHECK failure with the GSS collector. by Hiroshi Yamauchi · 10 years ago
  89. 25bc279 Small update to CFG printing using DOT by Razvan A Lupusoru · 10 years ago
  90. 2269d2a HACK: force target art executables to be compiled for 32-bit by Colin Cross · 10 years ago
  91. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 10 years ago
  92. f2a0d91 Merge "Make all gc maps with 0 entries identical." by Vladimir Marko · 10 years ago
  93. 68eb8bd Merge "Clean up intrinsic Math.abs(float/double)." by Vladimir Marko · 10 years ago
  94. 31806a3 Make all gc maps with 0 entries identical. by Vladimir Marko · 10 years ago
  95. afb21d1 Merge "Add soft reference pre processing." by Mathieu Chartier · 10 years ago
  96. 1ad2784 Add soft reference pre processing. by Mathieu Chartier · 10 years ago
  97. b0b47fd Merge "Add FINAL and OVERRIDE to calling conventions of the JNI compiler" by Andreas Gampe · 10 years ago
  98. 25ff004 Add FINAL and OVERRIDE to calling conventions of the JNI compiler by Andreas Gampe · 10 years ago
  99. ec31d37 Clean up intrinsic Math.abs(float/double). by Vladimir Marko · 10 years ago
  100. cfea1d0 Merge "Fix message in 083-compiler_regressions test" by buzbee · 10 years ago