1. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  2. 24ed94f Add DexFile.getStaticSizeOfFile function. by Richard Uhler · 7 years ago
  3. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  4. ca4e101 Merge "Separate file utilities from utils.cc" by David Sehr · 7 years ago
  5. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  6. 20c4644 [art] Add classpath check to DexFile.getDexOptNeeded by Calin Juravle · 7 years ago
  7. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  8. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  9. 44e5efa Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 7 years ago
  10. 2ae4bc9 Merge "Allow DexFile#getDexOptNeeded to check case when downgrading is required" by Shubham Ajmera · 7 years ago
  11. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  12. e4e812a Allow DexFile#getDexOptNeeded to check case when downgrading is required by Shubham Ajmera · 7 years ago
  13. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 7 years ago
  14. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 7 years ago
  15. 367b9d8 Also return vdex file from DexFile.getDexFileOutputPath by Calin Juravle · 7 years ago
  16. 741d426 Handle safe mode in PackageManager. by Nicolas Geoffray · 7 years ago
  17. 1f7079b Ignore the optimized location passed to DexFile.loadDex() by Calin Juravle · 7 years ago
  18. ea9465e Move InMemoryDexClassLoader to be a subtype of BaseDexClassLoader by Alex Light · 8 years ago
  19. cd556b0 Fix dex cache resolved types and class table mismatch. by Vladimir Marko · 8 years ago
  20. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  21. 46cc64f Move dumping of oat file status inside of the OatFileAssistant. by Richard Uhler · 8 years ago
  22. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  23. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  24. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  25. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 8 years ago
  26. 09b710c ART: Fix build break by Andreas Gampe · 8 years ago
  27. b55ad7c Add API for getting location of odex or oat file by Philip Cuadra · 8 years ago
  28. d1472a2 profile_changed should not effect GetBestOatFile. by Richard Uhler · 8 years ago
  29. be84b59 Remove the old obsolete profiler by Calin Juravle · 8 years ago
  30. f284d44 Hold dex caches live in class table by Mathieu Chartier · 8 years ago
  31. 06e3f4f Base isDexOptNeeded result on OatFileAssistant::IsUpToDate. by Richard Uhler · 8 years ago
  32. 90671be Add ability to see if a dex file is backed by an oat file. by Jeff Hao · 8 years ago
  33. 8943c1d DexFile: Add an API to query oat file status. by Narayan Kamath · 8 years ago
  34. 86a785d ART: Add support for DexFile compiler filter function by Andreas Gampe · 8 years ago
  35. c38be81 ART: Update DexFile for compiler-filter pass-down by Andreas Gampe · 8 years ago
  36. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 8 years ago
  37. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 8 years ago
  38. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 8 years ago
  39. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 9 years ago
  40. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  41. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  42. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  43. 689a700 Pass DexPathList.Element array to openDexFileNative by Mathieu Chartier · 9 years ago
  44. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 9 years ago
  45. b190d94 Add class loader argument to openDexFileNative by Mathieu Chartier · 9 years ago
  46. 00310e0 Keep dex files live in class table by Mathieu Chartier · 9 years ago
  47. 4f55fd2 Merge "Allocate dex cache arrays in their class loader's linear alloc" by Mathieu Chartier · 9 years ago
  48. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 9 years ago
  49. 80b37b7 Fix structural class checks by Mathieu Chartier · 9 years ago
  50. fdccbd4 Do not attempt to unregister null oat files by Mathieu Chartier · 9 years ago
  51. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 9 years ago
  52. 72da5e7 Revert "Unload oat files" by Nicolas Geoffray · 9 years ago
  53. 18656fe Unload oat files by Mathieu Chartier · 9 years ago
  54. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  55. 1d7d7f1 Delete DexFiles in closeDexFiles by Mathieu Chartier · 9 years ago
  56. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  57. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  58. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  59. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  60. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 9 years ago
  61. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  62. 95abd04 Rename isDexOptNeededInternal and add kSelfPatchOatNeeded by Richard Uhler · 9 years ago
  63. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  64. 324b9bb ART: Move DexFile vector to Java array by Andreas Gampe · 10 years ago
  65. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  66. 9851595 Mute common case DexFile.isDexOptNeeded log spam by Brian Carlstrom · 10 years ago
  67. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago
  68. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  69. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  70. 667ab7c Some additional verbose logging for DexFile_defineClassNative by Brian Carlstrom · 10 years ago
  71. e8e3989 Restore kReasonLogging for kDexoptNeeded and kPatchoatNeeded by Brian Carlstrom · 10 years ago
  72. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  73. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  74. 20c8930 ART: Relax GetInstructionSetFromString by Andreas Gampe · 10 years ago
  75. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 10 years ago
  76. 202d1f0 Use the right instruction set for checking dex-cache staleness. by Narayan Kamath · 10 years ago
  77. a2069c7 Revert "Rename openDexFileNative to openDexFile." by Calin Juravle · 10 years ago
  78. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  79. 350b626 Rename openDexFileNative to openDexFile. by Calin Juravle · 10 years ago
  80. 833a485 ART: Native support for multidex by Andreas Gampe · 10 years ago
  81. 7bfa86d consolidate profiles and profile-cache by Nick Kralevich · 10 years ago
  82. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  83. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 10 years ago
  84. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  85. eab52e3 Merge "Clean up the sampling profiler" by Calin Juravle · 10 years ago
  86. bb0b53f Clean up the sampling profiler by Calin Juravle · 10 years ago
  87. 5221410 Use sendfile when copying profile file. by Calin Juravle · 10 years ago
  88. 177b429 Fix a possible file descriptor leakage by Calin Juravle · 10 years ago
  89. cf790bb Fix DexFile.entries to return class names, not class descriptors by Brian Carlstrom · 10 years ago
  90. e1ff199 Up-to-date odex files should take precedence over profile checks by Brian Carlstrom · 10 years ago
  91. 46889ea Fix DexFile.getClassNameList. by Ian Rogers · 10 years ago
  92. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  93. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  94. dd157d7 Avoid some unnecessary use of stl types. by Ian Rogers · 10 years ago
  95. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  96. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 10 years ago
  97. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  98. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  99. 09881a8 Do not require dexopt when previous profile does not exist by Brian Carlstrom · 10 years ago
  100. 329d188 Better error reporting when loading dex files by Andreas Gampe · 10 years ago