1. 3c83d0d dexdump: clean-up output by Orion Hodson · 2 years, 11 months ago
  2. 261fcf4 dexdump: escape inlined string values in output by Orion Hodson · 2 years, 11 months ago
  3. 219f81f Fix potential lint errors by Orion Hodson · 3 years, 2 months ago
  4. 5b90868 Fix the empty profile slow down the dex2oat by Yang Tianping · 3 years, 3 months ago
  5. 3ff9223 Revert "Revert^4 "Use cpplint.py from repohooks"" by Orion Hodson · 3 years, 3 months ago
  6. 0a12631 Revert^4 "Use cpplint.py from repohooks" by Orion Hodson · 3 years, 3 months ago
  7. dc26639 Revert "Revert^2 "Use cpplint.py from repohooks"" by Yuri Lin · 3 years, 4 months ago
  8. c178495 Revert^2 "Use cpplint.py from repohooks" by Orion Hodson · 3 years, 4 months ago
  9. af5fc45 Revert "Use cpplint.py from repohooks" by Paul Hadfield · 3 years, 4 months ago
  10. 145f969 Use cpplint.py from repohooks by Colin Cross · 3 years, 4 months ago
  11. 4ac8d96 Add method_idx output to dexdump and dexlayout by Eric Holk · 4 years, 10 months ago
  12. 6ef7713 Remove dead code related to profile collection. by Vladimir Marko · 5 years ago
  13. 90faceb hiddenapi: Support 'core-platform-api' flag by David Brazdil · 6 years ago
  14. 9d9227a Build dexlist, dexlayout, and profman for Windows by David Sehr · 6 years ago
  15. dcfa89b Rename and reorganize hiddenapi::ApiList by David Brazdil · 6 years ago
  16. 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  17. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
  18. fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  19. d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  20. 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  21. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  22. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  23. c74d9cb ART: Modernize counting-down loops by Andreas Gampe · 6 years ago
  24. e5afbf3 Refactor DecodeDebugLocalInfo by Mathieu Chartier · 6 years ago
  25. 3e2e123 Refactor debug info position visiting by Mathieu Chartier · 6 years ago
  26. 4146840 Change dex naming for output directory by Mathieu Chartier · 6 years ago
  27. fe42d21 dexdump2: Remove conversion from dollar sign to dot by Orion Hodson · 6 years ago
  28. 2b5a38f Refactor ownership in dex_ir by David Sehr · 7 years ago
  29. d83437c Use factory pattern for dex_ir objects by David Sehr · 7 years ago
  30. 818cb80 Revert "Make dexlayout and profman build without libart" by Mathieu Chartier · 7 years ago
  31. 2b80ed4 Make dexlayout and profman build without libart by David Sehr · 7 years ago
  32. 82d046e Add a profiling library by David Sehr · 7 years ago
  33. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  34. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  35. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  36. 05f90d1 Avoid generating cdex for dex files with duplicate methods by Mathieu Chartier · 7 years ago
  37. 26f9275 Merge "ART: Use libbase for logging in command-line tools" by Treehugger Robot · 7 years ago
  38. 7517555 Add dexlayout class filtering by Mathieu Chartier · 7 years ago
  39. c3a22aa Add shared separate data section for compact dex by Mathieu Chartier · 7 years ago
  40. e6b6ff8 Revamp dexlayout writing functions by Mathieu Chartier · 7 years ago
  41. 221d981 ART: Use libbase for logging in command-line tools by Andreas Gampe · 7 years ago
  42. 8740c66 Use efficient encoding for compact dex code item fields by Mathieu Chartier · 7 years ago
  43. 1557778 Add more extra space for dexlayout writing by Mathieu Chartier · 7 years ago
  44. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  45. 21cf258 Convert to StandardDex in fixup_dex_dex_file by Mathieu Chartier · 7 years ago
  46. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  47. 2c4b084 Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing by Mathieu Chartier · 7 years ago
  48. d13126d Merge "Reduce memory allocations in dexlayout's CodeFixups." by Vladimir Marko · 7 years ago
  49. 219cb90 Reduce memory allocations in dexlayout's CodeFixups. by Vladimir Marko · 7 years ago
  50. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  51. 3e0c517 Add logic for calculating offsets during writing by Mathieu Chartier · 7 years ago
  52. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 7 years ago
  53. 2ef3b88 Re-generate dex IR to verify dex file by Mathieu Chartier · 7 years ago
  54. 24066ec Re-enable dex verifier after dexlayout by Mathieu Chartier · 7 years ago
  55. 6291ac8 Merge "Handle de-duped CodeItems in dexlayout" by David Sehr · 7 years ago
  56. b415628 Handle de-duped CodeItems in dexlayout by David Sehr · 7 years ago
  57. 9e842d3 Merge "Add basic support for writing cdex container in dexlayout" by Mathieu Chartier · 7 years ago
  58. dfeec3a Merge "Pass the verify flag to DexFileLoader utilities." by Nicolas Geoffray · 7 years ago
  59. 5929beb Make libdexlayoutd actually have art debug flags by Mathieu Chartier · 7 years ago
  60. 603ccab Add basic support for writing cdex container in dexlayout by Mathieu Chartier · 7 years ago
  61. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
  62. aa6abb0 Fix dexlayout debug info printing by David Sehr · 7 years ago
  63. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  64. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 7 years ago
  65. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  66. 120aa28 Store layout info in dex files by Mathieu Chartier · 7 years ago
  67. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  68. acc83d7 Improve string layout in dexlayout. by Jeff Hao · 8 years ago
  69. e46f3a8 Address some review comments for aog/415919 by Mathieu Chartier · 8 years ago
  70. 7c1be8b Layout code items of post startup methods by Mathieu Chartier · 8 years ago
  71. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 8 years ago
  72. 206cbaa Layout clinit code items of profiled methods together. by Jeff Hao · 8 years ago
  73. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 8 years ago
  74. a07394a Enable dex diff check on debug builds. by Jeff Hao · 8 years ago
  75. 3a2380d Merge "Layout codeitems based on profile data" by Treehugger Robot · 8 years ago
  76. 36a282b Layout codeitems based on profile data by Shubham Ajmera · 8 years ago
  77. 0dfc315 ART: More header cleanup - mem_map.h by Andreas Gampe · 8 years ago
  78. 7639cdc Add art_defaults to dexlayout by David Sehr · 8 years ago
  79. 3ba51e8 Add check that dexlayout can open output file. by Jeff Hao · 8 years ago
  80. fa0aa09 Layout string data by Mathieu Chartier · 8 years ago
  81. 37c5846 ART: Fix some tidy warnings by Andreas Gampe · 8 years ago
  82. cc82959 Finish adding checks to dex ir verification. by Jeff Hao · 8 years ago
  83. ec7f1a9 Added new -v option to dexlayout to verify output dex file. by Jeff Hao · 8 years ago
  84. 8f48f4c Merge "Fix dex file verification check for dexlayout output file." by Treehugger Robot · 8 years ago
  85. 4a436ac Fix dex file verification check for dexlayout output file. by Jeff Hao · 8 years ago
  86. bd40af7 Merge "Add section size statistics" by David Sehr · 8 years ago
  87. 9335749 Add section size statistics by David Sehr · 8 years ago
  88. b756815 Add dex file verification check for dexlayout output file. by Jeff Hao · 8 years ago
  89. 863f1d7 Prevent dexlayout from moving code items if preceded by class data. by Jeff Hao · 8 years ago
  90. e17f589 Dexlayout fix for duplicate class data and preserving last code item. by Jeff Hao · 8 years ago
  91. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 8 years ago
  92. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  93. 042e898 Add layout scheme to dexlayout for dex file reordering. by Jeff Hao · 8 years ago
  94. ea7c629 Dexlayout cleanup and refactoring. by Jeff Hao · 8 years ago
  95. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  96. caacd11 Move dex CFG dumping out of utils.cc by David Sehr · 8 years ago
  97. b34bb19 Dex disassembly suppport for invoke-polymorphic. by Orion Hodson · 8 years ago
  98. a862100 Revert "Revert "Add dex file writer to dexlayout tool."" by Jeff Hao · 8 years ago
  99. cdcfde7 Option to gnuplot dex layout by David Sehr · 8 years ago
  100. fd1a6c2 Revert "Add dex file writer to dexlayout tool." by Nicolas Geoffray · 8 years ago