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