1. c91b5a2 Remove unreachable code in DexLocationToOdexFilename. by Richard Uhler · 8 years ago
  2. 047871f Merge "MIPS64: Improve method entry/exit code" by Treehugger Robot · 8 years ago
  3. 85f8841 Merge ""Revert^6 "CHA for interface method."""" by Nicolas Geoffray · 8 years ago
  4. 7f56a74 Merge "Revert "Revert "Make original dex file be more deduplicated""" by Treehugger Robot · 8 years ago
  5. 5a2bb55 Merge "Add 'dist' to gtest targets to avoid jack issues." by Nicolas Geoffray · 8 years ago
  6. c461476 Add 'dist' to gtest targets to avoid jack issues. by Nicolas Geoffray · 8 years ago
  7. 41b67fb Merge "ARM: Reduce the number of branches generated for HCondition and HSelect" by Nicolas Geoffray · 8 years ago
  8. 6a2d596 Merge "ARM: Improve the code generated for HInstanceOf" by Nicolas Geoffray · 8 years ago
  9. ffac460 Merge "Improve user-friendliness of art script." by Orion Hodson · 8 years ago
  10. 18ea1c9 "Revert^6 "CHA for interface method.""" by Nicolas Geoffray · 8 years ago
  11. 624dc59 Merge "Improvements in the Inliner." by Nicolas Geoffray · 8 years ago
  12. 5b8f4e9 Merge "Makefile cleanup/fix after refactoring." by Nicolas Geoffray · 8 years ago
  13. a6fbe39 Makefile cleanup/fix after refactoring. by Nicolas Geoffray · 8 years ago
  14. 8b83ba5 Merge "Fix issue with Android.run-test.mk" by Nicolas Geoffray · 8 years ago
  15. 75f37d6 Fix issue with Android.run-test.mk by Alex Light · 8 years ago
  16. 2f814aa Revert "Revert "Make original dex file be more deduplicated"" by Alex Light · 8 years ago
  17. ae60e48 Merge "Move backtrace logic to backtrace_helper.h" by Mathieu Chartier · 8 years ago
  18. f5ca866 Merge "Remove TimeZoneTest.testAllDisplayNames() failure" by Joachim Sauer · 8 years ago
  19. 9719d3d Merge "MIPS64: Check for MSA presence in each MSA instruction" by Aart Bik · 8 years ago
  20. d94562d Merge "Implement a SIMD spilling slot." by Aart Bik · 8 years ago
  21. d5482fe Merge "Silence ulimit in run-test" by Orion Hodson · 8 years ago
  22. 3458359 Move backtrace logic to backtrace_helper.h by Mathieu Chartier · 8 years ago
  23. a6cefa7 Merge "Deterministic DexCache in heap images." by Vladimir Marko · 8 years ago
  24. f26f6fd Remove TimeZoneTest.testAllDisplayNames() failure by Joachim Sauer · 8 years ago
  25. fc01c0f Merge "Testrunner: Print colored text only when printing on terminal" by Shubham Ajmera · 8 years ago
  26. bd328d3 Silence ulimit in run-test by Orion Hodson · 8 years ago
  27. f6d4668 Improvements in the Inliner. by Nicolas Geoffray · 8 years ago
  28. 35710a0 Improve user-friendliness of art script. by Orion Hodson · 8 years ago
  29. 0bbb750 Merge "MIPS64: Remove memcpy() from java.lang.String.getChars intrinsic." by Treehugger Robot · 8 years ago
  30. 3d6194f Merge "MIPS32: Remove memcpy() from java.lang.String.getChars intrinsic." by Treehugger Robot · 8 years ago
  31. da9f7eb Merge "Revert "Revert^4 "CHA for interface method.""" by Nicolas Geoffray · 8 years ago
  32. 27ef25f Revert "Revert^4 "CHA for interface method."" by Nicolas Geoffray · 8 years ago
  33. ca32c31 Merge "Revert "Make original dex file be more deduplicated"" by Nicolas Geoffray · 8 years ago
  34. a7c04c4 Revert "Make original dex file be more deduplicated" by Nicolas Geoffray · 8 years ago
  35. 5576f37 Implement a SIMD spilling slot. by Aart Bik · 8 years ago
  36. 6efac99 Merge "Reduce test 051-threads to 128 threads instead of 512" by Mathieu Chartier · 8 years ago
  37. 22499e2 Testrunner: Print colored text only when printing on terminal by Shubham Ajmera · 8 years ago
  38. 5bcc95b Merge "Add test.py script to run gtest and run-test" by Shubham Ajmera · 8 years ago
  39. d38959a Merge "Remove test logic from Android.run-test.mk" by Shubham Ajmera · 8 years ago
  40. 54515c7 Add test.py script to run gtest and run-test by Shubham Ajmera · 8 years ago
  41. 6824486 Reduce test 051-threads to 128 threads instead of 512 by Mathieu Chartier · 8 years ago
  42. e104d6e MIPS64: Improve method entry/exit code by Alexey Frunze · 8 years ago
  43. b8006e6 Merge "Make original dex file be more deduplicated" by Treehugger Robot · 8 years ago
  44. 366d433 MIPS64: Remove memcpy() from java.lang.String.getChars intrinsic. by Chris Larsen · 8 years ago
  45. fe4ff44 MIPS32: Remove memcpy() from java.lang.String.getChars intrinsic. by Chris Larsen · 8 years ago
  46. f13821e Merge "Revert^4 "CHA for interface method."" by Mingyao Yang · 8 years ago
  47. 4a5a162 Remove test logic from Android.run-test.mk by Shubham Ajmera · 8 years ago
  48. 594e8b1 Merge "Saves full XMM state along suspend check's slow path." by Aart Bik · 8 years ago
  49. af818fa Merge "Change 1/2 spill slots to more general number of spill slots." by Aart Bik · 8 years ago
  50. 5ac242a Merge "Properly disassemble cmpeq for x86/x86_64" by Aart Bik · 8 years ago
  51. 4f1c5fa Merge "Replace + by / to avoid vectorization of loop." by Aart Bik · 8 years ago
  52. f25cc73 Deterministic DexCache in heap images. by Vladimir Marko · 8 years ago
  53. 5e8ea90 Merge "Revert "Blacklist test that times out."" by Treehugger Robot · 8 years ago
  54. 1e7bb5a ARM: Improve the code generated for HInstanceOf by Anton Kirilov · 8 years ago
  55. c70ab71 Revert "Blacklist test that times out." by Nicolas Geoffray · 8 years ago
  56. 27af937 MIPS64: Check for MSA presence in each MSA instruction by Goran Jakovljevic · 8 years ago
  57. f454679 Merge "Fix bot breakages." by Treehugger Robot · 8 years ago
  58. cc89525 Change 1/2 spill slots to more general number of spill slots. by Aart Bik · 8 years ago
  59. 47e01b7 Merge "Add even more logging failed to copy GC error" by Mathieu Chartier · 8 years ago
  60. a5b9af1 Replace + by / to avoid vectorization of loop. by Aart Bik · 8 years ago
  61. 149fb78 Properly disassemble cmpeq for x86/x86_64 by Aart Bik · 8 years ago
  62. ae7eef6 Merge "MIPS64: Extend instruction_set_features_mips64_test" by Aart Bik · 8 years ago
  63. efc4577 Merge "Add syntax for adding all class methods to profman" by Mathieu Chartier · 8 years ago
  64. fb18513 Revert^4 "CHA for interface method." by Mingyao Yang · 8 years ago
  65. b01335c Add even more logging failed to copy GC error by Mathieu Chartier · 8 years ago
  66. b13c65b Saves full XMM state along suspend check's slow path. by Aart Bik · 8 years ago
  67. d808e8b Add syntax for adding all class methods to profman by Mathieu Chartier · 8 years ago
  68. 2b86465 Merge "Speed up test 080-oom-throw" by Mathieu Chartier · 8 years ago
  69. 24c0570 Merge "Log the errno code for failed flock() invocations" by Calin Juravle · 8 years ago
  70. 217b2ce ARM: Reduce the number of branches generated for HCondition and HSelect by Anton Kirilov · 8 years ago
  71. 30f530e Speed up test 080-oom-throw by Mathieu Chartier · 8 years ago
  72. 9556cb2 Make original dex file be more deduplicated by Alex Light · 8 years ago
  73. f7ada95 Log the errno code for failed flock() invocations by Calin Juravle · 8 years ago
  74. 300c09b Fix bot breakages. by Nicolas Geoffray · 8 years ago
  75. f633fb0 Merge "Blacklist test that times out." by Nicolas Geoffray · 8 years ago
  76. 882ea47 Blacklist test that times out. by Nicolas Geoffray · 8 years ago
  77. e21c9af Merge "ARM: Avoid branches to branches" by Nicolas Geoffray · 8 years ago
  78. 48f7a5b Merge "Assign pointer to quick code for copied methods" by Nicolas Geoffray · 8 years ago
  79. bfb438a Merge changes I17d48a60,I90bc4912 by Treehugger Robot · 8 years ago
  80. 30b7815 Merge "Run gtests in art-test" by Shubham Ajmera · 8 years ago
  81. 9be1524 Merge "Avoid use of pthread_getschedparam (except on the Mac)" by Treehugger Robot · 8 years ago
  82. a861b0d Merge "tools: Add golem/build-target and golem/env scripts." by Treehugger Robot · 8 years ago
  83. 640a104 Avoid use of pthread_getschedparam (except on the Mac) by Brian Carlstrom · 8 years ago
  84. f11cbe1 Merge "Downgrade duplicate method DCHECKs to WARNINGs" by Treehugger Robot · 8 years ago
  85. 3bd2346 Merge "ART: Remove com.android.dex.Dex from well_known_classes." by Narayan Kamath · 8 years ago
  86. 4bf58ce Merge "Some more blacklisting." by Nicolas Geoffray · 8 years ago
  87. a8e46e6 Some more blacklisting. by Nicolas Geoffray · 8 years ago
  88. 9c527e7d MIPS64: Extend instruction_set_features_mips64_test by Goran Jakovljevic · 8 years ago
  89. 51e5474 Merge "Remove extra comma in knownfailures.json" by Calin Juravle · 8 years ago
  90. 01b7000 Remove extra comma in knownfailures.json by Calin Juravle · 8 years ago
  91. f788297 ART: Add dex2oat return code for runtime failure by Andreas Gampe · 8 years ago
  92. 99b7c20 Merge "jdwp: switch to SOCK_SEQPACKET." by Treehugger Robot · 8 years ago
  93. 7b56591 ART: Add dex2oat return codes by Andreas Gampe · 8 years ago
  94. b84c43f Merge "Fix missing comma in knownfailures.json" by Calin Juravle · 8 years ago
  95. 26ab8d7 Fix missing comma in knownfailures.json by Calin Juravle · 8 years ago
  96. cbb65ae jdwp: switch to SOCK_SEQPACKET. by Josh Gao · 8 years ago
  97. 46ef4a6 Merge "Disable the use of inline caches in AOT mode" by Calin Juravle · 8 years ago
  98. e2492d4 Disable the use of inline caches in AOT mode by Calin Juravle · 8 years ago
  99. 3f98053 Downgrade duplicate method DCHECKs to WARNINGs by Alex Light · 8 years ago
  100. f980637 Merge "Revert "Revert "Introduce a number of MSA instructions for MIPS64""" by Aart Bik · 8 years ago