1. 3650acb Merge "inliner: Do not assume that the outermost_graph has an art method" by Treehugger Robot · 7 years ago
  2. 19052df Merge "ART: Change shutdown order" by Treehugger Robot · 7 years ago
  3. 07f01df inliner: Do not assume that the outermost_graph has an art method by Calin Juravle · 7 years ago
  4. 90c5ccb Merge "Increase profile saver minimum save period to 40 seconds" by Calin Juravle · 7 years ago
  5. 806843a Increase profile saver minimum save period to 40 seconds by Calin Juravle · 7 years ago
  6. 2982555 Merge "optimizing: constructor fence redundancy elimination - remove dmb after LSE" by Treehugger Robot · 7 years ago
  7. 15cb975 Merge "Revive ART run-test 648-many-direct-methods for non-debug mode." by Roland Levillain · 7 years ago
  8. 1d41d64 Merge "ART: Additional verifier flags for invoke-custom" by Orion Hodson · 7 years ago
  9. 3c7b02c Merge "runtime: Properly unload partially loaded image spaces" by Treehugger Robot · 7 years ago
  10. 8275fba runtime: Properly unload partially loaded image spaces by Igor Murashkin · 7 years ago
  11. c4bed16 ART: Change shutdown order by Andreas Gampe · 7 years ago
  12. 55e8cd1 Merge "Fix length of descriptor field when reading debug info." by Treehugger Robot · 7 years ago
  13. c33292b Merge "Split image_test and oatdump_test." by Treehugger Robot · 7 years ago
  14. c122536 Fix length of descriptor field when reading debug info. by Jeff Hao · 7 years ago
  15. 1352f13 Split image_test and oatdump_test. by Vladimir Marko · 7 years ago
  16. d01745e optimizing: constructor fence redundancy elimination - remove dmb after LSE by Igor Murashkin · 7 years ago
  17. 7113885 Merge "Allow same-length integral type mixing in SIMD." by Aart Bik · 7 years ago
  18. 19cb5ca Merge "Add test gcstress 968 to knownfailures.json" by Treehugger Robot · 7 years ago
  19. bf06526 Merge "Bug fix on shift that exceeds "lane width"." by Aart Bik · 7 years ago
  20. 8746100 Merge "Document some dex2oat command line options." by Treehugger Robot · 7 years ago
  21. d810470 ART: Additional verifier flags for invoke-custom by Orion Hodson · 7 years ago
  22. 3c30abd Merge "Allow stripped APK to be compiled with a vdex." by Treehugger Robot · 7 years ago
  23. 920f9b1 Merge "Use dex2oat instead of dex2oatd in non-debug run-tests." by Roland Levillain · 7 years ago
  24. f5bea5e Document some dex2oat command line options. by Roland Levillain · 7 years ago
  25. 267a436 Merge "MIPS: java.lang.Integer.valueOf intrinsic." by Treehugger Robot · 7 years ago
  26. 5fa822d Revive ART run-test 648-many-direct-methods for non-debug mode. by Roland Levillain · 7 years ago
  27. 6c3af16 Use dex2oat instead of dex2oatd in non-debug run-tests. by Roland Levillain · 7 years ago
  28. df48db9 Merge "Revert "Add concurrent card graying for immune spaces"" by Treehugger Robot · 7 years ago
  29. 0d12a2a Merge "StringReference comparator operator is missing const" by Yi Kong · 7 years ago
  30. b4d4dbc Merge "Relax 030-bad-finalizer test" by Hans Boehm · 7 years ago
  31. c83dd7b Revert "Add concurrent card graying for immune spaces" by Mathieu Chartier · 7 years ago
  32. a7c6a23 Merge "Add basic heap corruption detection ConcurrentCopying::Copy" by Treehugger Robot · 7 years ago
  33. 65ffd8e Bug fix on shift that exceeds "lane width". by Aart Bik · 7 years ago
  34. c009d14 Merge "Increase GC card size to 1024" by Mathieu Chartier · 7 years ago
  35. ef496d9 Add basic heap corruption detection ConcurrentCopying::Copy by Mathieu Chartier · 7 years ago
  36. d58bc32 Allow same-length integral type mixing in SIMD. by Aart Bik · 7 years ago
  37. 612ff54 Increase GC card size to 1024 by Mathieu Chartier · 7 years ago
  38. 18df771 Merge "Enable string "array get" vectorization." by Treehugger Robot · 7 years ago
  39. 73ff983 Merge "ART: Change dchecked_integral_cast logging" by Treehugger Robot · 7 years ago
  40. 1f44d63 Merge "ART: Don't let dex2oat compile image space" by Treehugger Robot · 7 years ago
  41. a44d67e Merge "Add concurrent card graying for immune spaces" by Mathieu Chartier · 7 years ago
  42. 88d329a Add concurrent card graying for immune spaces by Mathieu Chartier · 7 years ago
  43. b4be871 StringReference comparator operator is missing const by Yi Kong · 7 years ago
  44. 5633ce7 MIPS: java.lang.Integer.valueOf intrinsic. by Chris Larsen · 7 years ago
  45. a57c334 Merge "Fix up code warning and errors" by Treehugger Robot · 7 years ago
  46. 8cf00fa ART: Change dchecked_integral_cast logging by Andreas Gampe · 7 years ago
  47. c8e3520 ART: Don't let dex2oat compile image space by Andreas Gampe · 7 years ago
  48. 5887c37 Merge "oat_file_manager: Avoid global collision check." by Calin Juravle · 7 years ago
  49. 88307ed Fix up code warning and errors by Yi Kong · 7 years ago
  50. 5c52574 oat_file_manager: Avoid global collision check. by Narayan Kamath · 7 years ago
  51. 472821b Enable string "array get" vectorization. by Aart Bik · 7 years ago
  52. b718d01 Merge "Fix unquickening in the presence of duplicate methods." by Nicolas Geoffray · 7 years ago
  53. 095d6a6 Fix unquickening in the presence of duplicate methods. by Nicolas Geoffray · 7 years ago
  54. de66d03 Relax 030-bad-finalizer test by Goran Jakovljevic · 7 years ago
  55. 3f5f85d Merge "Only log a few types of GC causes for the blocking cases" by Treehugger Robot · 7 years ago
  56. b166f41 Only log a few types of GC causes for the blocking cases by Mathieu Chartier · 7 years ago
  57. 70940df Merge "MIPS64: Add add_a.df, ave_s/u.df and aver_s/u.df MSA instructions" by Aart Bik · 7 years ago
  58. 191412b Merge "If a profile is passed, we should always pass output-vdex and input-vdex." by Nicolas Geoffray · 7 years ago
  59. ec0c057 Merge "Pack booleans in the already existing bit field." by Aart Bik · 7 years ago
  60. fbc4f11 If a profile is passed, we should always pass output-vdex and input-vdex. by Nicolas Geoffray · 7 years ago
  61. 0447112 Merge changes If6bd630c,Iade01cd5,I2ca823e1,Ib2899bce,I123f30f9 by Treehugger Robot · 7 years ago
  62. 34ed966 Merge "Remove some hardcoded cases of kCardShift" by Mathieu Chartier · 7 years ago
  63. fa67602 Add test gcstress 968 to knownfailures.json by Alex Light · 7 years ago
  64. 2ad1894 Merge "ART: Shut down runtime in patchoat" by Andreas Gampe · 7 years ago
  65. 9975c71 Merge "ART: Fix UnstartedRuntime unique_ptr braino" by Andreas Gampe · 7 years ago
  66. 03fe275 Merge "Do not reference test 648-many-direct-methods in test/knownfailures.json." by Roland Levillain · 7 years ago
  67. 3d50593 Do not reference test 648-many-direct-methods in test/knownfailures.json. by Roland Levillain · 7 years ago
  68. c502d72 Merge "Make vdex and dexlayout compatible." by Nicolas Geoffray · 7 years ago
  69. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago
  70. 4dc06e2 Merge "Rename and obsolete compiler filter names." by Nicolas Geoffray · 7 years ago
  71. 8e2252d Merge "Remove ART run-test 648-many-direct-methods." by Treehugger Robot · 7 years ago
  72. dc8d7b6 Merge "fix a null pointer dereference" by Treehugger Robot · 7 years ago
  73. eed8ca4 Remove ART run-test 648-many-direct-methods. by Roland Levillain · 7 years ago
  74. 204db00 Merge "Revert^2 "ART: Support for SourceDebugExtension"" by Orion Hodson · 7 years ago
  75. fd80b17 ART: Blacklist dex2oat test under sanitization by Andreas Gampe · 7 years ago
  76. 08c277c ART: Fix leaks in oat symbolizer by Andreas Gampe · 7 years ago
  77. 08ae77f ART: Free resources in dexlayout by Andreas Gampe · 7 years ago
  78. 2ae2dda ART: Destroy temporary holder in dex_ir by Andreas Gampe · 7 years ago
  79. 39f44b7 ART: Shut down runtime in dexoptanalyzer by Andreas Gampe · 7 years ago
  80. b8cc175 ART: Shut down runtime in patchoat by Andreas Gampe · 7 years ago
  81. eac4f28 ART: Fix UnstartedRuntime unique_ptr braino by Andreas Gampe · 7 years ago
  82. ddbe114 Merge "Use stack allocated context for VisitRoots" by Mathieu Chartier · 7 years ago
  83. afdcbcb Remove some hardcoded cases of kCardShift by Mathieu Chartier · 7 years ago
  84. a62b453 Use stack allocated context for VisitRoots by Mathieu Chartier · 7 years ago
  85. a018224 Merge "Allow dexlayout to handle duplicate code items." by Treehugger Robot · 7 years ago
  86. 18457f4 Merge "Disable ART run-test 648-many-direct-methods with "no-image"." by Treehugger Robot · 7 years ago
  87. d212d5b Allow dexlayout to handle duplicate code items. by Jeff Hao · 7 years ago
  88. 72155d2 fix a null pointer dereference by George Burgess IV · 7 years ago
  89. 5d9d242 Merge "Improve accounting of native roots in hprof" by Mathieu Chartier · 7 years ago
  90. b66ca57 Merge "Ignore an additional thread in test 911" by Alex Light · 7 years ago
  91. 02b1976 Merge "ARM64: Link-time generated thunks for ArrayGet Baker CC read barrier." by Vladimir Marko · 7 years ago
  92. d21711e Merge "Disable test 648 on speed-profile." by Nicolas Geoffray · 7 years ago
  93. d7a3a67 Disable ART run-test 648-many-direct-methods with "no-image". by Roland Levillain · 7 years ago
  94. d77156a Disable test 648 on speed-profile. by Nicolas Geoffray · 7 years ago
  95. 77d8a1c Revert^2 "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  96. db14fcf Pack booleans in the already existing bit field. by Aart Bik · 7 years ago
  97. 996f75e Improve accounting of native roots in hprof by Mathieu Chartier · 7 years ago
  98. 3cf6a70 Ignore an additional thread in test 911 by Alex Light · 7 years ago
  99. 6b90142 Merge "test: Blacklist 987-stack-trace-dumping for javac/dx" by Treehugger Robot · 7 years ago
  100. 3a2380d Merge "Layout codeitems based on profile data" by Treehugger Robot · 7 years ago