1. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  2. 46cc64f Move dumping of oat file status inside of the OatFileAssistant. by Richard Uhler · 9 years ago
  3. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 9 years ago
  4. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  5. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  6. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 9 years ago
  7. 09b710c ART: Fix build break by Andreas Gampe · 9 years ago
  8. b55ad7c Add API for getting location of odex or oat file by Philip Cuadra · 9 years ago
  9. d1472a2 profile_changed should not effect GetBestOatFile. by Richard Uhler · 9 years ago
  10. be84b59 Remove the old obsolete profiler by Calin Juravle · 9 years ago
  11. f284d44 Hold dex caches live in class table by Mathieu Chartier · 9 years ago
  12. 06e3f4f Base isDexOptNeeded result on OatFileAssistant::IsUpToDate. by Richard Uhler · 9 years ago
  13. 90671be Add ability to see if a dex file is backed by an oat file. by Jeff Hao · 9 years ago
  14. 8943c1d DexFile: Add an API to query oat file status. by Narayan Kamath · 9 years ago
  15. 86a785d ART: Add support for DexFile compiler filter function by Andreas Gampe · 10 years ago
  16. c38be81 ART: Update DexFile for compiler-filter pass-down by Andreas Gampe · 10 years ago
  17. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 10 years ago
  18. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 10 years ago
  19. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 10 years ago
  20. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 10 years ago
  21. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 10 years ago
  22. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago
  23. f7fd970 Load app images by Mathieu Chartier · 10 years ago
  24. 689a700 Pass DexPathList.Element array to openDexFileNative by Mathieu Chartier · 10 years ago
  25. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 10 years ago
  26. b190d94 Add class loader argument to openDexFileNative by Mathieu Chartier · 10 years ago
  27. 00310e0 Keep dex files live in class table by Mathieu Chartier · 10 years ago
  28. 4f55fd2 Merge "Allocate dex cache arrays in their class loader's linear alloc" by Mathieu Chartier · 10 years ago
  29. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 10 years ago
  30. 80b37b7 Fix structural class checks by Mathieu Chartier · 10 years ago
  31. fdccbd4 Do not attempt to unregister null oat files by Mathieu Chartier · 10 years ago
  32. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 10 years ago
  33. 72da5e7 Revert "Unload oat files" by Nicolas Geoffray · 10 years ago
  34. 18656fe Unload oat files by Mathieu Chartier · 10 years ago
  35. f9c6fc6 Add OatFileManager by Mathieu Chartier · 10 years ago
  36. 1d7d7f1 Delete DexFiles in closeDexFiles by Mathieu Chartier · 10 years ago
  37. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  38. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 10 years ago
  39. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 10 years ago
  40. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  41. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 10 years ago
  42. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  43. 95abd04 Rename isDexOptNeededInternal and add kSelfPatchOatNeeded by Richard Uhler · 11 years ago
  44. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 11 years ago
  45. 324b9bb ART: Move DexFile vector to Java array by Andreas Gampe · 11 years ago
  46. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 11 years ago
  47. 9851595 Mute common case DexFile.isDexOptNeeded log spam by Brian Carlstrom · 11 years ago
  48. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 11 years ago
  49. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  50. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 11 years ago
  51. 667ab7c Some additional verbose logging for DexFile_defineClassNative by Brian Carlstrom · 11 years ago
  52. e8e3989 Restore kReasonLogging for kDexoptNeeded and kPatchoatNeeded by Brian Carlstrom · 11 years ago
  53. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 11 years ago
  54. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  55. 20c8930 ART: Relax GetInstructionSetFromString by Andreas Gampe · 11 years ago
  56. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 11 years ago
  57. 202d1f0 Use the right instruction set for checking dex-cache staleness. by Narayan Kamath · 11 years ago
  58. a2069c7 Revert "Rename openDexFileNative to openDexFile." by Calin Juravle · 11 years ago
  59. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 11 years ago
  60. 350b626 Rename openDexFileNative to openDexFile. by Calin Juravle · 11 years ago
  61. 833a485 ART: Native support for multidex by Andreas Gampe · 11 years ago
  62. 7bfa86d consolidate profiles and profile-cache by Nick Kralevich · 11 years ago
  63. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  64. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 11 years ago
  65. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 11 years ago
  66. eab52e3 Merge "Clean up the sampling profiler" by Calin Juravle · 11 years ago
  67. bb0b53f Clean up the sampling profiler by Calin Juravle · 11 years ago
  68. 5221410 Use sendfile when copying profile file. by Calin Juravle · 11 years ago
  69. 177b429 Fix a possible file descriptor leakage by Calin Juravle · 11 years ago
  70. cf790bb Fix DexFile.entries to return class names, not class descriptors by Brian Carlstrom · 11 years ago
  71. e1ff199 Up-to-date odex files should take precedence over profile checks by Brian Carlstrom · 11 years ago
  72. 46889ea Fix DexFile.getClassNameList. by Ian Rogers · 11 years ago
  73. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  74. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 11 years ago
  75. dd157d7 Avoid some unnecessary use of stl types. by Ian Rogers · 11 years ago
  76. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  77. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 11 years ago
  78. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 11 years ago
  79. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  80. 09881a8 Do not require dexopt when previous profile does not exist by Brian Carlstrom · 11 years ago
  81. 329d188 Better error reporting when loading dex files by Andreas Gampe · 12 years ago
  82. 9dae5b4 Tweaked profile significant_difference. by Calin Juravle · 12 years ago
  83. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 12 years ago
  84. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 12 years ago
  85. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  86. 2d98390 Switch art over to a long in DexFile. by Elliott Hughes · 12 years ago
  87. 60836d5 Fix opening oat files that are out of date. by Vladimir Marko · 12 years ago
  88. 08cbf66 Do not require classes.dex to support stripped zip files by Brian Carlstrom · 12 years ago
  89. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  90. 2ec3f71 Fix openDexFileNative to throw pending exception when it fails. by Jeff Hao · 12 years ago
  91. 0d3bbff Fix DexFile_isDexOptNeeded to clear an error_msg in a recoverable case by Brian Carlstrom · 12 years ago
  92. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 12 years ago
  93. 1eb512d Fast JNI support. by Ian Rogers · 12 years ago
  94. 756ee4e Find OatDexFile by DexFile name and checksum, not just checksum by Brian Carlstrom · 12 years ago
  95. 7c3d13a Use file magic to determine file type, not file extension. by Brian Carlstrom · 12 years ago
  96. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 12 years ago
  97. 2e450bf Revert "Remove bogus fastpath from String::Equals(const StringPiece&)" by Brian Carlstrom · 12 years ago
  98. 8438ed3 Remove bogus fastpath from String::Equals(const StringPiece&) by Brian Carlstrom · 12 years ago
  99. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 12 years ago
  100. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 12 years ago