summaryrefslogtreecommitdiffstats
path: root/core/dex_preopt_libart.mk
Commit message (Expand)AuthorAgeFilesLines
* Pass --no-generate-debug-info to dex2oat.David Srbecky2015-06-191-1/+1
* Add --include-cfi compiler option.David Srbecky2015-04-131-1/+1
* Store odex files in oat/<isa>/ directory.Richard Uhler2015-03-181-1/+1
* Build: Fail preopting apps when there are verifier errorsAndreas Gampe2015-03-051-0/+1
* [MIPS64] Set ART base address for mips64Nikola Veljkovic2014-12-231-1/+1
* Build: Support for compiled-classes fileAndreas Gampe2014-11-181-0/+4
* Install preloaded-classes as a standalone configuration fileYing Wang2014-11-171-1/+3
* Pass instruction set variant to dex2oat.Ian Rogers2014-11-081-0/+1
* Introduce per-product per-module dex-preopt configYing Wang2014-10-081-1/+2
* Fix typo.Nicolas Geoffray2014-10-071-1/+1
* Make which dex2oat version to use configurable.Nicolas Geoffray2014-10-071-1/+8
* Add --no-include-debug-symbols to avoid bloat in user buildsBrian Carlstrom2014-08-281-1/+1
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-1/+2
* Vary non-image Xmx for dex2oat on MIPS.Ian Rogers2014-07-161-1/+1
* Fix the MIPS build.Ian Rogers2014-07-161-5/+11
* build: fix host dex2oat runtime argsColin Cross2014-07-091-7/+7
* Make dex2oat heap size product configurable [build]Brian Carlstrom2014-07-081-1/+10
* Add HOST_PREFER_32_BIT to support 32-bit-by-default multilib buildYing Wang2014-05-201-5/+0
* Multilib support for odexYing Wang2014-05-181-44/+32
* Place ISA in ART boot image name.Ian Rogers2014-05-121-2/+2
* For 64-bit, use 32-bit DEXPREOPT if zygote64 isn't enabled.Ian Rogers2014-04-181-2/+3
* Merge "Use debug versions of dex2oat explicitly."Nicolas Geoffray2014-04-021-7/+8
|\
| * Use debug versions of dex2oat explicitly.Nicolas Geoffray2014-04-011-7/+8
* | Merge "Change LIBART_IMG_TARGET_BASE_ADDRESS to 0x70000000"Mathieu Chartier2014-03-281-1/+1
|\ \ | |/ |/|
| * Change LIBART_IMG_TARGET_BASE_ADDRESS to 0x70000000Mathieu Chartier2014-03-191-1/+1
* | Fix embedded buildYing Wang2014-03-201-5/+0
|/
* Remove host-prefix command line argument to dex2oat.Nicolas Geoffray2014-03-041-2/+1
* build: PRODUCT_DEX_PREOPT_IMAGE_IN_DATABrian Carlstrom2014-01-281-0/+4
* Add DEXPREOPT support for ARTBrian Carlstrom2013-12-171-0/+96