1. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 2 months ago
  2. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 2 months ago
  3. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 5 years ago
  4. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 2 months ago
  5. a63a2e9 Search only the current class loader when checking for duplicates by Calin Juravle · 4 years, 5 months ago
  6. bc89ed4 Do not execute OAT files that require app images that cannot be loaded by Eric Holk · 4 years, 4 months ago
  7. 40082b6 Revert "Reject OAT file in speed-profile if app image is rejected" by Louis Chang · 4 years, 4 months ago
  8. 7c25b09 Reject OAT file in speed-profile if app image is rejected by Eric Holk · 4 years, 5 months ago
  9. c390879 Do not crash for broken stored VerifierDeps. by Vladimir Marko · 4 years, 5 months ago
  10. b495e7f Log an error when an app loads duplicate dex files by Calin Juravle · 4 years, 5 months ago
  11. 2e17cf4 Revert "ART: Conditionally remove loaded-oat-count check" by Nicolas Geoffray · 4 years, 6 months ago
  12. e5c48f7 Revert "ART: Forbid the zygote to load code outside of system" by Nicolas Geoffray · 4 years, 6 months ago
  13. af32242 Do not check for collision if we only extracted the apk by Calin Juravle · 4 years, 7 months ago
  14. 18dc023 Remove obsolete CHECKs for image dex file location. by Vladimir Marko · 4 years, 7 months ago
  15. ed1cecd Clean up dead code & outdated comment in app image validation by Dan Zimmerman · 4 years, 8 months ago
  16. ccc7519 Avoid making oat files executable for system server profiling by Mathieu Chartier · 4 years, 10 months ago
  17. 741a070 Fix two bugs in jitzygote configuration. by Nicolas Geoffray · 5 years ago
  18. e8e2d00 Add runtimeISA logging when no original dex files by randy.jeong · 5 years ago
  19. 9ac09ee jitzygote: compile system server methods at boot. by Nicolas Geoffray · 5 years ago
  20. 527072e Enable InMemoryDexClassLoader vdex only for Q+ targets by David Brazdil · 5 years ago
  21. 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 6 years ago
  22. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
  23. 331a5e1 Revert^2 Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 5 years ago
  24. 9ef308d ART: Forbid the zygote to load code outside of system by Andreas Gampe · 5 years ago
  25. 99c0795 Revert^4 "Disable check that no oat libraries are loaded." by Andreas Gampe · 5 years ago
  26. b4bb63a Revert "Verify InMemoryDexClassLoader classes in a background thread" by David Brazdil · 5 years ago
  27. d592dbe Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 6 years ago
  28. 8b5af2c Revert^3 "Disable check that no oat libraries are loaded.""" by Andreas Gampe · 5 years ago
  29. e9fa8db Revert "Revert "Disable check that no oat libraries are loaded."" by Steven Moreland · 5 years ago
  30. d133917 Revert "Disable check that no oat libraries are loaded." by Nicolas Geoffray · 5 years ago
  31. 097d976 Disable check that no oat libraries are loaded. by Steven Moreland · 5 years ago
  32. 3383f9c ART: Conditionally remove loaded-oat-count check by Andreas Gampe · 5 years ago
  33. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  34. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  35. 2a487eb ART: Fix performance-inefficient-vector-operation by Andreas Gampe · 6 years ago
  36. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  37. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  38. 2386636 Preparing for work on string interning for AppImages. by Chris Wailes · 6 years ago
  39. 48ba197 Fix some performance-unnecessary-value-param tidy and performance-for-range warnings. by Stephen Hines · 6 years ago
  40. e066932 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  41. 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 6 years ago
  42. baf3761 Revert "Remove OatFileAssistant::MakeUpToDate and friends." by Mathieu Chartier · 6 years ago
  43. d6698e3 Remove OatFileAssistant::MakeUpToDate and friends. by Nicolas Geoffray · 6 years ago
  44. adc9086 Revert "Revert "Do not load app image for class collisions"" by Mathieu Chartier · 6 years ago
  45. 2c7e13b Revert "Do not load app image for class collisions" by Mathieu Chartier · 6 years ago
  46. d8860b4 Do not load app image for class collisions by Vladimir Marko · 6 years ago
  47. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  48. 9ea84d0 ART: Update dex-file fallback code by Andreas Gampe · 7 years ago
  49. 2b1a21e Merge "Load /data oat/odex files non-executable when only_use_system_oat_files is set." by Nicolas Geoffray · 7 years ago
  50. 017adc2 Merge changes from topic "userdebug-jdwp" by Alex Light · 7 years ago
  51. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  52. 2ce6fc8 Support using adbconnection and openjdkjvmti without JAVA_DEBUGGABLE by Alex Light · 7 years ago
  53. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  54. 2974260 Load /data oat/odex files non-executable when only_use_system_oat_files is set. by Nicolas Geoffray · 7 years ago
  55. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  56. 55f39ed Pass class loader context in ART standalone. by Nicolas Geoffray · 7 years ago
  57. b0b68cf ART: Clean up #includes in jit_code_cache.h . by Vladimir Marko · 7 years ago
  58. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  59. e875f4c Don't verify dex file when the runtime is in NoVerify mode. by Nicolas Geoffray · 7 years ago
  60. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
  61. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  62. 403cb2c Merge "[art] Compile secondary dex files in isolation" by Treehugger Robot · 7 years ago
  63. 8d8d37b [art] Compile secondary dex files in isolation by Calin Juravle · 7 years ago
  64. 3f09389 ART: Change GetAndroidRoot() handling by Andreas Gampe · 7 years ago
  65. 68bf390 Handle new zygote flags in ART by Nicolas Geoffray · 7 years ago
  66. 44e5efa Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 7 years ago
  67. be8303d Call madvise hints for image dex files by Mathieu Chartier · 7 years ago
  68. 120aa28 Store layout info in dex files by Mathieu Chartier · 7 years ago
  69. 27e0d1f Pass the class loader context to dex2oat when optimizing at runtime by Calin Juravle · 7 years ago
  70. 774beea Merge "Verify the class loader context when loading oat files" by Treehugger Robot · 7 years ago
  71. 3f91864 Verify the class loader context when loading oat files by Calin Juravle · 7 years ago
  72. 0cb1728 Do superclass validation at compile time and log with new class status. by Jeff Hao · 7 years ago
  73. 7b0648a Move dex files dependencies (en/de)coding to ClassLoaderContext by Calin Juravle · 7 years ago
  74. ef878ea Merge "Added DexFileAsanRegistrar and necessary additions" by Treehugger Robot · 7 years ago
  75. 0bb4031 Added DexFileAsanRegistrar and necessary additions by Bharadwaj Kalandhabhatta · 7 years ago
  76. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  77. 357c66d Revert "Revert "Ensure dex file are extracted and verified at load time"" by Calin Juravle · 7 years ago
  78. 9bfc6bb Revert "Ensure dex file are extracted and verified at load time" by Calin Juravle · 7 years ago
  79. d2510c9 Ensure dex file are extracted and verified at load time by Calin Juravle · 7 years ago
  80. 5c52574 oat_file_manager: Avoid global collision check. by Narayan Kamath · 7 years ago
  81. 2a9dc4d Merge "Ignore the optimized location passed to DexFile.loadDex()" by Calin Juravle · 7 years ago
  82. 1f7079b Ignore the optimized location passed to DexFile.loadDex() by Calin Juravle · 7 years ago
  83. 16d4843 Allow dex2oat to handle relative paths. by Jeff Hao · 7 years ago
  84. 0471ece Add option for duplicate classes check to return all dupes. by Jeff Hao · 7 years ago
  85. 8ec0a20 Fix duplicate classes check to iterate over classes properly. by Jeff Hao · 7 years ago
  86. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  87. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  88. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 8 years ago
  89. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  90. b4f5230 Fix use of std::stoi without error handling. by Jeff Hao · 8 years ago
  91. 3773f21 Merge "ART: Fix tidy warnings" by Treehugger Robot · 8 years ago
  92. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  93. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 8 years ago
  94. 47b6bdb Merge changes I86bc206d,If20a34e7,I6ee6c826,I240341a0 by Treehugger Robot · 8 years ago
  95. 4c481a4 ART: Make some variables references by Andreas Gampe · 8 years ago
  96. 5c657fe Pass some arguments by const reference. by Vladimir Marko · 8 years ago
  97. 46aba36 ART: Move pathList well-known-field to actual class by Andreas Gampe · 8 years ago
  98. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  99. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  100. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago