1. 774beea Merge "Verify the class loader context when loading oat files" by Treehugger Robot · 7 years ago
  2. 3f91864 Verify the class loader context when loading oat files by Calin Juravle · 7 years ago
  3. 0cb1728 Do superclass validation at compile time and log with new class status. by Jeff Hao · 7 years ago
  4. 7b0648a Move dex files dependencies (en/de)coding to ClassLoaderContext by Calin Juravle · 7 years ago
  5. ef878ea Merge "Added DexFileAsanRegistrar and necessary additions" by Treehugger Robot · 7 years ago
  6. 0bb4031 Added DexFileAsanRegistrar and necessary additions by Bharadwaj Kalandhabhatta · 7 years ago
  7. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  8. 357c66d Revert "Revert "Ensure dex file are extracted and verified at load time"" by Calin Juravle · 7 years ago
  9. 9bfc6bb Revert "Ensure dex file are extracted and verified at load time" by Calin Juravle · 7 years ago
  10. d2510c9 Ensure dex file are extracted and verified at load time by Calin Juravle · 7 years ago
  11. 5c52574 oat_file_manager: Avoid global collision check. by Narayan Kamath · 7 years ago
  12. 2a9dc4d Merge "Ignore the optimized location passed to DexFile.loadDex()" by Calin Juravle · 7 years ago
  13. 1f7079b Ignore the optimized location passed to DexFile.loadDex() by Calin Juravle · 7 years ago
  14. 16d4843 Allow dex2oat to handle relative paths. by Jeff Hao · 7 years ago
  15. 0471ece Add option for duplicate classes check to return all dupes. by Jeff Hao · 7 years ago
  16. 8ec0a20 Fix duplicate classes check to iterate over classes properly. by Jeff Hao · 7 years ago
  17. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 7 years ago
  18. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  19. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 7 years ago
  20. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  21. b4f5230 Fix use of std::stoi without error handling. by Jeff Hao · 8 years ago
  22. 3773f21 Merge "ART: Fix tidy warnings" by Treehugger Robot · 8 years ago
  23. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  24. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 8 years ago
  25. 47b6bdb Merge changes I86bc206d,If20a34e7,I6ee6c826,I240341a0 by Treehugger Robot · 8 years ago
  26. 4c481a4 ART: Make some variables references by Andreas Gampe · 8 years ago
  27. 5c657fe Pass some arguments by const reference. by Vladimir Marko · 8 years ago
  28. 46aba36 ART: Move pathList well-known-field to actual class by Andreas Gampe · 8 years ago
  29. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  30. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  31. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  32. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  33. a463b6a ART: Refactor ImageSpace loading by Andreas Gampe · 8 years ago
  34. d1472a2 profile_changed should not effect GetBestOatFile. by Richard Uhler · 8 years ago
  35. 37d6a3b Support the -i flag in the new dexdump. by Aart Bik · 8 years ago
  36. 14d7b3e Fix dex file leak in oat file manager by Mathieu Chartier · 8 years ago
  37. 1fdbe1b ART: Add ATRACE section for collision check by Andreas Gampe · 8 years ago
  38. 347eff2 Merge "Don't use dlopen on host for already loaded oat files." by Richard Uhler · 8 years ago
  39. a206c74 Don't use dlopen on host for already loaded oat files. by Richard Uhler · 8 years ago
  40. 01be681 Only compile dex files if they are not up to date. by Richard Uhler · 8 years ago
  41. f0192c8 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 8 years ago
  42. f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 8 years ago
  43. 0b79127 Skip profiling if the dex file is fully compiled by Calin Juravle · 8 years ago
  44. 3045b66 Make dex file loading failure more explicit about failure. by Alex Light · 8 years ago
  45. 76f5cb6 Restore fallback behavior in the no-image stripped-dex case. by Richard Uhler · 8 years ago
  46. 1e86061 Refine OatFileAssistant.MakeUpToDate failure result. by Richard Uhler · 8 years ago
  47. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 8 years ago
  48. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 8 years ago
  49. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 8 years ago
  50. 04680f3 Dump oat file information as part of DumpForSigQuit. by Nicolas Geoffray · 8 years ago
  51. c421907 Merge "Update GetDexOptNeeded to handle different levels of compilation" by Calin Juravle · 8 years ago
  52. 87aa99c Merge "Record foreign dex files loaded by the app in the profile" by Calin Juravle · 8 years ago
  53. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 8 years ago
  54. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 8 years ago
  55. c90bc92 Record foreign dex files loaded by the app in the profile by Calin Juravle · 8 years ago
  56. a6e81ed Add lz4hc image compression format by Mathieu Chartier · 8 years ago
  57. bd064ea Fix app image memory leak by Mathieu Chartier · 8 years ago
  58. 61d2b2d Use GC critical section for adding and removing app images by Mathieu Chartier · 8 years ago
  59. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  60. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  61. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  62. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  63. 46ac34f Merge "Update to INFO to not confuse adb logcat readers." by Nicolas Geoffray · 9 years ago
  64. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  65. a28267f Update to INFO to not confuse adb logcat readers. by Nicolas Geoffray · 9 years ago
  66. e722d29 Revert "Make the JIT the default in ART." by Nicolas Geoffray · 9 years ago
  67. 0a9b682 Make the JIT the default in ART. by Nicolas Geoffray · 9 years ago
  68. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  69. 80b37b7 Fix structural class checks by Mathieu Chartier · 9 years ago
  70. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 9 years ago
  71. 72da5e7 Revert "Unload oat files" by Nicolas Geoffray · 9 years ago
  72. 18656fe Unload oat files by Mathieu Chartier · 9 years ago
  73. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago