- e58624f Various renames following the name change from "Runtime APEX" to "ART APEX". by Martin Stjernholm · 5 years ago
- 2afa19d Fix oatdump usage message by Mathieu Chartier · 5 years ago
- a5c01d7 Fix incorrect DCHECK for oatdump by Mathieu Chartier · 5 years ago
- 6b689ce Fix handling for invalid or missing app images by Mathieu Chartier · 5 years ago
- e81f10a Revert "Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_)" by David Srbecky · 5 years ago
- 50bc8fb Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_) by David Srbecky · 5 years ago
- 697c47a Stack maps: Handle special cases using flags. by David Srbecky · 5 years ago
- 024d69f Use cleared JNI weak sentinel from boot image. by Vladimir Marko · 5 years ago
- e00e201 oatdump: Fix oat code retrieval. by Vladimir Marko · 5 years ago
- a54e0cc Add more entrypoint checks in oatdump. by David Srbecky · 6 years ago
- fb6a5c0 Add and use art::GetAndroidRuntimeBinDir. by Roland Levillain · 6 years ago
- 4f215d1 Rename dexdump2 to dexdump by David Sehr · 6 years ago
- 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
- 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
- c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
- 9d5956a Change image method and field visiting to use templates by Mathieu Chartier · 6 years ago
- 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
- 7286ad6 Enable lld for oatdump tests by Chih-Hung Hsieh · 6 years ago
- 98fb083 Remove obsolete trampoline offsets from OatHeader. by Vladimir Marko · 6 years ago
- 5708376 Revert "Remove code size from OatQuickMethodHeader" by Nicolas Geoffray · 6 years ago
- d8e0401 Move boot image oatdump phony rules into Soong by Colin Cross · 6 years ago
- ffe26cc Revert^2 "Fix oatdump .data.bimg.rel.ro for intrinsics." by Vladimir Marko · 6 years ago
- 44044b1 Revert "Fix oatdump .data.bimg.rel.ro for intrinsics." by Lokesh Gidra · 6 years ago
- c0584d9 Merge "Fix oatdump .data.bimg.rel.ro for intrinsics." by Vladimir Marko · 6 years ago
- 9a8dcea Fix oatdump .data.bimg.rel.ro for intrinsics. by Vladimir Marko · 6 years ago
- 131f23a Remove code size from OatQuickMethodHeader by David Srbecky · 6 years ago
- 7370d92 Remove oat_patches from the DWARF writer. by David Srbecky · 6 years ago
- 91b2900 Remove support for generating .eh_frame ELF section. by David Srbecky · 6 years ago
- 1e70b89 Merge changes Id4ffa9f9,I1bb5d05d by Vladimir Marko · 6 years ago
- 84bf698 Revert^2 "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX." by Martin Stjernholm · 6 years ago
- 8581e2a Replace StringPiece with std::string_view. by Vladimir Marko · 6 years ago
- 7e7ab23 Revert "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX." by Martin Stjernholm · 6 years ago
- 9d25479 ART: Fix dump-oat-boot build rules. by Vladimir Marko · 6 years ago
- 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 6 years ago
- 23b2704 Switch from version script to APEX stubs for libdexfile_external and add it by Martin Stjernholm · 6 years ago
- 6d55d39 Merge "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 6 years ago
- e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 6 years ago
- 5431f79 Merge "ART: introduce PALette abstraction layer" by Orion Hodson · 6 years ago
- 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
- 1cb06b4 Set the maximum heap size for invoking dex2oat in oatdump_test. by Nicolas Geoffray · 6 years ago
- c75a696 Fix oatdump_image_test. by Nicolas Geoffray · 6 years ago
- 3ad2c2b Fix oatdump_test. by Nicolas Geoffray · 6 years ago
- 885f0c1 Fix erroneous section label in oatdump by Alex Light · 6 years ago
- 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
- 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
- fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
- 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
- 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
- db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
- 77eea08 Fix oatdump tests on target. by Vladimir Marko · 6 years ago
- 7a85e70 Reduce core image to 6 modules. by Vladimir Marko · 6 years ago
- ee45798 Merge "Revert "Reduce core image to core-{oj,libart,simple}."" by Vladimir Marko · 6 years ago
- 00fe35e Revert "Reduce core image to core-{oj,libart,simple}." by Vladimir Marko · 6 years ago
- e239cdc Merge "Reduce core image to core-{oj,libart,simple}." by Vladimir Marko · 6 years ago
- ec91d48 Reduce core image to core-{oj,libart,simple}. by Vladimir Marko · 6 years ago
- 1a84296 Add image compressed blocks by Mathieu Chartier · 6 years ago
- 0c78ef7 Remove boot image begin/size from image header. by Vladimir Marko · 6 years ago
- c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
- 12dd9ae Use unified libvixl(d) instead of per-supported-arch libvixl(d)-arm(64). by Roland Levillain · 6 years ago
- 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 6 years ago
- 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 6 years ago
- 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
- d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
- fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
- d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
- cd98cde Merge "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
- 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 6 years ago
- d68ab24 Remove the relocations section from the image. by Vladimir Marko · 6 years ago
- fa9abc2 Merge "ART: Use ObjPtr for GetSuperClass" by Treehugger Robot · 6 years ago
- f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
- 9810499 ART: Use ObjPtr for GetSuperClass by Andreas Gampe · 6 years ago
- 407bdb1 Merge "ART: Completely remove the --compile-pic option." by Vladimir Marko · 6 years ago
- a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
- 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
- c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
- ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
- 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
- 0fb4f9f Merge "oatdump: Convert cdex before exporting dex files" by Mathieu Chartier · 6 years ago
- 8583bec oatdump: Convert cdex before exporting dex files by Anestis Bechtsoudis · 6 years ago
- e04da79 Merge "ART: Let Soong help with dependencies" by Nicolas Geoffray · 6 years ago
- cba17e8 Merge "ART: Continue adding override annotations" by Treehugger Robot · 6 years ago
- 802bcf5 ART: Let Soong help with dependencies by Andreas Gampe · 6 years ago
- d176e93 Merge "ART: Refactor static include list" by Treehugger Robot · 6 years ago
- fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
- f941170 ART: Remove utils.h's ParseUint & ParseInt by Andreas Gampe · 6 years ago
- ec5ed06 ART: Refactor static include list by Andreas Gampe · 7 years ago
- e066932 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
- 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 6 years ago
- c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
- f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
- bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
- 6cc23ac ART: Add API level to verifier by Andreas Gampe · 6 years ago
- c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
- 42deda8 Add helper method to iterate over BitTable fields in CodeInfo. by David Srbecky · 6 years ago
- 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 6 years ago
- 6ee06e9 Decode only the needed tables from CodeInfo. by David Srbecky · 6 years ago
- 98b189f Merge "Mark more phony targets as PHONY" by Treehugger Robot · 6 years ago
- d60f5a2 Mark more phony targets as PHONY by Dan Willemsen · 6 years ago
- 98dad40 Finish moving oatdump to ClassAccessor by Mathieu Chartier · 6 years ago
- 6121aa6 Move .art.rel data to a section in .art, part 2. by Vladimir Marko · 6 years ago