- 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 3 years, 6 months ago
- bc1748f Refactor statistics printing in oatdump. by David Srbecky · 3 years, 10 months ago
- 771708f Avoid growing boot class path for --single-image compiled images by Orion Hodson · 4 years ago
- 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years, 1 month ago
- 346fd96 More inclusive language in the runtime by David Srbecky · 4 years, 5 months ago
- 9974e3c Clean up generated operator<<(os, enum). by Vladimir Marko · 4 years, 7 months ago
- fdd4684 Deduplicate interned image strings. by Vladimir Marko · 4 years, 9 months ago
- d0036ac Single-image boot image extensions. by Vladimir Marko · 5 years ago
- 92eec3a Add boot image checksums to image header. by Vladimir Marko · 5 years ago
- 2191069 Revert^4 "Boot image extension." by Vladimir Marko · 5 years ago
- f5c5eb3 Revert^3 "Boot image extension." by Vladimir Marko · 5 years ago
- beb66b3 Fix boot image extension relocation. by Vladimir Marko · 5 years ago
- c0b30c9 Implement boot image extension relocation. by Vladimir Marko · 5 years ago
- 024d69f Use cleared JNI weak sentinel from boot image. by Vladimir Marko · 6 years ago
- 9d5956a Change image method and field visiting to use templates by Mathieu Chartier · 6 years ago
- 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
- 7391c8c Store additional information in image header. by Vladimir Marko · 6 years ago
- c6068c7 Parallel image decompression by Mathieu Chartier · 6 years ago
- 1a84296 Add image compressed blocks by Mathieu Chartier · 6 years ago
- 312f10e Refactor loading boot image. by Vladimir Marko · 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
- 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 6 years ago
- fbeef46 Fixed a GC bug caused by improper AppImage string fixup. by Chris Wailes · 6 years ago
- 6d3c181 ART: Clean up CreateImageSections() comment. by Vladimir Marko · 6 years ago
- d68ab24 Remove the relocations section from the image. by Vladimir Marko · 6 years ago
- a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
- 3adb7f2 Merge "Implemented a new method for walking string references in AppImages." by Christian Wailes · 6 years ago
- 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 6 years ago
- 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
- f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
- 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
- 6121aa6 Move .art.rel data to a section in .art, part 2. by Vladimir Marko · 6 years ago
- ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 6 years ago
- f75613c Keep objects for Integer.valueOf() intrinsic alive. by Vladimir Marko · 7 years ago
- c13fbd8 Use pre-allocated Throwables from the boot image. by Vladimir Marko · 7 years ago
- 1979c64 Clean up include paths by David Sehr · 7 years ago
- e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
- d1d5c95 Revert^4 "Add patchoat test" by Alex Klyubin · 7 years ago
- 1fb8d5e Revert "Revert "Revert "Add patchoat test""" by Alex Klyubin · 7 years ago
- 203010a Revert "Revert "Add patchoat test"" by Alex Klyubin · 7 years ago
- 5dd08ac Revert "Add patchoat test" by Nicolas Geoffray · 7 years ago
- 14e895e Add patchoat test by Alex Klyubin · 7 years ago
- 7452797 Refactor linker files from compiler/ to dex2oat/. by Vladimir Marko · 8 years ago
- a49e053 Show ArtMethods in imgdiag by David Sehr · 7 years ago
- 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 7 years ago
- cd87c3e Clean up ImageHeader section getters. by Vladimir Marko · 7 years ago
- 0a87a65 Add two special runtime methods. by Mingyao Yang · 8 years ago
- eca3eda Add ClassLoader to app-image roots. by Vladimir Marko · 8 years ago
- 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 8 years ago
- bda1d60 ART: Detach libart-disassembler from libart by Andreas Gampe · 8 years ago
- bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
- fd36f1f Rename callee save enumerators. by Vladimir Marko · 8 years ago
- 965c0b9 Merge "Change suspend entrypoint to save all registers." by Vladimir Marko · 8 years ago
- 952dbb1 Change suspend entrypoint to save all registers. by Vladimir Marko · 8 years ago
- 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
- a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 9 years ago
- 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 9 years ago
- badee98 Optimize IMT by Nelli Kim · 9 years ago
- e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
- a6e81ed Add lz4hc image compression format by Mathieu Chartier · 9 years ago
- 5351da0 Use image oat file instead of image header for immune spaces by Mathieu Chartier · 9 years ago
- 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 9 years ago
- fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
- 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
- f7fd970 Load app images by Mathieu Chartier · 9 years ago
- 67ad20e Address some comments in image writer by Mathieu Chartier · 9 years ago
- ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
- 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
- c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
- 208a5cb Store class tables in the image by Mathieu Chartier · 9 years ago
- 763a31e Add immune spaces abstraction by Mathieu Chartier · 9 years ago
- 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
- aa50d3a Add missing field init in constructors by Sebastien Hertz · 9 years ago
- cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 9 years ago
- 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
- 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
- d39645e Move image intern table into image by Mathieu Chartier · 10 years ago
- e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
- 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
- c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
- 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
- 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
- 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
- 1373595 stdint types all the way! by Ian Rogers · 10 years ago
- 53cb16b Add patchoat tool to Art. by Alex Light · 11 years ago
- b9beb2e Place ISA into boot image name. by Ian Rogers · 11 years ago
- 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
- 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
- 68708f5 Fix image_test on target by Brian Carlstrom · 11 years ago
- 179486a Fix ImageHeader.IsValid by Brian Carlstrom · 11 years ago
- 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 11 years ago
- fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
- 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/image.h]
- 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 12 years ago
- 58df327 Removed compiled resolution trampoline. by Jeff Hao · 12 years ago
- 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
- 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
- df1ce91 Add alignment attribute to packed. by Ian Rogers · 12 years ago
- a85b837 Update image oat checksum when patching by Brian Carlstrom · 12 years ago