summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-7/+19
* trygon supportBrian Carlstrom2012-02-071-370/+6
* Remove apks from oat-target-sync that aren't built in mysid-userdebugIan Rogers2012-02-011-10/+8
* full_stingray oat-target-sync supportIan Rogers2012-01-311-0/+77
* Test changes to support tradefedBrian Carlstrom2012-01-311-2/+2
* Support stingray in oat-target-syncIan Rogers2012-01-301-0/+69
* Remove need for libarttest.so for gtests for tradefedBrian Carlstrom2012-01-271-3/+3
* Fix divide by zero in compiler statsBrian Carlstrom2012-01-261-2/+0
* Mac runtime fixes.Elliott Hughes2012-01-201-2/+8
* Add runtime dependencies to libjavacore.soBrian Carlstrom2012-01-191-2/+2
* Fix the handful of leaks detectable in our tests.Elliott Hughes2012-01-181-1/+1
* Add installd support to dex2oatBrian Carlstrom2012-01-051-51/+11
* Add sojus target.Shih-wei Liao2011-12-231-1/+1
* Enable art build for non-linux hostsBrian Carlstrom2011-12-151-7/+2
* Moving from libdvm to libart (1 of 5)Brian Carlstrom2011-12-141-56/+11
* Fix build.Elliott Hughes2011-12-131-1/+1
* Support building for mysid too.Elliott Hughes2011-12-131-1/+123
* Clean .art files as well as .oat files.Elliott Hughes2011-12-081-0/+4
* Add --image-classes to dex2oatBrian Carlstrom2011-11-291-1/+1
* Update APK list post-mergeBrian Carlstrom2011-11-101-4/+8
* Replace persist.sys.strictmode.disabled with persist.sys.strictmode.disableBrian Carlstrom2011-11-091-3/+3
* Host precompilation of apks to speed boot.Ian Rogers2011-11-031-0/+100
* Make it easier to run an optimized build, turn the GC timings back on, and re...Elliott Hughes2011-10-311-4/+7
* Add zygote-art and zygote-art-target-sync (non debug build targets)Brian Carlstrom2011-10-271-8/+25
* Implement ThreadContinuing and detach the JDWP thread before it exits.Elliott Hughes2011-10-251-0/+1
* Add ThreadStress test to try and exercise corner casesBrian Carlstrom2011-10-211-2/+0
* Fix cpplint's whitespace warnings.Elliott Hughes2011-10-171-1/+1
* ClassLinker changesBrian Carlstrom2011-10-171-0/+1
* Add missing 'explicit's on single-argument constructors.Elliott Hughes2011-10-171-1/+3
* Disable StrictMode when booting with artBrian Carlstrom2011-10-161-0/+3
* Add internal compiler option to control defaulting of boot.artBrian Carlstrom2011-10-161-2/+2
* Add oatopt drop in replacement for dexoptBrian Carlstrom2011-10-141-1/+6
* Implement DexFile_getClassNameListBrian Carlstrom2011-10-131-3/+3
* Add support for oat files in /data/art-cacheBrian Carlstrom2011-10-131-9/+17
* Move art content to /dataBrian Carlstrom2011-10-121-20/+20
* Fix Object::IsSoftReferenceBrian Carlstrom2011-10-121-9/+26
* Disable zygote preloadingBrian Carlstrom2011-10-111-2/+2
* Add targets for switching zygote runtimeBrian Carlstrom2011-10-111-0/+24
* Setup Thread's context ClassLoader and add image DexFiles to ClassLinker's bo...Brian Carlstrom2011-10-101-2/+2
* Working ClassLoaderBrian Carlstrom2011-10-101-1/+1
* Update oat_process for recent command line argument changesBrian Carlstrom2011-10-041-2/+2
* Simplify command line argumentsBrian Carlstrom2011-10-041-6/+6
* Separate oat from imageBrian Carlstrom2011-10-031-8/+17
* Kill oat_process before rerunningBrian Carlstrom2011-09-271-0/+1
* Fixes for "null instanceof" and class initializationBrian Carlstrom2011-09-271-1/+1
* Fix bug in HasSameMethodDescriptorClass on return typesBrian Carlstrom2011-09-261-7/+13
* Assorted fixes for running frameworks appsBrian Carlstrom2011-09-261-5/+19
* Tolerant compilation of classes with missing super classesBrian Carlstrom2011-09-241-1/+1
* Add support for oat_process for use as a wrap.* launcherBrian Carlstrom2011-09-231-7/+47
* Adding oat_processBrian Carlstrom2011-09-211-2/+24