1. f0e99bd Remove old "platform" namespace name in a few remaining places. by Martin Stjernholm · 5 years ago
  2. b584ea4 Relax the check for dexpreopt files in the ART apex. by Ulya Trafimovich · 5 years ago
  3. 2d34867 Generate linker config after apex activation by Jooyung Han · 5 years ago
  4. 6e043bb Rewrite GenericJNI frame setup. by Vladimir Marko · 5 years ago
  5. ac5ae3c Convert native_loader_test.cpp to Result::ok() by Bernie Innocenti · 5 years ago
  6. af32242 Do not check for collision if we only extracted the apk by Calin Juravle · 5 years ago
  7. e6e634e Remove test 1944 by Alex Light · 5 years ago
  8. 5e251ea Change j.l.r.Field to use ArtField index instead of dexFileIndex by Alex Light · 5 years ago
  9. 8206ae8 Revert "Fix Core Platform API JNI check" by satayev · 5 years ago
  10. 98cf82f Use apex name for apex linker namespace by Jooyung Han · 5 years ago
  11. 089c135 Use product vndk version for product apps by Justin Yun · 5 years ago
  12. 860ab37 Add bootclasspath elements to bootclasspath when dexing tests by Christoffer Quist Adamsen · 5 years ago
  13. 18dc023 Remove obsolete CHECKs for image dex file location. by Vladimir Marko · 5 years ago
  14. 8c8f148 Add blueprint modules to generate jar files for gtests. by David Srbecky · 5 years ago
  15. 5c33d35 Reinstate exception check in GenericJni stubs. by Vladimir Marko · 5 years ago
  16. b5a7856 No longer adjust the linker configuration file in ART chroot environments. by Roland Levillain · 5 years ago
  17. 15ff34d Generate a linker configuration file for chroot-based ART testing. by Roland Levillain · 5 years ago
  18. f0eaada Revert "[art] Enable compilation of secondary dexes by default i..." by Nicolas Geoffray · 5 years ago
  19. f7e99d5 Revert "[art] Fix, re-enable and expand 596-app-images" by Nicolas Geoffray · 5 years ago
  20. 439c752 Revert "[art] Expand test coverage of secondary app images" by Nicolas Geoffray · 5 years ago
  21. 630966b Revert "Blacklist test failing on debuggable." by Nicolas Geoffray · 5 years ago
  22. 4b7183e Blacklist test failing on debuggable. by Nicolas Geoffray · 5 years ago
  23. c2c5b06 Rename "platform" to "system" namespace in the ART linker config. by Ulya Trafimovich · 5 years ago
  24. b68b7cb One more missing Result::ok() call in art/libnativeloader by Bernie Innocenti · 5 years ago
  25. c9fa770 Introduce VMRuntime.isValidClassLoaderContext by Dan Zimmerman · 5 years ago
  26. a7d98b9 Add java_system_modules to ART SDK by Paul Duffin · 5 years ago
  27. b682ea4 Introduce BaseDexClassLoader.computeClassLoaderContextsNative by Dan Zimmerman · 5 years ago
  28. 77aa680 [art] Expand test coverage of secondary app images by Dan Zimmerman · 5 years ago
  29. 7c918ee [art] Fix, re-enable and expand 596-app-images by Dan Zimmerman · 5 years ago
  30. 73b6aa9 [art] Enable compilation of secondary dexes by default in tests by Dan Zimmerman · 5 years ago
  31. 4cbb51a Fix ART code around JIT zygote. by Nicolas Geoffray · 5 years ago
  32. 5d24c3d Reorder and label code sections in `tools/buildbot-sync.sh`. by Roland Levillain · 5 years ago
  33. 4bd5895 Convert art/ to Result::ok() by Bernie Innocenti · 5 years ago
  34. 22be065 Include type in field names. by Florian Mayer · 5 years ago
  35. 8c41a0b Handle interpreter / access-checks mode in the runtime. by Nicolas Geoffray · 5 years ago
  36. 99c19ca Update platform namespace name by Kiyoung Kim · 5 years ago
  37. cf0c6ef Device gtests: Use boot.art instead of core.art. by David Srbecky · 5 years ago
  38. 7c2f69e apex_available becomes more correct by Jiyong Park · 5 years ago
  39. 7eca377 Reduce 2030-long-running-child heap requirements by Hans Boehm · 5 years ago
  40. 0068228 Revert "Disable 2030-long-running-child on gcstress" by Hans Boehm · 5 years ago
  41. fea435c Remove extra using statements by Tom Cherry · 5 years ago
  42. 6dc0a43 Update libnativeloader dependency on libnativehelper by Orion Hodson · 5 years ago
  43. c20ab9a Use valid pointer for app_main_namespace_ by Orion Hodson · 5 years ago
  44. 9987b74 Fix memfd_create_compat() F_DUPFD call. by Vladimir Marko · 5 years ago
  45. f6afcc9 Update boot image extension compilation args. by Vladimir Marko · 5 years ago
  46. 8adb325 Move code from quick_entry_points_arm64.S to asm_support_arm64.S by Nicolas Geoffray · 5 years ago
  47. 871ce22 Disable 2030-long-running-child on gcstress by Hans Boehm · 5 years ago
  48. dc77ca3 Wait sooner for non-daemon threads by Hans Boehm · 5 years ago
  49. 948f062 jni: Fix templates for clang-r377782 update. by Yabin Cui · 5 years ago
  50. 51ad7fe Code cleanup around exception handling and stack walking. by Nicolas Geoffray · 5 years ago
  51. 89b85eb dex2oat: default to speed-profile if we have a profile. by Vladimir Marko · 5 years ago
  52. 198cf41 Use mv instead of cp for activating apexes. by Nicolas Geoffray · 5 years ago
  53. 05fe07c Add warning comments on format by Jeongik Cha · 5 years ago
  54. 2ad3f8e Do suspend check and hotness increment in entry of Nterp. by Nicolas Geoffray · 5 years ago
  55. 8feb7eb Adjust CHECK on instrumentation stack. by Nicolas Geoffray · 5 years ago
  56. 002eac6 Only flush visualizer output at the end of the compilation. by Nicolas Geoffray · 5 years ago
  57. 75bca74 Remove legacy buildbot scripts by Orion Hodson · 5 years ago
  58. 6c56db3 Fix Core Platform API JNI check by Orion Hodson · 5 years ago
  59. f9dfd77 Update VMRuntime.isBootClassPathOnDisk()... by Vladimir Marko · 5 years ago
  60. c70b84e Revert "Disable bitstring tests." by Igor Murashkin · 5 years ago
  61. 066dd906 Revert "Disable BitStructs::NestedFieldAssignment." by Igor Murashkin · 5 years ago
  62. 20d57d1 perfetto_hprof.cc: fix leaky file descriptors by Nick Kralevich · 5 years ago
  63. dd14a3d Update old comment in bit_struct_detail.h . by Vladimir Marko · 5 years ago
  64. 7e1603e Blacklist test failing on non-Android platforms and Android < R. by Nicolas Geoffray · 5 years ago
  65. ecd9502 [jitzygote] Don't spawn a thread in child zygotes. by Nicolas Geoffray · 5 years ago
  66. f69c189 Remove build target `test-art-target-sync`. by Roland Levillain · 5 years ago
  67. c0e0e5e Compile boot image extensions in memory. by Vladimir Marko · 5 years ago
  68. e4207a7 Use consistent storage type in bit structs. by Vladimir Marko · 5 years ago
  69. 299141a Fix undefined behavior in BitStruct. by Vladimir Marko · 5 years ago
  70. e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 5 years ago
  71. aa6f6f1 Revert "Add temporary logging to MemMap::swap" by Hans Boehm · 5 years ago
  72. 78815ee Cleanup endian_utils.h by Alex Light · 5 years ago
  73. f85a4d0 Experiment with large boot profile size by Calin Juravle · 5 years ago
  74. 30a11eb [checker]: Dump the CFG when we fail. by Nicolas Geoffray · 5 years ago
  75. 1c5b1ea Unify naming of buildbot commands by Orion Hodson · 5 years ago
  76. 516745b Reland "Set SA_SIGINFO. Rename thread to include perfetto." by Florian Mayer · 5 years ago
  77. fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
  78. d00f129 Clean up some linker config inconsistencies. by Martin Stjernholm · 5 years ago
  79. 7955f5e Fix RUNTIME_TARGET_GTEST_MAKE_TARGETS by Dan Willemsen · 5 years ago
  80. e8a83af Revert^2 "Avoid libtistress static link to art" by Vladimir Marko · 5 years ago
  81. d2ac307 Disable Dex2oatSwapUseTest.CheckSwapUsage for x86_64 by Evgeny Astigeevich · 5 years ago
  82. aea71ae Add temporary logging to MemMap::swap by Hans Boehm · 5 years ago
  83. a8fe58f Revert "Set SA_SIGINFO. Rename thread to include perfetto." by Vladimir Marko · 5 years ago
  84. bd396c0 Move jdwp connection abstraction from ART apex to adbd apex. by Josh Gao · 5 years ago
  85. 3f0dca1 Ensure IsStructurallyRedefinable takes into account subtypes by Alex Light · 5 years ago
  86. f365aff Remove isDebuggerActive native implementation. by Alex Light · 5 years ago
  87. d71f1dc Enable support of VecLoad/VecStore in LSE by xueliang.zhong · 7 years ago
  88. c124d1d Fix name-based detection of JIT-zygote boot image extension. by Ulya Trafimovich · 5 years ago
  89. caafd62 Implement GetVRegLong for nterp. by Nicolas Geoffray · 5 years ago
  90. 6d41e57 Do not create zombie processes in perfetto_hprof. by Florian Mayer · 5 years ago
  91. a2a1b55 Revert "Avoid libtistress static link to art" by Vladimir Marko · 5 years ago
  92. 775f681 JIT debugger_interface: add simpleperf presumit check. by Yabin Cui · 5 years ago
  93. 5c7f367 Make test 1983 more consistent by Alex Light · 5 years ago
  94. 7e2c963 Update interpreter entrypoints in an image to nterp when supported. by Nicolas Geoffray · 5 years ago
  95. 73ffa57 Set SA_SIGINFO. Rename thread to include perfetto. by Florian Mayer · 5 years ago
  96. d8309ca Avoid libtistress static link to art by Mathieu Chartier · 5 years ago
  97. 92231c5 Revert "Make dex2oat(d) visible for use as implicit dexpreopt to..." by Hans Boehm · 5 years ago
  98. 4d7e1a8 nterp: Don't compile baseline if a process cannot allocate profiling infos. by Nicolas Geoffray · 5 years ago
  99. c1cd133 Fix braino in arm64 codegen. by Nicolas Geoffray · 5 years ago
  100. 08a1d1b Make dex2oat(d) visible for use as implicit dexpreopt tool deps. by Martin Stjernholm · 5 years ago