1. 2c76e06 Allow for testing alternative code generators in codegen_test.cc by Scott Wakeling · 8 years ago
  2. 6c839a2 Merge "Add build rules for statically linked oatdump on host." by Roland Levillain · 8 years ago
  3. 9d6e1f8 Do type checks in ArraySet without read barriers. by Roland Levillain · 8 years ago
  4. 60458a0 Track libcore Executable.getParameter() changes by Neil Fuller · 8 years ago
  5. 9775079 Merge "Revert "Convert more of art to Android.bp"" by Colin Cross · 8 years ago
  6. 1a86171 Revert "Convert more of art to Android.bp" by Colin Cross · 8 years ago
  7. e251b12 Merge "Fix art tests" by Treehugger Robot · 8 years ago
  8. 198a957 Fix art tests by Colin Cross · 8 years ago
  9. 2a3e344 Merge "Convert more of art to Android.bp" by Treehugger Robot · 8 years ago
  10. ddac139 Merge "Add -g to art script --perf-report" by Treehugger Robot · 8 years ago
  11. be4fae3 Merge changes I31aaf3ae,I8ef4639f by Hiroshi Yamauchi · 8 years ago
  12. 853a8e1 Separate DexIr building from constructors. by David Sehr · 8 years ago
  13. 3e65825 Merge "ART: Dump more info on 137-cfi failure" by Treehugger Robot · 8 years ago
  14. 34cf832 Disable the from-space memory protection under host debug build. by Hiroshi Yamauchi · 8 years ago
  15. 888c2f9 Merge "Optimizing: Fix handling empty fill-array-data." by Treehugger Robot · 8 years ago
  16. ba0d638 Revert "Disable the from-space memory protection under debug/gcstress." by Hiroshi Yamauchi · 8 years ago
  17. 4a45627 Convert more of art to Android.bp by Colin Cross · 8 years ago
  18. 22d7ae2 Merge "Change deoptimize entrypoint to save everything." by Treehugger Robot · 8 years ago
  19. 49fa4f2 Merge "ARM: VIXL32: Support a newer version of VIXL." by Treehugger Robot · 8 years ago
  20. 78da0d7 ART: Dump more info on 137-cfi failure by Andreas Gampe · 8 years ago
  21. c69fba2 Optimizing: Fix handling empty fill-array-data. by Vladimir Marko · 8 years ago
  22. 239d6ea Change deoptimize entrypoint to save everything. by Vladimir Marko · 8 years ago
  23. 5e953d6 LogMessageData: Fix assignment in constructor by Greg Kaiser · 8 years ago
  24. d2bdb9b Try to avoid allocation when interning strings. by Vladimir Marko · 8 years ago
  25. 04147ef Add build rules for statically linked oatdump on host. by Roland Levillain · 8 years ago
  26. badf2b2 Remove unnecessary `static` specifiers in `common_arm64.h`. by Alexandre Rames · 8 years ago
  27. 9d185da Merge "MIPS32: Ensure preservation of RA in leaf methods if it's clobbered" by Treehugger Robot · 8 years ago
  28. 9c66d94 Merge "Fix typo in definition of `build-art-executable`." by Treehugger Robot · 8 years ago
  29. 86dc59e Merge "Avoid excessive spill slots for slow paths." by Treehugger Robot · 8 years ago
  30. 70e9746 Avoid excessive spill slots for slow paths. by Vladimir Marko · 8 years ago
  31. af54785 Fix typo in definition of `build-art-executable`. by Roland Levillain · 8 years ago
  32. 52d0fce ARM: VIXL32: Support a newer version of VIXL. by Anton Kirilov · 8 years ago
  33. b0f4432 Merge "Address a couple of TODOs and remove an unused header." by Orion Hodson · 8 years ago
  34. cf8b2fa Merge changes I3f825746,Ia4284ccd,I437ffd43 by Nicolas Geoffray · 8 years ago
  35. cffc529 Address a couple of TODOs and remove an unused header. by Orion Hodson · 8 years ago
  36. ebb7b22 Merge "Clean up some includes." by Treehugger Robot · 8 years ago
  37. 38c8fcd Merge "Support for loading classes from DEX files stored in a ByteBuffer." by Orion Hodson · 8 years ago
  38. 011af10 Merge changes I5acba084,I08a3379d by Treehugger Robot · 8 years ago
  39. 65b4c22 Merge "ART: Fixup JDWP tests script" by Nicolas Geoffray · 8 years ago
  40. 85b286b ART: Fixup JDWP tests script by Andreas Gampe · 9 years ago
  41. 2f2fd06 ART: Suppress libbase failures in valgrind by Andreas Gampe · 8 years ago
  42. bf13e80 ART: Use a 50-deep call-stack in valgrind by Andreas Gampe · 8 years ago
  43. 8637994 Prepare bisection search for runtest integration by Wojciech Staszkiewicz · 8 years ago
  44. 5f17d64 Merge "Use the fast path object size for RosAlloc asm stubs" by Mathieu Chartier · 8 years ago
  45. 8da4977 Add -g to art script --perf-report by Mathieu Chartier · 8 years ago
  46. f9aafcd Merge "Remove duplicate entry." by Nicolas Geoffray · 8 years ago
  47. c0ada95 Remove duplicate entry. by Nicolas Geoffray · 8 years ago
  48. 161db1d Use the fast path object size for RosAlloc asm stubs by Mathieu Chartier · 8 years ago
  49. a02add6 Merge "Blacklist flaky test." by Treehugger Robot · 8 years ago
  50. 22215db Merge "verifier: Pass ClassDef as a reference" by Treehugger Robot · 8 years ago
  51. 3a21e38 Clean up some includes. by Vladimir Marko · 8 years ago
  52. 0a784a3 Merge "Cache result of an expensive DCHECK" by Treehugger Robot · 8 years ago
  53. 15fc729 verifier: Pass ClassDef as a reference by David Brazdil · 8 years ago
  54. 30f7666 Cache result of an expensive DCHECK by David Brazdil · 8 years ago
  55. 5ce327c Merge "Revert "Revert "Refactor writing type lookup tables into OAT""" by Treehugger Robot · 8 years ago
  56. a4c2a05 Support for loading classes from DEX files stored in a ByteBuffer. by Orion Hodson · 8 years ago
  57. 181e1cc Revert "Revert "Refactor writing type lookup tables into OAT"" by David Brazdil · 8 years ago
  58. 71ceb72 Blacklist flaky test. by Nicolas Geoffray · 8 years ago
  59. f94a4cf Merge "Disable the from-space memory protection under debug/gcstress." by Treehugger Robot · 8 years ago
  60. 8d8d612 Merge "ART: Use thread annotation macros from base" by Treehugger Robot · 8 years ago
  61. 74bc6df Merge "Remove auto-generated executable list" by Colin Cross · 8 years ago
  62. 58320ce MIPS32: Ensure preservation of RA in leaf methods if it's clobbered by Alexey Frunze · 8 years ago
  63. 9043c61 Merge "ART: Clean up x86 asm in dex cache entrypoints" by Mathieu Chartier · 8 years ago
  64. 1c155f8 Merge changes Id2bc87dc,I17c191ec by Colin Cross · 8 years ago
  65. 69a0032 Merge "Make 115-native-bridge idempotent" by Treehugger Robot · 8 years ago
  66. 3196360 Remove auto-generated executable list by Colin Cross · 8 years ago
  67. 370e6e4 Merge "MIPS32: Additional bitCount optimizations." by Treehugger Robot · 8 years ago
  68. 7a2d267 Disable the from-space memory protection under debug/gcstress. by Hiroshi Yamauchi · 8 years ago
  69. 4fd93ae Merge "Clean up art_quick_resolve_string for arm64" by Mathieu Chartier · 8 years ago
  70. 7d636f8 Merge "Faster allocation fast path" by Mathieu Chartier · 8 years ago
  71. 71b4406 Merge "Revert "Refactor writing type lookup tables into OAT"" by David Brazdil · 8 years ago
  72. b92ba62 Revert "Refactor writing type lookup tables into OAT" by David Brazdil · 8 years ago
  73. 5c5a147 Merge "Refactor writing type lookup tables into OAT" by David Brazdil · 8 years ago
  74. f7291f6 Merge "Revert "Re-enable boot image string sharpening."" by Vladimir Marko · 8 years ago
  75. f508c56 Revert "Re-enable boot image string sharpening." by Vladimir Marko · 8 years ago
  76. 1a069a5 Refactor writing type lookup tables into OAT by David Brazdil · 8 years ago
  77. 89171e4 Merge "[MIPS] Fix a mips64 mterp bug." by Vladimir Marko · 8 years ago
  78. 433b738 Merge "Constant fold Equal/NotEqual between null and non-null." by Vladimir Marko · 8 years ago
  79. dec50eb Merge "Avoid decrementing iterator to std::set<>::begin() in RosAlloc." by Vladimir Marko · 8 years ago
  80. e74fe1e Avoid decrementing iterator to std::set<>::begin() in RosAlloc. by Vladimir Marko · 8 years ago
  81. 79c3e4e Merge "Disable dexlayout_test on target." by Treehugger Robot · 8 years ago
  82. b2ca72a Merge "Revert "Remove auto-generated executable list"" by Treehugger Robot · 8 years ago
  83. 93bbee0 Faster allocation fast path by Mathieu Chartier · 8 years ago
  84. 0f7eaeb Disable dexlayout_test on target. by Jeff Hao · 8 years ago
  85. 39a1250 Revert "Remove auto-generated executable list" by Colin Cross · 8 years ago
  86. e3fbe38 Clean up art_quick_resolve_string for arm64 by Mathieu Chartier · 8 years ago
  87. d38374e ART: Use thread annotation macros from base by Andreas Gampe · 8 years ago
  88. 1c29876 Merge "Remove auto-generated executable list" by Colin Cross · 8 years ago
  89. 244d105 Merge changes Idfd8ac9f,I3dacb78f by Jeff Hao · 8 years ago
  90. 14a4fdc Merge "Fix a check failure in the CC background transition." by Treehugger Robot · 8 years ago
  91. 43ac114 Merge "Fix unnecessary read barrier for resolved/initialized allocations" by Mathieu Chartier · 8 years ago
  92. e534a16 Merge "ART: Use libbase" by Treehugger Robot · 8 years ago
  93. a2ab404 Merge "Remove workarounds for [D]CHECK()s in constexpr functions." by Vladimir Marko · 8 years ago
  94. c3acfc5 Finish dexlayout dumping of dex files and added test. by Jeff Hao · 8 years ago
  95. 3d08238 Merge "ART: SHARED_REQUIRES to REQUIRES_SHARED" by Andreas Gampe · 8 years ago
  96. 4abf166 Make 115-native-bridge idempotent by Wojciech Staszkiewicz · 8 years ago
  97. 7629f60 Add dex file intermediate representation by David Sehr · 8 years ago
  98. fc73408 Extend the InvokeRuntime() changes to mips64. by Serban Constantinescu · 8 years ago
  99. fca1666 Extend the InvokeRuntime() changes to mips. by Serban Constantinescu · 8 years ago
  100. ba45db0 Extend the InvokeRuntime() changes to x86 and x86_64. by Serban Constantinescu · 8 years ago