1. a6cb451 Add Java Heap Profiler sampling to large space allocations. by Wessam Hassanein · 3 years, 2 months ago
  2. 93c28ed Use the system namespace to get the right permitted paths for loading OAT files. by Martin Stjernholm · 3 years, 2 months ago
  3. 2ef367a Ensure verifier deps in the vdex file are 4-byte aligned. by Nicolas Geoffray · 3 years, 3 months ago
  4. 833d76f Re-enable TestExportDex on target. by Vladimir Marko · 3 years, 2 months ago
  5. 8ffaef9 Remove BUILDING_LIBART macro. by Vladimir Marko · 3 years, 2 months ago
  6. 022f9e5 Enable strict gcstress unwind checks. by David Srbecky · 3 years, 2 months ago
  7. ec06809 Reland "Devirtualize to HInvokeStaticOrDirect." by Nicolas Geoffray · 3 years, 3 months ago
  8. 1651c60 Add 2001-virtual-structural-multithread to list of failures. by Nicolas Geoffray · 3 years, 2 months ago
  9. b2e091b Move CollectorsTest#counting_largeStream to expected failures. by Nicolas Geoffray · 3 years, 2 months ago
  10. 8e270af Stricter gcstress unwind checks. by David Srbecky · 3 years, 2 months ago
  11. 2b527c4 Export dexdump, oatdump, and veridex as prebuilt host tools. by Martin Stjernholm · 3 years, 2 months ago
  12. 7e363b8 Drop ro.debuggable restriction for NATIVELOADER_DEFAULT_NAMESPACE_LIBS. by Martin Stjernholm · 3 years, 3 months ago
  13. b94401e Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES. by Martin Stjernholm · 3 years, 3 months ago
  14. 3606cc6 Do not try to do OSR in transactional interpreter. by Vladimir Marko · 3 years, 2 months ago
  15. 0da7dfc Make some libdexfile tests inherit art_test_defaults. by Martin Stjernholm · 3 years, 2 months ago
  16. dac8239 Fix array location aliasing checks in LSE. by Vladimir Marko · 3 years, 3 months ago
  17. b1db5a1 [art] Add GetObjectsAllocated and TotalTimeWaitingForGc APIs by Sekyeong Heo · 3 years, 7 months ago
  18. f7f97d2 Avoid invalidating kInstrumented via suspension by Hans Boehm · 3 years, 3 months ago
  19. 81a6bd5 Fix unwinding for art_quick_generic_jni_trampoline by David Srbecky · 3 years, 3 months ago
  20. 36138ac Make various native modules depend on art_defaults. by Martin Stjernholm · 3 years, 2 months ago
  21. 7439cff Make dalvikvm inherit art_defaults. by Martin Stjernholm · 3 years, 2 months ago
  22. 41299bf odsign_e2e_tests: Add required artifacts to test. by Martijn Coenen · 3 years, 3 months ago
  23. 95f4c66 Style cleanup in profile tests. by Vladimir Marko · 3 years, 3 months ago
  24. 3c51f78 Move libctstiagent to test exports since it's for testing only. by Martin Stjernholm · 3 years, 8 months ago
  25. c21970d Revert "Add tests to expected failures." by Hans Boehm · 3 years, 3 months ago
  26. a985080 Handle run-away instruction in oatdump. by Nicolas Geoffray · 3 years, 3 months ago
  27. 120e406 Do not try to connect to heapprofd. by Florian Mayer · 3 years, 3 months ago
  28. 8ba64c2 odrefresh: Avoid string copy by Greg Kaiser · 3 years, 3 months ago
  29. 0108f0d Use only one core on fugu by default. by David Srbecky · 3 years, 3 months ago
  30. 9a5a2b8 Fix debug symbol for art_quick_throw_null_pointer_exception_from_signal by David Srbecky · 3 years, 3 months ago
  31. 9d00bf1 Reduce libcore parallelism for host by David Srbecky · 3 years, 3 months ago
  32. 2665943 Avoid loading external libraries from ARTs internal linker namespace (reland). by Martin Stjernholm · 3 years, 3 months ago
  33. 816cab3 odrefresh: log an error if updatable_bcp_packages file is missing by Orion Hodson · 3 years, 3 months ago
  34. 263c39e odrefresh: add compilation space checks by Orion Hodson · 3 years, 3 months ago
  35. 053e138 Link libvixl statically. by Vladimir Marko · 3 years, 3 months ago
  36. bcec38f Do not sleep while waiting for GC by Hans Boehm · 3 years, 3 months ago
  37. c256028 Revert "Add 2040-huge-native-alloc test" by Hans Boehm · 3 years, 3 months ago
  38. 91d2c5c Revert "Avoid loading external libraries from ARTs internal linker namespace." by Calin Juravle · 3 years, 3 months ago
  39. 6958df9 Use cached memory for gcstress unwinds. by David Srbecky · 3 years, 3 months ago
  40. 30cf977 DO NOT MERGE - Mark RQ2A.210105.001 as merged. by Xin Li · 3 years, 3 months ago
  41. be0d891 Add 2040-huge-native-alloc test by Hans Boehm · 3 years, 3 months ago
  42. ab0b19f Add empty boot image profile and preload classes for ART by yawanng · 3 years, 3 months ago
  43. 8aca1a3 Increase JDWP test timeout. by David Srbecky · 3 years, 3 months ago
  44. 582448f Avoid loading external libraries from ARTs internal linker namespace. by Martin Stjernholm · 3 years, 3 months ago
  45. 39d4df6 Revert "Devirtualize to HInvokeStaticOrDirect." by Nicolas Geoffray · 3 years, 3 months ago
  46. a28c827 Use `quick_exit` instead of `_exit` (except for error handling). by Roland Levillain · 3 years, 3 months ago
  47. 7eedd44 Fix some tests to work in prebuilt ART module mode. by Martin Stjernholm · 3 years, 3 months ago
  48. 6e1b7d8 Add heterogenous lookup to Thread::custom_tls_ by Alex Light · 3 years, 3 months ago
  49. 0877daf Avoid the warning heapprofd_client_api.so does not include an by Wessam Hassanein · 3 years, 3 months ago
  50. 7a147a0 Also add magic "sorted" symbol to create_minidebuginfo by David Srbecky · 3 years, 3 months ago
  51. 2d3354a Fix .debug_frame_hdr generation. by David Srbecky · 3 years, 3 months ago
  52. af30bf7 buildbot-build.sh: Invert installclean flag by David Srbecky · 3 years, 3 months ago
  53. 5024ddf Devirtualize to HInvokeStaticOrDirect. by Nicolas Geoffray · 3 years, 3 months ago
  54. 5859b68 Clean up `ResetOffset()` calls in profile tests. by Vladimir Marko · 3 years, 3 months ago
  55. 68dc4a5 Adjust code in compiledWithOptimizing by Nicolas Geoffray · 3 years, 3 months ago
  56. 06884de Disable live-lock kill daemon for tests. by David Srbecky · 3 years, 3 months ago
  57. 3cafbac Handle missing dist directory when --skip-apex is used. by Martin Stjernholm · 3 years, 3 months ago
  58. 8e5966d Make libjdwp an exported library in the ART APEX. by Martin Stjernholm · 3 years, 3 months ago
  59. 0d0f8df In run tests, do not rely on loading native libs in the ART namespace by Martin Stjernholm · 3 years, 3 months ago
  60. 2207b7e Extend Link() to allow linking to the default namespace. by Martin Stjernholm · 3 years, 3 months ago
  61. 107d22b Handle potential race in oat file loading. by Nicolas Geoffray · 3 years, 3 months ago
  62. 17c5018 Revert "odrefresh: re-enable OdrFsUtilsTest.GetUsedSpace" by Nicolas Geoffray · 3 years, 3 months ago
  63. 06b173c Add tests to expected failures. by Nicolas Geoffray · 3 years, 3 months ago
  64. 8078996 Handle a potential race when verifying dex files in the background. by Nicolas Geoffray · 3 years, 3 months ago
  65. e059ef1 run-libcore-tests.py: Extend error regex by David Srbecky · 3 years, 3 months ago
  66. 2d68269 Mark art apex as compressible by Nikita Ioffe · 3 years, 3 months ago
  67. 59d29bf odrefresh: re-enable OdrFsUtilsTest.GetUsedSpace by Orion Hodson · 3 years, 3 months ago
  68. 680d768 Fix run-libcore-tests exclusions for fugu. by David Srbecky · 3 years, 3 months ago
  69. 39198c0 Generalize Main.compiledWithOptimizing. by Nicolas Geoffray · 3 years, 3 months ago
  70. d808f69 string_view: handle with care. by Nicolas Geoffray · 3 years, 3 months ago
  71. 807de1e Fix partial LSE using removed load as Phi input. by Vladimir Marko · 3 years, 3 months ago
  72. 6de68dd buildbot-build.sh: Convenience tweaks for local use. by David Srbecky · 3 years, 3 months ago
  73. 5c4d0df Revert^2 "Solidify GC triggering and reporting" by Hans Boehm · 3 years, 3 months ago
  74. 9cacdce Enable mini-debug-info by default. by David Srbecky · 3 years, 3 months ago
  75. 0849c1c Tweak run-libcore-tests.py output formatting. by David Srbecky · 3 years, 3 months ago
  76. 889da94 Fix gtests with mini-debug-info enabled by default. by David Srbecky · 3 years, 3 months ago
  77. d78f319 Put 75% of ART run-tests in `TEST_MAPPING` group `mainline-presubmit`. by Roland Levillain · 3 years, 3 months ago
  78. d3c45c2 Add apex versions in oat file headers. by Nicolas Geoffray · 3 years, 3 months ago
  79. ba32016 Improve simplifier slightly by Alex Light · 3 years, 3 months ago
  80. 7a76e23 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 3 months ago
  81. f847f9d Use legacy.art.module.platform.api in art-bootclasspath-fragment stub_libs by Paul Duffin · 3 years, 3 months ago
  82. a5d3741 Revert change to target name by Chris Wailes · 3 years, 4 months ago
  83. 0bc9bef Allow apps to be profileable by trusted system services. by Florian Mayer · 3 years, 3 months ago
  84. 891ec2c Regenerate ART test files. by Roland Levillain · 3 years, 3 months ago
  85. 88e08c0 Create magic symbol to mark .symtab as sorted. by David Srbecky · 3 years, 3 months ago
  86. e1e0e0f Reland "Refactor code in inliner." by Nicolas Geoffray · 3 years, 3 months ago
  87. 98e9a12 Update provideLibs from system/etc/linker.config.pb. by Martin Stjernholm · 3 years, 3 months ago
  88. aea51b5 Support non-flattened APEXes in the sync script. by Martin Stjernholm · 3 years, 3 months ago
  89. afff758 Revert "Solidify GC triggering and reporting" by Hans Boehm · 3 years, 3 months ago
  90. c86345c odrefresh: temporarily disable OdrFsUtilsTest.GetUsedSpace by Orion Hodson · 3 years, 3 months ago
  91. 2397edd Add stub_libs properties to art-bootclasspath-fragment by Paul Duffin · 3 years, 4 months ago
  92. aa1b711 Revert "Refactor code in inliner." by Winson Chung · 3 years, 3 months ago
  93. fd7044d Make it easier to interrupt testrunner.py with Ctrl-C. by Martin Stjernholm · 3 years, 3 months ago
  94. c3a152e odr_fs_utils_test: drop bogus assertion by Orion Hodson · 3 years, 3 months ago
  95. e0d677d Add the artd binary to the ART APEX by Chris Wailes · 3 years, 5 months ago
  96. a0ef40d Run libcore tests in parallel by David Srbecky · 3 years, 3 months ago
  97. 9215250 Refactor code in inliner. by Nicolas Geoffray · 3 years, 3 months ago
  98. d4edf4f odrefresh: Avoid a couple string copies by Greg Kaiser · 3 years, 3 months ago
  99. 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 3 months ago
  100. 1dab575 Remove some dead code around ClassTable. by Vladimir Marko · 3 years, 5 months ago