summaryrefslogtreecommitdiffstats
path: root/patchoat
Commit message (Expand)AuthorAgeFilesLines
* Ensure OpenDexFilesFromImage closes file to prevent file descriptor leakBrian Carlstrom2016-10-141-4/+5
* Revert "Revert "Optimize IMT""Artem Udovichenko2016-07-082-0/+13
* Revert "Optimize IMT"Jeff Hao2016-06-292-13/+0
* Optimize IMTNelli Kim2016-06-212-0/+13
* Revert "Revert "Write conflict tables in image""Mathieu Chartier2016-04-282-4/+17
* Revert "Write conflict tables in image"Mathieu Chartier2016-04-272-17/+4
* Write conflict tables in imageMathieu Chartier2016-04-272-4/+17
* Fix heap check.Mathieu Chartier2016-04-212-8/+2
* ART: Save or erase the file even if I/O failedSerdjuk, Nikolay Y2016-03-311-6/+6
* Add patchoat check that input oat file has patch section.Jeff Hao2016-03-181-11/+15
* Remove TEMP_FAILURE_RETRY for unlinkDimitry Ivanov2016-03-171-3/+3
* ART: Simplify patchoatAndreas Gampe2016-02-122-338/+271
* Remove GetImageRoots read barrier for image relocationMathieu Chartier2016-01-261-1/+1
* Revert "Revert "Load app images""Mathieu Chartier2016-01-251-0/+3
* Revert "Load app images"Nicolas Geoffray2016-01-231-3/+0
* Load app imagesMathieu Chartier2016-01-221-0/+3
* Re-enable adding intern table to imageMathieu Chartier2016-01-061-1/+1
* Fix multi-image TODOs in patchoat.Jeff Hao2016-01-042-108/+10
* Dex2oat support for multiple oat file and image file outputs.Jeff Hao2015-12-232-132/+239
* Revert "Revert "Add support for LZ4 compressed image files""Mathieu Chartier2015-12-101-0/+6
* Revert "Add support for LZ4 compressed image files"Nicolas Geoffray2015-12-101-6/+0
* Add support for LZ4 compressed image filesMathieu Chartier2015-12-091-0/+6
* Combine class sets when writing a class tableMathieu Chartier2015-12-041-1/+0
* Store class tables in the imageMathieu Chartier2015-12-032-0/+18
* Refactor some patching logicMathieu Chartier2015-11-162-54/+27
* Image space cleanup for app imagesMathieu Chartier2015-11-111-2/+2
* Add low_4gb support to MapFile and MapFileAtAddressMathieu Chartier2015-11-091-6/+13
* ART: Move DexCache arrays to native.Vladimir Marko2015-09-031-13/+58
* Always visit object class from VisitReferencesMathieu Chartier2015-08-181-1/+1
* Merge "Make patchoat match offset when given a patched image"Alex Light2015-08-172-34/+65
|\
| * Make patchoat match offset when given a patched imageAlex Light2015-08-142-34/+65
* | ART: Compress LengthPrefixedArray on 32-bit targets.Vladimir Marko2015-08-171-2/+1
|/
* Move ArtFields and ArtMethods to be a length prefixed arrayMathieu Chartier2015-08-052-13/+35
* Visit class native roots from VisitReferencesMathieu Chartier2015-07-241-2/+7
* Move to newer clang annotationsMathieu Chartier2015-07-222-13/+13
* Revert "Revert "Remove interpreter entrypoint in ArtMethod.""Nicolas Geoffray2015-07-081-2/+0
* Merge "Revert "Remove interpreter entrypoint in ArtMethod.""Nicolas Geoffray2015-07-081-0/+2
|\
| * Revert "Remove interpreter entrypoint in ArtMethod."Nicolas Geoffray2015-07-081-0/+2
* | Merge "Remove interpreter entrypoint in ArtMethod."Nicolas Geoffray2015-07-081-2/+0
|\|
| * Remove interpreter entrypoint in ArtMethod.Nicolas Geoffray2015-07-081-2/+0
* | Allow for sig chain to be disabled.Calin Juravle2015-07-012-4/+6
|/
* Move image intern table into imageMathieu Chartier2015-06-112-7/+42
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-292-64/+130
* Merge "ART: Fix VerifyObject runtime verification"Andreas Gampe2015-05-271-5/+5
|\
| * ART: Fix VerifyObject runtime verificationAndreas Gampe2015-05-271-5/+5
* | 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