1. 18df771 Merge "Enable string "array get" vectorization." by Treehugger Robot · 7 years ago
  2. 73ff983 Merge "ART: Change dchecked_integral_cast logging" by Treehugger Robot · 7 years ago
  3. 1f44d63 Merge "ART: Don't let dex2oat compile image space" by Treehugger Robot · 7 years ago
  4. a44d67e Merge "Add concurrent card graying for immune spaces" by Mathieu Chartier · 7 years ago
  5. 88d329a Add concurrent card graying for immune spaces by Mathieu Chartier · 7 years ago
  6. c61c076 MIPS: Change remaining entrypoints to save everything. by Alexey Frunze · 7 years ago
  7. b4be871 StringReference comparator operator is missing const by Yi Kong · 7 years ago
  8. 5633ce7 MIPS: java.lang.Integer.valueOf intrinsic. by Chris Larsen · 7 years ago
  9. a57c334 Merge "Fix up code warning and errors" by Treehugger Robot · 7 years ago
  10. 8cf00fa ART: Change dchecked_integral_cast logging by Andreas Gampe · 7 years ago
  11. c8e3520 ART: Don't let dex2oat compile image space by Andreas Gampe · 7 years ago
  12. 5887c37 Merge "oat_file_manager: Avoid global collision check." by Calin Juravle · 7 years ago
  13. 88307ed Fix up code warning and errors by Yi Kong · 7 years ago
  14. 5c52574 oat_file_manager: Avoid global collision check. by Narayan Kamath · 7 years ago
  15. 472821b Enable string "array get" vectorization. by Aart Bik · 7 years ago
  16. 4684739 Honor --force-determinism for vdex. by Nicolas Geoffray · 7 years ago
  17. b718d01 Merge "Fix unquickening in the presence of duplicate methods." by Nicolas Geoffray · 7 years ago
  18. 095d6a6 Fix unquickening in the presence of duplicate methods. by Nicolas Geoffray · 7 years ago
  19. de66d03 Relax 030-bad-finalizer test by Goran Jakovljevic · 7 years ago
  20. 3f5f85d Merge "Only log a few types of GC causes for the blocking cases" by Treehugger Robot · 7 years ago
  21. b166f41 Only log a few types of GC causes for the blocking cases by Mathieu Chartier · 7 years ago
  22. 70940df Merge "MIPS64: Add add_a.df, ave_s/u.df and aver_s/u.df MSA instructions" by Aart Bik · 7 years ago
  23. 191412b Merge "If a profile is passed, we should always pass output-vdex and input-vdex." by Nicolas Geoffray · 7 years ago
  24. ec0c057 Merge "Pack booleans in the already existing bit field." by Aart Bik · 7 years ago
  25. fbc4f11 If a profile is passed, we should always pass output-vdex and input-vdex. by Nicolas Geoffray · 7 years ago
  26. 0447112 Merge changes If6bd630c,Iade01cd5,I2ca823e1,Ib2899bce,I123f30f9 by Treehugger Robot · 7 years ago
  27. 34ed966 Merge "Remove some hardcoded cases of kCardShift" by Mathieu Chartier · 7 years ago
  28. fa67602 Add test gcstress 968 to knownfailures.json by Alex Light · 7 years ago
  29. 2ad1894 Merge "ART: Shut down runtime in patchoat" by Andreas Gampe · 7 years ago
  30. 9975c71 Merge "ART: Fix UnstartedRuntime unique_ptr braino" by Andreas Gampe · 7 years ago
  31. 03fe275 Merge "Do not reference test 648-many-direct-methods in test/knownfailures.json." by Roland Levillain · 7 years ago
  32. 3d50593 Do not reference test 648-many-direct-methods in test/knownfailures.json. by Roland Levillain · 7 years ago
  33. c502d72 Merge "Make vdex and dexlayout compatible." by Nicolas Geoffray · 7 years ago
  34. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago
  35. 4dc06e2 Merge "Rename and obsolete compiler filter names." by Nicolas Geoffray · 7 years ago
  36. 8e2252d Merge "Remove ART run-test 648-many-direct-methods." by Treehugger Robot · 7 years ago
  37. dc8d7b6 Merge "fix a null pointer dereference" by Treehugger Robot · 7 years ago
  38. eed8ca4 Remove ART run-test 648-many-direct-methods. by Roland Levillain · 7 years ago
  39. 204db00 Merge "Revert^2 "ART: Support for SourceDebugExtension"" by Orion Hodson · 7 years ago
  40. fd80b17 ART: Blacklist dex2oat test under sanitization by Andreas Gampe · 7 years ago
  41. 08c277c ART: Fix leaks in oat symbolizer by Andreas Gampe · 7 years ago
  42. 08ae77f ART: Free resources in dexlayout by Andreas Gampe · 7 years ago
  43. 2ae2dda ART: Destroy temporary holder in dex_ir by Andreas Gampe · 7 years ago
  44. 39f44b7 ART: Shut down runtime in dexoptanalyzer by Andreas Gampe · 7 years ago
  45. b8cc175 ART: Shut down runtime in patchoat by Andreas Gampe · 7 years ago
  46. eac4f28 ART: Fix UnstartedRuntime unique_ptr braino by Andreas Gampe · 7 years ago
  47. ddbe114 Merge "Use stack allocated context for VisitRoots" by Mathieu Chartier · 7 years ago
  48. afdcbcb Remove some hardcoded cases of kCardShift by Mathieu Chartier · 7 years ago
  49. a62b453 Use stack allocated context for VisitRoots by Mathieu Chartier · 7 years ago
  50. a018224 Merge "Allow dexlayout to handle duplicate code items." by Treehugger Robot · 7 years ago
  51. 18457f4 Merge "Disable ART run-test 648-many-direct-methods with "no-image"." by Treehugger Robot · 7 years ago
  52. d212d5b Allow dexlayout to handle duplicate code items. by Jeff Hao · 7 years ago
  53. 72155d2 fix a null pointer dereference by George Burgess IV · 7 years ago
  54. 5d9d242 Merge "Improve accounting of native roots in hprof" by Mathieu Chartier · 7 years ago
  55. b66ca57 Merge "Ignore an additional thread in test 911" by Alex Light · 7 years ago
  56. 02b1976 Merge "ARM64: Link-time generated thunks for ArrayGet Baker CC read barrier." by Vladimir Marko · 7 years ago
  57. d21711e Merge "Disable test 648 on speed-profile." by Nicolas Geoffray · 7 years ago
  58. d7a3a67 Disable ART run-test 648-many-direct-methods with "no-image". by Roland Levillain · 7 years ago
  59. d77156a Disable test 648 on speed-profile. by Nicolas Geoffray · 7 years ago
  60. 77d8a1c Revert^2 "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  61. db14fcf Pack booleans in the already existing bit field. by Aart Bik · 7 years ago
  62. 996f75e Improve accounting of native roots in hprof by Mathieu Chartier · 7 years ago
  63. 3cf6a70 Ignore an additional thread in test 911 by Alex Light · 7 years ago
  64. 6b90142 Merge "test: Blacklist 987-stack-trace-dumping for javac/dx" by Treehugger Robot · 7 years ago
  65. 3a2380d Merge "Layout codeitems based on profile data" by Treehugger Robot · 7 years ago
  66. 9e6571e test: Blacklist 987-stack-trace-dumping for javac/dx by Igor Murashkin · 7 years ago
  67. 66d691d ARM64: Link-time generated thunks for ArrayGet Baker CC read barrier. by Vladimir Marko · 7 years ago
  68. 0d2ea2f Merge "Disable ART run-test 648-many-direct-methods with AOT." by Roland Levillain · 7 years ago
  69. 08e9eed Allow stripped APK to be compiled with a vdex. by Nicolas Geoffray · 7 years ago
  70. 56891d9 Disable ART run-test 648-many-direct-methods with AOT. by Roland Levillain · 7 years ago
  71. cf7d5d6 Merge "ART: Support per PID stack trace files." by Narayan Kamath · 7 years ago
  72. 7ac443c Merge "Handle classes with a huge number of direct methods." by Roland Levillain · 7 years ago
  73. 84695ae ART: Support per PID stack trace files. by Narayan Kamath · 7 years ago
  74. d424f70 Merge "testrunner: Forward --build-with-javac-dx to run-test" by Treehugger Robot · 7 years ago
  75. 0bf4c8b Merge "ART: More header cleanup - method_verifier.h" by Treehugger Robot · 7 years ago
  76. 6eb267b Merge "Add more cts tests" by Treehugger Robot · 7 years ago
  77. 8889a89 testrunner: Forward --build-with-javac-dx to run-test by Igor Murashkin · 7 years ago
  78. 2ddd53a Merge "ART: More header cleanup - mem_map.h" by Treehugger Robot · 7 years ago
  79. 91eaf23 Merge "ART: More header cleanup - CC" by Treehugger Robot · 7 years ago
  80. 11ce48e Merge "Disable some heap verification test cases for memory tool" by Mathieu Chartier · 7 years ago
  81. 36a282b Layout codeitems based on profile data by Shubham Ajmera · 7 years ago
  82. ec0885e Add more cts tests by Alex Light · 7 years ago
  83. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 7 years ago
  84. 0dfc315 ART: More header cleanup - mem_map.h by Andreas Gampe · 7 years ago
  85. 291ce17 ART: More header cleanup - CC by Andreas Gampe · 7 years ago
  86. 68dda8f Disable some heap verification test cases for memory tool by Mathieu Chartier · 7 years ago
  87. 6680e33 Handle classes with a huge number of direct methods. by Roland Levillain · 7 years ago
  88. 06660db Merge "Remove unneeded shims and jni binding code" by Treehugger Robot · 7 years ago
  89. 21b0c29 Remove unneeded shims and jni binding code by Alex Light · 7 years ago
  90. 5df5acf Merge "Revert "ART: Support for SourceDebugExtension"" by Orion Hodson · 7 years ago
  91. 6530cab Revert "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  92. c3c743a Merge "Improve deterministic boot image compilation with CC collector." by Roland Levillain · 7 years ago
  93. 7386c27 Merge "Lower profiler saver thread priority." by Nicolas Geoffray · 7 years ago
  94. 40dc110 Merge "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  95. 5a0336d Merge "ART: Add method verifier check for call site id" by Orion Hodson · 7 years ago
  96. 7b96e72 Merge "Handle null WellKnownClasses::java_lang_Object" by Treehugger Robot · 7 years ago
  97. 9aef992 Handle null WellKnownClasses::java_lang_Object by Mathieu Chartier · 7 years ago
  98. a2dfb0f Merge "ART: Fix missing include" by Andreas Gampe · 7 years ago
  99. 5e36c2f ART: Fix missing include by Andreas Gampe · 7 years ago
  100. 9dd326e Merge "ART: Add object-readbarrier-inl.h" by Treehugger Robot · 7 years ago