summaryrefslogtreecommitdiffstats
path: root/libdexfile
Commit message (Expand)AuthorAgeFilesLines
* Move constructors and operators should be noexcept.Martin Stjernholm2018-12-201-3/+3
* Support Windows builds for libartbase/libdexfileDavid Sehr2018-12-184-18/+81
* Do not cache the method name from PrettyMethod.Martin Stjernholm2018-12-141-11/+3
* Add minimal libdexfile API for external users.Martin Stjernholm2018-12-135-0/+706
* Plumb through the container as an optional arg to DexFileLoader::Open.Martin Stjernholm2018-12-134-34/+42
* Merge "ART: Clean up base/utils.h"Treehugger Robot2018-12-102-1/+1
|\
| * ART: Clean up base/utils.hAndreas Gampe2018-12-062-1/+1
* | Fix ComputeModifiedUtf8Hash().Vladimir Marko2018-12-102-2/+10
|/
* C++17 compatibility: make WITH_TIDY=1 happy again.Elliott Hughes2018-11-291-1/+1
* Merge "ART: Mark implicit constructor NOLINT"Treehugger Robot2018-11-281-1/+1
|\
| * ART: Mark implicit constructor NOLINTAndreas Gampe2018-11-271-1/+1
* | Merge "ART: Some iwyu for logging.h"Andreas Gampe2018-11-282-2/+3
|\ \ | |/ |/|
| * ART: Some iwyu for logging.hAndreas Gampe2018-11-212-2/+3
* | Rename and reorganize hiddenapi::ApiListDavid Brazdil2018-11-226-84/+6
|/
* Runtime flags only for fast/slow hiddenapi pathDavid Brazdil2018-11-162-24/+4
* libdexfile: rename kVerifyNone to kVerifyNothingOrion Hodson2018-11-143-5/+5
* Optimize string comparisons in Class::FindClassMethod.David Srbecky2018-11-012-0/+10
* Merge "Remove dependencies on libutils."Martin Stjernholm2018-10-311-4/+0
|\
| * Remove dependencies on libutils.Martin Stjernholm2018-10-301-4/+0
* | Cache whether we should use interpreter invoke fast-path.David Srbecky2018-10-311-5/+5
|/
* Merge "Revert "Link compression libs statically into libartbase and use those...Nicolas Geoffray2018-10-301-0/+14
|\
| * Revert "Link compression libs statically into libartbase and use those everyw...Nicolas Geoffray2018-10-301-0/+14
* | Remove HiddenApiAccessFlags, move content to hiddenapi::David Brazdil2018-10-303-41/+40
* | Merge "Link compression libs statically into libartbase and use those everywh...Martin Stjernholm2018-10-301-14/+0
|\|
| * Link compression libs statically into libartbase and use those everywhere.Martin Stjernholm2018-10-291-14/+0
* | Merge "Revert^4: Add dex item for hiddenapi flags"David Brazdil2018-10-308-171/+261
|\ \
| * | Revert^4: Add dex item for hiddenapi flagsDavid Brazdil2018-10-288-171/+261
| |/
* / Fix defaulted-function-deleted warningYi Kong2018-10-281-1/+0
|/
* Revert "Revert^2: Add dex item for hiddenapi flags"Luman Qu2018-10-268-261/+171
* Revert^2: Add dex item for hiddenapi flagsDavid Brazdil2018-10-258-171/+261
* Revert "Add dex item for hiddenapi flags"David Brazdil2018-10-248-261/+171
* Add dex item for hiddenapi flagsDavid Brazdil2018-10-238-171/+261
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-1711-99/+106
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-091-2/+2
* Merge "Revert^2 "ART: Refactor typedef to using""Treehugger Robot2018-09-251-4/+0
|\
| * Revert^2 "ART: Refactor typedef to using"Andreas Gampe2018-09-201-4/+0
* | ART: Modernize counting-down loopsAndreas Gampe2018-09-201-5/+5
|/
* Revert "ART: Refactor typedef to using"Andreas Gampe2018-09-201-0/+4
* ART: Refactor typedef to usingAndreas Gampe2018-09-191-4/+0
* Merge "Add a --whitelist and --only-report-sdk-uses to veridex."Nicolas Geoffray2018-09-141-0/+4
|\
| * Add a --whitelist and --only-report-sdk-uses to veridex.Nicolas Geoffray2018-09-141-0/+4
* | Refactor DecodeDebugLocalInfoMathieu Chartier2018-09-135-32/+21
|/
* Refactor debug info position visitingMathieu Chartier2018-09-125-57/+65
* oatdump: Convert cdex before exporting dex filesAnestis Bechtsoudis2018-09-102-0/+14
* ART: Refactor static include listAndreas Gampe2018-09-061-0/+30
* Fix various not so benign fdsan errors.Josh Gao2018-08-301-1/+1
* Remove superfluous 'virtual' specifiers in ART.Roland Levillain2018-08-284-11/+11
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-287-30/+30
* Remove unnecessary indirection from MemMap.Vladimir Marko2018-08-212-36/+43
* Delete ClassDataItemIteratorMathieu Chartier2018-08-084-282/+8