1. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
  2. 966b933 Disable kAppImageMayContainStrings by Mathieu Chartier · 6 years ago
  3. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 6 years ago
  4. 025059b Merge changes from topic "fdsan_art_fdfile" by Josh Gao · 6 years ago
  5. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  6. 7f00f5a Fix various benign double fdsan warnings in tests. by Josh Gao · 6 years ago
  7. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  8. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  9. 2242ef1 Move dex2oat_test to ClassAccessor by Mathieu Chartier · 6 years ago
  10. 38aa0b5 ART: Clean up test exec code by Andreas Gampe · 6 years ago
  11. bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  12. 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  13. 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 6 years ago
  14. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  15. 2eabc61 Fix class_def_idx increment for FastVerify by Mathieu Chartier · 6 years ago
  16. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 6 years ago
  17. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 6 years ago
  18. 82d046e Add a profiling library by David Sehr · 6 years ago
  19. 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 6 years ago
  20. c444077 Add arg for overwriting class loader class path by Mathieu Chartier · 6 years ago
  21. f5abfc4 Add stored class loader context option by Mathieu Chartier · 6 years ago
  22. f85b3db Treat no profile the same as empty profile for app image generation by Mathieu Chartier · 6 years ago
  23. 14e7bad Verify dex files in zip and from files are not CompactDex by Mathieu Chartier · 6 years ago
  24. d45863a Run dex verifier for OOB + compact-dex-level combination by Mathieu Chartier · 6 years ago
  25. 312f3b2 Move some remaining dex utilities by David Sehr · 6 years ago
  26. c17b7d8 Add owned section for CompactDex by Mathieu Chartier · 6 years ago
  27. 3a29355 Separate vdex versioning into two sections: verifier deps and dex code. by Nicolas Geoffray · 6 years ago
  28. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  29. cda83be Fix handling for partial cdex conversion rejection in multidex by Mathieu Chartier · 6 years ago
  30. 2daa134 Fix unquickening logic for quickened input dexes by Mathieu Chartier · 6 years ago
  31. 026dc0b Re-enable dex2oat_test copying dex test case for target by Mathieu Chartier · 6 years ago
  32. 88fb743 Disable fast_verify output test for dex2oat_test by Mathieu Chartier · 6 years ago
  33. 792111c Add option for not copying dex by Mathieu Chartier · 6 years ago
  34. 0e09dfc Add --compilation-reason option to dex2oat by Calin Juravle · 6 years ago
  35. 6540037 Merge "ART: Add option to use stderr logger" by Treehugger Robot · 6 years ago
  36. d27923c Fix input cdex -> output non-cdex by Mathieu Chartier · 6 years ago
  37. 25419b5 ART: Add option to use stderr logger by Andreas Gampe · 6 years ago
  38. 05f90d1 Avoid generating cdex for dex files with duplicate methods by Mathieu Chartier · 6 years ago
  39. 700a985 Fix potential null read for truncated dex files by Mathieu Chartier · 6 years ago
  40. f160983 Fix compact dex shared section with update_input_vdex by Mathieu Chartier · 6 years ago
  41. 2b1a21e Merge "Load /data oat/odex files non-executable when only_use_system_oat_files is set." by Nicolas Geoffray · 7 years ago
  42. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  43. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  44. 80ddf27 ART: Relax failure requirements for dex2oat watchdog test by Andreas Gampe · 7 years ago
  45. 0212910 Re-enable disabled dex2oat tests for compact dex. by Mathieu Chartier · 7 years ago
  46. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  47. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  48. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 7 years ago
  49. 21f9cb8 ART: Disable watchdog test for non-CC by Andreas Gampe · 7 years ago
  50. ffc3be6 Merge "Revert "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex""" by Mathieu Chartier · 7 years ago
  51. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  52. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  53. 532246e Revert "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex"" by Mathieu Chartier · 7 years ago
  54. 2974260 Load /data oat/odex files non-executable when only_use_system_oat_files is set. by Nicolas Geoffray · 7 years ago
  55. 7861b4b Merge "Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing" by Mathieu Chartier · 7 years ago
  56. 2c4b084 Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing by Mathieu Chartier · 7 years ago
  57. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 7 years ago
  58. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  59. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  60. 3e0c517 Add logic for calculating offsets during writing by Mathieu Chartier · 7 years ago
  61. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  62. b7c273c Add ClassDataItemIterator::HasNextMethod by Mathieu Chartier · 7 years ago
  63. 69147f1 Add code item accessor helper classes by Mathieu Chartier · 7 years ago
  64. bda66c7 Merge "cpplint: Cleanup errors" by Treehugger Robot · 7 years ago
  65. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  66. 5d16562 Merge "Delete CodeItemIterator" by Mathieu Chartier · 7 years ago
  67. 0021feb Delete CodeItemIterator by Mathieu Chartier · 7 years ago
  68. cac31ad ART: Add compiler option for code deduplication by Andreas Gampe · 7 years ago
  69. 24066ec Re-enable dex verifier after dexlayout by Mathieu Chartier · 7 years ago
  70. 22fa376 ART: Slow down dex2oat for watchdog test by Andreas Gampe · 7 years ago
  71. 9e842d3 Merge "Add basic support for writing cdex container in dexlayout" by Mathieu Chartier · 7 years ago
  72. dfeec3a Merge "Pass the verify flag to DexFileLoader utilities." by Nicolas Geoffray · 7 years ago
  73. 603ccab Add basic support for writing cdex container in dexlayout by Mathieu Chartier · 7 years ago
  74. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
  75. f39208f ART: Add abort-on-soft-verifier-error by Andreas Gampe · 7 years ago
  76. 9595fd3 Fix LayoutSections for aligned last CodeItem. by Alan Leung · 7 years ago
  77. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  78. 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 7 years ago
  79. cd87c3e Clean up ImageHeader section getters. by Vladimir Marko · 7 years ago
  80. 641a473 ART: Fix reference-related warnings by Andreas Gampe · 7 years ago
  81. 8cce65a Disable app image for very large apps by Mathieu Chartier · 7 years ago
  82. 120aa28 Store layout info in dex files by Mathieu Chartier · 7 years ago
  83. 68db225 Disable dex2oat test TestWatchdogTrigger with Valgrind. by Roland Levillain · 7 years ago
  84. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 7 years ago
  85. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 7 years ago
  86. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 7 years ago
  87. 1ccf613 Do not pass --runtime-arg -classpath in dex2oat_test by Calin Juravle · 7 years ago
  88. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  89. 527f18f Merge "Allow dex2oat to create a full class loader context" by Treehugger Robot · 7 years ago
  90. c79470d Allow dex2oat to create a full class loader context by Calin Juravle · 7 years ago
  91. b02ba93 Don't encode OatQuickMethodHeader for non-compiled methods. by Nicolas Geoffray · 7 years ago
  92. 010126f Change very large apps to verify instead of extract by Mathieu Chartier · 7 years ago
  93. 7b0648a Move dex files dependencies (en/de)coding to ClassLoaderContext by Calin Juravle · 7 years ago
  94. 1ce7085 Add support for class loader context in dex2oat by Calin Juravle · 7 years ago
  95. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 7 years ago
  96. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  97. f4a67fd ART: Disable parts of tests under sanitization by Andreas Gampe · 7 years ago
  98. 0447112 Merge changes If6bd630c,Iade01cd5,I2ca823e1,Ib2899bce,I123f30f9 by Treehugger Robot · 7 years ago
  99. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago
  100. fd80b17 ART: Blacklist dex2oat test under sanitization by Andreas Gampe · 7 years ago