1. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  2. 45aa598 Deduplicate stack masks by David Srbecky · 8 years ago
  3. ec78622 Hash-based dex cache type array. by Vladimir Marko · 7 years ago
  4. 12f1b99 Remove alignment bits in between stack maps by Mathieu Chartier · 7 years ago
  5. bc51534 Merge "Add more code info size dumping to oatdump" by Mathieu Chartier · 7 years ago
  6. 5e7c6a9 Add more code info size dumping to oatdump by Mathieu Chartier · 7 years ago
  7. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 8 years ago
  8. a2f526f Compressed native PC for stack maps by Mathieu Chartier · 7 years ago
  9. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 7 years ago
  10. eca3eda Add ClassLoader to app-image roots. by Vladimir Marko · 8 years ago
  11. 9186ced ART: Clean up utils.h by Andreas Gampe · 7 years ago
  12. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 8 years ago
  13. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  14. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  15. 7f07f55 Fix build rules for statically linked oatdump on host. by Roland Levillain · 8 years ago
  16. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  17. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  18. e70dd56 Dump VerifierDeps in oatdump. by Nicolas Geoffray · 8 years ago
  19. 0415b4e ART: Change InstructionSetFeatures to return unique_ptr by Andreas Gampe · 9 years ago
  20. 4acefd3 Encode quickening info in .vdex. by Nicolas Geoffray · 8 years ago
  21. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  22. a1ff30f ART: Switch to name-based IMT hashing by Andreas Gampe · 8 years ago
  23. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  24. 556c9a2 Merge "Rename ObjPtr::Decode to ObjPtr::Ptr" by Mathieu Chartier · 8 years ago
  25. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  26. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  27. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  28. 6fa67a0 Merge "ART: Add odex IMT dumping to oatdump" by Treehugger Robot · 8 years ago
  29. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  30. ebfc1ac ART: Add odex IMT dumping to oatdump by Andreas Gampe · 8 years ago
  31. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  32. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  33. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  34. 9fded87 ART: Add IMT stats and dumping to oatdump by Andreas Gampe · 8 years ago
  35. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  36. d2c2080 Disable oatdumps device build by Colin Cross · 8 years ago
  37. 904614f Merge "Convert art runtests to Android.bp" by Colin Cross · 8 years ago
  38. afd3c9e Convert art runtests to Android.bp by Colin Cross · 8 years ago
  39. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 8 years ago
  40. 6e95dd5 Convert art gtests to Android.bp by Colin Cross · 8 years ago
  41. 935cf1b Merge "Introduce VDEX file, use it for DEX files" by David Brazdil · 8 years ago
  42. 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 8 years ago
  43. 2807644 Merge "Include oatdump/Android.mk" by Treehugger Robot · 8 years ago
  44. 35235cb Include oatdump/Android.mk by Colin Cross · 8 years ago
  45. 8dd9068 Fix mac build by Colin Cross · 8 years ago
  46. fe6064a Convert more of art to Android.bp by Colin Cross · 8 years ago
  47. 6c839a2 Merge "Add build rules for statically linked oatdump on host." by Roland Levillain · 8 years ago
  48. 1a86171 Revert "Convert more of art to Android.bp" by Colin Cross · 8 years ago
  49. 4a45627 Convert more of art to Android.bp by Colin Cross · 8 years ago
  50. 04147ef Add build rules for statically linked oatdump on host. by Roland Levillain · 8 years ago
  51. 15fc729 verifier: Pass ClassDef as a reference by David Brazdil · 8 years ago
  52. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  53. 372f3a3 ART: Add thread offset printing hook to disassembler by Andreas Gampe · 8 years ago
  54. fd36f1f Rename callee save enumerators. by Vladimir Marko · 8 years ago
  55. da820e9 Clean up use of art::Exec versus execv. by David Sehr · 8 years ago
  56. 965c0b9 Merge "Change suspend entrypoint to save all registers." by Vladimir Marko · 8 years ago
  57. 952dbb1 Change suspend entrypoint to save all registers. by Vladimir Marko · 8 years ago
  58. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  59. dc00f18 Revert "Revert "Dump more dex file data in oatdump"" by Mathieu Chartier · 8 years ago
  60. 9c05578 Revert "Dump more dex file data in oatdump" by Nicolas Geoffray · 8 years ago
  61. 8e2c562 Dump more dex file data in oatdump by Mathieu Chartier · 8 years ago
  62. c6df1e3 Never go to resolution while inspecting inlined frames. by Nicolas Geoffray · 8 years ago
  63. bc233ac Number of unique strings loaded from dex code added to oatdump by Christina Wadsworth · 8 years ago
  64. 1ebf8d3 Fix some "possible" divide by 0 by Mathieu Chartier · 8 years ago
  65. f284d44 Hold dex caches live in class table by Mathieu Chartier · 8 years ago
  66. d3059e7 Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information. by Aart Bik · 8 years ago
  67. 2ba8895 ART: Dump more OatDexFile data in oatdump by Andreas Gampe · 8 years ago
  68. e42888f Write conflict tables in image by Mathieu Chartier · 8 years ago
  69. adbf93e Oatdump: Smarter StackMap lookup to improve performance. by Vladimir Marko · 8 years ago
  70. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  71. 85f5de0 Merge "Fix thumb bit in the oatdump symbolizer." by David Srbecky · 8 years ago
  72. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 8 years ago
  73. afc4829 Merge "ART: Actually run tests cross arch for oatdump" by Andreas Gampe · 8 years ago
  74. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 8 years ago
  75. a1b4c5f Fix thumb bit in the oatdump symbolizer. by David Srbecky · 8 years ago
  76. 7da3170 Disable oatdump_test on mips due to timeouts. by Vladimir Marko · 8 years ago
  77. bf9611f ART: Clean up verifier by Andreas Gampe · 8 years ago
  78. 71f2e80 ART: Actually run tests cross arch for oatdump by Andreas Gampe · 8 years ago
  79. 973ce7c Disable test on arm due to timeouts. by Nicolas Geoffray · 8 years ago
  80. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 8 years ago
  81. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 8 years ago
  82. fbc61e1 Merge "Add symbolizer option to generate debug information only." by David Srbecky · 8 years ago
  83. 5d95076 Symbolize native debug information for AOTed methods in boot.oat. by David Srbecky · 8 years ago
  84. 2fdd03c Add symbolizer option to generate debug information only. by David Srbecky · 8 years ago
  85. 1a008a1 Merge "Refactor MethodDebugInfo (input of DWARF writer)." by David Srbecky · 8 years ago
  86. 8411aa3 Merge "Add Mips abiflags section to the oatfile." by Vladimir Marko · 8 years ago
  87. 197160d Refactor MethodDebugInfo (input of DWARF writer). by David Srbecky · 8 years ago
  88. 2d8614b ART: Use the right ElfBuilder for oatdump symbolizer by Andreas Gampe · 8 years ago
  89. 316a218 Add Mips abiflags section to the oatfile. by Douglas Leung · 9 years ago
  90. 5d81120 Propagate InstructionSetFeatures to ElfBuilder. by David Srbecky · 8 years ago
  91. c03d7b6 oatdump: Add option to print just the header by David Brazdil · 8 years ago
  92. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 8 years ago
  93. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 8 years ago
  94. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 8 years ago
  95. 9e49ab1 Add a comment to oatdump for 0 size symbols by Tamas Berghammer · 8 years ago
  96. 2d36c0c Merge "Emit symbol names for trampoline symbols in oatdump" by Tamas Berghammer · 8 years ago
  97. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 8 years ago
  98. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 8 years ago
  99. 8f75c45 Emit symbol names for trampoline symbols in oatdump by Tamas Berghammer · 8 years ago
  100. 30202b2 Merge "Revert "Revert "Add option to generate compressed backtrace info.""" by David Srbecky · 8 years ago