1. 6b2b372 Merge "ART: Add CRC32.udate(int,int) intrinsic for ARM64" by Vladimir Marko · 6 years ago
  2. 7995cf6 Merge "Revert^4 "Implement LockSupport.park with a futex"" by Treehugger Robot · 6 years ago
  3. 660b4cb Merge "ART: Add dump-on-timeout helper" by Andreas Gampe · 6 years ago
  4. aa31f49 Revert^4 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
  5. ae5d77d Merge "Revert "Add LockSupport.park to 004-ThreadStress"" by Roland Levillain · 6 years ago
  6. a5bd61e ART: Add dump-on-timeout helper by Andreas Gampe · 6 years ago
  7. ce0b077 Revert "Add LockSupport.park to 004-ThreadStress" by Roland Levillain · 6 years ago
  8. a517554 Merge "ART: Throw on soft verify failure in InitializeClass()." by Vladimir Marko · 6 years ago
  9. de773af Merge "Add LockSupport.park to 004-ThreadStress" by Charles Munger · 6 years ago
  10. 91587ea Add LockSupport.park to 004-ThreadStress by Charles Munger · 6 years ago
  11. d79b37b ART: Throw on soft verify failure in InitializeClass(). by Vladimir Marko · 6 years ago
  12. cb58b07 ART: Add CRC32.udate(int,int) intrinsic for ARM64 by xueliang.zhong · 7 years ago
  13. 13f4d96 Revert "Revert^2 "Implement LockSupport.park with a futex"" by Nicolas Geoffray · 6 years ago
  14. 6338c5f Don't fail 050-sync-test due to thread timing by Lokesh Gidra · 6 years ago
  15. 4e7077d Revert^2 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
  16. 97d40f9 Merge "Revert "Implement LockSupport.park with a futex"" by Filip Pavlis · 6 years ago
  17. 5485371 Revert "Implement LockSupport.park with a futex" by Filip Pavlis · 6 years ago
  18. 7f260d4 Fix and improve ClinitCheck elimination. by Vladimir Marko · 6 years ago
  19. fe79b59 Merge "Implement LockSupport.park with a futex" by Treehugger Robot · 6 years ago
  20. 5e1a75c Implement LockSupport.park with a futex by Charles Munger · 6 years ago
  21. eead626 Merge "Revert "Link compression libs statically into libartbase and use those everywhere."" by Nicolas Geoffray · 6 years ago
  22. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  23. 6e32b00 Merge "Link compression libs statically into libartbase and use those everywhere." by Martin Stjernholm · 6 years ago
  24. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  25. 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  26. 3070e9c Merge "Revert "Revert^2: Add dex item for hiddenapi flags"" by Paul Hobbs · 6 years ago
  27. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
  28. da1cc3b Merge "Revert^2: Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  29. fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  30. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 7 years ago
  31. a61b45a Handle quickened opcodes in instrumentation deopt. by Nicolas Geoffray · 6 years ago
  32. d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  33. cd98cde Merge "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  34. 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  35. 7f1fe5d Merge "Add a get_last_error_message JVMTI extension." by Alex Light · 6 years ago
  36. 49a0187 Revert "Remove DIST_DIR uses in ART." by Dan Willemsen · 6 years ago
  37. 89e5a9f Remove DIST_DIR uses in ART. by Nicolas Geoffray · 6 years ago
  38. a498458 Merge "Resolve const-string of clinit" by Mathieu Chartier · 6 years ago
  39. 2275277 Resolve const-string of clinit by Mathieu Chartier · 6 years ago
  40. 6bc39b1 Merge "Avoid holding locks when calling ObjectFree callback" by Alex Light · 6 years ago
  41. ae45cbb Add a get_last_error_message JVMTI extension. by Alex Light · 6 years ago
  42. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 6 years ago
  43. b546163 Fix HNewArray with unresolved primitive array type. by Vladimir Marko · 6 years ago
  44. 8db8072 Merge "ART: Use reinterpret_cast{32,64}<> when appropriate." by Vladimir Marko · 6 years ago
  45. 93d9e07 Change ART FindClass method name to GetClass by Jesse Schettler · 6 years ago
  46. d55f6ee Merge "Revert^4 "JVMTI PopFrame support"" by Alex Light · 6 years ago
  47. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 6 years ago
  48. 332c8e3 Merge "Disable run-test 920-objects on jit-on-first-use configuration." by Roland Levillain · 6 years ago
  49. 375d4eb Move target run-test dependencies to ART_TEST_TARGET_RUN_TEST_DEPENDENCIES. by Nicolas Geoffray · 6 years ago
  50. e53e63d Disable run-test 920-objects on jit-on-first-use configuration. by Roland Levillain · 6 years ago
  51. 0b6b0cb Merge "Remove CHECK that GetThis() must always work." by Nicolas Geoffray · 6 years ago
  52. 4cbfadc Remove CHECK that GetThis() must always work. by Nicolas Geoffray · 6 years ago
  53. d22c1b1 Merge "Update gcstress & debug expectations." by Nicolas Geoffray · 6 years ago
  54. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 6 years ago
  55. d51af9e Make testrunner runnable from art directory by Alex Light · 6 years ago
  56. ca21af5 Update gcstress & debug expectations. by Nicolas Geoffray · 6 years ago
  57. 4519b9d Make the boot image always multi-image. by Vladimir Marko · 6 years ago
  58. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  59. acc56ac Introduce a 'baseline' variant for the compiler. by Nicolas Geoffray · 6 years ago
  60. 4ca6cc7 Merge "Revert "Revert^2 "JVMTI PopFrame support""" by Nicolas Geoffray · 6 years ago
  61. 002feb9 Merge "Update expected ART test failures for `jit-on-first-use` test targets." by Roland Levillain · 6 years ago
  62. 202b617 Revert "Revert^2 "JVMTI PopFrame support"" by Nicolas Geoffray · 6 years ago
  63. c71f38b Merge changes I166d5c7b,I15d5a2c2 by Dan Willemsen · 6 years ago
  64. 8b72690 Update expected ART test failures for `jit-on-first-use` test targets. by Roland Levillain · 6 years ago
  65. ad694bf Add a `jit-on-first-use` "compiler" option to ART's testrunner script. by Roland Levillain · 6 years ago
  66. 51a778a ART: Fix 530-checker-peel-unroll after D8 update. by Mads Ager · 6 years ago
  67. 2e956ba Use soong_ui.bash instead of the deprecated make wrapper by Dan Willemsen · 6 years ago
  68. db72e5e Stop using DIST_DIR directly, use dist-for-goals by Dan Willemsen · 6 years ago
  69. 432d280 Merge changes I46fb4aed,I06410bc3 by Treehugger Robot · 6 years ago
  70. 1c7b1fc Revert^2 "JVMTI PopFrame support" by Alex Light · 6 years ago
  71. 068a9be Merge "Revert "JVMTI PopFrame support"" by Alex Light · 6 years ago
  72. f67d0cb Revert "JVMTI PopFrame support" by Alex Light · 6 years ago
  73. 7cac35f Change FATAL message to WARNING message in FindClass by Jesse Schettler · 6 years ago
  74. dd0f77c Merge "JVMTI PopFrame support" by Alex Light · 6 years ago
  75. 88a2a9d JVMTI PopFrame support by Alex Light · 7 years ago
  76. 386db1a Add a new variant of 602-deoptimizeable by Nicolas Geoffray · 6 years ago
  77. 9d2f7f8 Merge "Avoid infinite loop with mutator lock." by Nicolas Geoffray · 6 years ago
  78. 0ea1537 Avoid infinite loop with mutator lock. by Nicolas Geoffray · 6 years ago
  79. eece494 Fix test 1935 for JIT-at-first-use. by Vladimir Marko · 6 years ago
  80. c3f4df7 Merge "Support a relative OUT_DIR" by Treehugger Robot · 6 years ago
  81. 0846a8f Fix ReplaceUninitializedStringPhis. by Nicolas Geoffray · 6 years ago
  82. 9ec8559 Merge "Remove patchoat." by Vladimir Marko · 6 years ago
  83. 06cff4c Merge "Fix ARM code generator for Select." by Nicolas Geoffray · 6 years ago
  84. 7b05c5f Fix ARM code generator for Select. by Nicolas Geoffray · 6 years ago
  85. a497a39 Remove patchoat. by Vladimir Marko · 6 years ago
  86. e9f6103 Prevent the JIT from loading classes in debuggable mode by Alex Light · 6 years ago
  87. 960a63e Merge "Revert^2 "Load boot image at a random address."" by Vladimir Marko · 6 years ago
  88. 0de9c08 Merge "Remove need for intrinsic recognizer to be a pass." by Nicolas Geoffray · 6 years ago
  89. 76d4bb0f3 Remove need for intrinsic recognizer to be a pass. by Nicolas Geoffray · 6 years ago
  90. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  91. 233b572 Merge "Revert "Load boot image at a random address."" by Vladimir Marko · 6 years ago
  92. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  93. 334c154 Merge "Load boot image at a random address." by Vladimir Marko · 6 years ago
  94. a59b1ec Merge "Disable test 080-oom-fragmentation only on GSS and debug CC configurations." by Roland Levillain · 6 years ago
  95. d0353ab Merge "Give directions on attaching gdb to run-test target" by Alex Light · 6 years ago
  96. 0203f23 Disable test 080-oom-fragmentation only on GSS and debug CC configurations. by Roland Levillain · 6 years ago
  97. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  98. 45d3eaf Merge "ART: Fix const-method-handle method resolution" by Treehugger Robot · 6 years ago
  99. ecd5856 ART: Fix const-method-handle method resolution by Orion Hodson · 6 years ago
  100. 1ffa7ce Merge "ART: ARM64: Support DotProd SIMD idiom." by Treehugger Robot · 6 years ago