summaryrefslogtreecommitdiffstats
path: root/patchoat/patchoat.cc
Commit message (Expand)AuthorAgeFilesLines
* Move image intern table into imageMathieu Chartier2015-06-111-4/+36
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-60/+102
* ART: Do not relocate app program headers in patchoat.Vladimir Marko2015-05-141-7/+12
* Relocate DWARF using .oat_patches.David Srbecky2015-04-111-75/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-25/+62
* patchoat: DisableAutoClose when patching in placeJulien Delayen2015-03-101-0/+3
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-1/+1
* ART: Refactor common ELF->InstructionSet codeAndreas Gampe2015-01-211-25/+1
* ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-151-0/+2
* ART: Introduce Mips32 R6Andreas Gampe2015-01-131-3/+8
* Remove portable.Elliott Hughes2014-12-121-6/+0
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-6/+0
* ART: Track Flush & Close in FdFileAndreas Gampe2014-11-181-3/+23
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-15/+20
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-4/+0
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-2/+3
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-22/+202
* Tidy up logging.Ian Rogers2014-10-221-0/+1
* Some code clean-up.Ian Rogers2014-10-161-7/+7
* Change MemMap::maps_ to not be global variableMathieu Chartier2014-10-141-0/+1
* Switch to C++11 style [[noreturn]].Ian Rogers2014-10-101-2/+1
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-0/+1
* stdint types all the way!Ian Rogers2014-10-091-2/+2
* Add some missing TEMP_FAILURE_RETRYs around unlink(2)Brian Carlstrom2014-10-031-3/+3
* ART: Prepare for ELF64.Tong Shen2014-10-031-72/+52
* ART: Only allow the zygote to create the global boot imageAndreas Gampe2014-09-181-2/+5
* ART: Make elf loading not abortAndreas Gampe2014-09-151-8/+10
* ART: Relax GetInstructionSetFromStringAndreas Gampe2014-08-201-13/+3
* ART source line debug info in OAT filesYevgeny Rouban2014-08-151-0/+5
* Make patchoat use the sht_entsize when patching.Alex Light2014-08-061-13/+27
* Tweaks to patchoat and other related things.Alex Light2014-07-251-71/+107
* ART: Make run tests out of oat testsAndreas Gampe2014-07-231-0/+3
* Runtime can now be set to require relocationAlex Light2014-07-221-18/+88
* Break apart header files.Ian Rogers2014-07-151-2/+3
* Fix some style nitpicksAlex Light2014-07-081-24/+24
* Add patchoat tool to Art.Alex Light2014-07-071-0/+1020