summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-2/+4
* Merge "Add dex2oat --print-pass-names and --disable-passes= options."Vladimir Marko2014-03-131-0/+11
|\
| * Add dex2oat --print-pass-names and --disable-passes= options.Chao-ying Fu2014-03-121-0/+11
* | Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-15/+17
* | Set default dex2oat instruction set for x86-64 and ARM64.Ian Rogers2014-03-121-0/+4
|/
* Make use of profiling information for dex2oatDave Allison2014-03-071-3/+16
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-1/+0
* Fix host architecture for 64bit.Ian Rogers2014-03-061-2/+5
* Revert "Revert "Avoid compiling monster methods in boot image""Brian Carlstrom2014-03-051-1/+1
* Revert "Avoid compiling monster methods in boot image"Brian Carlstrom2014-03-051-1/+1
* Avoid compiling monster methods in boot imagebuzbee2014-03-041-1/+1
* Support compiler filters for boot classpathBrian Carlstrom2014-03-041-6/+5
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-30/+2
* Tell GDB about Quick ART generated codeMark Mendell2014-03-021-1/+7
* Make out arguments non-reference types.Ian Rogers2014-03-011-4/+4
* Add additional constBrian Carlstrom2014-02-241-3/+3
* Create CompilerOptionsBrian Carlstrom2014-02-241-80/+210
* Fix and optimize verify object.Mathieu Chartier2014-02-211-1/+1
* Fix a printf flag that breaks 64bit host builds.Ian Rogers2014-02-211-1/+1
* Add debug code for saving dex file inputsBrian Carlstrom2014-02-201-0/+15
* Code cleanup to avoid LLVM dependency when building with quick only.Nicolas Geoffray2014-02-201-3/+1