1. 2ec3823 Clean up verifier interface. by Nicolas Geoffray · 5 years ago
  2. f667c33 Avoid opening BCP jars if the corresponding FDs exist by Victor Hsieh · 5 years ago
  3. a985080 Handle run-away instruction in oatdump. by Nicolas Geoffray · 5 years ago
  4. 3d76ebe Change OatClassType to enum class. by Vladimir Marko · 5 years ago
  5. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 5 years ago
  6. 634b04a Refactor stack map printing in oatdump. by David Srbecky · 5 years ago
  7. 113d6ea Move code size from OatQuickMethodHeader to CodeInfo. by David Srbecky · 5 years ago
  8. bc1748f Refactor statistics printing in oatdump. by David Srbecky · 5 years ago
  9. 81b1d78 Slightly refactor stack map stats printing. by David Srbecky · 5 years ago
  10. c39af94 Add a nterp trampoline in the oat file, replaced at runtime. by Nicolas Geoffray · 5 years ago
  11. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 6 years ago
  12. baade40 arm: Fix LoadClass/BssEntry{Public,Package} by Vladimir Marko · 6 years ago
  13. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 6 years ago
  14. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 6 years ago
  15. c390879 Do not crash for broken stored VerifierDeps. by Vladimir Marko · 6 years ago
  16. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 6 years ago
  17. dd09f71 Fix oatdump for boot image extensions. by Vladimir Marko · 6 years ago
  18. b7bf843 Use provided dex filenames in oat file. by Vladimir Marko · 7 years ago
  19. 7dac864 Clean up JNI dlsym lookup trampoline. by Vladimir Marko · 7 years ago
  20. 2afa19d Fix oatdump usage message by Mathieu Chartier · 7 years ago
  21. a5c01d7 Fix incorrect DCHECK for oatdump by Mathieu Chartier · 7 years ago
  22. 6b689ce Fix handling for invalid or missing app images by Mathieu Chartier · 7 years ago
  23. 024d69f Use cleared JNI weak sentinel from boot image. by Vladimir Marko · 7 years ago
  24. e00e201 oatdump: Fix oat code retrieval. by Vladimir Marko · 7 years ago
  25. a54e0cc Add more entrypoint checks in oatdump. by David Srbecky · 7 years ago
  26. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 7 years ago
  27. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 7 years ago
  28. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 7 years ago
  29. 9d5956a Change image method and field visiting to use templates by Mathieu Chartier · 7 years ago
  30. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 7 years ago
  31. 98fb083 Remove obsolete trampoline offsets from OatHeader. by Vladimir Marko · 7 years ago
  32. 5708376 Revert "Remove code size from OatQuickMethodHeader" by Nicolas Geoffray · 7 years ago
  33. ffe26cc Revert^2 "Fix oatdump .data.bimg.rel.ro for intrinsics." by Vladimir Marko · 7 years ago
  34. 44044b1 Revert "Fix oatdump .data.bimg.rel.ro for intrinsics." by Lokesh Gidra · 7 years ago
  35. c0584d9 Merge "Fix oatdump .data.bimg.rel.ro for intrinsics." by Vladimir Marko · 7 years ago
  36. 9a8dcea Fix oatdump .data.bimg.rel.ro for intrinsics. by Vladimir Marko · 7 years ago
  37. 131f23a Remove code size from OatQuickMethodHeader by David Srbecky · 7 years ago
  38. 7370d92 Remove oat_patches from the DWARF writer. by David Srbecky · 7 years ago
  39. 91b2900 Remove support for generating .eh_frame ELF section. by David Srbecky · 7 years ago
  40. 8581e2a Replace StringPiece with std::string_view. by Vladimir Marko · 7 years ago
  41. 885f0c1 Fix erroneous section label in oatdump by Alex Light · 7 years ago
  42. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
  43. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 7 years ago
  44. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 7 years ago
  45. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 8 years ago
  46. 1a84296 Add image compressed blocks by Mathieu Chartier · 8 years ago
  47. 0c78ef7 Remove boot image begin/size from image header. by Vladimir Marko · 8 years ago
  48. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 8 years ago
  49. 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 8 years ago
  50. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 8 years ago
  51. 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 8 years ago
  52. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 8 years ago
  53. fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 8 years ago
  54. d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 8 years ago
  55. cd98cde Merge "Add dex item for hiddenapi flags" by David Brazdil · 8 years ago
  56. 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 8 years ago
  57. d68ab24 Remove the relocations section from the image. by Vladimir Marko · 8 years ago
  58. fa9abc2 Merge "ART: Use ObjPtr for GetSuperClass" by Treehugger Robot · 8 years ago
  59. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 8 years ago
  60. 9810499 ART: Use ObjPtr for GetSuperClass by Andreas Gampe · 8 years ago
  61. 407bdb1 Merge "ART: Completely remove the --compile-pic option." by Vladimir Marko · 8 years ago
  62. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 8 years ago
  63. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 8 years ago
  64. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 8 years ago
  65. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 8 years ago
  66. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 8 years ago
  67. 0fb4f9f Merge "oatdump: Convert cdex before exporting dex files" by Mathieu Chartier · 8 years ago
  68. 8583bec oatdump: Convert cdex before exporting dex files by Anestis Bechtsoudis · 8 years ago
  69. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 8 years ago
  70. f941170 ART: Remove utils.h's ParseUint & ParseInt by Andreas Gampe · 8 years ago
  71. e066932 Remove PIC option from oat files. by Vladimir Marko · 8 years ago
  72. 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 8 years ago
  73. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 8 years ago
  74. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 8 years ago
  75. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  76. 6cc23ac ART: Add API level to verifier by Andreas Gampe · 8 years ago
  77. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 8 years ago
  78. 42deda8 Add helper method to iterate over BitTable fields in CodeInfo. by David Srbecky · 8 years ago
  79. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 8 years ago
  80. 6ee06e9 Decode only the needed tables from CodeInfo. by David Srbecky · 8 years ago
  81. 98dad40 Finish moving oatdump to ClassAccessor by Mathieu Chartier · 8 years ago
  82. 6121aa6 Move .art.rel data to a section in .art, part 2. by Vladimir Marko · 8 years ago
  83. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 8 years ago
  84. 1d15f5a Merge "Do not print .bss mappings for oatdump --header-only." by Vladimir Marko · 8 years ago
  85. bacb8e4 Do not print .bss mappings for oatdump --header-only. by Vladimir Marko · 8 years ago
  86. 86decb6 Rewrite stack map statistics printing in outdump. by David Srbecky · 8 years ago
  87. 20c64f8 Merge "Refactor ClassAccessor to use an index instead of ClassDef pointer" by Mathieu Chartier · 8 years ago
  88. a4bae54 Merge "Remove unused GetDexRegisterMap arguments." by David Srbecky · 8 years ago
  89. 18e2687 Refactor ClassAccessor to use an index instead of ClassDef pointer by Mathieu Chartier · 8 years ago
  90. eb2557e Merge "Delta-compress register maps in stack maps." by David Srbecky · 8 years ago
  91. fd89b07 Remove unused GetDexRegisterMap arguments. by David Srbecky · 8 years ago
  92. 6de8833 Delta-compress register maps in stack maps. by David Srbecky · 8 years ago
  93. dc53f16 Merge "Reduce code repetition in stack maps with macros." by Treehugger Robot · 8 years ago
  94. d97e082 Reduce code repetition in stack maps with macros. by David Srbecky · 8 years ago
  95. c13fbd8 Use pre-allocated Throwables from the boot image. by Vladimir Marko · 8 years ago
  96. 71ec1cc Rewrite dex register map encoding in stackmaps. by David Srbecky · 8 years ago
  97. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 8 years ago
  98. d02b23f Remove the CodeOffset helper class. by David Srbecky · 8 years ago
  99. 08231f6 Merge "Revert^2 "Optimize register mask and stack mask in stack maps."" by Treehugger Robot · 8 years ago
  100. 4b59d10 Revert^2 "Optimize register mask and stack mask in stack maps." by David Srbecky · 8 years ago