summaryrefslogtreecommitdiffstats
path: root/patchoat
Commit message (Expand)AuthorAgeFilesLines
* Move image intern table into imageMathieu Chartier2015-06-112-7/+42
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-022-64/+130
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+0
* ART: Do not relocate app program headers in patchoat.Vladimir Marko2015-05-141-7/+12
* Relocate DWARF using .oat_patches.David Srbecky2015-04-112-80/+1
* Move ArtField to nativeMathieu Chartier2015-04-102-27/+83
* Host dex2oat and patchoat require libcutils.Richard Uhler2015-03-231-2/+2
* 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-182-23/+31
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-132-6/+2
* 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-272-25/+240
* Tidy up logging.Ian Rogers2014-10-221-0/+1
* Some code clean-up.Ian Rogers2014-10-162-16/+18
* 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-032-77/+60
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-1/+1
* 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
* Fix art build scriptJunmo Park2014-08-131-2/+2
* Make patchoat use the sht_entsize when patching.Alex Light2014-08-062-15/+30
* 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-222-18/+89
* Break apart header files.Ian Rogers2014-07-151-2/+3
* Fix some style nitpicksAlex Light2014-07-082-40/+45
* Add patchoat tool to Art.Alex Light2014-07-073-0/+1184