summaryrefslogtreecommitdiffstats
path: root/patchoat
Commit message (Expand)AuthorAgeFilesLines
* Add check to CheckImageIdenticalToOriginalExceptForRelocationDavid Srbecky2018-06-062-82/+156
* ART: Make patchoat more resistantAndreas Gampe2018-03-151-18/+38
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-082-3/+5
* Header library to remove dependence on runtime/David Sehr2018-02-282-2/+2
* patchoat: take directories instead of filenamesChris Morin2018-02-202-33/+24
* Have patchoat --verify verify symlinksChris Morin2018-02-162-118/+98
* ART: patchoat compilation fix for mac sdkOrion Hodson2018-01-261-3/+3
* patchoat: add ability to verify relocated .art filesChris Morin2018-01-253-190/+310
* Reland: Enable patchoat to write image relocation filesAlex Klyubin2018-01-184-62/+522
* Revert "Enable patchoat to write image relocation files"Mathieu Chartier2018-01-114-546/+62
* Enable patchoat to write image relocation filesAlex Klyubin2018-01-104-62/+546
* Test all .art files in patchoat testAlex Klyubin2017-12-191-22/+81
* Revert^4 "Add patchoat test"Alex Klyubin2017-12-152-0/+365
* Revert "Revert "Revert "Add patchoat test"""Alex Klyubin2017-12-142-359/+0
* Revert "Revert "Add patchoat test""Alex Klyubin2017-12-132-0/+359
* Merge "Revert "Add patchoat test""Nicolas Geoffray2017-12-122-360/+0
|\
| * Revert "Add patchoat test"Nicolas Geoffray2017-12-122-360/+0
* | Merge "Add patchoat test"Treehugger Robot2017-12-122-0/+360
|\|
| * Add patchoat testAlex Klyubin2017-12-112-0/+360
* | ART: Remove base/logging from heap-inl.hAndreas Gampe2017-12-071-0/+1
|/
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-2/+2
* ART: Make InstructionSet an enum class and add kLast.Vladimir Marko2017-11-021-3/+3
* Use mmapped boot image intern table for PIC app HLoadString.Vladimir Marko2017-09-071-0/+3
* Clean up ImageHeader section getters.Vladimir Marko2017-09-051-2/+2
* ART: Remove ArtMethod::dex_cache_resolved_methods_.Vladimir Marko2017-08-291-2/+0
* ART: Include cleanupAndreas Gampe2017-07-242-3/+3
* Hash-based DexCache methods array.Vladimir Marko2017-07-201-6/+7
* ART: Replace or remove some ObjectCallback Walk functionsAndreas Gampe2017-07-182-7/+5
* ART: Refactor abort codeAndreas Gampe2017-06-221-1/+1
* ScopedFlock: Refactor it to be a subclass of FdFile.Narayan Kamath2017-06-141-2/+4
* ART: Clean up asm_support.hAndreas Gampe2017-06-091-0/+1
* ART: Fix soong defaults orderAndreas Gampe2017-05-241-1/+1
* ART: Shut down runtime in patchoatAndreas Gampe2017-04-261-0/+10
* ART: Clean up art_method.hAndreas Gampe2017-04-211-0/+1
* Refactor image writerMathieu Chartier2017-03-291-1/+1
* Revert^2 "Hash-based DexCache field array."Vladimir Marko2017-03-141-6/+7
* Revert^6 "Hash-based dex cache type array."Vladimir Marko2017-03-141-2/+2
* Revert^5 "Hash-based dex cache type array."Vladimir Marko2017-03-131-2/+2
* Revert "Hash-based DexCache field array."Vladimir Marko2017-03-131-7/+6
* Hash-based DexCache field array.Vladimir Marko2017-03-101-6/+7
* "Revert^4 "Remove unused code for patching oat files."Richard Uhler2017-02-212-747/+29
* Revert^4 "Hash-based dex cache type array."Vladimir Marko2017-02-201-2/+2
* ART: invoke-custom supportOrion Hodson2017-02-141-0/+10
* Revert^3 "Hash-based dex cache type array."Mathieu Chartier2017-02-131-2/+2
* Revert^2 "Hash-based dex cache type array."Vladimir Marko2017-02-101-2/+2
* Revert "Hash-based dex cache type array."Vladimir Marko2017-02-011-2/+2
* Hash-based dex cache type array.Vladimir Marko2017-01-301-2/+2
* Remove now unused dex_cache_resolved_types_ from ArtMethod.Nicolas Geoffray2017-01-181-2/+0
* Revert "Remove unused code for patching oat files."Nicolas Geoffray2017-01-172-29/+747
* Remove unused code for patching oat files.Richard Uhler2017-01-172-747/+29