summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix cpplint whitespace/comma issuesBrian Carlstrom2013-07-171-1/+1
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-1/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-5/+15
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-41/+13
* add dalvik.system.VMRuntime.vmLibrary implementation for ARTBrian Carlstrom2013-06-301-6/+3
* add use-art, use-artd, use-dalvik phony targetsBrian Carlstrom2013-06-241-0/+24
* Fix oat-target to use new odex style extensionsBrian Carlstrom2013-06-241-8/+8
* Move art to use dalvik names for .oat filesBrian Carlstrom2013-06-201-7/+16
* Fix Mac build by making dalvikvm definition visibleBrian Carlstrom2013-06-181-0/+2
* Rename art-cache to dalvik-cacheBrian Carlstrom2013-06-101-7/+7
* Disable darwin build of artBrian Carlstrom2013-05-221-0/+4
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-081-1/+1
* Fix missing dependency for test-art-host-gtest-dex_method_iterator_testBrian Carlstrom2013-03-311-1/+1
* Remove gcc-based tsan supportBrian Carlstrom2013-03-221-6/+0
* Fix oat-target-* to create output directoryBrian Carlstrom2013-03-131-2/+5
* Fix portable build on build server by removing depenency on ANDROID_HOST_OUTBrian Carlstrom2013-03-071-3/+3
* Update clean-oat to remove unstripped versions with symbolsBrian Carlstrom2013-03-061-0/+1
* Remove ExtractCodeAndPrelink and switch Portable to MCLinkerBrian Carlstrom2013-03-061-1/+8
* Remove separate libart-compiler-llvmBrian Carlstrom2013-02-011-3/+0
* Improve ART_BUILD_ disablingBrian Carlstrom2013-02-011-0/+20
* Interpreter oat tests.Ian Rogers2013-01-171-3/+11
* Add test-art-host-interpreter-run-test build rule.Ian Rogers2012-11-211-0/+11
* Eliminate #ifdef ART_USE_QUICK_COMPILERbuzbee2012-10-261-3/+0
* Revert "Remove dump-oat-Calculator"Brian Carlstrom2012-10-181-1/+7
* Remove dump-oat-CalculatorIan Rogers2012-09-171-7/+1
* Compare checksum in oat files adjacent to jar/apk to support oat in system imageBrian Carlstrom2012-06-251-1/+5