1. aacb4b8 Fix logical error in a gtest that caused intermittent failures. by Ulya Trafimovich · 4 years, 7 months ago
  2. 1061c7d Clean up profile AddMethod APIs by Calin Juravle · 5 years ago
  3. a6c9b78 Consolidate profile methods by Calin Juravle · 5 years ago
  4. e58624f Various renames following the name change from "Runtime APEX" to "ART APEX". by Martin Stjernholm · 5 years ago
  5. fb6a5c0 Add and use art::GetAndroidRuntimeBinDir. by Roland Levillain · 6 years ago
  6. 93aa8b0 Fix include order by David Sehr · 6 years ago
  7. a8d23cb Use CommonArtTest for dexlayout, dexdiag by David Sehr · 6 years ago
  8. 4f215d1 Rename dexdump2 to dexdump by David Sehr · 6 years ago
  9. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  10. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  11. 4146840 Change dex naming for output directory by Mathieu Chartier · 6 years ago
  12. a34812c Move dex_file_verifier_test and dexlayout to ClassAccessor by Mathieu Chartier · 6 years ago
  13. bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  14. 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  15. 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 6 years ago
  16. 82d046e Add a profiling library by David Sehr · 7 years ago
  17. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  18. 2daa134 Fix unquickening logic for quickened input dexes by Mathieu Chartier · 7 years ago
  19. 05f90d1 Avoid generating cdex for dex files with duplicate methods by Mathieu Chartier · 7 years ago
  20. e112340 Make libdexfile tests independent of runtime by David Sehr · 7 years ago
  21. 9827367 Fix failure in CodeItemOverrun on target by Orion Hodson · 7 years ago
  22. a27af08 Handle code item overruns in cdex code item write by Mathieu Chartier · 7 years ago
  23. 807b21b Clean up some compact dex comments by Mathieu Chartier · 7 years ago
  24. 7517555 Add dexlayout class filtering by Mathieu Chartier · 7 years ago
  25. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  26. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  27. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  28. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 7 years ago
  29. fe9185a Disable LinkData test for target by Mathieu Chartier · 7 years ago
  30. 2f36d2f Write link data for dexlayout by Mathieu Chartier · 7 years ago
  31. b7c273c Add ClassDataItemIterator::HasNextMethod by Mathieu Chartier · 7 years ago
  32. 693bfbf ART: Fix test dependencies and code by Andreas Gampe · 7 years ago
  33. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 7 years ago
  34. 176190c Make SafeDexInstructionIterator more robust by Mathieu Chartier · 7 years ago
  35. af7c902 Fix DexInstructionIterator overrun bug by Mathieu Chartier · 7 years ago
  36. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
  37. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  38. 641a473 ART: Fix reference-related warnings by Andreas Gampe · 7 years ago
  39. 5555dd1 ART: Fix inefficent find/rfind by Andreas Gampe · 7 years ago
  40. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  41. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 7 years ago
  42. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 7 years ago
  43. d00e02b Fix dexlayout fixed point test by Mathieu Chartier · 7 years ago
  44. 02ef640 Added a fixed point test in dexlayout by Bharadwaj Kalandhabhatta · 7 years ago
  45. 4b8a96b Revert "Revert "Profile compression: Replace method index with difference with the last method_index"" by Shubham Ajmera · 7 years ago
  46. 4d198e0 Revert "Revert "Compress profile files"" by Shubham Ajmera · 7 years ago
  47. 1cf1fe2 Revert "Compress profile files" by Shubham Ajmera · 7 years ago
  48. 509d424 Revert "Profile compression: Replace method index with difference with the last method_index" by Shubham Ajmera · 7 years ago
  49. d59f564 Profile compression: Replace method index with difference with the last method_index by Shubham Ajmera · 7 years ago
  50. 4f0a15a Compress profile files by Shubham Ajmera · 8 years ago
  51. d212d5b Allow dexlayout to handle duplicate code items. by Jeff Hao · 8 years ago
  52. d9be768 Check LocalInfo descriptor for nullptr in dexlayout. by Jeff Hao · 8 years ago
  53. 4f0250c Merge "Update profile version" by Calin Juravle · 8 years ago
  54. 16d7ec4 Update profile version by Calin Juravle · 8 years ago
  55. fa0aa09 Layout string data by Mathieu Chartier · 8 years ago
  56. a64a64c Fix dexlayout calculation of code item size. by Jeff Hao · 8 years ago
  57. e0ac115 Extend profman to generate profiles with inline caches by Calin Juravle · 8 years ago
  58. 3d04854 Merge "Fix dexlayout manual walking of 0 length catch handler." by Treehugger Robot · 8 years ago
  59. ac46271 Fix dexlayout manual walking of 0 length catch handler. by Jeff Hao · 8 years ago
  60. 32a60ab Add dexlayout test where class data section precedes code items. by Jeff Hao · 8 years ago
  61. e17f589 Dexlayout fix for duplicate class data and preserving last code item. by Jeff Hao · 8 years ago
  62. 44652a3 Make dexlayout parse exception handlers not referenced by try blocks. by Jeff Hao · 8 years ago
  63. f914f8e Add test for null set ref list item in dex layout. by Jeff Hao · 8 years ago
  64. 6b0dbef Add regression test for b/35305951 by Mathieu Chartier · 8 years ago
  65. 940eb0c Add inline caches to offline profiles by Calin Juravle · 8 years ago
  66. 97c381e Separate art::Exec from utils by David Sehr · 8 years ago
  67. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  68. 042e898 Add layout scheme to dexlayout for dex file reordering. by Jeff Hao · 8 years ago
  69. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  70. a862100 Revert "Revert "Add dex file writer to dexlayout tool."" by Jeff Hao · 8 years ago
  71. fd1a6c2 Revert "Add dex file writer to dexlayout tool." by Nicolas Geoffray · 8 years ago
  72. 69b58cf Add dex file writer to dexlayout tool. by Jeff Hao · 8 years ago
  73. 0f7eaeb Disable dexlayout_test on target. by Jeff Hao · 8 years ago
  74. c3acfc5 Finish dexlayout dumping of dex files and added test. by Jeff Hao · 8 years ago