index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
patchoat
/
patchoat.h
Age
Commit message (
Expand
)
Author
2018-10-02
Remove patchoat.
Vladimir Marko
2018-09-04
Remove PIC option from oat files.
Vladimir Marko
2018-08-21
Remove unnecessary indirection from MemMap.
Vladimir Marko
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2018-02-16
Have patchoat --verify verify symlinks
Chris Morin
2018-01-25
patchoat: add ability to verify relocated .art files
Chris Morin
2018-01-18
Reland: Enable patchoat to write image relocation files
Alex Klyubin
2018-01-11
Revert "Enable patchoat to write image relocation files"
Mathieu Chartier
2018-01-10
Enable patchoat to write image relocation files
Alex Klyubin
2017-11-08
cpplint: Cleanup errors
Igor Murashkin
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-18
ART: Replace or remove some ObjectCallback Walk functions
Andreas Gampe
2017-02-21
"Revert^4 "Remove unused code for patching oat files."
Richard Uhler
2017-01-19
Revert^3 "Remove unused code for patching oat files."
Richard Uhler
2017-01-18
Revert "Revert "Remove unused code for patching oat files.""
Richard Uhler
2017-01-17
Revert "Remove unused code for patching oat files."
Nicolas Geoffray
2017-01-17
Remove unused code for patching oat files.
Richard Uhler
2016-11-17
Make ImageWriter and PatchOat helper classes nested.
Vladimir Marko
2016-10-17
Move most mirror:: args to ObjPtr
Mathieu Chartier
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-07-07
Revert "Revert "Optimize IMT""
Artem Udovichenko
2016-06-29
Revert "Optimize IMT"
Nicolas Geoffray
2016-06-14
Optimize IMT
Nelli Kim
2016-04-27
Write conflict tables in image
Mathieu Chartier
2016-04-21
Fix heap check.
Mathieu Chartier
2016-02-12
ART: Simplify patchoat
Andreas Gampe
2016-01-04
Fix multi-image TODOs in patchoat.
Jeff Hao
2015-12-23
Dex2oat support for multiple oat file and image file outputs.
Jeff Hao
2015-12-03
Store class tables in the image
Mathieu Chartier
2015-11-16
Refactor some patching logic
Mathieu Chartier
2015-08-14
Make patchoat match offset when given a patched image
Alex Light
2015-08-05
Move ArtFields and ArtMethods to be a length prefixed array
Mathieu Chartier
2015-07-24
Visit class native roots from VisitReferences
Mathieu Chartier
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-06-11
Move image intern table into image
Mathieu Chartier
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-26
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-04-11
Relocate DWARF using .oat_patches.
David Srbecky
2015-04-10
Move ArtField to native
Mathieu Chartier
2014-11-18
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-13
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-10-27
ART: Add support for patching and loading OAT files compiled with PIC
Igor Murashkin
2014-10-16
Some code clean-up.
Ian Rogers
2014-10-03
ART: Prepare for ELF64.
Tong Shen
2014-09-29
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-08-06
Make patchoat use the sht_entsize when patching.
Alex Light
2014-07-22
Runtime can now be set to require relocation
Alex Light
2014-07-08
Fix some style nitpicks
Alex Light
2014-07-07
Add patchoat tool to Art.
Alex Light