summaryrefslogtreecommitdiffstats
path: root/runtime/arch/mips64
Commit message (Expand)AuthorAgeFilesLines
* Initialize pDeoptimize quick entry pointer for Mips.Douglas Leung2015-07-131-0/+3
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-031-10/+95
* Fix imt conflict trampoline for mips64Mathieu Chartier2015-06-241-1/+1
* Change mips64 lwu to ld for loading caller ArtMethod*Mathieu Chartier2015-06-121-1/+1
* [MIPS] Fix method tracing for mips64Lazar Trsic2015-06-101-13/+13
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-023-49/+49
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-262-28/+17
* Merge "Insert a read barrier in the JNI bridge."Hiroshi Yamauchi2015-05-111-0/+3
|\
| * Insert a read barrier in the JNI bridge.Hiroshi Yamauchi2015-05-071-0/+3
* | Fix stub_test for Mips64Goran Jakovljevic2015-05-083-24/+53
* | Merge "Fix mips64 bugs."Andreas Gampe2015-05-061-18/+15
|\ \
| * | Fix mips64 bugs.Douglas Leung2015-05-011-18/+15
| |/
* | Fix Mips64 utils.h typoDuane Sand2015-05-051-1/+1
|/
* ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points.Vladimir Marko2015-04-281-0/+10
* Remove ArtMethod* parameter from dex cache entry points.Vladimir Marko2015-04-241-52/+34
* Replace NULL with nullptrMathieu Chartier2015-04-223-13/+18
* ART: Remove unused variables.Andreas Gampe2015-04-071-1/+0
* Fix JNI compiler for mips64Goran Jakovljevic2015-04-061-8/+8
* ART: Make unknown variant "mips64r6" go awayAndreas Gampe2015-04-061-2/+1
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-4/+4
* Fix 099-vmdebug and 802-deoptimization art tests for Mips.Douglas Leung2015-03-311-2/+2
* Initial support for quick compiler on MIPS64r6.Maja Gagic2015-03-061-55/+650
* Fix generic JNI stubs to not discard the Java native frame.Nicolas Geoffray2015-03-031-4/+3
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-232-2/+3
* Add Mips64 art_quick_proxy_invoke_handler assembly.Douglas Leung2015-01-301-1/+23
* ART: Add Mips64 resolution trampoline assemblyAndreas Gampe2015-01-301-1/+18
* Refactor register access from StackVisitorSebastien Hertz2015-01-262-36/+26
* ART: Mips64 runtime supportAndreas Gampe2015-01-1511-0/+1634
* ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-156-0/+464