summaryrefslogtreecommitdiffstats
path: root/tools/art
Commit message (Expand)AuthorAgeFilesLines
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-1/+1
* No need to relocate the core image for the art script.Nicolas Geoffray2015-05-061-0/+1
* Make tests assume ANDROID_ROOT is not /system.Nicolas Geoffray2015-04-241-0/+1
* ART: Allow multiple invoke-with for art scriptAndreas Gampe2015-03-121-1/+1
* Un-break --perf option to the art art script.Nicolas Geoffray2014-12-121-4/+4
* Make script suitable for vogar use on device.Nicolas Geoffray2014-12-051-7/+18
* Add perf option to art toolCalin Juravle2014-10-201-2/+24
* Remove art-* targets in favor of build-art-* targets.Brian Carlstrom2014-09-091-12/+19
* Clean-up and make the art script usable on target.Nicolas Geoffray2014-09-081-30/+33
* Make tools/art non-executableAlex Light2014-08-061-0/+0
* Fix art script for 'clean' environments.Nicolas Geoffray2014-07-021-5/+5
* Fix art-host rule and art script after build changes.Nicolas Geoffray2014-07-021-2/+13
* Fix the tools/art script about the ISA-specific dalvik cache.Hiroshi Yamauchi2014-05-011-1/+1
* Art script: Use PWD for android-data and cleanup after running.Nicolas Geoffray2014-03-261-4/+7
* ART change: Script is using function(), which is bash specific.Nicolas Geoffray2014-03-171-1/+1
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-2/+14
* Revert "Revert "Revert "Add a script for running art standalone."""Ian Rogers2014-02-141-15/+1
* Revert "Revert "Add a script for running art standalone.""Nicolas Geoffray2014-02-131-1/+15
* Revert "Add a script for running art standalone."Brian Carlstrom2014-02-121-15/+1
* Add a script for running art standalone.Nicolas Geoffray2014-02-121-1/+15
* Move to new art dalvikvmBrian Carlstrom2013-06-171-3/+3
* Rename art-cache to dalvik-cacheBrian Carlstrom2013-06-101-1/+1
* Fix the last failing host -Xint JDWP test.Elliott Hughes2013-02-191-6/+7
* Make the tools/art script appear to work from any directory.Elliott Hughes2013-01-171-0/+1
* Fix art script argument quoting.Elliott Hughes2013-01-081-1/+1
* Change art script to use execBrian Carlstrom2012-08-021-1/+1
* Make art script work for the first timeBrian Carlstrom2012-06-251-11/+7
* Remove old code to support multiple imagesBrian Carlstrom2012-02-041-8/+8
* Working dex2oat and oatexecBrian Carlstrom2011-09-061-3/+3
* Add vogar-like --invoke-with to 'art', and fix a bug valgrind finds.Elliott Hughes2011-08-181-1/+20
* Fix the invocation interface.Elliott Hughes2011-08-151-1/+3
* Start implementing JNI.Elliott Hughes2011-08-111-0/+26