summaryrefslogtreecommitdiffstats
path: root/runtime/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix cfi information for x86." into mnc-devChristopher Ferris2015-07-132-4/+12
|\
| * Fix cfi information for x86.Christopher Ferris2015-07-132-4/+12
* | Initialize pDeoptimize quick entry pointer for Mips.Douglas Leung2015-07-132-0/+7
|/
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-032-20/+190
* ART: Fix CFI annotation for art_quick_aput_objMathieu Chartier2015-06-293-2/+5
* Merge "ART: Fix arm32 instrumentation exit stub" into mnc-devAndreas Gampe2015-06-251-2/+7
|\
| * ART: Fix arm32 instrumentation exit stubAndreas Gampe2015-06-241-2/+7
* | Fix imt conflict trampoline for mips64Mathieu Chartier2015-06-241-1/+1
|/
* Fix moving GC bugs in proxy stub for X86/X86_64Mathieu Chartier2015-06-182-4/+4
* Change mips64 lwu to ld for loading caller ArtMethod*Mathieu Chartier2015-06-121-1/+1
* Add cortex-a53 as a valid instruction set variant for arm64.Tim Murray2015-06-111-1/+1
* [MIPS] Fix method tracing for mips64Lazar Trsic2015-06-102-14/+14
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-0220-205/+204
* Merge "ART: Add Mips o32 callee-save registers to SaveAll frame" into mnc-devAndreas Gampe2015-05-293-27/+44
|\
| * ART: Add Mips o32 callee-save registers to SaveAll frameAndreas Gampe2015-05-283-27/+44
* | ART: Use kBadFprBase on mips64 and arm64.Vladimir Marko2015-05-272-2/+2
* | Fix mac build: cast fpr callee save addresses.Vladimir Marko2015-05-262-3/+6
* | ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-2612-178/+117
|/
* Merge "Insert a read barrier in the JNI bridge."Hiroshi Yamauchi2015-05-116-0/+18
|\
| * Insert a read barrier in the JNI bridge.Hiroshi Yamauchi2015-05-076-0/+18
* | Merge "Add stub_test implementation for mips & mips64"Andreas Gampe2015-05-081-26/+307
|\ \
| * | Add stub_test implementation for mips & mips64Goran Jakovljevic2015-05-071-26/+307
* | | Fix stub_test for Mips64Goran Jakovljevic2015-05-084-24/+57
|/ /
* | Merge "Fix mips64 bugs."Andreas Gampe2015-05-061-18/+15
|\ \
| * | Fix mips64 bugs.Douglas Leung2015-05-011-18/+15
| |/
* | Fix instrumentation exit stub for arm64Sebastien Hertz2015-05-061-1/+1
* | Fix Mips64 utils.h typoDuane Sand2015-05-051-1/+1
|/
* Merge "ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points."Vladimir Marko2015-04-281-0/+10
|\
| * ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points.Vladimir Marko2015-04-281-0/+10
* | ART: Fix MIPS entrypoint downcall macros.Vladimir Marko2015-04-281-17/+3
|/
* Fix java_lang_Class newInstance for strings; also quick entrypoints.Jeff Hao2015-04-271-3/+3
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-277-78/+199
* Remove ArtMethod* parameter from dex cache entry points.Vladimir Marko2015-04-246-82/+94
* Replace NULL with nullptrMathieu Chartier2015-04-2222-100/+107
* [optimizing] Use more X86_64 addressing modesMark Mendell2015-04-211-0/+1
* Merge "ARM64: Remove suspend register."Vladimir Marko2015-04-154-93/+93
|\
| * ARM64: Remove suspend register.Zheng Xu2015-04-144-93/+93
* | Merge "Opt Compiler: ARM64 goodness"Roland Levillain2015-04-142-7/+6
|\ \ | |/ |/|
| * Opt Compiler: ARM64 goodnessSerban Constantinescu2015-04-022-7/+6
* | ART: Clean up includes.Vladimir Marko2015-04-131-0/+1
* | Move ArtField to nativeMathieu Chartier2015-04-101-164/+132
* | ART: Remove unused variables.Andreas Gampe2015-04-072-2/+0
* | Merge "ART: Add support for "silvermont" variant"Andreas Gampe2015-04-074-10/+69
|\ \
| * | ART: Add support for "silvermont" variantAndreas Gampe2015-04-034-10/+69
* | | Fix JNI compiler for mips64Goran Jakovljevic2015-04-061-8/+8
* | | ART: Make unknown variant "mips64r6" go awayAndreas Gampe2015-04-061-2/+1
* | | Merge "ART: Add Clang's -Wused-but-marked-unused"Andreas Gampe2015-04-062-2/+2
|\ \ \
| * | | ART: Add Clang's -Wused-but-marked-unusedAndreas Gampe2015-04-032-2/+2
| |/ /
* / / Refactor and improve GC root handlingMathieu Chartier2015-04-063-10/+10
|/ /
* | ART: Avoid obvious segfault in arm & x86 fault handlerAndreas Gampe2015-04-032-0/+13