summaryrefslogtreecommitdiffstats
path: root/runtime/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Initialize pDeoptimize quick entry pointer for Mips.Douglas Leung2015-07-131-0/+4
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-031-10/+95
* [MIPS] Fix method tracing for mips64Lazar Trsic2015-06-101-1/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-023-5/+5
* 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-271-1/+1
* | ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-262-28/+17
|/
* Insert a read barrier in the JNI bridge.Hiroshi Yamauchi2015-05-071-0/+3
* ART: Fix MIPS entrypoint downcall macros.Vladimir Marko2015-04-281-17/+3
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+24
* Remove ArtMethod* parameter from dex cache entry points.Vladimir Marko2015-04-241-7/+16
* Replace NULL with nullptrMathieu Chartier2015-04-223-10/+15
* Fix 099-vmdebug and 802-deoptimization art tests for Mips.Douglas Leung2015-03-311-16/+15
* ART: Change the isa defaults for MipsDouglas Leung2015-03-201-27/+54
* Fix generic JNI stubs to not discard the Java native frame.Nicolas Geoffray2015-03-031-5/+4
* [MIPS] Fix mips32 trampoline problem.Nikola Veljkovic2015-02-252-0/+144
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-232-2/+3
* Refactor register access from StackVisitorSebastien Hertz2015-01-262-36/+26
* Merge "Fix refs_and_args callee save order for Mips32."Andreas Gampe2015-01-161-9/+9
|\
| * Fix refs_and_args callee save order for Mips32.Douglas Leung2015-01-121-9/+9
* | ART: Introduce Mips32 R6Andreas Gampe2015-01-132-29/+75
* | ART: Use jalr instead of jr for MipsAndreas Gampe2015-01-132-32/+34
|/
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-291-55/+27
* Fix typo bug for Mips32.Douglas Leung2014-12-161-1/+1
* [MIPSR6] Adjust assembly routines for MIPS R6 isaDuane Sand2014-12-162-61/+106
* Remove portable.Elliott Hughes2014-12-122-138/+1
* Merge "Add JNI trampoline for mips32."Ian Rogers2014-11-223-204/+278
|\
| * Add JNI trampoline for mips32.Douglas Leung2014-10-313-204/+278
* | Fix the last users of TARGET_CPU_SMP.Elliott Hughes2014-11-191-4/+0
* | Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-182-2/+2
* | Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-133-0/+299
* | Merge "ART: Fix some redundant declarations"Andreas Gampe2014-11-051-80/+1
|\ \
| * | ART: Fix some redundant declarationsAndreas Gampe2014-11-041-80/+1
* | | Add ATTRIBUTE_UNUSED to unused parameters.Chih-Hung Hsieh2014-11-041-7/+13
|/ /
* | ART: Remove unnecessary includesAndreas Gampe2014-11-031-2/+1
|/
* Add gp initialization to the art_quick_imt_conflict_trampoline() function.Douglas Leung2014-10-271-1/+1
* Do not use ld instruction for Mips32.Douglas Leung2014-10-241-6/+9
* Refactor quick entrypointsIan Rogers2014-10-206-290/+200
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-162-9/+4
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-3/+4
* Fix mips build for nested signal handlerDave Allison2014-08-291-0/+3
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-252-2/+189
* Fix the THREAD_ offsets for MIPS.Raghu Gandham2014-08-151-2/+2
* Add implicit checks for x86_64 architecture.Dave Allison2014-08-071-1/+1
* Fix test 304-method-tracing failure for Mips.Douglas Leung2014-07-161-3/+4
* Merge "Fix art test failures for Mips."Jeff Hao2014-07-161-4/+9
|\
| * Fix art test failures for Mips.Douglas Leung2014-07-151-4/+9
* | Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-1/+2
|/
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+2