summaryrefslogtreecommitdiffstats
path: root/patchoat/patchoat.h
Commit message (Expand)AuthorAgeFilesLines
* Move image intern table into imageMathieu Chartier2015-06-111-3/+6
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-4/+28
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+0
* Relocate DWARF using .oat_patches.David Srbecky2015-04-111-5/+0
* Move ArtField to nativeMathieu Chartier2015-04-101-2/+21
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-8/+11
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-2/+2
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-3/+38
* Some code clean-up.Ian Rogers2014-10-161-9/+11
* ART: Prepare for ELF64.Tong Shen2014-10-031-5/+8
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-1/+1
* Make patchoat use the sht_entsize when patching.Alex Light2014-08-061-2/+3
* Runtime can now be set to require relocationAlex Light2014-07-221-0/+1
* Fix some style nitpicksAlex Light2014-07-081-16/+21
* Add patchoat tool to Art.Alex Light2014-07-071-0/+119