1. 25419b5 ART: Add option to use stderr logger by Andreas Gampe · 6 years ago
  2. 05f90d1 Avoid generating cdex for dex files with duplicate methods by Mathieu Chartier · 6 years ago
  3. 700a985 Fix potential null read for truncated dex files by Mathieu Chartier · 6 years ago
  4. f160983 Fix compact dex shared section with update_input_vdex by Mathieu Chartier · 6 years ago
  5. 2b1a21e Merge "Load /data oat/odex files non-executable when only_use_system_oat_files is set." by Nicolas Geoffray · 6 years ago
  6. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 6 years ago
  7. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 6 years ago
  8. 80ddf27 ART: Relax failure requirements for dex2oat watchdog test by Andreas Gampe · 6 years ago
  9. 0212910 Re-enable disabled dex2oat tests for compact dex. by Mathieu Chartier · 7 years ago
  10. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 6 years ago
  11. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  12. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 6 years ago
  13. 21f9cb8 ART: Disable watchdog test for non-CC by Andreas Gampe · 6 years ago
  14. ffc3be6 Merge "Revert "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex""" by Mathieu Chartier · 7 years ago
  15. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  16. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  17. 532246e Revert "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex"" by Mathieu Chartier · 7 years ago
  18. 2974260 Load /data oat/odex files non-executable when only_use_system_oat_files is set. by Nicolas Geoffray · 7 years ago
  19. 7861b4b Merge "Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing" by Mathieu Chartier · 7 years ago
  20. 2c4b084 Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing by Mathieu Chartier · 7 years ago
  21. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 7 years ago
  22. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  23. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  24. 3e0c517 Add logic for calculating offsets during writing by Mathieu Chartier · 7 years ago
  25. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  26. b7c273c Add ClassDataItemIterator::HasNextMethod by Mathieu Chartier · 7 years ago
  27. 69147f1 Add code item accessor helper classes by Mathieu Chartier · 7 years ago
  28. bda66c7 Merge "cpplint: Cleanup errors" by Treehugger Robot · 7 years ago
  29. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  30. 5d16562 Merge "Delete CodeItemIterator" by Mathieu Chartier · 7 years ago
  31. 0021feb Delete CodeItemIterator by Mathieu Chartier · 7 years ago
  32. cac31ad ART: Add compiler option for code deduplication by Andreas Gampe · 7 years ago
  33. 24066ec Re-enable dex verifier after dexlayout by Mathieu Chartier · 7 years ago
  34. 22fa376 ART: Slow down dex2oat for watchdog test by Andreas Gampe · 7 years ago
  35. 9e842d3 Merge "Add basic support for writing cdex container in dexlayout" by Mathieu Chartier · 7 years ago
  36. dfeec3a Merge "Pass the verify flag to DexFileLoader utilities." by Nicolas Geoffray · 7 years ago
  37. 603ccab Add basic support for writing cdex container in dexlayout by Mathieu Chartier · 7 years ago
  38. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
  39. f39208f ART: Add abort-on-soft-verifier-error by Andreas Gampe · 7 years ago
  40. 9595fd3 Fix LayoutSections for aligned last CodeItem. by Alan Leung · 7 years ago
  41. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  42. 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 7 years ago
  43. cd87c3e Clean up ImageHeader section getters. by Vladimir Marko · 7 years ago
  44. 641a473 ART: Fix reference-related warnings by Andreas Gampe · 7 years ago
  45. 8cce65a Disable app image for very large apps by Mathieu Chartier · 7 years ago
  46. 120aa28 Store layout info in dex files by Mathieu Chartier · 7 years ago
  47. 68db225 Disable dex2oat test TestWatchdogTrigger with Valgrind. by Roland Levillain · 7 years ago
  48. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 7 years ago
  49. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 7 years ago
  50. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 7 years ago
  51. 1ccf613 Do not pass --runtime-arg -classpath in dex2oat_test by Calin Juravle · 7 years ago
  52. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  53. 527f18f Merge "Allow dex2oat to create a full class loader context" by Treehugger Robot · 7 years ago
  54. c79470d Allow dex2oat to create a full class loader context by Calin Juravle · 7 years ago
  55. b02ba93 Don't encode OatQuickMethodHeader for non-compiled methods. by Nicolas Geoffray · 7 years ago
  56. 010126f Change very large apps to verify instead of extract by Mathieu Chartier · 7 years ago
  57. 7b0648a Move dex files dependencies (en/de)coding to ClassLoaderContext by Calin Juravle · 7 years ago
  58. 1ce7085 Add support for class loader context in dex2oat by Calin Juravle · 7 years ago
  59. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 7 years ago
  60. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  61. f4a67fd ART: Disable parts of tests under sanitization by Andreas Gampe · 7 years ago
  62. 0447112 Merge changes If6bd630c,Iade01cd5,I2ca823e1,Ib2899bce,I123f30f9 by Treehugger Robot · 7 years ago
  63. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago
  64. fd80b17 ART: Blacklist dex2oat test under sanitization by Andreas Gampe · 7 years ago
  65. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 7 years ago
  66. f788297 ART: Add dex2oat return code for runtime failure by Andreas Gampe · 7 years ago
  67. 97fa992 Do not allow input-vdex with dexlayout. by Nicolas Geoffray · 7 years ago
  68. 046854b Fix dex location filtering in dex2oat by Mathieu Chartier · 7 years ago
  69. 8bc343b Add regression test for vdex + layout combination by Mathieu Chartier · 7 years ago
  70. 97ab5e3 Check for null profile in ShouldCompileBasedOnProfile by Mathieu Chartier · 7 years ago
  71. 19772bf Disable the dex2oat swap test for x86 altogether. by Roland Levillain · 7 years ago
  72. a6dfa57 Merge "ART: Make dex2oat watchdog configurable" by Treehugger Robot · 7 years ago
  73. 57070da Revert "Enable dex2oat swap test for CC on x86." by Vladimir Marko · 7 years ago
  74. 2e8a256 ART: Make dex2oat watchdog configurable by Andreas Gampe · 7 years ago
  75. 38f5663 Enable dex2oat swap test for CC on x86. by Vladimir Marko · 7 years ago
  76. 1535770 Use VerifierDeps test file for dex2oat swap tests. by Vladimir Marko · 7 years ago
  77. 500d491 Merge "Revert "Revert "Make --debuggable rely on JIT code.""" by Nicolas Geoffray · 7 years ago
  78. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 7 years ago
  79. d7c4ad0 Merge "Revert "Make --debuggable rely on JIT code."" by Vladimir Marko · 7 years ago
  80. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 7 years ago
  81. f22bf9f Merge "Merge layout-speed compiler filter into speed-profile." by Treehugger Robot · 7 years ago
  82. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  83. c155b05 Merge layout-speed compiler filter into speed-profile. by Jeff Hao · 7 years ago
  84. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 7 years ago
  85. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  86. 41fba6a Change Dex2oatLayoutTest to generate profile itself. by Jeff Hao · 8 years ago
  87. 042e898 Add layout scheme to dexlayout for dex file reordering. by Jeff Hao · 8 years ago
  88. 608f2ce Add new --layout-profile compiler-filter for dex2oat. by Jeff Hao · 8 years ago
  89. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  90. 63b6eb4 Disable CheckSwapUsage test with read barriers on x86. by Roland Levillain · 8 years ago
  91. 7adeda8 Revert "Revert "ART: Add dex2oat swap usage test"" by Andreas Gampe · 8 years ago
  92. ec743ff Revert "ART: Add dex2oat swap usage test" by Andreas Gampe · 8 years ago
  93. ab2a540 ART: Add dex2oat swap usage test by Andreas Gampe · 8 years ago
  94. 56fe0f0 Do not use popen, it uses a hardcoded path for "sh". by Nicolas Geoffray · 8 years ago
  95. 67f0282 ART: Add very-large threshold to dex2oat by Andreas Gampe · 8 years ago
  96. e1459ae ART: Add dex2oat swap-usage parameters by Andreas Gampe · 8 years ago