summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* clean-oat should not build anythingBrian Carlstrom2012-06-181-32/+53
* Improve run-test to use new directory for each runBrian Carlstrom2012-06-141-2/+2
* Remove explicit dex2oat calls from run-testBrian Carlstrom2012-06-041-0/+1
* Fix cross compiling ISA flag for oat-target.Logan Chien2012-06-031-2/+2
* Fix oat-target-sync dependency: Use $$(OUT_OAT_FILE) instead of $.Shih-wei Liao2012-05-281-3/+3
* Add dex_lang as common frontend to lir and LLVM. dex_lang + bc2lir =Shih-wei Liao2012-05-281-0/+3
* oat-target-sync: Only build those apks that haven't been dex2oat'ed.Shih-wei Liao2012-05-281-1/+13
* Add test-art-host-run-test to test-art-hostBrian Carlstrom2012-05-251-2/+6
* Even better reflection IllegalArgumentException detail messages and less code.Elliott Hughes2012-05-161-2/+2
* clean-oat should remove intermediate oat filesBrian Carlstrom2012-05-161-0/+2
* Fix x86 type conversions. test-art-host-oat passes.jeffhao2012-05-151-2/+2
* Higher degree of parallel compilation on the LLVM side.TDYa1272012-04-241-1/+1
* Don't say .so when we might mean .dylib or .dll...Elliott Hughes2012-04-201-6/+5
* Fix target gtest depenenciesBrian Carlstrom2012-04-091-6/+12
* Update run-test support for hostBrian Carlstrom2012-04-031-0/+15
* Fix cpplint's whitespace complaints.Elliott Hughes2012-03-261-1/+1
* Make oatdump work on the host by not defaulting --host-prefix if it is explic...Brian Carlstrom2012-03-221-4/+12
* "adb remount" during clean-oatBrian Carlstrom2012-03-191-0/+1
* Add disabled test-art-host-oatBrian Carlstrom2012-03-171-24/+41
* Add dependency between host gtests and test dex file generationBrian Carlstrom2012-03-171-2/+5
* Add code size to oat filesBrian Carlstrom2012-03-151-0/+1
* Fix the LLVM build. Separate out libart-compiler-llvm.so.Shih-wei Liao2012-03-131-0/+3
* Fix dependencies from host gtests to core-hostdex.jar, etc.Brian Carlstrom2012-03-131-13/+13
* Refactor the compilers out of libart.Elliott Hughes2012-03-091-0/+1
* Expand test-art to cover rest of run-testBrian Carlstrom2012-03-061-6/+12
* Fix dump-oat-CalculatorBrian Carlstrom2012-03-011-4/+4