1. e9818dd Revert "Make class loader context fail for unknown class loaders" by Stefania Halac · 4 years, 7 months ago
  2. 2d3de3a Make class loader context fail for unknown class loaders by Calin Juravle · 4 years, 7 months ago
  3. b74f307 ART: IWYU for HiddenApi domain by Andreas Gampe · 5 years ago
  4. 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 6 years ago
  5. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
  6. 331a5e1 Revert^2 Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 5 years ago
  7. b4bb63a Revert "Verify InMemoryDexClassLoader classes in a background thread" by David Brazdil · 5 years ago
  8. d592dbe Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 6 years ago
  9. 7458291 Open in-memory dex files into a single DexFile object by David Brazdil · 6 years ago
  10. 1a04148 Fix bug in InMemoryDexClassLoader loading by David Brazdil · 6 years ago
  11. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 6 years ago
  12. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  13. afc60cd Cleanup native debug interface api. by David Srbecky · 6 years ago
  14. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  15. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
  16. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  17. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  18. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 6 years ago
  19. 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 6 years ago
  20. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  21. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  22. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  23. 5e046f8 Merge "Add support for loading trusted dex files." by David Brazdil · 6 years ago
  24. 35a4f48 Add support for loading trusted dex files. by Nicolas Geoffray · 6 years ago
  25. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  26. 79e2607 Move profile dependent modules to libartbase by David Sehr · 6 years ago
  27. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  28. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 7 years ago
  29. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  30. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 7 years ago
  31. 5f9a801 Expose the optimization status of a dex file by Calin Juravle · 7 years ago
  32. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 7 years ago
  33. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  34. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  35. 24ed94f Add DexFile.getStaticSizeOfFile function. by Richard Uhler · 7 years ago
  36. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  37. ca4e101 Merge "Separate file utilities from utils.cc" by David Sehr · 7 years ago
  38. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  39. 20c4644 [art] Add classpath check to DexFile.getDexOptNeeded by Calin Juravle · 7 years ago
  40. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  41. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  42. 44e5efa Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 7 years ago
  43. 2ae4bc9 Merge "Allow DexFile#getDexOptNeeded to check case when downgrading is required" by Shubham Ajmera · 7 years ago
  44. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  45. e4e812a Allow DexFile#getDexOptNeeded to check case when downgrading is required by Shubham Ajmera · 7 years ago
  46. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 7 years ago
  47. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 7 years ago
  48. 367b9d8 Also return vdex file from DexFile.getDexFileOutputPath by Calin Juravle · 7 years ago
  49. 741d426 Handle safe mode in PackageManager. by Nicolas Geoffray · 7 years ago
  50. 1f7079b Ignore the optimized location passed to DexFile.loadDex() by Calin Juravle · 7 years ago
  51. ea9465e Move InMemoryDexClassLoader to be a subtype of BaseDexClassLoader by Alex Light · 8 years ago
  52. cd556b0 Fix dex cache resolved types and class table mismatch. by Vladimir Marko · 8 years ago
  53. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  54. 46cc64f Move dumping of oat file status inside of the OatFileAssistant. by Richard Uhler · 8 years ago
  55. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  56. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  57. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  58. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 8 years ago
  59. 09b710c ART: Fix build break by Andreas Gampe · 8 years ago
  60. b55ad7c Add API for getting location of odex or oat file by Philip Cuadra · 8 years ago
  61. d1472a2 profile_changed should not effect GetBestOatFile. by Richard Uhler · 8 years ago
  62. be84b59 Remove the old obsolete profiler by Calin Juravle · 8 years ago
  63. f284d44 Hold dex caches live in class table by Mathieu Chartier · 8 years ago
  64. 06e3f4f Base isDexOptNeeded result on OatFileAssistant::IsUpToDate. by Richard Uhler · 8 years ago
  65. 90671be Add ability to see if a dex file is backed by an oat file. by Jeff Hao · 8 years ago
  66. 8943c1d DexFile: Add an API to query oat file status. by Narayan Kamath · 8 years ago
  67. 86a785d ART: Add support for DexFile compiler filter function by Andreas Gampe · 8 years ago
  68. c38be81 ART: Update DexFile for compiler-filter pass-down by Andreas Gampe · 8 years ago
  69. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 8 years ago
  70. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 8 years ago
  71. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 8 years ago
  72. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 9 years ago
  73. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  74. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  75. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  76. 689a700 Pass DexPathList.Element array to openDexFileNative by Mathieu Chartier · 9 years ago
  77. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 9 years ago
  78. b190d94 Add class loader argument to openDexFileNative by Mathieu Chartier · 9 years ago
  79. 00310e0 Keep dex files live in class table by Mathieu Chartier · 9 years ago
  80. 4f55fd2 Merge "Allocate dex cache arrays in their class loader's linear alloc" by Mathieu Chartier · 9 years ago
  81. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 9 years ago
  82. 80b37b7 Fix structural class checks by Mathieu Chartier · 9 years ago
  83. fdccbd4 Do not attempt to unregister null oat files by Mathieu Chartier · 9 years ago
  84. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 9 years ago
  85. 72da5e7 Revert "Unload oat files" by Nicolas Geoffray · 9 years ago
  86. 18656fe Unload oat files by Mathieu Chartier · 9 years ago
  87. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  88. 1d7d7f1 Delete DexFiles in closeDexFiles by Mathieu Chartier · 9 years ago
  89. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  90. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  91. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  92. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  93. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 9 years ago
  94. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  95. 95abd04 Rename isDexOptNeededInternal and add kSelfPatchOatNeeded by Richard Uhler · 9 years ago
  96. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  97. 324b9bb ART: Move DexFile vector to Java array by Andreas Gampe · 10 years ago
  98. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  99. 9851595 Mute common case DexFile.isDexOptNeeded log spam by Brian Carlstrom · 10 years ago
  100. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago