1. adc9086 Revert "Revert "Do not load app image for class collisions"" by Mathieu Chartier · 6 years ago
  2. 2c7e13b Revert "Do not load app image for class collisions" by Mathieu Chartier · 6 years ago
  3. d8860b4 Do not load app image for class collisions by Vladimir Marko · 6 years ago
  4. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  5. 2da52b0 ART: Add --dump-pass-timings compiler option. by Vladimir Marko · 6 years ago
  6. 82d046e Add a profiling library by David Sehr · 6 years ago
  7. c444077 Add arg for overwriting class loader class path by Mathieu Chartier · 6 years ago
  8. bd600e3 ART: Remove support for compiled-methods and compiled-classes by Andreas Gampe · 6 years ago
  9. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 6 years ago
  10. 79e2607 Move profile dependent modules to libartbase by David Sehr · 6 years ago
  11. f5abfc4 Add stored class loader context option by Mathieu Chartier · 6 years ago
  12. 8179b62 Merge "Add extra timing loggers for image writing" by Mathieu Chartier · 6 years ago
  13. ca1e038 Revert^2 "Compile link-time thunks in codegen." by Vladimir Marko · 6 years ago
  14. 703b82a Add extra timing loggers for image writing by Mathieu Chartier · 6 years ago
  15. 8d2e70a Merge "Fix --oat-filename in dex2oat usage message" by Mathieu Chartier · 6 years ago
  16. 4a265c2 Don't pass empty profile to OatWriter by Mathieu Chartier · 6 years ago
  17. 5f71c65 Fix --oat-filename in dex2oat usage message by Sascha Roth · 6 years ago
  18. ddc6942 Merge "Always do cdex conversion for OatWriter dexlayout" by Mathieu Chartier · 6 years ago
  19. ddf3955 Always do cdex conversion for OatWriter dexlayout by Mathieu Chartier · 6 years ago
  20. 6371249 Merge "Revert "Compile link-time thunks in codegen."" by Vladimir Marko · 6 years ago
  21. 5806a9e Revert "Compile link-time thunks in codegen." by Vladimir Marko · 6 years ago
  22. 671c393 Merge "Compile link-time thunks in codegen." by Vladimir Marko · 6 years ago
  23. c9dd220 Compile link-time thunks in codegen. by Vladimir Marko · 7 years ago
  24. f85b3db Treat no profile the same as empty profile for app image generation by Mathieu Chartier · 6 years ago
  25. d45863a Run dex verifier for OOB + compact-dex-level combination by Mathieu Chartier · 7 years ago
  26. 640df84 Merge "Separate vdex versioning into two sections: verifier deps and dex code." by Treehugger Robot · 7 years ago
  27. 3a29355 Separate vdex versioning into two sections: verifier deps and dex code. by Nicolas Geoffray · 7 years ago
  28. 8ba5641 Merge "Load ArtMethod* from .data.bimg.rel.ro entries." by Vladimir Marko · 7 years ago
  29. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 7 years ago
  30. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  31. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  32. 66ff8a8 Revert "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 7 years ago
  33. af29031 Small documentation and stylistic changes. by Roland Levillain · 7 years ago
  34. cc4e7b7 Merge "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 7 years ago
  35. a19b764 Revert "Full-stack integrity: check vdex contents." by Nicolas Geoffray · 7 years ago
  36. 7b5e244 Merge "Full-stack integrity: check vdex contents." by Treehugger Robot · 7 years ago
  37. d6f914e Full-stack integrity: check vdex contents. by Nicolas Geoffray · 7 years ago
  38. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  39. 792111c Add option for not copying dex by Mathieu Chartier · 7 years ago
  40. 0e09dfc Add --compilation-reason option to dex2oat by Calin Juravle · 7 years ago
  41. 21dca73 Merge "dex2oat: Accept .dm files." by Nicolas Geoffray · 7 years ago
  42. baeaa9b dex2oat: Accept .dm files. by Nicolas Geoffray · 7 years ago
  43. bc17727 dex2oat: Test whether the passed vdex has no dex file. by Nicolas Geoffray · 7 years ago
  44. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  45. e993458 ART: Allow oatstatus verification for app dependencies by Andreas Gampe · 7 years ago
  46. fa0b0db Merge "Generate debug symbols for interpreted methods." by David Srbecky · 7 years ago
  47. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  48. a7e4a15 Merge changes from topic "dex2oat-pgo" by Pirama Arumuga Nainar · 7 years ago
  49. 32210b9 Generate debug symbols for interpreted methods. by David Srbecky · 7 years ago
  50. ab89892 Do not call _exit() for PGO instrumentation by Pirama Arumuga Nainar · 7 years ago
  51. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
  52. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago
  53. f4bf58d Merge "Try to mmap vdex file within the address range of the ELF file." by David Srbecky · 7 years ago
  54. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  55. ec2cdf4 Try to mmap vdex file within the address range of the ELF file. by David Srbecky · 7 years ago
  56. 0f54b0d Revert "ART: Add barrier to dex2oat watchdog startup" by Andreas Gampe · 7 years ago
  57. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  58. dfd110e Merge "ART: Add barrier to dex2oat watchdog startup" by Treehugger Robot · 7 years ago
  59. 2469ec9 Merge "Use LogHelper::LogLineLowStack instead of LogMessage::LogLine." by Tomasz Wasilczyk · 7 years ago
  60. 8d84090 Use LogHelper::LogLineLowStack instead of LogMessage::LogLine. by Tomasz Wasilczyk · 7 years ago
  61. 85baf7a ART: Add barrier to dex2oat watchdog startup by Andreas Gampe · 7 years ago
  62. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  63. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  64. 7861b4b Merge "Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing" by Mathieu Chartier · 7 years ago
  65. 2c4b084 Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing by Mathieu Chartier · 7 years ago
  66. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 7 years ago
  67. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  68. 6f05cca Merge "Add ART_DEFAULT_COMPACT_DEX_LEVEL" by Mathieu Chartier · 7 years ago
  69. a7f6b81 Add ART_DEFAULT_COMPACT_DEX_LEVEL by Mathieu Chartier · 7 years ago
  70. e82b60f Update help message dump-timing -> dump-timings. by Nicolas Geoffray · 7 years ago
  71. 2d8801f Clean some dex2oat options. by Nicolas Geoffray · 7 years ago
  72. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago
  73. e20ff6f ART: Fix up dex2oat usage message by Andreas Gampe · 7 years ago
  74. cac31ad ART: Add compiler option for code deduplication by Andreas Gampe · 7 years ago
  75. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  76. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  77. 24066ec Re-enable dex verifier after dexlayout by Mathieu Chartier · 7 years ago
  78. 603ccab Add basic support for writing cdex container in dexlayout by Mathieu Chartier · 7 years ago
  79. eafe2a5 Add compact-dex-level argument to dex2oat by Mathieu Chartier · 7 years ago
  80. 2b51edd ART: Fix includes by Andreas Gampe · 7 years ago
  81. a1f56a8 Unquicken dex files before exporting from oatdump by Anestis Bechtsoudis · 7 years ago
  82. 001ff03 Merge "ART: Use CmdlineParser in dex2oat" by Treehugger Robot · 7 years ago
  83. 097f34c ART: Use CmdlineParser in dex2oat by Andreas Gampe · 7 years ago
  84. 6620532 Add --input-vdex-fd and --output-vdex-fd options in help for dex2oat by Shubham Ajmera · 7 years ago
  85. 2dc2bcc Merge "Ensure the oat/vdex file is erased if we fail to truncate" by Calin Juravle · 7 years ago
  86. b09be72 Ensure the oat/vdex file is erased if we fail to truncate by Calin Juravle · 7 years ago
  87. 2fe2d41 Merge "compiler: layout OatMethodQuickCode by profile hotness" by Igor Murashkin · 7 years ago
  88. 545412b compiler: layout OatMethodQuickCode by profile hotness by Igor Murashkin · 7 years ago
  89. 188b2bf Revert^2 "Verify profile wrt dex file in dex2oat"" by Shubham Ajmera · 7 years ago
  90. 7452797 Refactor linker files from compiler/ to dex2oat/. by Vladimir Marko · 8 years ago
  91. 7b211a1 Revert "Verify profile wrt dex file in dex2oat" by Nicolas Geoffray · 7 years ago
  92. 2676520 Verify profile wrt dex file in dex2oat by Shubham Ajmera · 7 years ago
  93. 1b404a8 Add debug info for link-time generated thunks. by Vladimir Marko · 7 years ago
  94. 486dda0 Add support for registering classpath classes status. by Nicolas Geoffray · 7 years ago
  95. 8cce65a Disable app image for very large apps by Mathieu Chartier · 7 years ago
  96. a6fc787 Recover vdex regression on multidex. by Nicolas Geoffray · 7 years ago
  97. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 7 years ago
  98. 6a2b67b Enable class unloading in dex2oat for quicken multidex by Mathieu Chartier · 7 years ago
  99. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 7 years ago
  100. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 7 years ago