summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* Add support for -Xverify:none mode.Jeff Hao2014-04-021-0/+12
* Use debug version of DEX2OAT explicitly.Nicolas Geoffray2014-04-021-2/+2
* Use TEST_ART_RUN_TESTS consistentlyBrian Carlstrom2014-04-011-2/+2
* Build changes to build multilib testsAndreas Gampe2014-04-011-5/+18
* Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-311-1/+1
* Run Java tests with the optimizing compiler.Nicolas Geoffray2014-03-191-2/+2
* Add convenience targets for switching between full, smart, interpret-onlyBrian Carlstrom2014-03-061-3/+42
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-3/+12
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-8/+8
* Merge "art: convert makefiles to support multilib build"Colin Cross2014-02-191-0/+4
|\
| * art: convert makefiles to support multilib buildColin Cross2014-02-181-0/+4
* | Fixes to allow test-art-host to run via build serverBrian Carlstrom2014-02-191-8/+8
|/
* Merge "Revert "Revert "Revert "Add a script for running art standalone.""""Ian Rogers2014-02-141-7/+0
|\
| * Revert "Revert "Revert "Add a script for running art standalone."""Ian Rogers2014-02-141-7/+0
* | Merge "Revert "Revert "Add a script for running art standalone."""Nicolas Geoffray2014-02-141-0/+7
|\ \ | |/
| * Revert "Revert "Add a script for running art standalone.""Nicolas Geoffray2014-02-131-0/+7
* | Add jasmin dependency needed for run-testBrian Carlstrom2014-02-131-2/+2
|/
* Revert "Add a script for running art standalone."Brian Carlstrom2014-02-121-7/+0
* Add a script for running art standalone.Nicolas Geoffray2014-02-121-0/+7
* Fix dump-oat-boot to work with new build location by supplying explict host-p...Brian Carlstrom2014-01-311-1/+1
* Remove jdwpspy.Ian Rogers2014-01-311-1/+0
* art: Rename persist.sys.dalvik.vm.lib to allow new defaultBrian Carlstrom2014-01-301-3/+3
* Use direct class pointers at allocation sites in the compiled code.Hiroshi Yamauchi2014-01-231-0/+1
* Fix bit-rot in clean-oat targetsBrian Carlstrom2014-01-201-3/+5
* Move boot image generation to the build projectBrian Carlstrom2013-12-171-7/+12
* Fix dependencies to be on core-libart, not coreBrian Carlstrom2013-12-101-2/+2
* Fix clean-oatBrian Carlstrom2013-11-131-0/+1
* Allow host valgrind gtests to be run individually.Ian Rogers2013-11-131-6/+1
* Merge "Fix oatdump and valgrind." into dalvik-devIan Rogers2013-11-061-8/+10
|\
| * Fix oatdump and valgrind.Ian Rogers2013-11-061-8/+10
* | Support hardware divide instructionDave Allison2013-11-051-1/+1
|/
* Move disassembler out of runtime.Ian Rogers2013-09-091-0/+1
* Add test-art-oat-<test> test-art-run-test-<test> variantsBrian Carlstrom2013-08-281-0/+7
* Restore build-art minimal buildBrian Carlstrom2013-08-021-11/+13
* Make test-art-host-run-test and test-art-host-oat run with and without interp...Brian Carlstrom2013-07-311-22/+30
* Enable darwin target build for art.Brian Carlstrom2013-07-231-9/+0
* Enable running cpplint.py on art C++ files when using mm and mmmBrian Carlstrom2013-07-191-13/+1
* Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issuesBrian Carlstrom2013-07-181-2/+2
* Fixing cpplint readability/constructors issuesBrian Carlstrom2013-07-181-1/+1
* Fixing cpplint readability/check issuesBrian Carlstrom2013-07-181-1/+1
* Fixing cpplint readability/casting issuesBrian Carlstrom2013-07-181-1/+1
* Fixing cpplint legal/copyright issuesBrian Carlstrom2013-07-181-1/+1
* Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labe...Brian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/indent issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint readability/braces issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/operators issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint readability/fn_size issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint build/namespaces issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-3/+3
* Fix cpplint whitespace/newline issuesBrian Carlstrom2013-07-171-1/+1