1. d539f86 Revert^4 "Generate a primary boot image for testing." by Jiakai Zhang · 2 years, 4 months ago
  2. c9607e3 Revert^3 "Generate a primary boot image for testing." by Jiakai Zhang · 2 years, 4 months ago
  3. 5791123 Revert^2 "Generate a primary boot image for testing." by Jiakai Zhang · 2 years, 4 months ago
  4. e208b04 Revert "Generate a primary boot image for testing." by Hans Boehm · 2 years, 4 months ago
  5. 6454968 Generate a primary boot image for testing. by Jiakai Zhang · 2 years, 4 months ago
  6. f040914 Uncouple ART gtests from the ART APEX. by Roland Levillain · 3 years, 2 months ago
  7. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 3 months ago
  8. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 3 years, 8 months ago
  9. 169dfb4 Revert^2 "art: Remove dependencies on platform unavailable modules" by Yo Chiang · 3 years, 10 months ago
  10. c4cd59b Revert "art: Remove dependencies on platform unavailable modules" by Insaf Latypov · 3 years, 10 months ago
  11. 84eb3c9 art: Remove dependencies on platform unavailable modules by Yo Chiang · 3 years, 10 months ago
  12. 2280b53 Move gtest tool dependencies from makefile to soong by David Srbecky · 4 years ago
  13. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 4 years, 6 months ago
  14. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 4 years, 6 months ago
  15. 1e88f98 Use apex_available property by Jiyong Park · 4 years, 6 months ago
  16. e58624f Various renames following the name change from "Runtime APEX" to "ART APEX". by Martin Stjernholm · 4 years, 9 months ago
  17. 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 5 years ago
  18. 7c5acbb ART: Fix some types by Andreas Gampe · 6 years ago
  19. fb6a5c0 Add and use art::GetAndroidRuntimeBinDir. by Roland Levillain · 5 years ago
  20. 9d9227a Build dexlist, dexlayout, and profman for Windows by David Sehr · 5 years ago
  21. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 5 years ago
  22. 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  23. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
  24. fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  25. d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  26. cd98cde Merge "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  27. 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  28. dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 6 years ago
  29. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  30. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  31. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  32. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  33. 70dfb69 ART: Fix dexdump & dexlist by Andreas Gampe · 6 years ago
  34. 3e2e123 Refactor debug info position visiting by Mathieu Chartier · 6 years ago
  35. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  36. 4ac9ade Move dexdump, dexlist, openjdkjvmti to ClassAccessor by Mathieu Chartier · 6 years ago
  37. e166fac Add a public error code to DexFileLoader::OpenAll. by Dario Freni · 6 years ago
  38. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  39. a28c998 Makes some ART gtests more robust to a non-standard environment. by Roland Levillain · 7 years ago
  40. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  41. 999646d Dex header cleanup and windows simplification by David Sehr · 6 years ago
  42. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  43. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  44. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 6 years ago
  45. 221d981 ART: Use libbase for logging in command-line tools by Andreas Gampe · 6 years ago
  46. 5a1f629 Build dexdump2 and dexlist without libart by David Sehr · 6 years ago
  47. 8892c6b Move debug info offsets into a side table by Mathieu Chartier · 6 years ago
  48. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 6 years ago
  49. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 6 years ago
  50. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 6 years ago
  51. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 6 years ago
  52. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 6 years ago
  53. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  54. 641a3af Add code_item_accessors-no_art-inl and use it in dexlist, dexdump by Mathieu Chartier · 6 years ago
  55. 702f6f2 Merge "Add CodeItemDebugInfoAccessor" by Mathieu Chartier · 6 years ago
  56. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 6 years ago
  57. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 6 years ago
  58. 58cc1cb Pass the debug_info_offset explicitly. by Nicolas Geoffray · 7 years ago
  59. b7c273c Add ClassDataItemIterator::HasNextMethod by Mathieu Chartier · 7 years ago
  60. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
  61. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  62. fefd318 Use -Werror in art by Chih-Hung Hsieh · 7 years ago
  63. 2c30e4a ART: Remove art and art/runtime include_dir directives by Andreas Gampe · 7 years ago
  64. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  65. 51d80cc ART: Refactor abort code by Andreas Gampe · 7 years ago
  66. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  67. 97c381e Separate art::Exec from utils by David Sehr · 7 years ago
  68. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 7 years ago
  69. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  70. f57589f Remove logging dependency on runtime by David Sehr · 8 years ago
  71. afd3c9e Convert art runtests to Android.bp by Colin Cross · 8 years ago
  72. 6e95dd5 Convert art gtests to Android.bp by Colin Cross · 8 years ago
  73. 333e7c5 Fix dexlist_test by Colin Cross · 8 years ago
  74. fe6064a Convert more of art to Android.bp by Colin Cross · 8 years ago
  75. 1a86171 Revert "Convert more of art to Android.bp" by Colin Cross · 8 years ago
  76. 4a45627 Convert more of art to Android.bp by Colin Cross · 8 years ago
  77. c05e2f2 Refactored a few dexdump alloc/free into unique_ptr by Aart Bik · 8 years ago
  78. 37d6a3b Support the -i flag in the new dexdump. by Aart Bik · 8 years ago
  79. 75009e8 Merge "Refactor DexFile::DecodeDebugInfo." am: 96c9de9510 am: 2b1db0743f by David Srbecky · 8 years ago
  80. b06e28e Refactor DexFile::DecodeDebugInfo. by David Srbecky · 8 years ago
  81. 121b25e Merge mnc-dr-enso-dev into goog/master by Przemyslaw Szczepaniak · 9 years ago
  82. b1b45be Make Art's dexlist the real one! by Aart Bik · 9 years ago
  83. 754a445 Prefer 32-bit host executables on Mac. by Ying Wang · 9 years ago
  84. 4e14960 Enable multi-dex content per file in dexlist/dump. by Aart Bik · 9 years ago
  85. 22c26f5 Revert "Make Art dexdump/list the real utilities." by Aart Bik · 9 years ago
  86. d10ee1c Make Art dexdump/list the real utilities. by Aart Bik · 9 years ago
  87. 3e40f4a Migrated dexlist from Dalvik (libdex) into Art (libart) by Aart Bik · 9 years ago