1. eb1fece Cover more cases in nterp. by Nicolas Geoffray · 4 years, 5 months ago
  2. 211f9d3 Fix deadlock from dl_iterate_phdr() callback. by Vladimir Marko · 4 years, 5 months ago
  3. 09261a8 Revert "Throw ClassFormatError for unsupported default methods." by Nicolas Geoffray · 4 years, 5 months ago
  4. 03a322d Fix boot.art boot class path for golem by David Srbecky · 4 years, 5 months ago
  5. a4868fd Revert "Use prebuilt Runtime (Bionic) APEX and SDK." by Martin Stjernholm · 4 years, 5 months ago
  6. 262925e Add test-suite-tag for ART gtests. by David Srbecky · 4 years, 5 months ago
  7. 08110ef Improve error message in RunRootClinits by David Srbecky · 4 years, 6 months ago
  8. bce6877 Really fix indentation. by Florian Mayer · 4 years, 5 months ago
  9. 62bcf3d Blacklist tests timing out on gcstress. by Nicolas Geoffray · 4 years, 5 months ago
  10. 2280b53 Move gtest tool dependencies from makefile to soong by David Srbecky · 4 years, 5 months ago
  11. fc13652 Revert "Don't abort for min/max/abs intrinsics, baseline use them." by Vladimir Marko · 4 years, 5 months ago
  12. 5158d4a Remove hiddenapi warning on non-android builds. by Nicolas Geoffray · 4 years, 5 months ago
  13. 5521c64 Use prebuilt Runtime (Bionic) APEX and SDK. by Martin Stjernholm · 4 years, 6 months ago
  14. 0caa3fd Fix indentation. by Florian Mayer · 4 years, 5 months ago
  15. adf0f2e Throw ClassFormatError for unsupported default methods. by Vladimir Marko · 4 years, 5 months ago
  16. 50df0c4 Adjust code lookup logic in artQuickResolutionTrampoline. by Nicolas Geoffray · 4 years, 5 months ago
  17. 4c04514 libartpalette: Fix non-existent required dependency by Yo Chiang · 4 years, 5 months ago
  18. 0278b4b Preload perfetto_hprof library in Zygote. by Florian Mayer · 4 years, 5 months ago
  19. e3ad70f Disable ART APEX for PDK builds by Jiyong Park · 4 years, 5 months ago
  20. eed0217 Drop toolbox from ART builds. by Nicolas Geoffray · 4 years, 5 months ago
  21. e2f9711 Create the linker configs on host. by Martin Stjernholm · 4 years, 5 months ago
  22. 8b934b1 Checker: Refactor line-matching algorithm by David Brazdil · 8 years ago
  23. b3146d0 Make heap exhaustion more robust in art-tests by Lokesh Gidra · 4 years, 5 months ago
  24. a2efd2a Add regression test for b/36989421 by Alex Light · 4 years, 6 months ago
  25. ad3bbcd Revert^2 "Use CPP defines for default x86 and x86_64 ISA features" by Eric Holk · 4 years, 6 months ago
  26. 6217fc2 Fix calling instance methods of erroneous classes. by Vladimir Marko · 4 years, 5 months ago
  27. b708fc1 Add support for greylist-max-r signatures. by Artur Satayev · 4 years, 6 months ago
  28. 6c71dca Hardcode more array types in the profile for the ART boot image. by Ulya Trafimovich · 4 years, 6 months ago
  29. c4b8310 Do not update method's entrypoint in resolution trampoline. by Vladimir Marko · 4 years, 5 months ago
  30. 4fc7569 [nterp] Add arm64 implementation. by Nicolas Geoffray · 4 years, 10 months ago
  31. d1a421f Re-enable asan tests which we disabled due to huge stack frames. by David Srbecky · 4 years, 6 months ago
  32. 2acd1ec HWASan fixes for ART tests by David Srbecky · 4 years, 6 months ago
  33. 4d55215 Handle symlinks consistently in extract-from-apex. by Martin Stjernholm · 4 years, 6 months ago
  34. 695348f Add compiler type to CompilerOptions. by Vladimir Marko · 4 years, 6 months ago
  35. 1f5300a Fix heap exhaustion logic by Lokesh Gidra · 4 years, 6 months ago
  36. 8284e9a Add extra failed inlining reasons by Mathieu Chartier · 4 years, 6 months ago
  37. ad71c90 Clean up standalone-apex-files build rule. by Martin Stjernholm · 4 years, 6 months ago
  38. 16f395b Revert^2 "libz is a stub" by Jiyong Park · 4 years, 6 months ago
  39. f65cbb5 Fix braino in dex2oat_wrapper. by Nicolas Geoffray · 4 years, 6 months ago
  40. b1c8e16 Dynamically link to libz by Jiyong Park · 4 years, 6 months ago
  41. daee51f Revert "Move ArtGtestsTarget to general-tests." by Sooraj Sasindran · 4 years, 6 months ago
  42. fa082fb perfetto_hprof: do not wait for listener by Florian Mayer · 4 years, 6 months ago
  43. 0972d08 perfetto_hprof: add flag to enable. by Florian Mayer · 4 years, 6 months ago
  44. 3d18943 Revert^4 "Handle OOM situation in java-heap more aggressively" by Lokesh Gidra · 4 years, 6 months ago
  45. 5217396 Make heap exhaustion more robust in art-tests by Lokesh Gidra · 4 years, 6 months ago
  46. 0ddb338 ARM64: Combine LSR+ADD into ADD_shift for Int32 HDiv/HRem by Evgeny Astigeevich · 4 years, 6 months ago
  47. 8bcba22 ART: Fix infinite recursion in testrunner parse_test_name by Evgeny Astigeevich · 4 years, 6 months ago
  48. e84f53e Add a new dex2oat_wrapper script for golem. by Nicolas Geoffray · 4 years, 6 months ago
  49. c6849c6 Move ArtGtestsTarget to general-tests. by David Srbecky · 4 years, 6 months ago
  50. cb782e8 Revert "libz is a stub" by Jiyong Park · 4 years, 6 months ago
  51. 88c139b Disable hwasan for BitMemoryRegion::LoadBits by David Srbecky · 4 years, 6 months ago
  52. 1439e57 ART: Optimize ADD/SUB+ADD_shift into ADDS/SUBS+CINC for HDiv/HRem by Evgeny Astigeevich · 4 years, 6 months ago
  53. 4be2560 libz is a stub by Jiyong Park · 4 years, 6 months ago
  54. c50055e Use "debug" for image location by Mathieu Chartier · 4 years, 6 months ago
  55. 883c134 Revert^2 "Remove test_per_src from ART tests." by David Srbecky · 4 years, 6 months ago
  56. 6128097 Set 067-preemptive-unpark success flag sooner by Hans Boehm · 4 years, 6 months ago
  57. 0a6063a Clean up Field::CreateFromArtField(). by Vladimir Marko · 4 years, 6 months ago
  58. ecb984d Optimizing: Run additional tests on target. by Vladimir Marko · 4 years, 6 months ago
  59. f91fc12 Optimizing: Run gtests without creating the Runtime. by Vladimir Marko · 4 years, 6 months ago
  60. 33c091e Code sinking can move around LoadString that can throw. by Nicolas Geoffray · 4 years, 6 months ago
  61. 5d2311a Optimizing: Refactor ImprovedOptimizingUnitTest. by Vladimir Marko · 4 years, 6 months ago
  62. 58520df Revert "Use MADV_FREE to reclaim pages of freed regions" by Lokesh Gidra · 4 years, 6 months ago
  63. bc89ed4 Do not execute OAT files that require app images that cannot be loaded by Eric Holk · 4 years, 6 months ago
  64. 12cde74 Revert "Use CPP defines for default x86 and x86_64 ISA features" by Vladimir Marko · 4 years, 6 months ago
  65. 02ca05a Move HandleCache to HGraph. by Vladimir Marko · 4 years, 6 months ago
  66. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 6 months ago
  67. 5a62af5 Optimizing: Create fewer handles in inliner. by Vladimir Marko · 4 years, 6 months ago
  68. aba509f Add a --csv-results flag to testrunner by Alex Light · 4 years, 6 months ago
  69. e050f58 Fix ArtGtestsTarget by David Srbecky · 4 years, 6 months ago
  70. 928d28e Use boot image for all tests instead of core.art. by David Srbecky · 4 years, 7 months ago
  71. 85af16e Fix two bugs around aput-object. by Nicolas Geoffray · 4 years, 6 months ago
  72. 5b0bbf3 Use CPP defines for default x86 and x86_64 ISA features by Eric Holk · 4 years, 6 months ago
  73. 968db3c ARM64: Combine LSR+ASR into ASR for Int32 HDiv/HRem by Evgeny Astigeevich · 4 years, 6 months ago
  74. 2750a98 Report time spent doing madvise in GC performance dump by Lokesh Gidra · 4 years, 6 months ago
  75. 62dd4e8 Continue try allocating until we've reached max capacity. by Nicolas Geoffray · 4 years, 6 months ago
  76. 12b7ea1 Handle the case a boot classpath class fails to verify. by Nicolas Geoffray · 4 years, 6 months ago
  77. 75b961a Add visibilities for prebuilts. by Martin Stjernholm · 4 years, 6 months ago
  78. 3a07909 Don't run pre-verification if the thread cannot load classes. by Nicolas Geoffray · 4 years, 6 months ago
  79. d4c45e6 Retry: Update art sdk/module_exports to support conscrypt by Paul Duffin · 4 years, 8 months ago
  80. a977689 Remove extra logging added to debug by Lokesh Gidra · 4 years, 6 months ago
  81. 94a810b Small cleanups by Eric Holk · 4 years, 6 months ago
  82. fc5e2ef Revert "Remove test_per_src from ART tests." by Christopher Ferris · 4 years, 6 months ago
  83. 685c847 Revert "Revert^2 "Handle OOM situation in java-heap more aggressively"" by Lokesh Gidra · 4 years, 6 months ago
  84. 8103e47 Remove test_per_src from ART tests. by David Srbecky · 4 years, 6 months ago
  85. 6a8f8c5 Set build dependecy on hostdex explicity from ahat hprof dump by Victor Chang · 4 years, 6 months ago
  86. d20e51d "Move ICU from ART APEX to i18n APEX" Attempt 2 by Victor Chang · 4 years, 6 months ago
  87. a6653d3 ART: Refactor InstructionCodeGeneratorARM64::GenerateDivRemWithAnyConstant by Evgeny Astigeevich · 4 years, 6 months ago
  88. 4d0f795 Fix unintended sign-extension. by Vladimir Marko · 4 years, 6 months ago
  89. 04a46f9 Revert^2 "Handle OOM situation in java-heap more aggressively" by Lokesh Gidra · 4 years, 6 months ago
  90. e6afa95 Bionic and kernel system include paths are no longer implicit. by Martin Stjernholm · 4 years, 7 months ago
  91. 6621013 Allow unresolved exception classes in boot image. by Vladimir Marko · 4 years, 6 months ago
  92. 9e4b42a Refactor vdex file writing. by Vladimir Marko · 4 years, 6 months ago
  93. 5477b8e Allow bootjars in system_ext. by Chris Gross · 4 years, 6 months ago
  94. ed28956 Revert "Update art sdk/module_exports to support conscrypt" by Shawn Lin · 4 years, 6 months ago
  95. d34b73b Clean up internal stack trace construction. by Vladimir Marko · 4 years, 6 months ago
  96. 4a48775 Revert "Move ICU from ART APEX to i18n APEX" by vichang · 4 years, 6 months ago
  97. b5146a3 Revert "Calling @IntraCoreApi from core-icu4j should not cause "..." by vichang · 4 years, 6 months ago
  98. 50f89ba Calling @IntraCoreApi from core-icu4j should not cause "Core platform API violation" by Victor Chang · 4 years, 6 months ago
  99. 8419b82 Move ICU from ART APEX to i18n APEX by Victor Chang · 4 years, 7 months ago
  100. b6f4c79 Clean up Constructor/Method/Field construction. by Vladimir Marko · 4 years, 6 months ago