summaryrefslogtreecommitdiff
path: root/patchoat/patchoat.h
AgeCommit message (Expand)Author
2018-10-02Remove patchoat. Vladimir Marko
2018-09-04Remove PIC option from oat files. Vladimir Marko
2018-08-21Remove unnecessary indirection from MemMap. Vladimir Marko
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2018-02-16Have patchoat --verify verify symlinks Chris Morin
2018-01-25patchoat: add ability to verify relocated .art files Chris Morin
2018-01-18Reland: Enable patchoat to write image relocation files Alex Klyubin
2018-01-11Revert "Enable patchoat to write image relocation files" Mathieu Chartier
2018-01-10Enable patchoat to write image relocation files Alex Klyubin
2017-11-08cpplint: Cleanup errors Igor Murashkin
2017-07-24ART: Include cleanup Andreas Gampe
2017-07-18ART: Replace or remove some ObjectCallback Walk functions Andreas Gampe
2017-02-21"Revert^4 "Remove unused code for patching oat files." Richard Uhler
2017-01-19Revert^3 "Remove unused code for patching oat files." Richard Uhler
2017-01-18Revert "Revert "Remove unused code for patching oat files."" Richard Uhler
2017-01-17Revert "Remove unused code for patching oat files." Nicolas Geoffray
2017-01-17Remove unused code for patching oat files. Richard Uhler
2016-11-17Make ImageWriter and PatchOat helper classes nested. Vladimir Marko
2016-10-17Move most mirror:: args to ObjPtr Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-07-07Revert "Revert "Optimize IMT"" Artem Udovichenko
2016-06-29Revert "Optimize IMT" Nicolas Geoffray
2016-06-14Optimize IMT Nelli Kim
2016-04-27Write conflict tables in image Mathieu Chartier
2016-04-21Fix heap check. Mathieu Chartier
2016-02-12ART: Simplify patchoat Andreas Gampe
2016-01-04Fix multi-image TODOs in patchoat. Jeff Hao
2015-12-23Dex2oat support for multiple oat file and image file outputs. Jeff Hao
2015-12-03Store class tables in the image Mathieu Chartier
2015-11-16Refactor some patching logic Mathieu Chartier
2015-08-14Make patchoat match offset when given a patched image Alex Light
2015-08-05Move ArtFields and ArtMethods to be a length prefixed array Mathieu Chartier
2015-07-24Visit class native roots from VisitReferences Mathieu Chartier
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-06-11Move image intern table into image Mathieu Chartier
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-04-11Relocate DWARF using .oat_patches. David Srbecky
2015-04-10Move ArtField to native Mathieu Chartier
2014-11-18Change 64 bit ArtMethod fields to be pointer sized Mathieu Chartier
2014-11-13Instruction set features for ARM64, MIPS and X86. Ian Rogers
2014-10-27ART: Add support for patching and loading OAT files compiled with PIC Igor Murashkin
2014-10-16Some code clean-up. Ian Rogers
2014-10-03ART: Prepare for ELF64. Tong Shen
2014-09-29ART: Fix some -Wpedantic errors Andreas Gampe
2014-08-06Make patchoat use the sht_entsize when patching. Alex Light
2014-07-22Runtime can now be set to require relocation Alex Light
2014-07-08Fix some style nitpicks Alex Light
2014-07-07Add patchoat tool to Art. Alex Light