summaryrefslogtreecommitdiffstats
path: root/runtime/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-1/+2
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Add dependency on libbase.Narayan Kamath2015-04-291-1/+1
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+2
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-0/+2
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+2
* Switch to shared libcutils on host to fix odr-violationBrian Carlstrom2015-04-021-1/+1
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-0/+1
* Compress the StackMaps.Nicolas Geoffray2015-03-201-0/+1
* Remove the Android.mk GCC-only source files hackeryColin Cross2015-03-181-17/+1
* ART: Refactor unstarted runtimeAndreas Gampe2015-03-111-0/+1
* Merge "Remove ThrowLocation."Nicolas Geoffray2015-03-101-1/+0
|\
| * Remove ThrowLocation.Nicolas Geoffray2015-03-101-1/+0
* | Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-091-0/+1
|/
* Change card cache mod-union table to use bitmapsMathieu Chartier2015-02-261-0/+1
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-0/+4
* Revert "Add JIT"Nicolas Geoffray2015-02-241-4/+0
* Add JITMathieu Chartier2015-02-231-0/+4
* Move arenas into runtimeMathieu Chartier2015-02-191-0/+2
* Merge "art: Refactor RuntimeOptions/ParsedOptions"Igor Murashkin2015-02-041-0/+3
|\
| * art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-0/+3
* | Merge "Clean up enums in RegionSpace."Hiroshi Yamauchi2015-02-021-0/+1
|\ \ | |/ |/|
| * Clean up enums in RegionSpace.Hiroshi Yamauchi2015-01-301-0/+1
* | Add options for building/testing with coverage.Dan Albert2015-01-301-0/+2
* | Remove libcxx.mk cruft.Dan Albert2015-01-291-1/+0
|/
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+1
* Merge "ART: Mips64 runtime support"Andreas Gampe2015-01-161-3/+10
|\
| * ART: Mips64 runtime supportAndreas Gampe2015-01-151-3/+10
* | Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-0/+1
|/
* ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-151-0/+2
* Add heap task processorMathieu Chartier2014-12-191-0/+1
* Remove portable.Elliott Hughes2014-12-121-27/+0
* Remove unused headers.Ian Rogers2014-12-031-2/+0
* Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders.Ian Rogers2014-12-021-1/+0
* Remove FieldHelper.Ian Rogers2014-12-021-1/+0
* Restrict FDO to only apply to target build.Dehao Chen2014-11-201-1/+3
* ART: Track Flush & Close in FdFileAndreas Gampe2014-11-181-0/+1
* ART: Fix last lpae occurrence, Arm64 genericAndreas Gampe2014-11-131-2/+2
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-5/+10
* Use the new name for the libc++ libbacktrace.Dan Albert2014-11-111-1/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+7
* Tidy and reduce ART library dependencies on the host.Ian Rogers2014-10-301-4/+10
* ARM: Use hardfp calling convention between java to java call.Zheng Xu2014-10-241-0/+1
* Tidy up logging.Ian Rogers2014-10-221-3/+1
* Merge "Add -no-integrated-as at local level."Chih-Hung Hsieh2014-10-171-0/+7
|\
| * Add -no-integrated-as at local level.Chih-Hung Hsieh2014-10-161-0/+7
* | Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-11/+42
|/
* Remove selinux dependency.Nicolas Geoffray2014-09-301-1/+1
* Revert "Enable computed goto interpreter on the host"Sebastien Hertz2014-09-301-1/+4
* Enable computed goto interpreter on the hostSebastien Hertz2014-09-231-4/+1