1. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 10 years ago
  2. 909f133 Merge "Fix host gtests compiled with gcc" by Brian Carlstrom · 10 years ago
  3. 7f2e3da Fix host gtests compiled with gcc by Brian Carlstrom · 10 years ago
  4. c92492f Merge "Add missing debugger root visiting." by Mathieu Chartier · 10 years ago
  5. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 10 years ago
  6. 3dc4a52 Merge "Fix imm5 and shift_type detection" by Dmitriy Ivanov · 10 years ago
  7. 06160f2 Merge "Fix missing link line for libgtest_host." by Tim Murray · 10 years ago
  8. 7d180cb Fix imm5 and shift_type detection by Dmitriy Ivanov · 10 years ago
  9. 027f7fa Merge "Trampoline and assembly fixes for ARM64" by Andreas Gampe · 10 years ago
  10. 889d079 Merge "An argument is handled incorrectly for add-int/lit8 during optimization phase" by Bill Buzbee · 10 years ago
  11. 716426f Merge "Small update to CFG printing using DOT" by Bill Buzbee · 10 years ago
  12. ee40aa4 An argument is handled incorrectly for add-int/lit8 during optimization phase by nikolay serdjuk · 10 years ago
  13. 89ff4f9 Merge "Refactor image writer reference visiting logic." by Mathieu Chartier · 10 years ago
  14. b7ea3ac Refactor image writer reference visiting logic. by Mathieu Chartier · 10 years ago
  15. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 10 years ago
  16. 5723960 Merge "Refactor object reference visiting logic." by Mathieu Chartier · 10 years ago
  17. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 10 years ago
  18. 4d3e8b0 Merge "Fixes to mem_map wraparound and ARM64 quick_invoke assembly" by Andreas Gampe · 10 years ago
  19. d11fcd3 Merge "Avoid strerror until we are sure there is an error" by Andreas Gampe · 10 years ago
  20. aa94cf3 Avoid strerror until we are sure there is an error by Brian Carlstrom · 10 years ago
  21. d201dec Merge "Refactor and optimize GC code." by Mathieu Chartier · 10 years ago
  22. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 10 years ago
  23. 9de65ff Fixes to mem_map wraparound and ARM64 quick_invoke assembly by Andreas Gampe · 10 years ago
  24. 6a3fe33 Merge "Deduplicate the code that hardcodes the array header layout." by Hiroshi Yamauchi · 10 years ago
  25. aa866f5 Deduplicate the code that hardcodes the array header layout. by Hiroshi Yamauchi · 10 years ago
  26. 2e13a5f Merge "Revoke rosalloc thread-local buffers at the checkpoint." by Hiroshi Yamauchi · 10 years ago
  27. 786bd9a Merge "Don't return null for null utf in AllocFromModifiedUtf8." by Mathieu Chartier · 10 years ago
  28. ed0fc1d Don't return null for null utf in AllocFromModifiedUtf8. by Mathieu Chartier · 10 years ago
  29. 005c510 Merge "Fix sign problem, implement low-mem mmap wraparound" by Andreas Gampe · 10 years ago
  30. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 10 years ago
  31. 7104cbf Fix sign problem, implement low-mem mmap wraparound by Andreas Gampe · 10 years ago
  32. faa93b3 Merge "Improvements to Field.get/set." by Ian Rogers · 10 years ago
  33. 62f0512 Improvements to Field.get/set. by Ian Rogers · 10 years ago
  34. 215f3e6 Merge "Move saved SSA map to ScopedArenaAllocator to save memory." by Vladimir Marko · 10 years ago
  35. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 10 years ago
  36. 5d47447 Move saved SSA map to ScopedArenaAllocator to save memory. by Vladimir Marko · 10 years ago
  37. 8d6b12a Merge "Free Arenas from the ArenaStack before running codegen." by Vladimir Marko · 10 years ago
  38. 3b10a74 Merge "Fix method index for GDB information" by Andreas Gampe · 10 years ago
  39. 1180d77 Fix method index for GDB information by Mark Mendell · 10 years ago
  40. 53b6afc Free Arenas from the ArenaStack before running codegen. by Vladimir Marko · 10 years ago
  41. e1f77fd Merge "Support inlining detection from debugger." by Sebastien Hertz · 10 years ago
  42. 2c87c4d Support inlining detection from debugger. by Sebastien Hertz · 10 years ago
  43. 55d383c Merge "Fix and clean up intrinsic Math.abs(long)." by Vladimir Marko · 10 years ago
  44. b982331 Fix and clean up intrinsic Math.abs(long). by Vladimir Marko · 10 years ago
  45. 121ef9f Merge "Fix issue parsing implicit_checks property" by Dave Allison · 10 years ago
  46. dd2e825 Fix issue parsing implicit_checks property by Dave Allison · 10 years ago
  47. 0ab4461 Fix missing link line for libgtest_host. by Tim Murray · 10 years ago
  48. 22e4a50 Merge "Fix RecordFree to take signed parameters." by Mathieu Chartier · 10 years ago
  49. 06cad80 Merge "Add Heap::RunningOnValgrind and call it from the spaces." by Mathieu Chartier · 10 years ago
  50. 36bf216 Add Heap::RunningOnValgrind and call it from the spaces. by Mathieu Chartier · 10 years ago
  51. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 10 years ago
  52. abbce4c Merge "64bit: make runtime offsets more deterministic." by Ian Rogers · 10 years ago
  53. 6ed19fd 64bit: make runtime offsets more deterministic. by Ian Rogers · 10 years ago
  54. 28e2611 Merge "Fix a libartd.so boot DCHECK failure with the GSS collector." by Hiroshi Yamauchi · 10 years ago
  55. 778b3a3 Merge "HACK: force target art executables to be compiled for 32-bit" by Colin Cross · 10 years ago
  56. d387f7e Fix a libartd.so boot DCHECK failure with the GSS collector. by Hiroshi Yamauchi · 10 years ago
  57. 25bc279 Small update to CFG printing using DOT by Razvan A Lupusoru · 10 years ago
  58. 2269d2a HACK: force target art executables to be compiled for 32-bit by Colin Cross · 10 years ago
  59. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 10 years ago
  60. f2a0d91 Merge "Make all gc maps with 0 entries identical." by Vladimir Marko · 10 years ago
  61. 68eb8bd Merge "Clean up intrinsic Math.abs(float/double)." by Vladimir Marko · 10 years ago
  62. 31806a3 Make all gc maps with 0 entries identical. by Vladimir Marko · 10 years ago
  63. afb21d1 Merge "Add soft reference pre processing." by Mathieu Chartier · 10 years ago
  64. 1ad2784 Add soft reference pre processing. by Mathieu Chartier · 10 years ago
  65. b0b47fd Merge "Add FINAL and OVERRIDE to calling conventions of the JNI compiler" by Andreas Gampe · 10 years ago
  66. 25ff004 Add FINAL and OVERRIDE to calling conventions of the JNI compiler by Andreas Gampe · 10 years ago
  67. ec31d37 Clean up intrinsic Math.abs(float/double). by Vladimir Marko · 10 years ago
  68. cfea1d0 Merge "Fix message in 083-compiler_regressions test" by buzbee · 10 years ago
  69. 6a8958d Fix message in 083-compiler_regressions test by buzbee · 10 years ago
  70. 63a4c96 Merge "Fix GenArithOpInt to work with RA correctly" by Bill Buzbee · 10 years ago
  71. ac05eb5 Merge "ART: API changes" by Bill Buzbee · 10 years ago
  72. 66da136 Fix GenArithOpInt to work with RA correctly by Serguei Katkov · 10 years ago
  73. 77bef43 Merge "Fix JDWP ObjectReference.InvokeMethod for virtual method call." by Sebastien Hertz · 10 years ago
  74. c5db77c Merge "Fix thread suspension in ObjectReference.MonitorInfo JDWP command." by Sebastien Hertz · 10 years ago
  75. 2c18462 Merge "Do not send JDWP data in case of error." by Sebastien Hertz · 10 years ago
  76. 83a47d8 Fix JDWP ObjectReference.InvokeMethod for virtual method call. by Sebastien Hertz · 10 years ago
  77. 378144e Merge "Some more ARM64 tests that are invalid at the moment" by Andreas Gampe · 10 years ago
  78. 91690f6 Some more ARM64 tests that are invalid at the moment by Andreas Gampe · 10 years ago
  79. 1991da9 Merge "Parts of ARM64 should not be enabled, yet" by Andreas Gampe · 10 years ago
  80. 0658768 Parts of ARM64 should not be enabled, yet by Andreas Gampe · 10 years ago
  81. 432bc8e Merge "Fix test-art 083-compiler-regressions with work around" by Brian Carlstrom · 10 years ago
  82. ed08bd4 Fix test-art 083-compiler-regressions with work around by Brian Carlstrom · 10 years ago
  83. 6673338 Merge "Make test-art pass with heap reference poisoning enabled." by Hiroshi Yamauchi · 10 years ago
  84. ba970e1 Merge "AArch64: Add arm64 runtime support." by Andreas Gampe · 10 years ago
  85. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago
  86. 66e4c3e Merge "Optimize stack overflow handling." by Mathieu Chartier · 10 years ago
  87. 4af7b57 Merge "Fix Quick compiler "out of registers"" by buzbee · 10 years ago
  88. 40bbb39 Fix Quick compiler "out of registers" by buzbee · 10 years ago
  89. 0d507d1 Optimize stack overflow handling. by Mathieu Chartier · 10 years ago
  90. 05b15d6 Make test-art pass with heap reference poisoning enabled. by Hiroshi Yamauchi · 10 years ago
  91. 5426324 Fix thread suspension in ObjectReference.MonitorInfo JDWP command. by Sebastien Hertz · 10 years ago
  92. 0d9c02e Merge "Run Java tests with the optimizing compiler." by Nicolas Geoffray · 10 years ago
  93. 92cf83e Run Java tests with the optimizing compiler. by Nicolas Geoffray · 10 years ago
  94. cdacac4 ART: API changes by Jean Christophe Beyler · 10 years ago
  95. 4d37218 Merge "Fix stack overflow for mutual recursion." by Mathieu Chartier · 10 years ago
  96. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 10 years ago
  97. 0f7e3e7 Merge "Use the card table to speed up the GSS collector." by Hiroshi Yamauchi · 10 years ago
  98. 522e114 Merge "Early inlining of simple methods." by Vladimir Marko · 10 years ago
  99. 9820b7c Early inlining of simple methods. by Vladimir Marko · 11 years ago
  100. 43c8d72 Do not send JDWP data in case of error. by Sebastien Hertz · 10 years ago