summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Expand)AuthorAgeFilesLines
* Fix implicit check option handling for non-cross-compilesDave Allison2014-06-231-2/+14
* Merge "Use command line android root in dex2oat to find image."Ian Rogers2014-06-211-1/+1
|\
| * Use command line android root in dex2oat to find image.Ian Rogers2014-06-131-1/+1
* | Quick compiler: enable Arm64 compilationbuzbee2014-06-201-3/+2
* | Merge "x86_64: Enable core.oat/boot.oat compilation"Bill Buzbee2014-06-191-2/+1
|\ \
| * | x86_64: Enable core.oat/boot.oat compilationDmitry Petrochenko2014-06-181-2/+1
* | | ART: Implicit checks in the compiler are independent from RuntimeAndreas Gampe2014-06-181-1/+62
|/ /
* | Arm64 hard-floatbuzbee2014-06-161-1/+3
* | Merge "x86_64: Enable compilation"Ian Rogers2014-06-121-1/+1
|\ \
| * | x86_64: Enable compilationDmitry Petrochenko2014-06-131-1/+1
| |/
* | Optionally add debug symbols to ELF files made by quick compiler.Alex Light2014-06-121-9/+23
|/
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-8/+6
* Merge "Fixed and refactored profiler options handling"Calin Juravle2014-06-061-1/+37
|\
| * Fixed and refactored profiler options handlingCalin Juravle2014-06-061-1/+37
* | Workaround for running out of address space on N7v1.Vladimir Marko2014-06-051-0/+23
|/
* ART: Setting up cleanupJean Christophe Beyler2014-05-301-6/+6
* Fix pass driver's dump_pass_list_ and print_pass_list_.Vladimir Marko2014-05-291-8/+2
* Merge "ART: Print and dump functionalities per pass"Ian Rogers2014-05-281-0/+14
|\
| * ART: Print and dump functionalities per passJean Christophe Beyler2014-05-271-0/+14
* | Fix ExtractToMemMap to show original zip file name in ashmemBrian Carlstrom2014-05-231-2/+3
|/
* ART: Pass driver generalizationJames C Scott2014-05-221-3/+3
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-19/+19
* ART: Turn off ARM64 compilation for nowAndreas Gampe2014-05-161-1/+1
* Remove ISA from boot image name.Brian Carlstrom2014-05-141-3/+1
* dex2oat: convert NULL to nullptrKenny Root2014-05-131-34/+33
* Merge "Changes for vogar compatibility"Kenny Root2014-05-131-4/+6
|\
| * Changes for vogar compatibilityKenny Root2014-05-131-4/+6
* | Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-1/+1
|/
* Merge "Move quick frame info to OatQuickMethodHeader."Vladimir Marko2014-05-131-1/+2
|\
| * Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-1/+2
* | Place ISA into boot image name.Ian Rogers2014-05-121-2/+4
|/
* Use atomic load/store for volatile IGET/IPUT/SGET/SPUT.Vladimir Marko2014-05-081-0/+6
* AArch64: Add fake arm64 backend, and disable it by method filter.Zheng Xu2014-05-071-1/+1
* Merge "Disable the ahead-of-time compilation for MIPS."Ian Rogers2014-05-011-2/+2
|\
| * Disable the ahead-of-time compilation for MIPS.Ian Rogers2014-05-011-2/+2
* | Use instruction specific dalvik cache dirs.Narayan Kamath2014-05-011-0/+3
|/
* Merge "Fix typo of --oat-fd description in help"Brian Carlstrom2014-04-281-1/+1
|\
| * Fix typo of --oat-fd description in helpWonil Kim2014-04-281-1/+1
* | Do not require dexopt when previous profile does not existBrian Carlstrom2014-04-251-2/+1
|/
* Build dex2oat as 64b for the target when using zygote64Andreas Gampe2014-04-161-2/+10
* AArch64: List arm64 as instruction set optionStuart Monteith2014-04-111-1/+1
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-25/+3
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-3/+25
* Revert "Use trampolines for calls to helpers"Dave Allison2014-04-071-12/+3
* Use trampolines for calls to helpersDave Allison2014-04-041-3/+12
* Check the machine type of an ELF file when loading.Andreas Gampe2014-04-041-13/+1
* Add support for -Xverify:none mode.Jeff Hao2014-04-021-9/+12
* Merge "Pass instruction-set from runtime through to spawned dex2oat."Ian Rogers2014-04-021-1/+1
|\
| * Pass instruction-set from runtime through to spawned dex2oat.Ian Rogers2014-04-021-1/+1
* | force dex2oat target executables to be compiled for 32-bitColin Cross2014-04-021-2/+2
|/