1. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  2. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  3. 3070e9c Merge "Revert "Revert^2: Add dex item for hiddenapi flags"" by Paul Hobbs · 6 years ago
  4. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
  5. da1cc3b Merge "Revert^2: Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  6. fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  7. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 7 years ago
  8. a61b45a Handle quickened opcodes in instrumentation deopt. by Nicolas Geoffray · 6 years ago
  9. d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  10. cd98cde Merge "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  11. 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 7 years ago
  12. 7f1fe5d Merge "Add a get_last_error_message JVMTI extension." by Alex Light · 6 years ago
  13. 49a0187 Revert "Remove DIST_DIR uses in ART." by Dan Willemsen · 6 years ago
  14. 89e5a9f Remove DIST_DIR uses in ART. by Nicolas Geoffray · 6 years ago
  15. a498458 Merge "Resolve const-string of clinit" by Mathieu Chartier · 6 years ago
  16. 2275277 Resolve const-string of clinit by Mathieu Chartier · 6 years ago
  17. 6bc39b1 Merge "Avoid holding locks when calling ObjectFree callback" by Alex Light · 6 years ago
  18. ae45cbb Add a get_last_error_message JVMTI extension. by Alex Light · 6 years ago
  19. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 6 years ago
  20. b546163 Fix HNewArray with unresolved primitive array type. by Vladimir Marko · 6 years ago
  21. 8db8072 Merge "ART: Use reinterpret_cast{32,64}<> when appropriate." by Vladimir Marko · 6 years ago
  22. 93d9e07 Change ART FindClass method name to GetClass by Jesse Schettler · 6 years ago
  23. d55f6ee Merge "Revert^4 "JVMTI PopFrame support"" by Alex Light · 6 years ago
  24. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 6 years ago
  25. 332c8e3 Merge "Disable run-test 920-objects on jit-on-first-use configuration." by Roland Levillain · 6 years ago
  26. 375d4eb Move target run-test dependencies to ART_TEST_TARGET_RUN_TEST_DEPENDENCIES. by Nicolas Geoffray · 6 years ago
  27. e53e63d Disable run-test 920-objects on jit-on-first-use configuration. by Roland Levillain · 6 years ago
  28. 0b6b0cb Merge "Remove CHECK that GetThis() must always work." by Nicolas Geoffray · 6 years ago
  29. 4cbfadc Remove CHECK that GetThis() must always work. by Nicolas Geoffray · 6 years ago
  30. d22c1b1 Merge "Update gcstress & debug expectations." by Nicolas Geoffray · 6 years ago
  31. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 6 years ago
  32. d51af9e Make testrunner runnable from art directory by Alex Light · 6 years ago
  33. ca21af5 Update gcstress & debug expectations. by Nicolas Geoffray · 6 years ago
  34. 4519b9d Make the boot image always multi-image. by Vladimir Marko · 6 years ago
  35. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  36. acc56ac Introduce a 'baseline' variant for the compiler. by Nicolas Geoffray · 6 years ago
  37. 4ca6cc7 Merge "Revert "Revert^2 "JVMTI PopFrame support""" by Nicolas Geoffray · 6 years ago
  38. 002feb9 Merge "Update expected ART test failures for `jit-on-first-use` test targets." by Roland Levillain · 6 years ago
  39. 202b617 Revert "Revert^2 "JVMTI PopFrame support"" by Nicolas Geoffray · 6 years ago
  40. c71f38b Merge changes I166d5c7b,I15d5a2c2 by Dan Willemsen · 6 years ago
  41. 8b72690 Update expected ART test failures for `jit-on-first-use` test targets. by Roland Levillain · 6 years ago
  42. ad694bf Add a `jit-on-first-use` "compiler" option to ART's testrunner script. by Roland Levillain · 6 years ago
  43. 51a778a ART: Fix 530-checker-peel-unroll after D8 update. by Mads Ager · 6 years ago
  44. 2e956ba Use soong_ui.bash instead of the deprecated make wrapper by Dan Willemsen · 6 years ago
  45. db72e5e Stop using DIST_DIR directly, use dist-for-goals by Dan Willemsen · 6 years ago
  46. 432d280 Merge changes I46fb4aed,I06410bc3 by Treehugger Robot · 6 years ago
  47. 1c7b1fc Revert^2 "JVMTI PopFrame support" by Alex Light · 6 years ago
  48. 068a9be Merge "Revert "JVMTI PopFrame support"" by Alex Light · 6 years ago
  49. f67d0cb Revert "JVMTI PopFrame support" by Alex Light · 6 years ago
  50. 7cac35f Change FATAL message to WARNING message in FindClass by Jesse Schettler · 6 years ago
  51. dd0f77c Merge "JVMTI PopFrame support" by Alex Light · 6 years ago
  52. 88a2a9d JVMTI PopFrame support by Alex Light · 7 years ago
  53. 386db1a Add a new variant of 602-deoptimizeable by Nicolas Geoffray · 6 years ago
  54. 9d2f7f8 Merge "Avoid infinite loop with mutator lock." by Nicolas Geoffray · 6 years ago
  55. 0ea1537 Avoid infinite loop with mutator lock. by Nicolas Geoffray · 6 years ago
  56. eece494 Fix test 1935 for JIT-at-first-use. by Vladimir Marko · 6 years ago
  57. c3f4df7 Merge "Support a relative OUT_DIR" by Treehugger Robot · 6 years ago
  58. 0846a8f Fix ReplaceUninitializedStringPhis. by Nicolas Geoffray · 7 years ago
  59. 9ec8559 Merge "Remove patchoat." by Vladimir Marko · 6 years ago
  60. 06cff4c Merge "Fix ARM code generator for Select." by Nicolas Geoffray · 6 years ago
  61. 7b05c5f Fix ARM code generator for Select. by Nicolas Geoffray · 6 years ago
  62. a497a39 Remove patchoat. by Vladimir Marko · 6 years ago
  63. e9f6103 Prevent the JIT from loading classes in debuggable mode by Alex Light · 6 years ago
  64. 960a63e Merge "Revert^2 "Load boot image at a random address."" by Vladimir Marko · 6 years ago
  65. 0de9c08 Merge "Remove need for intrinsic recognizer to be a pass." by Nicolas Geoffray · 6 years ago
  66. 76d4bb0f3 Remove need for intrinsic recognizer to be a pass. by Nicolas Geoffray · 6 years ago
  67. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  68. 233b572 Merge "Revert "Load boot image at a random address."" by Vladimir Marko · 6 years ago
  69. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  70. 334c154 Merge "Load boot image at a random address." by Vladimir Marko · 6 years ago
  71. a59b1ec Merge "Disable test 080-oom-fragmentation only on GSS and debug CC configurations." by Roland Levillain · 6 years ago
  72. d0353ab Merge "Give directions on attaching gdb to run-test target" by Alex Light · 6 years ago
  73. 0203f23 Disable test 080-oom-fragmentation only on GSS and debug CC configurations. by Roland Levillain · 6 years ago
  74. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 7 years ago
  75. 45d3eaf Merge "ART: Fix const-method-handle method resolution" by Treehugger Robot · 6 years ago
  76. ecd5856 ART: Fix const-method-handle method resolution by Orion Hodson · 6 years ago
  77. 1ffa7ce Merge "ART: ARM64: Support DotProd SIMD idiom." by Treehugger Robot · 6 years ago
  78. aaac0e3 ART: ARM64: Support DotProd SIMD idiom. by Artem Serov · 7 years ago
  79. 75112ac Merge "Fix some performance-unnecessary-value-param tidy and performance-for-range warnings." by Treehugger Robot · 6 years ago
  80. 48ba197 Fix some performance-unnecessary-value-param tidy and performance-for-range warnings. by Stephen Hines · 6 years ago
  81. 754e9a6 Give directions on attaching gdb to run-test target by Alex Light · 6 years ago
  82. 5d7015c Merge "Revert "Test for jit deadlock"" by Nicolas Geoffray · 6 years ago
  83. 90f2e4e Revert "Put the right defaults for test lib." by Nicolas Geoffray · 6 years ago
  84. 819824b Revert "Test for jit deadlock" by Nicolas Geoffray · 6 years ago
  85. d8d0f19 Put the right defaults for test lib. by Nicolas Geoffray · 6 years ago
  86. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  87. 0e2cf3f Merge "Test for jit deadlock" by Treehugger Robot · 6 years ago
  88. 89468ae Merge "Make run-test support multiple --with-agent flags" by Alex Light · 6 years ago
  89. d5245a7 Merge "Revert "ART: Refactor typedef to using"" by Treehugger Robot · 6 years ago
  90. b7ac4a0 Test for jit deadlock by Alex Light · 7 years ago
  91. 54dabfb Make run-test support multiple --with-agent flags by Alex Light · 6 years ago
  92. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  93. d3f44e6 Merge "Clean up more test configurations (Part 2)." by Roland Levillain · 6 years ago
  94. c137e61 Merge "Revert "Use different operations to load string before loops in LICM test."" by Treehugger Robot · 6 years ago
  95. 51e52c0 Revert "Use different operations to load string before loops in LICM test." by Ian Zerny · 6 years ago
  96. c1ecc9b Merge "Remove sharpening as an optimization pass." by Nicolas Geoffray · 6 years ago
  97. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  98. 9810216 Merge "Add some debugging code to diagnose 602-deoptimizeable failures." by Nicolas Geoffray · 6 years ago
  99. 4eaaa6a Merge "Revert "Un-blacklist 080-oom-fragmentation for non-GSS configurations."" by Treehugger Robot · 6 years ago
  100. bdb2ecc Remove sharpening as an optimization pass. by Nicolas Geoffray · 6 years ago