summaryrefslogtreecommitdiffstats
path: root/runtime/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-301-0/+1
* Fix the x86 textrel and remove -Wl,--no-fatal-warnings.Elliott Hughes2014-06-281-2/+2
* Multilib ART host.Ian Rogers2014-06-241-43/+66
* Add mark compact collector.Mathieu Chartier2014-06-191-0/+1
* Merge "Remove deprecated WITH_HOST_DALVIK."Ian Rogers2014-06-101-8/+12
|\
| * Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-8/+12
* | ART: Fix MIPS buildAndreas Gampe2014-06-101-1/+1
* | ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-101-0/+3
|/
* Add locking around boot image generation.Narayan Kamath2014-06-101-0/+1
* ART: Make LOCAL_CLANG architecture dependent for the targetAndreas Gampe2014-06-041-27/+21
* Don't report down-calls as unhandled exceptions.Ian Rogers2014-05-301-2/+0
* Make use of sigchainlib for signal chaining for implicit checksDave Allison2014-05-291-1/+4
* Add support for jemalloc instead of dlmalloc.Christopher Ferris2014-05-221-0/+6
* Move art host to libc++Dan Albert2014-05-211-6/+2
* Improve heap verification for invalid roots.Mathieu Chartier2014-05-201-0/+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/+5
* 64-bit host multilib build.Ying Wang2014-05-161-26/+13
* ART: Fix MonitorExit code on ARMAndreas Gampe2014-05-151-5/+5
* Add concurrent reference processing.Mathieu Chartier2014-05-071-0/+2
* Refactor exception handling for deoptimizationSebastien Hertz2014-04-251-1/+2
* Preparation for transition to libc++.Ian Rogers2014-04-161-3/+2
* Restore the args in the invoke trampoline slow paths.Mathieu Chartier2014-04-031-1/+0
* Merge "Keep the symbol table in the shared libraries."Christopher Ferris2014-04-021-0/+5
|\
| * Keep the symbol table in the shared libraries.Christopher Ferris2014-04-011-0/+5
* | Pass instruction-set from runtime through to spawned dex2oat.Ian Rogers2014-04-021-0/+1
* | Merge "Move most zygote related code to frameworks/base."Narayan Kamath2014-04-021-1/+1
|\ \ | |/ |/|
| * Move most zygote related code to frameworks/base.Narayan Kamath2014-04-011-1/+1
* | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-0/+1
|/
* An empty collector skeleton for a read barrier-based collector.Hiroshi Yamauchi2014-03-271-0/+1
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-4/+10
* Use the card table to speed up the GSS collector.Hiroshi Yamauchi2014-03-141-0/+1
* Fix path for arch/mips/fault_handler_mips.ccBrian Carlstrom2014-03-131-1/+1
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-4/+11
* Merge "Refactor immune region logic into its own file."Mathieu Chartier2014-03-131-0/+1
|\
| * Refactor immune region logic into its own file.Mathieu Chartier2014-03-131-0/+1
* | Move inline method detection to runtime.Vladimir Marko2014-03-121-0/+2
|/
* Support WITHOUT_CLANG buildsBrian Carlstrom2014-03-091-1/+1
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-10/+9
* AArch64: Add ARM64 AssemblerSerban Constantinescu2014-03-051-0/+1
* Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-031-1/+0
* Add ART -help and -showversionBrian Carlstrom2014-03-031-0/+1
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-10/+28
* art: Fix build errors for x86_64 targetDmitry Petrochenko2014-02-271-2/+2
* Merge "art: convert makefiles to support multilib build"Colin Cross2014-02-191-22/+25
|\
| * art: convert makefiles to support multilib buildColin Cross2014-02-181-22/+25
* | Remove blacklistSebastien Hertz2014-02-171-0/+1
|/
* Object model changes to support 64bit.Ian Rogers2014-02-061-6/+18
* [MIPS64] Temporary placeholder build, to allow other projects to buildDuane Sand2014-02-051-0/+4
* Merge "Add zygote space as its own space type."Mathieu Chartier2014-01-311-0/+1
|\