1. 2469ec9 Merge "Use LogHelper::LogLineLowStack instead of LogMessage::LogLine." by Tomasz Wasilczyk · 6 years ago
  2. 8d84090 Use LogHelper::LogLineLowStack instead of LogMessage::LogLine. by Tomasz Wasilczyk · 6 years ago
  3. 85baf7a ART: Add barrier to dex2oat watchdog startup by Andreas Gampe · 6 years ago
  4. ffc3be6 Merge "Revert "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex""" by Mathieu Chartier · 6 years ago
  5. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 6 years ago
  6. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 6 years ago
  7. 532246e Revert "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex"" by Mathieu Chartier · 6 years ago
  8. 2974260 Load /data oat/odex files non-executable when only_use_system_oat_files is set. by Nicolas Geoffray · 6 years ago
  9. 7861b4b Merge "Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing" by Mathieu Chartier · 6 years ago
  10. 2c4b084 Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing by Mathieu Chartier · 6 years ago
  11. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 6 years ago
  12. f4886df Add mini-debug-info generation mode for JIT. by David Srbecky · 6 years ago
  13. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  14. 3f74ea4 Merge "Decouple virtual memory allocation in ElfBuilder." by David Srbecky · 6 years ago
  15. 702f6f2 Merge "Add CodeItemDebugInfoAccessor" by Mathieu Chartier · 6 years ago
  16. 6f05cca Merge "Add ART_DEFAULT_COMPACT_DEX_LEVEL" by Mathieu Chartier · 6 years ago
  17. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 6 years ago
  18. e155f4b Decouple virtual memory allocation in ElfBuilder. by David Srbecky · 6 years ago
  19. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 6 years ago
  20. a7f6b81 Add ART_DEFAULT_COMPACT_DEX_LEVEL by Mathieu Chartier · 6 years ago
  21. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 6 years ago
  22. 0f13269 Merge changes I8c4cec43,I00634b89,I0579db64 by Vladimir Marko · 6 years ago
  23. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 6 years ago
  24. e82b60f Update help message dump-timing -> dump-timings. by Nicolas Geoffray · 6 years ago
  25. 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 6 years ago
  26. f56a1c0 Merge "Determine HLoadClass/String load kind early." by Vladimir Marko · 6 years ago
  27. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 6 years ago
  28. 93592f5 Fix VDEX header when no quickening info by David Brazdil · 6 years ago
  29. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 6 years ago
  30. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 6 years ago
  31. d504c7e Change enums in ImageWriter to `enum class`. by Vladimir Marko · 6 years ago
  32. aa25db7 Merge "Clean some dex2oat options." by Nicolas Geoffray · 7 years ago
  33. 2d8801f Clean some dex2oat options. by Nicolas Geoffray · 7 years ago
  34. b656fcb Merge "Revert "Revert "Try to be consistent when setting fields of OatWriter::OatDexFile.""" by Nicolas Geoffray · 7 years ago
  35. 6f73f4a Revert "Revert "Try to be consistent when setting fields of OatWriter::OatDexFile."" by Nicolas Geoffray · 7 years ago
  36. b4c6acb Optimize lookup of quickening data. by Nicolas Geoffray · 7 years ago
  37. f3c52b4 Fill Class and String .bss slots in runtime. by Vladimir Marko · 7 years ago
  38. 4e0ccc9 Merge "Add logic for calculating offsets during writing" by Mathieu Chartier · 7 years ago
  39. dd257c6 Merge "Revert "Try to be consistent when setting fields of OatWriter::OatDexFile."" by Nicolas Geoffray · 7 years ago
  40. 715d672 Revert "Try to be consistent when setting fields of OatWriter::OatDexFile." by Nicolas Geoffray · 7 years ago
  41. 3e0c517 Add logic for calculating offsets during writing by Mathieu Chartier · 7 years ago
  42. 02f4101 Merge "Try to be consistent when setting fields of OatWriter::OatDexFile." by Nicolas Geoffray · 7 years ago
  43. 97a042e Try to be consistent when setting fields of OatWriter::OatDexFile. by Nicolas Geoffray · 7 years ago
  44. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  45. 92f7f3c Use intrinsic codegen for compiling intrinsic methods. by Vladimir Marko · 7 years ago
  46. 5dcb0d2 Merge "ART: Clean up #includes in jit_code_cache.h ." by Vladimir Marko · 7 years ago
  47. b0b68cf ART: Clean up #includes in jit_code_cache.h . by Vladimir Marko · 7 years ago
  48. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago
  49. b7c273c Add ClassDataItemIterator::HasNextMethod by Mathieu Chartier · 7 years ago
  50. 69147f1 Add code item accessor helper classes by Mathieu Chartier · 7 years ago
  51. bda66c7 Merge "cpplint: Cleanup errors" by Treehugger Robot · 7 years ago
  52. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  53. 5d16562 Merge "Delete CodeItemIterator" by Mathieu Chartier · 7 years ago
  54. cefd676 Merge "runtime: Bitstring implementation for subtype checking (4/4)." by Treehugger Robot · 7 years ago
  55. e20ff6f ART: Fix up dex2oat usage message by Andreas Gampe · 7 years ago
  56. 86083f7 runtime: Bitstring implementation for subtype checking (4/4). by Igor Murashkin · 7 years ago
  57. 0021feb Delete CodeItemIterator by Mathieu Chartier · 7 years ago
  58. cac31ad ART: Add compiler option for code deduplication by Andreas Gampe · 7 years ago
  59. dde7d4e dex2oat: Remove redundant "duplicate methods" warning with --debuggable by Igor Murashkin · 7 years ago
  60. 36ea6b4 Merge changes Idaefe0af,Ib5c12d46,Ieb28085e,Idffbb7f2 by Treehugger Robot · 7 years ago
  61. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  62. 238e8fc ART: Clean up global includes - zlib by Andreas Gampe · 7 years ago
  63. f24dfb0 ART: Clean up global includes - lz4 by Andreas Gampe · 7 years ago
  64. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  65. 24066ec Re-enable dex verifier after dexlayout by Mathieu Chartier · 7 years ago
  66. 22fa376 ART: Slow down dex2oat for watchdog test by Andreas Gampe · 7 years ago
  67. 9e842d3 Merge "Add basic support for writing cdex container in dexlayout" by Mathieu Chartier · 7 years ago
  68. dfeec3a Merge "Pass the verify flag to DexFileLoader utilities." by Nicolas Geoffray · 7 years ago
  69. 603ccab Add basic support for writing cdex container in dexlayout by Mathieu Chartier · 7 years ago
  70. 6479e48 Merge "Add compact-dex-level argument to dex2oat" by Mathieu Chartier · 7 years ago
  71. eafe2a5 Add compact-dex-level argument to dex2oat by Mathieu Chartier · 7 years ago
  72. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
  73. f39208f ART: Add abort-on-soft-verifier-error by Andreas Gampe · 7 years ago
  74. 185f633 Merge "Fix LayoutSections for aligned last CodeItem." by Alan Leung · 7 years ago
  75. dfce435 Merge "Add CompactDexFile" by Mathieu Chartier · 7 years ago
  76. 9595fd3 Fix LayoutSections for aligned last CodeItem. by Alan Leung · 7 years ago
  77. cf76bf8 Add CompactDexFile by Mathieu Chartier · 7 years ago
  78. 2b51edd ART: Fix includes by Andreas Gampe · 7 years ago
  79. aa337b1 Merge "Unquicken dex files before exporting from oatdump" by Roland Levillain · 7 years ago
  80. a1f56a8 Unquicken dex files before exporting from oatdump by Anestis Bechtsoudis · 7 years ago
  81. 292567e Rename NativeDexFile -> StandardDexFile by Mathieu Chartier · 7 years ago
  82. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  83. 7b074bf Add a shared interface for different types of dex files by Mathieu Chartier · 7 years ago
  84. 001ff03 Merge "ART: Use CmdlineParser in dex2oat" by Treehugger Robot · 7 years ago
  85. efe35f4 Merge "Increase margins for dex2oat_image_test" by Mathieu Chartier · 7 years ago
  86. fb316f0 Merge "Add --input-vdex-fd and --output-vdex-fd options in help for dex2oat" by Treehugger Robot · 7 years ago
  87. 097f34c ART: Use CmdlineParser in dex2oat by Andreas Gampe · 7 years ago
  88. 6620532 Add --input-vdex-fd and --output-vdex-fd options in help for dex2oat by Shubham Ajmera · 7 years ago
  89. 44e9bac Increase margins for dex2oat_image_test by Mathieu Chartier · 7 years ago
  90. c46cf80 Add startup/post-startup bits for random profiles by Mathieu Chartier · 7 years ago
  91. 2ca2780 Run bpfmt by Dan Willemsen · 7 years ago
  92. 9389ae7 Simplify Android.bp files by Dan Willemsen · 7 years ago
  93. 2dc2bcc Merge "Ensure the oat/vdex file is erased if we fail to truncate" by Calin Juravle · 7 years ago
  94. b09be72 Ensure the oat/vdex file is erased if we fail to truncate by Calin Juravle · 7 years ago
  95. 2fe2d41 Merge "compiler: layout OatMethodQuickCode by profile hotness" by Igor Murashkin · 7 years ago
  96. 545412b compiler: layout OatMethodQuickCode by profile hotness by Igor Murashkin · 7 years ago
  97. 478abf0 Merge "Revert^2 "Verify profile wrt dex file in dex2oat""" by Shubham Ajmera · 7 years ago
  98. 188b2bf Revert^2 "Verify profile wrt dex file in dex2oat"" by Shubham Ajmera · 7 years ago
  99. 20e9a7f Merge "Refactor compiled_method.h ." by Vladimir Marko · 7 years ago
  100. 672bcf5 ART: Fix os << std::string* errors by Andreas Gampe · 7 years ago