1. 0ddb338 ARM64: Combine LSR+ADD into ADD_shift for Int32 HDiv/HRem by Evgeny Astigeevich · 4 years, 10 months ago
  2. 8bcba22 ART: Fix infinite recursion in testrunner parse_test_name by Evgeny Astigeevich · 4 years, 10 months ago
  3. e84f53e Add a new dex2oat_wrapper script for golem. by Nicolas Geoffray · 4 years, 10 months ago
  4. c6849c6 Move ArtGtestsTarget to general-tests. by David Srbecky · 4 years, 10 months ago
  5. cb782e8 Revert "libz is a stub" by Jiyong Park · 4 years, 10 months ago
  6. 88c139b Disable hwasan for BitMemoryRegion::LoadBits by David Srbecky · 4 years, 10 months ago
  7. 1439e57 ART: Optimize ADD/SUB+ADD_shift into ADDS/SUBS+CINC for HDiv/HRem by Evgeny Astigeevich · 4 years, 10 months ago
  8. 4be2560 libz is a stub by Jiyong Park · 4 years, 10 months ago
  9. c50055e Use "debug" for image location by Mathieu Chartier · 4 years, 10 months ago
  10. 883c134 Revert^2 "Remove test_per_src from ART tests." by David Srbecky · 4 years, 10 months ago
  11. 6128097 Set 067-preemptive-unpark success flag sooner by Hans Boehm · 4 years, 10 months ago
  12. 0a6063a Clean up Field::CreateFromArtField(). by Vladimir Marko · 4 years, 10 months ago
  13. ecb984d Optimizing: Run additional tests on target. by Vladimir Marko · 4 years, 10 months ago
  14. f91fc12 Optimizing: Run gtests without creating the Runtime. by Vladimir Marko · 4 years, 10 months ago
  15. 33c091e Code sinking can move around LoadString that can throw. by Nicolas Geoffray · 4 years, 10 months ago
  16. 5d2311a Optimizing: Refactor ImprovedOptimizingUnitTest. by Vladimir Marko · 4 years, 10 months ago
  17. 58520df Revert "Use MADV_FREE to reclaim pages of freed regions" by Lokesh Gidra · 4 years, 10 months ago
  18. bc89ed4 Do not execute OAT files that require app images that cannot be loaded by Eric Holk · 4 years, 11 months ago
  19. 12cde74 Revert "Use CPP defines for default x86 and x86_64 ISA features" by Vladimir Marko · 4 years, 10 months ago
  20. 02ca05a Move HandleCache to HGraph. by Vladimir Marko · 4 years, 10 months ago
  21. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 10 months ago
  22. 5a62af5 Optimizing: Create fewer handles in inliner. by Vladimir Marko · 4 years, 10 months ago
  23. aba509f Add a --csv-results flag to testrunner by Alex Light · 4 years, 10 months ago
  24. e050f58 Fix ArtGtestsTarget by David Srbecky · 4 years, 10 months ago
  25. 928d28e Use boot image for all tests instead of core.art. by David Srbecky · 5 years ago
  26. 85af16e Fix two bugs around aput-object. by Nicolas Geoffray · 4 years, 10 months ago
  27. 5b0bbf3 Use CPP defines for default x86 and x86_64 ISA features by Eric Holk · 4 years, 10 months ago
  28. 968db3c ARM64: Combine LSR+ASR into ASR for Int32 HDiv/HRem by Evgeny Astigeevich · 4 years, 10 months ago
  29. 2750a98 Report time spent doing madvise in GC performance dump by Lokesh Gidra · 4 years, 10 months ago
  30. 62dd4e8 Continue try allocating until we've reached max capacity. by Nicolas Geoffray · 4 years, 10 months ago
  31. 12b7ea1 Handle the case a boot classpath class fails to verify. by Nicolas Geoffray · 4 years, 10 months ago
  32. 75b961a Add visibilities for prebuilts. by Martin Stjernholm · 4 years, 10 months ago
  33. 3a07909 Don't run pre-verification if the thread cannot load classes. by Nicolas Geoffray · 4 years, 10 months ago
  34. d4c45e6 Retry: Update art sdk/module_exports to support conscrypt by Paul Duffin · 5 years ago
  35. a977689 Remove extra logging added to debug by Lokesh Gidra · 4 years, 10 months ago
  36. 94a810b Small cleanups by Eric Holk · 4 years, 10 months ago
  37. fc5e2ef Revert "Remove test_per_src from ART tests." by Christopher Ferris · 4 years, 10 months ago
  38. 685c847 Revert "Revert^2 "Handle OOM situation in java-heap more aggressively"" by Lokesh Gidra · 4 years, 10 months ago
  39. 8103e47 Remove test_per_src from ART tests. by David Srbecky · 4 years, 11 months ago
  40. 6a8f8c5 Set build dependecy on hostdex explicity from ahat hprof dump by Victor Chang · 4 years, 10 months ago
  41. d20e51d "Move ICU from ART APEX to i18n APEX" Attempt 2 by Victor Chang · 4 years, 10 months ago
  42. a6653d3 ART: Refactor InstructionCodeGeneratorARM64::GenerateDivRemWithAnyConstant by Evgeny Astigeevich · 4 years, 10 months ago
  43. 4d0f795 Fix unintended sign-extension. by Vladimir Marko · 4 years, 10 months ago
  44. 04a46f9 Revert^2 "Handle OOM situation in java-heap more aggressively" by Lokesh Gidra · 4 years, 11 months ago
  45. e6afa95 Bionic and kernel system include paths are no longer implicit. by Martin Stjernholm · 5 years ago
  46. 6621013 Allow unresolved exception classes in boot image. by Vladimir Marko · 4 years, 10 months ago
  47. 9e4b42a Refactor vdex file writing. by Vladimir Marko · 4 years, 11 months ago
  48. 5477b8e Allow bootjars in system_ext. by Chris Gross · 4 years, 11 months ago
  49. ed28956 Revert "Update art sdk/module_exports to support conscrypt" by Shawn Lin · 4 years, 10 months ago
  50. d34b73b Clean up internal stack trace construction. by Vladimir Marko · 4 years, 10 months ago
  51. 4a48775 Revert "Move ICU from ART APEX to i18n APEX" by vichang · 4 years, 10 months ago
  52. b5146a3 Revert "Calling @IntraCoreApi from core-icu4j should not cause "..." by vichang · 4 years, 10 months ago
  53. 50f89ba Calling @IntraCoreApi from core-icu4j should not cause "Core platform API violation" by Victor Chang · 4 years, 11 months ago
  54. 8419b82 Move ICU from ART APEX to i18n APEX by Victor Chang · 5 years ago
  55. b6f4c79 Clean up Constructor/Method/Field construction. by Vladimir Marko · 4 years, 10 months ago
  56. 3971661 Relax 2033-shutdown-mechanics result comparison by Hans Boehm · 4 years, 10 months ago
  57. 71f661c Set apex_available property by Jiyong Park · 4 years, 11 months ago
  58. 0c66e67 Update art sdk/module_exports to support conscrypt by Paul Duffin · 5 years ago
  59. c010c0e Remove TEMPORARY_DISABLE_PATH_RESTRICTIONS by Dan Willemsen · 4 years, 11 months ago
  60. fb41d42 Use two-column format for ART_APEX_JARS components. by Ulya Trafimovich · 4 years, 11 months ago
  61. 1a719e4 RFC: ARM64: Split arm64 codegen into scalar and vector (SVE and NEON). by Artem Serov · 6 years ago
  62. e33dca6 Add libnativehelper.so to public libraries by Orion Hodson · 4 years, 11 months ago
  63. 315f1b2 Use MADV_FREE to reclaim pages of freed regions by Lokesh Gidra · 5 years ago
  64. 0f5b2bf ART: Introduce Loop Versioning in SuberblockCloner. by Artem Serov · 5 years ago
  65. 3bae047 Couple of runtime fixes for nterp. by Nicolas Geoffray · 4 years, 11 months ago
  66. 256c0f6 art script: generate app image for profile filters by Eric Holk · 4 years, 11 months ago
  67. 7e678d3 Assert allocator-type is known on OOME by Lokesh Gidra · 4 years, 11 months ago
  68. bb3560d dex2oat: Fix vdex file invalidation. by Vladimir Marko · 4 years, 11 months ago
  69. 3e07681 Use -f instead of -e. by Nicolas Geoffray · 4 years, 11 months ago
  70. d5c1d8a Fix art script and golem builds with conscrypt. by Nicolas Geoffray · 4 years, 11 months ago
  71. 2a84650 Make tests robust against GCs failing early by Hans Boehm · 4 years, 11 months ago
  72. b6ea8bb Revert "Disable ART run-test 2231-oat-require-app-image on the RI." by Alessio Balsini · 4 years, 11 months ago
  73. 40082b6 Revert "Reject OAT file in speed-profile if app image is rejected" by Louis Chang · 4 years, 11 months ago
  74. 3f04ae5 Split nterp frame alignment. by Vladimir Marko · 4 years, 11 months ago
  75. 196eabf Rework 2034-spaces-in-SimpleName to run on RI. by Ulya Trafimovich · 4 years, 11 months ago
  76. dac9c97 Rename test to avoid number clash with another test. by Ulya Trafimovich · 4 years, 11 months ago
  77. b3bfa18 Fix braino in creating the link. by Nicolas Geoffray · 4 years, 11 months ago
  78. 8552cb9 Add METADATA to art: contains GPL is RESTRICTED by Bob Badour · 4 years, 11 months ago
  79. 0761419 Handle the situation we could not load the class. by Nicolas Geoffray · 4 years, 11 months ago
  80. 7cf1521 Use .KATI_IMPLICIT_OUTPUTS by Dan Willemsen · 4 years, 11 months ago
  81. 9554542 Revert "Handle OOM situation in java-heap more aggressively" by Lokesh Gidra · 4 years, 11 months ago
  82. 9bbed3c Checker: Rename assertions to statements by David Brazdil · 9 years ago
  83. ec64f20 Cleanup build rules for faster golem builds. by Nicolas Geoffray · 5 years ago
  84. 9c674ca Explicitly flush stdout in 2033-shutdown-mechanics by Hans Boehm · 4 years, 11 months ago
  85. d898624 Disable ART run-test 2231-oat-require-app-image on the RI. by Roland Levillain · 4 years, 11 months ago
  86. c2a769d Refactor builder intrinsic tests. by Vladimir Marko · 5 years ago
  87. bf10f65 Move skips for --jvm 2009, 2011, and 2012 to appropriate block by Alex Light · 4 years, 11 months ago
  88. 06c0d17 Fix tests 1953, 1954, 1955 and, 1956 on --jvm by Alex Light · 4 years, 11 months ago
  89. 7c25b09 Reject OAT file in speed-profile if app image is rejected by Eric Holk · 5 years ago
  90. a698102 Handle OOM situation in java-heap more aggressively by Lokesh Gidra · 5 years ago
  91. 0240d2b Move the logging line interleave lock from libbase to ART by Tom Cherry · 4 years, 11 months ago
  92. aafe432 Move some checker tests from smali to Java. by Vladimir Marko · 5 years ago
  93. 7ca8b67 Use ART_TARGET_ANDROID instead of __ANDROID__ by Nicolas Geoffray · 4 years, 11 months ago
  94. 5c25e53 Add an agent to enable VLOG options by Alex Light · 4 years, 11 months ago
  95. 4a1e4dd Add exemption list for hiddenapi warnings. by Artur Satayev · 4 years, 11 months ago
  96. b69312d nterp: Address old x86-64 comments. by Vladimir Marko · 4 years, 11 months ago
  97. afa69cd Add another DCHECK that an exception isn't pending. by Nicolas Geoffray · 5 years ago
  98. 9b78924 Fix execution with RI in ART `testrunner.py` script. by Roland Levillain · 5 years ago
  99. cc82f79 Disable ART run-tests newly failing on the RI. by Roland Levillain · 4 years, 11 months ago
  100. 30ac398 Improve printing for heap verification failures by Mathieu Chartier · 5 years ago