summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move main method tests from gtests to oat testsBrian Carlstrom2011-09-181-18/+3
* Fix order CheckCastFromCode and enable Fibonacci testBrian Carlstrom2011-09-171-1/+1
* Filling in some Class, Method, and Field native code needed during startup an...Brian Carlstrom2011-09-161-3/+3
* oatdumpBrian Carlstrom2011-09-161-0/+4
* Fix ClassLinker::LinkInterfaceMethods bugBrian Carlstrom2011-09-151-11/+31
* Add oat file generation and tests to buildBrian Carlstrom2011-09-151-3/+10
* Only do host build on linuxBrian Carlstrom2011-09-111-2/+7
* Finish moving state to managed heapBrian Carlstrom2011-09-111-0/+7
* Working dex2oat and oatexecBrian Carlstrom2011-09-061-3/+3
* Externalize test codeBrian Carlstrom2011-08-291-4/+7
* Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the stri...Elliott Hughes2011-08-241-2/+2
* Make formatting more consistent.Carl Shapiro2011-08-151-3/+1
* Add a tsan target.Elliott Hughes2011-08-141-2/+11
* Add a valgrind-art-host target to run the tests under valgrind.Elliott Hughes2011-08-121-0/+5
* Add support for opening classes.dex file from zip, jar, apkBrian Carlstrom2011-08-021-2/+2
* Switch tests and aexecd to use libartdBrian Carlstrom2011-07-271-6/+6
* Add NDEBUG buildBrian Carlstrom2011-07-271-7/+2
* ClassLinker can now FindClass all libcore classesBrian Carlstrom2011-07-261-0/+16
* Import cpplint.py and make target cpplint-artBrian Carlstrom2011-07-231-0/+5
* Ignore the .arm hint in the top-level targets as well.Carl Shapiro2011-07-221-4/+4
* Move base64 to test codeBrian Carlstrom2011-07-191-0/+2