1. fe6064a Convert more of art to Android.bp by Colin Cross · 8 years ago
  2. 090a5da Merge "ART: Detach libart-disassembler from libart" by Andreas Gampe · 8 years ago
  3. 17ff91d Merge "Clean up the 538-checker-embed-constants test" by Treehugger Robot · 8 years ago
  4. bda1d60 ART: Detach libart-disassembler from libart by Andreas Gampe · 8 years ago
  5. a12943a Merge "ART: Generate path to entrypoints in VisitLoadString for arm64" by Mathieu Chartier · 8 years ago
  6. 1dd6176 Merge "Do type checks in ArraySet without read barriers." by Roland Levillain · 8 years ago
  7. 9d14eb1 Clean up the 538-checker-embed-constants test by Anton Kirilov · 8 years ago
  8. d14d515 Merge "ART: Remove computed-goto interpreter" by Bill Buzbee · 8 years ago
  9. 35d06db Merge "ARM64: Use macros for saving/restoring registers in assembly." by Treehugger Robot · 8 years ago
  10. 215076b ARM64: Use macros for saving/restoring registers in assembly. by Vladimir Marko · 8 years ago
  11. efb6dd2 Merge "Fix some memory leaks found by valgrind." by David Sehr · 8 years ago
  12. 7207c9c Merge changes I20396a1b,I794df17a by Treehugger Robot · 8 years ago
  13. 7235922 Fix some memory leaks found by valgrind. by David Sehr · 8 years ago
  14. 522fd12 Merge "ART: Generate path to entrypoints in VisitLoadString for arm" by Treehugger Robot · 8 years ago
  15. 123989f Support CUSTOM_TARGET_LINKER by Colin Cross · 8 years ago
  16. 1fe89ea ART: Generate path to entrypoints in VisitLoadString for arm64 by Christina Wadsworth · 8 years ago
  17. 6326d1b Support HOST_PREFER_32_BIT by Colin Cross · 8 years ago
  18. d8ec6db ART: Generate path to entrypoints in VisitLoadString for arm by Christina Wadsworth · 8 years ago
  19. e96bda1 Merge "Avoid read barrier for image HLoadClass" by Mathieu Chartier · 8 years ago
  20. a1be503 Merge "Prepare bisection search for runtest integration" by Aart Bik · 8 years ago
  21. ef858c2 Merge "Separate DexIr building from constructors." by David Sehr · 8 years ago
  22. 31b12e3 Avoid read barrier for image HLoadClass by Mathieu Chartier · 8 years ago
  23. 038cb84 Merge "LogMessageData: Fix assignment in constructor" by Greg Kaiser · 8 years ago
  24. f61df9b ART: Remove computed-goto interpreter by buzbee · 8 years ago
  25. 6c839a2 Merge "Add build rules for statically linked oatdump on host." by Roland Levillain · 8 years ago
  26. 9d6e1f8 Do type checks in ArraySet without read barriers. by Roland Levillain · 8 years ago
  27. 9775079 Merge "Revert "Convert more of art to Android.bp"" by Colin Cross · 8 years ago
  28. 1a86171 Revert "Convert more of art to Android.bp" by Colin Cross · 8 years ago
  29. e251b12 Merge "Fix art tests" by Treehugger Robot · 8 years ago
  30. 198a957 Fix art tests by Colin Cross · 8 years ago
  31. 2a3e344 Merge "Convert more of art to Android.bp" by Treehugger Robot · 8 years ago
  32. ddac139 Merge "Add -g to art script --perf-report" by Treehugger Robot · 8 years ago
  33. be4fae3 Merge changes I31aaf3ae,I8ef4639f by Hiroshi Yamauchi · 8 years ago
  34. 853a8e1 Separate DexIr building from constructors. by David Sehr · 8 years ago
  35. 3e65825 Merge "ART: Dump more info on 137-cfi failure" by Treehugger Robot · 8 years ago
  36. 34cf832 Disable the from-space memory protection under host debug build. by Hiroshi Yamauchi · 8 years ago
  37. 888c2f9 Merge "Optimizing: Fix handling empty fill-array-data." by Treehugger Robot · 8 years ago
  38. ba0d638 Revert "Disable the from-space memory protection under debug/gcstress." by Hiroshi Yamauchi · 8 years ago
  39. 4a45627 Convert more of art to Android.bp by Colin Cross · 8 years ago
  40. 22d7ae2 Merge "Change deoptimize entrypoint to save everything." by Treehugger Robot · 8 years ago
  41. 49fa4f2 Merge "ARM: VIXL32: Support a newer version of VIXL." by Treehugger Robot · 8 years ago
  42. 78da0d7 ART: Dump more info on 137-cfi failure by Andreas Gampe · 8 years ago
  43. c69fba2 Optimizing: Fix handling empty fill-array-data. by Vladimir Marko · 8 years ago
  44. 239d6ea Change deoptimize entrypoint to save everything. by Vladimir Marko · 8 years ago
  45. 5e953d6 LogMessageData: Fix assignment in constructor by Greg Kaiser · 8 years ago
  46. 04147ef Add build rules for statically linked oatdump on host. by Roland Levillain · 8 years ago
  47. 9d185da Merge "MIPS32: Ensure preservation of RA in leaf methods if it's clobbered" by Treehugger Robot · 8 years ago
  48. 9c66d94 Merge "Fix typo in definition of `build-art-executable`." by Treehugger Robot · 8 years ago
  49. 86dc59e Merge "Avoid excessive spill slots for slow paths." by Treehugger Robot · 8 years ago
  50. 70e9746 Avoid excessive spill slots for slow paths. by Vladimir Marko · 8 years ago
  51. af54785 Fix typo in definition of `build-art-executable`. by Roland Levillain · 8 years ago
  52. 52d0fce ARM: VIXL32: Support a newer version of VIXL. by Anton Kirilov · 8 years ago
  53. b0f4432 Merge "Address a couple of TODOs and remove an unused header." by Orion Hodson · 8 years ago
  54. cf8b2fa Merge changes I3f825746,Ia4284ccd,I437ffd43 by Nicolas Geoffray · 8 years ago
  55. cffc529 Address a couple of TODOs and remove an unused header. by Orion Hodson · 8 years ago
  56. ebb7b22 Merge "Clean up some includes." by Treehugger Robot · 8 years ago
  57. 38c8fcd Merge "Support for loading classes from DEX files stored in a ByteBuffer." by Orion Hodson · 8 years ago
  58. 011af10 Merge changes I5acba084,I08a3379d by Treehugger Robot · 8 years ago
  59. 65b4c22 Merge "ART: Fixup JDWP tests script" by Nicolas Geoffray · 8 years ago
  60. 85b286b ART: Fixup JDWP tests script by Andreas Gampe · 9 years ago
  61. 2f2fd06 ART: Suppress libbase failures in valgrind by Andreas Gampe · 8 years ago
  62. bf13e80 ART: Use a 50-deep call-stack in valgrind by Andreas Gampe · 8 years ago
  63. 8637994 Prepare bisection search for runtest integration by Wojciech Staszkiewicz · 8 years ago
  64. 5f17d64 Merge "Use the fast path object size for RosAlloc asm stubs" by Mathieu Chartier · 8 years ago
  65. 8da4977 Add -g to art script --perf-report by Mathieu Chartier · 8 years ago
  66. f9aafcd Merge "Remove duplicate entry." by Nicolas Geoffray · 8 years ago
  67. c0ada95 Remove duplicate entry. by Nicolas Geoffray · 8 years ago
  68. 161db1d Use the fast path object size for RosAlloc asm stubs by Mathieu Chartier · 8 years ago
  69. a02add6 Merge "Blacklist flaky test." by Treehugger Robot · 8 years ago
  70. 22215db Merge "verifier: Pass ClassDef as a reference" by Treehugger Robot · 8 years ago
  71. 3a21e38 Clean up some includes. by Vladimir Marko · 8 years ago
  72. 0a784a3 Merge "Cache result of an expensive DCHECK" by Treehugger Robot · 8 years ago
  73. 15fc729 verifier: Pass ClassDef as a reference by David Brazdil · 8 years ago
  74. 30f7666 Cache result of an expensive DCHECK by David Brazdil · 8 years ago
  75. 5ce327c Merge "Revert "Revert "Refactor writing type lookup tables into OAT""" by Treehugger Robot · 8 years ago
  76. a4c2a05 Support for loading classes from DEX files stored in a ByteBuffer. by Orion Hodson · 8 years ago
  77. 181e1cc Revert "Revert "Refactor writing type lookup tables into OAT"" by David Brazdil · 8 years ago
  78. 71ceb72 Blacklist flaky test. by Nicolas Geoffray · 8 years ago
  79. f94a4cf Merge "Disable the from-space memory protection under debug/gcstress." by Treehugger Robot · 8 years ago
  80. 8d8d612 Merge "ART: Use thread annotation macros from base" by Treehugger Robot · 8 years ago
  81. 74bc6df Merge "Remove auto-generated executable list" by Colin Cross · 8 years ago
  82. 58320ce MIPS32: Ensure preservation of RA in leaf methods if it's clobbered by Alexey Frunze · 8 years ago
  83. 9043c61 Merge "ART: Clean up x86 asm in dex cache entrypoints" by Mathieu Chartier · 8 years ago
  84. 1c155f8 Merge changes Id2bc87dc,I17c191ec by Colin Cross · 8 years ago
  85. 69a0032 Merge "Make 115-native-bridge idempotent" by Treehugger Robot · 8 years ago
  86. 3196360 Remove auto-generated executable list by Colin Cross · 8 years ago
  87. 370e6e4 Merge "MIPS32: Additional bitCount optimizations." by Treehugger Robot · 8 years ago
  88. 7a2d267 Disable the from-space memory protection under debug/gcstress. by Hiroshi Yamauchi · 8 years ago
  89. 4fd93ae Merge "Clean up art_quick_resolve_string for arm64" by Mathieu Chartier · 8 years ago
  90. 7d636f8 Merge "Faster allocation fast path" by Mathieu Chartier · 8 years ago
  91. 71b4406 Merge "Revert "Refactor writing type lookup tables into OAT"" by David Brazdil · 8 years ago
  92. b92ba62 Revert "Refactor writing type lookup tables into OAT" by David Brazdil · 8 years ago
  93. 5c5a147 Merge "Refactor writing type lookup tables into OAT" by David Brazdil · 8 years ago
  94. f7291f6 Merge "Revert "Re-enable boot image string sharpening."" by Vladimir Marko · 8 years ago
  95. f508c56 Revert "Re-enable boot image string sharpening." by Vladimir Marko · 8 years ago
  96. 1a069a5 Refactor writing type lookup tables into OAT by David Brazdil · 8 years ago
  97. 89171e4 Merge "[MIPS] Fix a mips64 mterp bug." by Vladimir Marko · 8 years ago
  98. 433b738 Merge "Constant fold Equal/NotEqual between null and non-null." by Vladimir Marko · 8 years ago
  99. dec50eb Merge "Avoid decrementing iterator to std::set<>::begin() in RosAlloc." by Vladimir Marko · 8 years ago
  100. e74fe1e Avoid decrementing iterator to std::set<>::begin() in RosAlloc. by Vladimir Marko · 8 years ago