summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Expand)AuthorAgeFilesLines
* Refactor ClassLinker & ImageWriter to use a common resolution routineDavid Brazdil2018-05-141-21/+13
* Pass the fd to OatFile::Setup to avoid selinux errors.Nicolas Geoffray2018-04-262-17/+34
* ART: Fix oat_writer_test.Vladimir Marko2018-04-261-24/+36
* Specify dex2oat PGO profile files for MipsPirama Arumuga Nainar2018-04-231-0/+10
* Separate out PGO profile files per archPirama Arumuga Nainar2018-04-231-3/+32
* Add arg for overwriting class loader class pathMathieu Chartier2018-04-182-19/+31
* Add stored class loader context optionMathieu Chartier2018-04-184-5/+73
* Revert "Update hidden API membership of intrinsics"Andreas Gampe2018-04-111-16/+4
* Update hidden API membership of intrinsicsDavid Brazdil2018-04-111-4/+16
* Don't pass empty profile to OatWriterMathieu Chartier2018-04-091-1/+4
* Always do cdex conversion for OatWriter dexlayoutMathieu Chartier2018-04-052-1/+8
* Treat no profile the same as empty profile for app image generationMathieu Chartier2018-04-032-3/+42
* Verify dex files in zip and from files are not CompactDexMathieu Chartier2018-03-231-0/+47
* Run dex verifier for OOB + compact-dex-level combinationMathieu Chartier2018-03-222-5/+36
* Move some remaining dex utilitiesDavid Sehr2018-03-195-8/+8
* Add owned section for CompactDexMathieu Chartier2018-03-161-5/+32
* Separate vdex versioning into two sections: verifier deps and dex code.Nicolas Geoffray2018-03-154-26/+42
* Merge "Enable ThinLTO for dex2oat" into pi-devTreeHugger Robot2018-03-121-1/+8
|\
| * Enable ThinLTO for dex2oatYi Kong2018-03-081-1/+8
* | Fix OS::GetFileSizeBytes().Vladimir Marko2018-03-091-7/+10
* | Disable failing test.Nicolas Geoffray2018-03-091-1/+1
* | Move most of runtime/base to libartbase/baseDavid Sehr2018-03-0812-16/+19
|/
* Fix handling for partial cdex conversion rejection in multidexMathieu Chartier2018-03-022-1/+33
* Header library to remove dependence on runtime/David Sehr2018-02-286-6/+6
* Revert "Revert "Full-stack integrity: check vdex contents.""Nicolas Geoffray2018-02-287-15/+20
* Small documentation and stylistic changes.Roland Levillain2018-02-272-2/+2
* Merge "Revert "Full-stack integrity: check vdex contents.""Nicolas Geoffray2018-02-277-20/+15
|\
| * Revert "Full-stack integrity: check vdex contents."Nicolas Geoffray2018-02-277-20/+15
* | Merge "Full-stack integrity: check vdex contents."Treehugger Robot2018-02-277-15/+20
|\|
| * Full-stack integrity: check vdex contents.Nicolas Geoffray2018-02-277-15/+20
* | Fix unquickening logic for quickened input dexesMathieu Chartier2018-02-222-40/+114
* | Merge "Remove duplication, split tests"David Sehr2018-02-221-0/+1
|\ \ | |/ |/|
| * Remove duplication, split testsDavid Sehr2018-02-211-0/+1
* | Merge "Remove generate-operator-out.py symlinks"Treehugger Robot2018-02-222-3/+2
|\ \ | |/ |/|
| * Remove generate-operator-out.py symlinksAlex Light2018-02-212-3/+2
* | Re-enable dex2oat_test copying dex test case for targetMathieu Chartier2018-02-202-13/+16
|/
* Disable fast_verify output test for dex2oat_testMathieu Chartier2018-02-201-7/+10
* Add option for not copying dexMathieu Chartier2018-02-189-38/+151
* Build debug library libdexfiledDavid Sehr2018-02-151-1/+3
* Merge "Disable bitstring type check runtime hooks."Vladimir Marko2018-02-151-1/+1
|\
| * Disable bitstring type check runtime hooks.Vladimir Marko2018-02-141-1/+1
* | Add --compilation-reason option to dex2oatCalin Juravle2018-02-134-1/+69
|/
* Merge "ART: Add option to use stderr logger"Treehugger Robot2018-02-091-0/+17
|\
| * ART: Add option to use stderr loggerAndreas Gampe2018-02-081-0/+17
* | Fix input cdex -> output non-cdexMathieu Chartier2018-02-082-33/+104
|/
* Avoid generating cdex for dex files with duplicate methodsMathieu Chartier2018-02-072-11/+123
* Fix potential null read for truncated dex filesMathieu Chartier2018-02-071-0/+16
* Exclude oob dexfiles from debug symbols.David Srbecky2018-02-062-2/+9
* Merge "dex2oat: Accept .dm files."Nicolas Geoffray2018-02-013-1/+56
|\
| * dex2oat: Accept .dm files.Nicolas Geoffray2018-02-013-1/+56