summaryrefslogtreecommitdiff
path: root/imgdiag
AgeCommit message (Expand)Author
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to artBob Badour
2021-02-26Change dirty-image-objects file format.Vladimir Marko
2020-10-23Rename ART release APEX to com.android.art.Martin Stjernholm
2020-08-11Revert^2 "art: Remove dependencies on platform unavailable modules"Yo Chiang
2020-08-06Revert "art: Remove dependencies on platform unavailable modules"Insaf Latypov
2020-08-06art: Remove dependencies on platform unavailable modulesYo Chiang
2020-07-24Update language to comply with Android’s inclusive language guidanceIan Pedowitz
2020-05-30Remove core.art imageDavid Srbecky
2020-05-27Move gtest tool dependencies from makefile to soongDavid Srbecky
2020-02-20Remove remaining MIPS support.Vladimir Marko
2020-02-19Allow late lookup for @CriticalNative methods.Vladimir Marko
2019-12-20Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMARJiyong Park
2019-12-19Revert submission 1191937-art_apex_availableJoseph Murphy
2019-12-19Use apex_available propertyJiyong Park
2019-11-27Clean up JNI dlsym lookup trampoline.Vladimir Marko
2019-10-06Share boot image methods memory in JIT zygote.Nicolas Geoffray
2019-09-24Various renames following the name change from "Runtime APEX" to "ART APEX".Martin Stjernholm
2019-09-05Handle image map names that end with ]Mathieu Chartier
2019-06-07Fix imgdiag crashing for ASLR imagesMathieu Chartier
2019-04-25ART: Fix some typesAndreas Gampe
2019-04-12Add and use art::GetAndroidRuntimeBinDir.Roland Levillain
2019-04-02imgdiag: Change CHECK_NE() to LOG(ERROR).Vladimir Marko
2019-04-01Fix imgdiag after ObjPtr<>-ify Object::As*().Vladimir Marko
2019-03-26ObjPtr<>-ify mirror::Class.Vladimir Marko
2019-03-22Change image method and field visiting to use templatesMathieu Chartier
2019-03-18imgdiag: Do not abort for dirty pages in boot image.Vladimir Marko
2019-03-14Remove obsolete trampoline offsets from OatHeader.Vladimir Marko
2019-03-13Refactor and improve imgdiag.Vladimir Marko
2019-03-07Add extra output for imgdiag's failing CHECK.Vladimir Marko
2019-02-07Replace StringPiece with std::string_view.Vladimir Marko
2019-01-31Revert "Revert "ART: introduce PALette abstraction layer""Orion Hodson
2019-01-30Revert "ART: introduce PALette abstraction layer"Orion Hodson
2019-01-30ART: introduce PALette abstraction layerOrion Hodson
2018-12-04Reduce core image to 6 modules.Vladimir Marko
2018-12-03Revert "Reduce core image to core-{oj,libart,simple}."Vladimir Marko
2018-11-30Reduce core image to core-{oj,libart,simple}.Vladimir Marko
2018-10-30Revert "Link compression libs statically into libartbase and use those everyw...Nicolas Geoffray
2018-10-29Link compression libs statically into libartbase and use those everywhere.Martin Stjernholm
2018-10-09ART: Refactor for bugprone-argument-commentAndreas Gampe
2018-09-28Revert^2 "Load boot image at a random address."Vladimir Marko
2018-09-27Revert "Load boot image at a random address."Vladimir Marko
2018-09-26Load boot image at a random address.Vladimir Marko
2018-09-18ART: Fix tidy warnings in imgdiagAndreas Gampe
2018-09-07ART: Continue adding override annotationsAndreas Gampe
2018-09-06ART: Remove utils.h's ParseUint & ParseIntAndreas Gampe
2018-08-28Remove superfluous 'virtual' specifiers in ART.Roland Levillain
2018-08-28Use 'final' and 'override' specifiers directly in ART.Roland Levillain
2018-07-19ObjPtr<>-ify ArtMethod and mirror::Method.Vladimir Marko
2018-07-09Handle FixUpRemotePointer for external imagesMathieu Chartier
2018-06-20Revert^2 "ART: Fix some performance-X tidy"Andreas Gampe