summaryrefslogtreecommitdiff
path: root/dexlayout
AgeCommit message (Expand)Author
2024-04-23Set test ownerships for ART.Martin Stjernholm
2024-04-11Clean up string data access in `DexFile`.Vladimir Marko
2024-01-19Move files related to compiled code into oat/ directoryDmitrii Ishcheikin
2023-12-27Optimize access to gPageSizeRuben Ayrapetyan
2023-11-30Use globals naming scheme for kPageSize etc.Ruben Ayrapetyan
2023-11-17Revert^2 "Add support for dex containers (DEX v41)."David Srbecky
2023-11-15Revert "Add support for dex containers (DEX v41)."David Srbecky
2023-11-13Add support for dex containers (DEX v41).David Srbecky
2023-10-17Revert^4 "Merge libart and libart-compiler into a single library"Dmitrii Ishcheikin
2023-09-08Stop inheriting from std::iteratorRyan Prichard
2023-09-01Disable cdex at build time.Martin Stjernholm
2023-07-31Add DEX magic to oat files.David Srbecky
2023-07-27Revert^2 "Add DEX SHA1 to oat files."David Srbecky
2023-07-20Revert "Add DEX SHA1 to oat files."Sebastian Pickl
2023-07-20Add DEX SHA1 to oat files.David Srbecky
2023-05-22Use C++17's [[maybe_unused]] attribute in ARTStefano Cianciulli
2023-05-08Revert "Remove the codegen property"Android Culprit Assistant
2023-05-08Remove the codegen propertyCole Faust
2023-04-05Fix "readability-redundant-string-cstr" clang-tidy issuesStefano Cianciulli
2023-03-16Make art modules apex_available to test_broken_com.android.artCole Faust
2023-03-15Add MethodHandle and CallSite to dexlayoutSorin Basca
2023-02-27Refactor DataBegin() and DataEnd() calculation in DexFile.David Srbecky
2023-02-21Refactor DexFileLoaderDavid Srbecky
2023-02-03Fix android-cloexec-fopen clang-tidy issuesStefano Cianciulli
2023-02-02Dex: Use DexFileContainer instead of begin/size.David Srbecky
2022-09-30Remove redundant definitions of constexpr data.Vladimir Marko
2022-09-01Refactor CollectionVector::SortByMapOrderStefano Cianciulli
2022-03-15Revert^2 "Faster deduplication of `CodeInfo` tables."Vladimir Marko
2022-03-14Revert "Faster deduplication of `CodeInfo` tables."Roland Levillain
2022-03-10Faster deduplication of `CodeInfo` tables.Vladimir Marko
2022-02-25dexdump: clean-up outputOrion Hodson
2022-02-25dexdump: escape inlined string values in outputOrion Hodson
2022-01-12Reland "Remove old unquickening of vdex logic."Nicolas Geoffray
2022-01-06Revert "Remove old unquickening of vdex logic."Nicolas Geoffray
2022-01-05Remove old unquickening of vdex logic.Nicolas Geoffray
2021-11-11Fix potential lint errorsOrion Hodson
2021-10-29Fix the empty profile slow down the dex2oatYang Tianping
2021-10-21Revert "Revert^4 "Use cpplint.py from repohooks""Orion Hodson
2021-10-21Revert^4 "Use cpplint.py from repohooks"Orion Hodson
2021-09-22Revert "Revert^2 "Use cpplint.py from repohooks""Yuri Lin
2021-09-22Revert^2 "Use cpplint.py from repohooks"Orion Hodson
2021-09-22Revert "Use cpplint.py from repohooks"Paul Hadfield
2021-09-22Use cpplint.py from repohooksColin Cross
2021-07-16Mark move constructors/assignements as `noexcept`.Vladimir Marko
2021-06-18Disable compact dex code item deduping.Nicolas Geoffray
2021-04-12Merge libdexfile_external into libdexfile (reland 2).Martin Stjernholm
2021-04-09Revert "Merge libdexfile_external into libdexfile (reland)."Ulyana Trafimovich
2021-04-09Merge libdexfile_external into libdexfile (reland).Martin Stjernholm
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to artBob Badour
2020-10-23Rename ART release APEX to com.android.art.Martin Stjernholm