| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | ART: Print and dump functionalities per pass | Jean Christophe Beyler | 2014-05-27 | 1 | -0/+14 |
* | | Fix ExtractToMemMap to show original zip file name in ashmem | Brian Carlstrom | 2014-05-23 | 1 | -2/+3 |
|/ |
|
* | ART: Pass driver generalization | James C Scott | 2014-05-22 | 1 | -3/+3 |
* | Now we have a proper C++ library, use std::unique_ptr. | Ian Rogers | 2014-05-19 | 1 | -19/+19 |
* | ART: Turn off ARM64 compilation for now | Andreas Gampe | 2014-05-16 | 1 | -1/+1 |
* | Remove ISA from boot image name. | Brian Carlstrom | 2014-05-14 | 1 | -3/+1 |
* | dex2oat: convert NULL to nullptr | Kenny Root | 2014-05-13 | 1 | -34/+33 |
* | Merge "Changes for vogar compatibility" | Kenny Root | 2014-05-13 | 1 | -4/+6 |
|\ |
|
| * | Changes for vogar compatibility | Kenny Root | 2014-05-13 | 1 | -4/+6 |
* | | Add Handle/HandleScope and delete SirtRef. | Mathieu Chartier | 2014-05-13 | 1 | -1/+1 |
|/ |
|
* | Merge "Move quick frame info to OatQuickMethodHeader." | Vladimir Marko | 2014-05-13 | 1 | -1/+2 |
|\ |
|
| * | Move quick frame info to OatQuickMethodHeader. | Vladimir Marko | 2014-05-13 | 1 | -1/+2 |
* | | Place ISA into boot image name. | Ian Rogers | 2014-05-12 | 1 | -2/+4 |
|/ |
|
* | Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. | Vladimir Marko | 2014-05-08 | 1 | -0/+6 |
* | AArch64: Add fake arm64 backend, and disable it by method filter. | Zheng Xu | 2014-05-07 | 1 | -1/+1 |
* | Merge "Disable the ahead-of-time compilation for MIPS." | Ian Rogers | 2014-05-01 | 1 | -2/+2 |
|\ |
|
| * | Disable the ahead-of-time compilation for MIPS. | Ian Rogers | 2014-05-01 | 1 | -2/+2 |
* | | Use instruction specific dalvik cache dirs. | Narayan Kamath | 2014-05-01 | 1 | -0/+3 |
|/ |
|
* | Merge "Fix typo of --oat-fd description in help" | Brian Carlstrom | 2014-04-28 | 1 | -1/+1 |
|\ |
|
| * | Fix typo of --oat-fd description in help | Wonil Kim | 2014-04-28 | 1 | -1/+1 |
* | | Do not require dexopt when previous profile does not exist | Brian Carlstrom | 2014-04-25 | 1 | -2/+1 |
|/ |
|
* | Build dex2oat as 64b for the target when using zygote64 | Andreas Gampe | 2014-04-16 | 1 | -2/+10 |
* | AArch64: List arm64 as instruction set option | Stuart Monteith | 2014-04-11 | 1 | -1/+1 |
* | Revert "Revert "Revert "Use trampolines for calls to helpers""" | Dave Allison | 2014-04-09 | 1 | -25/+3 |
* | Revert "Revert "Use trampolines for calls to helpers"" | Dave Allison | 2014-04-09 | 1 | -3/+25 |
* | Revert "Use trampolines for calls to helpers" | Dave Allison | 2014-04-07 | 1 | -12/+3 |
* | Use trampolines for calls to helpers | Dave Allison | 2014-04-04 | 1 | -3/+12 |
* | Check the machine type of an ELF file when loading. | Andreas Gampe | 2014-04-04 | 1 | -13/+1 |
* | Add support for -Xverify:none mode. | Jeff Hao | 2014-04-02 | 1 | -9/+12 |
* | Merge "Pass instruction-set from runtime through to spawned dex2oat." | Ian Rogers | 2014-04-02 | 1 | -1/+1 |
|\ |
|
| * | Pass instruction-set from runtime through to spawned dex2oat. | Ian Rogers | 2014-04-02 | 1 | -1/+1 |
* | | force dex2oat target executables to be compiled for 32-bit | Colin Cross | 2014-04-02 | 1 | -2/+2 |
|/ |
|
* | AArch64: Add arm64 runtime support. | Stuart Monteith | 2014-03-19 | 1 | -2/+4 |
* | Merge "Add dex2oat --print-pass-names and --disable-passes= options." | Vladimir Marko | 2014-03-13 | 1 | -0/+11 |
|\ |
|
| * | Add dex2oat --print-pass-names and --disable-passes= options. | Chao-ying Fu | 2014-03-12 | 1 | -0/+11 |
* | | Add command line support for enabling the optimizing compiler. | Nicolas Geoffray | 2014-03-13 | 1 | -15/+17 |
* | | Set default dex2oat instruction set for x86-64 and ARM64. | Ian Rogers | 2014-03-12 | 1 | -0/+4 |
|/ |
|
* | Make use of profiling information for dex2oat | Dave Allison | 2014-03-07 | 1 | -3/+16 |
* | Add more VerifyObject calls. | Mathieu Chartier | 2014-03-07 | 1 | -1/+0 |
* | Fix host architecture for 64bit. | Ian Rogers | 2014-03-06 | 1 | -2/+5 |
* | Revert "Revert "Avoid compiling monster methods in boot image"" | Brian Carlstrom | 2014-03-05 | 1 | -1/+1 |
* | Revert "Avoid compiling monster methods in boot image" | Brian Carlstrom | 2014-03-05 | 1 | -1/+1 |
* | Avoid compiling monster methods in boot image | buzbee | 2014-03-04 | 1 | -1/+1 |
* | Support compiler filters for boot classpath | Brian Carlstrom | 2014-03-04 | 1 | -6/+5 |
* | Remove oat file location in the image. | Nicolas Geoffray | 2014-03-04 | 1 | -30/+2 |
* | Tell GDB about Quick ART generated code | Mark Mendell | 2014-03-02 | 1 | -1/+7 |
* | Make out arguments non-reference types. | Ian Rogers | 2014-03-01 | 1 | -4/+4 |
* | Add additional const | Brian Carlstrom | 2014-02-24 | 1 | -3/+3 |
* | Create CompilerOptions | Brian Carlstrom | 2014-02-24 | 1 | -80/+210 |
* | Fix and optimize verify object. | Mathieu Chartier | 2014-02-21 | 1 | -1/+1 |