1. e5afbf3 Refactor DecodeDebugLocalInfo by Mathieu Chartier · 6 years ago
  2. 3e2e123 Refactor debug info position visiting by Mathieu Chartier · 6 years ago
  3. cba17e8 Merge "ART: Continue adding override annotations" by Treehugger Robot · 6 years ago
  4. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  5. ec5ed06 ART: Refactor static include list by Andreas Gampe · 6 years ago
  6. fe42d21 dexdump2: Remove conversion from dollar sign to dot by Orion Hodson · 6 years ago
  7. 4ac9ade Move dexdump, dexlist, openjdkjvmti to ClassAccessor by Mathieu Chartier · 6 years ago
  8. e166fac Add a public error code to DexFileLoader::OpenAll. by Dario Freni · 6 years ago
  9. 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 6 years ago
  10. 18e2687 Refactor ClassAccessor to use an index instead of ClassDef pointer by Mathieu Chartier · 6 years ago
  11. 7d43242 Move more test code to CommonArtTest by David Sehr · 6 years ago
  12. 0f6cc7f Dexdump: fix type printing for call sites by Orion Hodson · 6 years ago
  13. c2b4db6 Add ClassAccessor by Mathieu Chartier · 6 years ago
  14. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  15. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 6 years ago
  16. a28c998 Makes some ART gtests more robust to a non-standard environment. by Roland Levillain · 7 years ago
  17. 281fee0 ART: Remove static libbase by Andreas Gampe · 6 years ago
  18. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  19. c1d8caa Add an option for disabling dex file verifier. by Nicolas Geoffray · 6 years ago
  20. 999646d Dex header cleanup and windows simplification by David Sehr · 6 years ago
  21. fcbe15c Build debug library libdexfiled by David Sehr · 6 years ago
  22. 7a9aaf1 Added extra safety in dexdump2 -d option around nonsense code. by Aart Bik · 6 years ago
  23. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  24. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  25. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 6 years ago
  26. 221d981 ART: Use libbase for logging in command-line tools by Andreas Gampe · 6 years ago
  27. 5a1f629 Build dexdump2 and dexlist without libart by David Sehr · 6 years ago
  28. 8892c6b Move debug info offsets into a side table by Mathieu Chartier · 7 years ago
  29. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 6 years ago
  30. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 6 years ago
  31. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 6 years ago
  32. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago
  33. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  34. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  35. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 7 years ago
  36. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  37. 641a3af Add code_item_accessors-no_art-inl and use it in dexlist, dexdump by Mathieu Chartier · 7 years ago
  38. 702f6f2 Merge "Add CodeItemDebugInfoAccessor" by Mathieu Chartier · 7 years ago
  39. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 7 years ago
  40. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  41. 58cc1cb Pass the debug_info_offset explicitly. by Nicolas Geoffray · 7 years ago
  42. b7c273c Add ClassDataItemIterator::HasNextMethod by Mathieu Chartier · 7 years ago
  43. ac64304 Use -Werror in art/dexdump by Chih-Hung Hsieh · 7 years ago
  44. dfeec3a Merge "Pass the verify flag to DexFileLoader utilities." by Nicolas Geoffray · 7 years ago
  45. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
  46. a9c0532 Revert "Revert "Add static version of dexdump2"" by Colin Cross · 7 years ago
  47. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  48. 3069f90 Merge "Use -Werror in art" by Treehugger Robot · 7 years ago
  49. fefd318 Use -Werror in art by Chih-Hung Hsieh · 7 years ago
  50. 2e59994 ART: support for const-method-{handle,type} by Orion Hodson · 7 years ago
  51. aaa5684 Revert "Add static version of dexdump2" by Colin Cross · 7 years ago
  52. 284610e Add static version of dexdump2 by Colin Cross · 7 years ago
  53. 2c30e4a ART: Remove art and art/runtime include_dir directives by Andreas Gampe · 7 years ago
  54. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  55. 775224d Extend dexdump2 tests for invoke-custom by Orion Hodson · 7 years ago
  56. 631827d Fixes for constant method handles by Orion Hodson · 7 years ago
  57. 51d80cc ART: Refactor abort code by Andreas Gampe · 7 years ago
  58. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  59. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 7 years ago
  60. c069a30 ART: invoke-custom support by Orion Hodson · 7 years ago
  61. 97c381e Separate art::Exec from utils by David Sehr · 7 years ago
  62. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  63. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  64. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  65. 7b45a8a Let dexdump prompt filename for zipped multi-dex files. by Aart Bik · 8 years ago
  66. caacd11 Move dex CFG dumping out of utils.cc by David Sehr · 8 years ago
  67. b34bb19 Dex disassembly suppport for invoke-polymorphic. by Orion Hodson · 8 years ago
  68. f57589f Remove logging dependency on runtime by David Sehr · 8 years ago
  69. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  70. 904614f Merge "Convert art runtests to Android.bp" by Colin Cross · 8 years ago
  71. afd3c9e Convert art runtests to Android.bp by Colin Cross · 8 years ago
  72. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 8 years ago
  73. 6e95dd5 Convert art gtests to Android.bp 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. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  78. c05e2f2 Refactored a few dexdump alloc/free into unique_ptr by Aart Bik · 8 years ago
  79. a0e33fd Fix clang static analyzer on potential memory leaks. by Aart Bik · 8 years ago
  80. 37d6a3b Support the -i flag in the new dexdump. by Aart Bik · 8 years ago
  81. dce5086 Implemented annotations display in dexdump. by Aart Bik · 8 years ago
  82. 75009e8 Merge "Refactor DexFile::DecodeDebugInfo." am: 96c9de9510 am: 2b1db0743f by David Srbecky · 9 years ago
  83. 96c9de9 Merge "Refactor DexFile::DecodeDebugInfo." by David Srbecky · 9 years ago
  84. b06e28e Refactor DexFile::DecodeDebugInfo. by David Srbecky · 9 years ago
  85. 74a77bc Merge "Make \'dexdump2 -l xml\' include whether each class is an interface." am: 66e43b115e by Alex Light · 9 years ago
  86. 1f12e28 Make 'dexdump2 -l xml' include whether each class is an interface. by Alex Light · 9 years ago
  87. 898e04b Merge "Output static field values in dexdump" am: 1a74dc4209 am: 99dd068563 by Shinichiro Hamaji · 9 years ago
  88. 82863f0 Output static field values in dexdump by Shinichiro Hamaji · 9 years ago
  89. 121b25e Merge mnc-dr-enso-dev into goog/master by Przemyslaw Szczepaniak · 9 years ago
  90. 3f382ae Implemented control of "export only" feature in dexdump. by Aart Bik · 9 years ago
  91. a3bb720 Added format 25x to dexdump(2). by Aart Bik · 9 years ago
  92. 5ed8b2d dexdump2 won't be optional when it replaces dexdump. by Elliott Hughes · 9 years ago
  93. 5073fed ART: Add utility function to dump dex CFG by Andreas Gampe · 9 years ago
  94. 754a445 Prefer 32-bit host executables on Mac. by Ying Wang · 9 years ago
  95. 4e14960 Enable multi-dex content per file in dexlist/dump. by Aart Bik · 9 years ago
  96. 22c26f5 Revert "Make Art dexdump/list the real utilities." by Aart Bik · 9 years ago
  97. d10ee1c Make Art dexdump/list the real utilities. by Aart Bik · 9 years ago
  98. 282ff2e Make dexdump2 compile for 64bit devices. by Nicolas Geoffray · 9 years ago
  99. 69ae54a Migrated dexdump from Dalvik (libdex) into Art (libart) by Aart Bik · 9 years ago