summaryrefslogtreecommitdiffstats
path: root/build/Android.executable.mk
Commit message (Expand)AuthorAgeFilesLines
* Add options for building/testing with coverage.Dan Albert2015-01-301-0/+2
* Remove libcxx.mk cruft.Dan Albert2015-01-291-1/+0
* Add a new imgdiag tool to diff boot.art/core.art against a processIgor Murashkin2014-12-161-10/+93
* Remove portable.Elliott Hughes2014-12-121-3/+0
* Don't use the version script for executables.Dan Albert2014-12-101-2/+2
* ART: Wire up a valgrind-wrapped dex2oat runAndreas Gampe2014-12-031-0/+11
* Link libsigchain.a instead of sigchain.oDmitriy Ivanov2014-10-201-1/+2
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-0/+1
* Fix mac build (second attempt)Dmitriy Ivanov2014-10-141-2/+0
* Fixing mac buildDmitriy Ivanov2014-10-141-1/+7
* Remove libsigchain from LD_PRELOADSDmitriy Ivanov2014-10-071-2/+4
* Multilib ART host.Ian Rogers2014-06-241-3/+3
* ART: Make LOCAL_CLANG architecture dependent for the targetAndreas Gampe2014-06-041-8/+2
* Move art host to libc++Dan Albert2014-05-211-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+1
* Switch ART to libc++.Ian Rogers2014-05-191-1/+1
* Preparation for transition to libc++.Ian Rogers2014-04-161-4/+3
* force dex2oat target executables to be compiled for 32-bitColin Cross2014-04-021-0/+3
* Build changes to build multilib testsAndreas Gampe2014-04-011-2/+0
* Add -lpthread -ldl to link executable/testsAndrew Hsieh2014-04-011-0/+1
* HACK: force target art executables to be compiled for 32-bitColin Cross2014-03-201-0/+2
* art: convert makefiles to support multilib buildColin Cross2014-02-181-0/+5
* Restore build-art minimal buildBrian Carlstrom2013-08-021-2/+2
* Clean up stlport usage.Elliott Hughes2013-07-301-5/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-43/+17
* libart-compiler cleanupBrian Carlstrom2013-07-111-20/+29
* Move to new art dalvikvmBrian Carlstrom2013-06-171-4/+2
* Clang build support, -Wthread-safety with GCC 4.6.Ian Rogers2013-05-171-0/+2
* Remove gcc-based tsan supportBrian Carlstrom2013-03-221-5/+0
* Remove ExtractCodeAndPrelink and switch Portable to MCLinkerBrian Carlstrom2013-03-061-2/+9
* Remove Iceland.Ian Rogers2013-02-271-3/+0
* Eliminate #ifdef ART_USE_QUICK_COMPILERbuzbee2012-10-261-10/+2
* GBC Expander. Removed lir.Shih-wei Liao2012-09-151-0/+3
* Foundation for Quick LLVM compilerbuzbee2012-06-071-0/+4
* Add dex_lang as common frontend to lir and LLVM. dex_lang + bc2lir =Shih-wei Liao2012-05-281-0/+4
* Fix the LLVM build. Separate out libart-compiler-llvm.so.Shih-wei Liao2012-03-131-2/+8
* Turn on some basic tsan annotations.Elliott Hughes2012-02-071-1/+5
* Add installd support to dex2oatBrian Carlstrom2012-01-051-4/+0
* Merge art-cache dex files into oat filesBrian Carlstrom2012-01-041-1/+1
* Bring our native stack usage down.Elliott Hughes2011-10-161-0/+4
* Add oatopt drop in replacement for dexoptBrian Carlstrom2011-10-141-0/+4
* Fix Object::IsSoftReferenceBrian Carlstrom2011-10-121-26/+45
* Remove redundant libgtest_host linkageBrian Carlstrom2011-09-161-1/+0
* oatdumpBrian Carlstrom2011-09-161-0/+4
* Fix ClassLinker::LinkInterfaceMethods bugBrian Carlstrom2011-09-151-1/+6
* Support 32-bit volatiles.Elliott Hughes2011-09-131-1/+5
* Finish moving state to managed heapBrian Carlstrom2011-09-111-9/+12
* Working dex2oat and oatexecBrian Carlstrom2011-09-061-0/+76