summaryrefslogtreecommitdiffstats
path: root/runtime/Android.mk
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix art build scriptJunmo Park2014-08-131-2/+2
|/
* Proper fix after -Bsymbolic change.Dan Albert2014-08-091-3/+1
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-0/+2
* Workaround for test failures after Bsymbolic fix.Dan Albert2014-08-071-1/+3
* Add implicit checks for x86_64 architecture.Dave Allison2014-08-071-1/+3
* Add x86_64 optimized __memcmp16 implementation;Varvara Rainchik2014-08-061-0/+1
* Remove the per-project FDO support. Use the common FDO support from build/core.Dehao Chen2014-07-271-0/+1
* Integrate ART with NativeBridge interfacesYong WU2014-07-241-0/+1
* Recycle mem-maps for collector transitions.Mathieu Chartier2014-07-221-0/+1
* Add optimized assembler implementation of __memcmp16 for x86.Alexander Ivchenko2014-07-171-0/+1
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-0/+1
* Remove object_utils.h.Ian Rogers2014-07-161-249/+252
* Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Fred Shih2014-07-151-0/+1
* Make jemalloc the default choice.Christopher Ferris2014-07-111-3/+3
* Revert "Revert "Revert "Add intrinsic for Reference.get()"""Sebastien Hertz2014-07-111-1/+0
* Revert "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-111-0/+1
* Revert "Add intrinsic for Reference.get()"Christopher Ferris2014-07-111-1/+0
* Add intrinsic for Reference.get()Fred Shih2014-07-101-0/+1
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-1/+0
* Add implicit null and stack checks for x86Dave Allison2014-07-091-0/+1
* 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