1. 8426a90 Merge "Use ArrayInstance.getLength method." by Treehugger Robot · 8 years ago
  2. 89bd835 Merge "ARM64: Use the zero register in the parallel-move resolver." by Roland Levillain · 8 years ago
  3. bbd5a4e Note known failures for TCP_USER_TIMEOUT tests on host by Tobias Thierer · 8 years ago
  4. 01b7982 Merge "Fix constant type" by Treehugger Robot · 8 years ago
  5. 399e332 Merge "Fix an assertion in the non-Baker read barrier ARM64 slow path." by Roland Levillain · 8 years ago
  6. 702e641 Use ArrayInstance.getLength method. by Richard Uhler · 8 years ago
  7. d81c0f8 Fix constant type by David Sehr · 8 years ago
  8. ae9408f Merge "ART: Extend run-test timeout logging time" by Treehugger Robot · 8 years ago
  9. 53d9a24 Merge "Scope the compilation and Create the ProfilingInfo in the loop." by Nicolas Geoffray · 8 years ago
  10. a7426c6 Fix an assertion in the non-Baker read barrier ARM64 slow path. by Roland Levillain · 8 years ago
  11. b2b753c ARM64: Use the zero register in the parallel-move resolver. by Alexandre Rames · 8 years ago
  12. d16ae7f Merge "Return error directly when uncompressed length is 0" by Treehugger Robot · 8 years ago
  13. cd16d0a Return error directly when uncompressed length is 0 by ganxiaolin · 8 years ago
  14. d55f4ab Scope the compilation and Create the ProfilingInfo in the loop. by Nicolas Geoffray · 8 years ago
  15. b7e921c Merge "Improve the graph visualizer's output for constant locations." by Nicolas Geoffray · 8 years ago
  16. 524a76c Merge "ARM64: Make the VIXL macro assembler part of ART ARM64's assembler." by Nicolas Geoffray · 8 years ago
  17. 6fb9256 ART: Extend run-test timeout logging time by Andreas Gampe · 8 years ago
  18. 8055598 Merge "Split art-run-tests between building and packaging" by Dan Willemsen · 8 years ago
  19. 35bb22f Merge "Align method code rather than method header in oat files." by Vladimir Marko · 8 years ago
  20. aa21d0e Merge "ART: Fix Mips Thread offset checks" by Treehugger Robot · 8 years ago
  21. 087930f ARM64: Make the VIXL macro assembler part of ART ARM64's assembler. by Alexandre Rames · 8 years ago
  22. d993327 ART: Fix Mips Thread offset checks by Andreas Gampe · 8 years ago
  23. c2c52a1 Improve the graph visualizer's output for constant locations. by Alexandre Rames · 8 years ago
  24. c984725 Merge "DexFile: Add basic support for v38 dex files." by Narayan Kamath · 8 years ago
  25. 3719016 Merge "ARM: Embed 0.0 in VCMP." by Vladimir Marko · 8 years ago
  26. 37dd80d ARM: Embed 0.0 in VCMP. by Vladimir Marko · 8 years ago
  27. 0c737df Align method code rather than method header in oat files. by Vladimir Marko · 8 years ago
  28. 52e6650 DexFile: Add basic support for v38 dex files. by Narayan Kamath · 8 years ago
  29. 3d60945 Merge "dex_instruction: remove unused parameter from instruction definitions." by Narayan Kamath · 8 years ago
  30. bd48b34 dex_instruction: remove unused parameter from instruction definitions. by Narayan Kamath · 8 years ago
  31. 7fb2c2c Split art-run-tests between building and packaging by Dan Willemsen · 8 years ago
  32. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  33. 1a827a0 Merge "Revert "cpp-define-generator: "make art-update-cpp-defines" to regen asm_support"" by Nicolas Geoffray · 8 years ago
  34. 6ab5283 Revert "cpp-define-generator: "make art-update-cpp-defines" to regen asm_support" by Nicolas Geoffray · 8 years ago
  35. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  36. 8bf927b Merge "Fixed bug in disassembly of roundss/roundsd" by Treehugger Robot · 8 years ago
  37. 33dd909 Fixed bug in disassembly of roundss/roundsd by Aart Bik · 8 years ago
  38. e304fc2 Merge "Added direct memory operand support for comiss/sd on x86." by Treehugger Robot · 8 years ago
  39. ba001a5 Merge "libsigchain: intercept bsd_signal on lp32" by Treehugger Robot · 8 years ago
  40. 82b67b9 libsigchain: intercept bsd_signal on lp32 by Dimitry Ivanov · 8 years ago
  41. 18ba121 Added direct memory operand support for comiss/sd on x86. by Aart Bik · 8 years ago
  42. 1a7c337 Merge "Put the deletion of profiling info under a GC critical section." by Nicolas Geoffray · 8 years ago
  43. fcc3c6d Merge "Revert "Revert "Scan immune spaces using mod union tables.""" by Hiroshi Yamauchi · 8 years ago
  44. df638c6 Merge "ART: remove gcc cruft from the makefiles" by Colin Cross · 8 years ago
  45. 4130c33 Merge "cpp-define-generator: "make art-update-cpp-defines" to regen asm_support" by Treehugger Robot · 8 years ago
  46. 6e5e3b2 Merge "Fix art::ArchTest::FinalizeSetup not being called." by Przemyslaw Szczepaniak · 8 years ago
  47. a794c26 Fix art::ArchTest::FinalizeSetup not being called. by Przemyslaw Szczepaniak · 8 years ago
  48. bffecdb Merge "ART: Fix RegTypeCache for instance field declaring class" by David Brazdil · 8 years ago
  49. cf48fa0 Put the deletion of profiling info under a GC critical section. by Nicolas Geoffray · 8 years ago
  50. 0f290d7 Merge "Fix for interpreter crash on new instance of class" by Aart Bik · 8 years ago
  51. 0af088d Merge "Revert "Revert "Use try lock to fix class resolution race""" by Treehugger Robot · 8 years ago
  52. 4b0ef1c Revert "Revert "Use try lock to fix class resolution race"" by Mathieu Chartier · 8 years ago
  53. 3d73310 Merge "Create OatFileAssistant::OatFileInfo inner class." by Richard Uhler · 8 years ago
  54. db698f1 Fix for interpreter crash on new instance of class by Aart Bik · 8 years ago
  55. 5408f23 Revert "Revert "Scan immune spaces using mod union tables."" by Hiroshi Yamauchi · 8 years ago
  56. 7707777 Merge "Revert "Use try lock to fix class resolution race"" by Treehugger Robot · 8 years ago
  57. 69bf969 Revert "Use try lock to fix class resolution race" by Mathieu Chartier · 8 years ago
  58. ea15943 Merge "Add arena stack and priority queue type aliases" by Treehugger Robot · 8 years ago
  59. b94ea45 Merge "Revert "Scan immune spaces using mod union tables."" by Treehugger Robot · 8 years ago
  60. 8481f63 Merge "ART: remove ART_JIT makefile variable" by Colin Cross · 8 years ago
  61. ccf7c8a Revert "Scan immune spaces using mod union tables." by Hiroshi Yamauchi · 8 years ago
  62. 33ee120 Add arena stack and priority queue type aliases by Matthew Gharrity · 8 years ago
  63. 3c92b12 cpp-define-generator: "make art-update-cpp-defines" to regen asm_support by Igor Murashkin · 8 years ago
  64. 4c4d6f4 Merge "Pass the right class loader when inlining." by Nicolas Geoffray · 8 years ago
  65. ecf75a6 ART: remove gcc cruft from the makefiles by Colin Cross · 8 years ago
  66. 998bf2b ART: remove ART_JIT makefile variable by Colin Cross · 8 years ago
  67. 743bf36 Create OatFileAssistant::OatFileInfo inner class. by Richard Uhler · 8 years ago
  68. 533d684 Merge "Avoid read barrier for IntArray::GetArrayClass" by Mathieu Chartier · 8 years ago
  69. d6636d3 Avoid read barrier for IntArray::GetArrayClass by Mathieu Chartier · 8 years ago
  70. 85c4a4b Merge "Use try lock to fix class resolution race" by Mathieu Chartier · 8 years ago
  71. ccee336 Merge "Scan immune spaces using mod union tables." by Hiroshi Yamauchi · 8 years ago
  72. 5fc9dde Merge "Disable CheckSwapUsage test with read barriers on x86." by Roland Levillain · 8 years ago
  73. d22b69a Merge "Remove two ReadBarrierMarkRegX entrypoints." by Roland Levillain · 8 years ago
  74. f1aedb1 Pass the right class loader when inlining. by Nicolas Geoffray · 8 years ago
  75. 0d638bb ART: Fix RegTypeCache for instance field declaring class by David Brazdil · 8 years ago
  76. 63b6eb4 Disable CheckSwapUsage test with read barriers on x86. by Roland Levillain · 8 years ago
  77. e3051bf Merge "ARM64: Add comment to mterp int-to-long." by Vladimir Marko · 8 years ago
  78. 93aa03c Merge "Add ProcessBuilderTest#testRedirectInherit() to known failures" by Tobias Thierer · 8 years ago
  79. c416502 ARM64: Add comment to mterp int-to-long. by Vladimir Marko · 8 years ago
  80. f9136b6 Merge "MIPS32: Improve string and class loads" by Vladimir Marko · 8 years ago
  81. f59f597 Merge "ARM64: More mterp improvements." by Vladimir Marko · 8 years ago
  82. 7cef375 Merge "ART: Use old operator<< for MemBarrierKind" by Treehugger Robot · 8 years ago
  83. 75d2df2 ART: Use old operator<< for MemBarrierKind by Andreas Gampe · 8 years ago
  84. 06a46c4 MIPS32: Improve string and class loads by Alexey Frunze · 8 years ago
  85. 6369394 Merge "ART: Delete old compiler_enums.h" by Treehugger Robot · 8 years ago
  86. 74d19f1 Merge "Reduce unnecessary read barriers in GC" by Mathieu Chartier · 8 years ago
  87. 26de38b ART: Delete old compiler_enums.h by Andreas Gampe · 8 years ago
  88. 8256da3 Scan immune spaces using mod union tables. by Hiroshi Yamauchi · 8 years ago
  89. a704eda Use try lock to fix class resolution race by Mathieu Chartier · 8 years ago
  90. 1853a70 Merge "MIPS32: Block callee save fp registers in debuggable" by Treehugger Robot · 8 years ago
  91. 5ffa078 Reduce unnecessary read barriers in GC by Mathieu Chartier · 8 years ago
  92. 9755c26 Merge "Fix profiling output to properly display class info." by Treehugger Robot · 8 years ago
  93. 20421b9 ARM64: More mterp improvements. by Vladimir Marko · 8 years ago
  94. 58d40f3 Fix profiling output to properly display class info. by Jeff Hao · 8 years ago
  95. 533b158 Add ProcessBuilderTest#testRedirectInherit() to known failures by Tobias Thierer · 8 years ago
  96. 93afc5f Merge "Add missing filter cards to zygote mod union table" by Mathieu Chartier · 8 years ago
  97. 10b218d Add missing filter cards to zygote mod union table by Mathieu Chartier · 8 years ago
  98. cdd822f MIPS32: Block callee save fp registers in debuggable by Goran Jakovljevic · 8 years ago
  99. e92730c Merge "Improve CC handling for immune objects" by Treehugger Robot · 8 years ago
  100. 90187c9 Merge "Remove redundant 601 test, it's all in 600." by Aart Bik · 8 years ago