1. b390ba9 Fix flags_tests for older platforms by Calin Juravle · 3 years, 7 months ago
  2. f75b8e9 Revert^3 "Reduce libcore parallelism for host" by David Srbecky · 3 years, 7 months ago
  3. 04c9f3a x86: Don't use the GOT to access art::Runtime::instance_. by Vladimir Marko · 3 years, 7 months ago
  4. 1e7faf7 Use tinyxml2-based generated Apex Info List sources by Sorin Basca · 3 years, 8 months ago
  5. 530552a Fix DumpUnattachedThreads logic for CTS. by wangguibo · 3 years, 7 months ago
  6. bbc4dc3 Remove libjdwp as an explicit target. by Nicolas Geoffray · 3 years, 8 months ago
  7. f2f9242 Revert "Reduce libcore parallelism for host" by David Srbecky · 3 years, 8 months ago
  8. 579bfc8 Update libcore expectations for gcstress+debug+host by David Srbecky · 3 years, 7 months ago
  9. 5b3c1ec Disable 2040-huge-native-alloc for interpreter by Hans Boehm · 3 years, 7 months ago
  10. 14a5151 Fix flags_test flakiness by Calin Juravle · 3 years, 7 months ago
  11. 691c3c5 Revert "Add a README to ART with debugging information" by Christian Wailes · 3 years, 8 months ago
  12. 03e214f Disable 2040-huge-native-alloc on gcstress & asan & debuggable by Hans Boehm · 3 years, 8 months ago
  13. 5b83a1b Make strings in ART profiles prefixed by length. by Vladimir Marko · 3 years, 8 months ago
  14. 09eacd9 Setup ART experiments infra by Calin Juravle · 3 years, 8 months ago
  15. 341be9e Revert "Do not sleep while waiting for GC" by Hans Boehm · 3 years, 8 months ago
  16. 6031ec1 Re-land "Add 2040-huge-native-alloc test" by Hans Boehm · 3 years, 8 months ago
  17. c8451cb Factor out arch-independent ScaleFactor definition. by Ulya Trafimovich · 3 years, 8 months ago
  18. 322eced x86: Deduplicate load from memory for non-reference types. by Ulya Trafimovich · 3 years, 8 months ago
  19. 6034c07 Fold the C API tests into the regular libnative{bridge,loader} tests. by Martin Stjernholm · 3 years, 8 months ago
  20. d90291b Fix bitrot in the libnativebridge tests. by Martin Stjernholm · 3 years, 8 months ago
  21. 5c82493 Reduce Partial LSE memory usage. by Vladimir Marko · 3 years, 8 months ago
  22. 95313c5 Delete spurious gc_type assignment by Hans Boehm · 3 years, 8 months ago
  23. 6b60a36 [metrics] Rename datum IDs by Eric Holk · 3 years, 8 months ago
  24. 8ef8ad5 Adjust paths in buildbolt-symbolize-crashes.sh. by Nicolas Geoffray · 3 years, 8 months ago
  25. 9991a31 Update libcore expectations for gcstress+debug+host by Orion Hodson · 3 years, 8 months ago
  26. 5ffa355 Set dist_group: "android" for art java_sdk_libraries by Colin Cross · 3 years, 8 months ago
  27. 9159d6e Update libcore expectations for gcstress+debug+host by Orion Hodson · 3 years, 8 months ago
  28. 2835c29 Pass classpath loader FDs to dex2oat by Victor Hsieh · 3 years, 8 months ago
  29. 9faf7c7 Fix separator check in command line parsing by Victor Hsieh · 3 years, 8 months ago
  30. a6b3b29 Add flag for clamping hidden api list by Andrei Onea · 3 years, 8 months ago
  31. 9c7b1e7 profman: Record all dex files in boot image profile. by Vladimir Marko · 3 years, 8 months ago
  32. 161911c x86_64: Deduplicate load from memory for non-reference types. by Ulya Trafimovich · 3 years, 8 months ago
  33. 2ee6969 x86_64: Implement VarHandle.get() for static and instance fields. by Ulya Trafimovich · 3 years, 8 months ago
  34. dd446b1 Collect array classes in profiles. by Vladimir Marko · 3 years, 8 months ago
  35. 20e77ff Ensure that ConcurrentGC always increments GC num by Hans Boehm · 3 years, 8 months ago
  36. 1d326f9 Avoid race on Thread::tlsPtr_::top_handle_scope. by Vladimir Marko · 3 years, 8 months ago
  37. 654f01c Fix lock visiting for synchronized native methods. by Vladimir Marko · 3 years, 8 months ago
  38. 028c7ef Use verify when speed-profile gets an empty profile by Calin Juravle · 3 years, 8 months ago
  39. e8efdaa Revert "Remove stack protector from some interpreter functions" by Christian Wailes · 3 years, 8 months ago
  40. ae553e0 Revert "odrefresh: compilation backoff" by Orion Hodson · 3 years, 8 months ago
  41. bdf1737 Introduce `art::FastExit` to replace all uses of `quick_exit` in ART. by Roland Levillain · 3 years, 8 months ago
  42. f2d1a51 Include sdk versioning proto in art apex by Anton Hansson · 3 years, 8 months ago
  43. 34b00fb Remove libdexfile_support shared library. by Martin Stjernholm · 3 years, 8 months ago
  44. 6859ffc odrefresh: compilation backoff by Orion Hodson · 3 years, 8 months ago
  45. d196f66 Rename setters to conform Android API guidelines by Nikita Iashchenko · 3 years, 9 months ago
  46. 46bf0f2 Add a README to ART with debugging information by Chris Wailes · 3 years, 8 months ago
  47. abe7c69 Remove stack protector from some interpreter functions by Chris Wailes · 3 years, 8 months ago
  48. 571a6be Don't extract APEXes directly. by Martin Stjernholm · 3 years, 8 months ago
  49. 3c9d9c9 Make it possible to pass specific APEXes to test on the command line. by Martin Stjernholm · 4 years, 1 month ago
  50. 9d27fbc Improve suspension timeout diagnostic and fix race by Hans Boehm · 3 years, 8 months ago
  51. e3124d2 Add liblog to art_gtest_defaults by Orion Hodson · 3 years, 8 months ago
  52. 3156695 Enable ProfileSaver to have a different delay for the first ever save by Calin Juravle · 3 years, 8 months ago
  53. 61ffd04 Make the runtime option -Ximage a ParseStringList by Victor Hsieh · 3 years, 8 months ago
  54. 6d8d68e Support modularization in "hiddenapi list" tool by Paul Duffin · 3 years, 8 months ago
  55. fcc922a art: unbreak dalvikvm builds on host by Orion Hodson · 3 years, 8 months ago
  56. d429026 dex2oat: Abort app compilation without boot image. by Vladimir Marko · 3 years, 8 months ago
  57. 8f8935c Add `CtsLibcoreJsr166TestCases` to the generated ART MTS definition. by Roland Levillain · 3 years, 8 months ago
  58. c13227c gcstress: libcore.java.util.stream.CollectorsTest can timeout by David Srbecky · 3 years, 8 months ago
  59. a40f5cd Add systemserverclasspath_fragment. by satayev · 3 years, 8 months ago
  60. a9f80fc odrefresh: pass profile file as fd to dex2oat by Victor Hsieh · 3 years, 8 months ago
  61. 3d05e61 Put 100% of ART run-tests in `TEST_MAPPING` group `mainline-presubmit`. by Roland Levillain · 3 years, 8 months ago
  62. 642c8f6 Fix scheduler's `FieldAccessHeapLocation()`. by Vladimir Marko · 3 years, 8 months ago
  63. a393988 Made libartservice use framework-system-server-module-defaults by Chris Wailes · 3 years, 8 months ago
  64. f3e67db Reduce excessive gcstress mode logging. by David Srbecky · 3 years, 8 months ago
  65. ca15b8d testrunner.py: Add --build-only and --skip-build options. by David Srbecky · 3 years, 9 months ago
  66. 2ce26fd Increase gcstress timeout on host as well. by David Srbecky · 3 years, 8 months ago
  67. 3ddf4d4 Update registerAppInfo signatures to accomodate more data. by Calin Juravle · 3 years, 8 months ago
  68. 06fb7fa Fix ReplacementOrValue() for Partial LSE. by Vladimir Marko · 3 years, 8 months ago
  69. dc65a45 Do not double check trace config targetting. by Florian Mayer · 3 years, 8 months ago
  70. 7cdd7d9 dexdump is provided in the Windows SDK. by Martin Stjernholm · 3 years, 8 months ago
  71. 56f2444 Regenerate ART test files (2021-05-19). by Roland Levillain · 3 years, 8 months ago
  72. 26e9e75 Improve OOME log message informing OOME before heap full by Lokesh Gidra · 3 years, 8 months ago
  73. 1dc77ab Disable most ART source modules when ART prebuilts are enabled. by Martin Stjernholm · 3 years, 8 months ago
  74. 496b9b4 Ignore empty stub dex jars by Paul Duffin · 3 years, 8 months ago
  75. c07e873 Use odex_location instead of oat_file->GetLocation. by Nicolas Geoffray · 3 years, 8 months ago
  76. 826e666 Add --dex-fd to dex2oat by Victor Hsieh · 3 years, 8 months ago
  77. b3bc892 Refactor to consolidate oat writer setup by Victor Hsieh · 3 years, 8 months ago
  78. 2f1ad34 Parse --cpu-set as ParseIntList by Victor Hsieh · 3 years, 8 months ago
  79. 07ff283 Compile libart.so and libart-compiler.so with 2MB section alignment. by Collin Fijalkovich · 4 years, 5 months ago
  80. ca7de40 OAT files outside the ART APEX are no longer loaded from the ART namespace. by Martin Stjernholm · 3 years, 8 months ago
  81. c3632b1 Avoid timeout with >= 1 billion nsecs by Hans Boehm · 3 years, 8 months ago
  82. 7414ec2 [metrics] Add prebuilt and cmdline compilation reason by Eric Holk · 3 years, 8 months ago
  83. 0d29072 Dump java backtrace when contending lock too long time. by wangguibo · 3 years, 9 months ago
  84. c63d967 Rewrite profile file format. by Vladimir Marko · 3 years, 10 months ago
  85. 0bf5b67 Fix golem breakage. by Nicolas Geoffray · 3 years, 8 months ago
  86. a6cb451 Add Java Heap Profiler sampling to large space allocations. by Wessam Hassanein · 3 years, 8 months ago
  87. 93c28ed Use the system namespace to get the right permitted paths for loading OAT files. by Martin Stjernholm · 3 years, 8 months ago
  88. 2ef367a Ensure verifier deps in the vdex file are 4-byte aligned. by Nicolas Geoffray · 3 years, 8 months ago
  89. 833d76f Re-enable TestExportDex on target. by Vladimir Marko · 3 years, 8 months ago
  90. 8ffaef9 Remove BUILDING_LIBART macro. by Vladimir Marko · 3 years, 8 months ago
  91. 022f9e5 Enable strict gcstress unwind checks. by David Srbecky · 3 years, 8 months ago
  92. ec06809 Reland "Devirtualize to HInvokeStaticOrDirect." by Nicolas Geoffray · 3 years, 8 months ago
  93. 1651c60 Add 2001-virtual-structural-multithread to list of failures. by Nicolas Geoffray · 3 years, 8 months ago
  94. b2e091b Move CollectorsTest#counting_largeStream to expected failures. by Nicolas Geoffray · 3 years, 8 months ago
  95. 8e270af Stricter gcstress unwind checks. by David Srbecky · 3 years, 8 months ago
  96. 2b527c4 Export dexdump, oatdump, and veridex as prebuilt host tools. by Martin Stjernholm · 3 years, 8 months ago
  97. 7e363b8 Drop ro.debuggable restriction for NATIVELOADER_DEFAULT_NAMESPACE_LIBS. by Martin Stjernholm · 3 years, 8 months ago
  98. b94401e Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES. by Martin Stjernholm · 3 years, 9 months ago
  99. 3606cc6 Do not try to do OSR in transactional interpreter. by Vladimir Marko · 3 years, 8 months ago
  100. 0da7dfc Make some libdexfile tests inherit art_test_defaults. by Martin Stjernholm · 3 years, 8 months ago