summaryrefslogtreecommitdiffstats
path: root/runtime/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-2/+1
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-1/+2
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-2/+1
* Add implicit null and stack checks for x86Dave Allison2014-07-091-1/+2
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-301-5/+0
* Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-172-23/+60
* Revert "Fix access to FP registers when visiting stack"Sebastien Hertz2014-06-172-60/+23
* Fix access to FP registers when visiting stackSebastien Hertz2014-06-172-23/+60
* ART: Fix MIPS buildAndreas Gampe2014-06-101-16/+16
* ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-102-2/+43
* Merge "Fix reflection_test failures."Ian Rogers2014-06-051-6/+6
|\
| * Fix reflection_test failures.Douglas Leung2014-06-031-6/+6
* | [MIPS] Remove warnings about use of at registerChris Dearman2014-05-231-2/+4
|/
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-132-10/+66
* Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-2/+2
* Add heap reference size to the checks in arch_testAndreas Gampe2014-04-301-0/+3
* Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly codeAndreas Gampe2014-04-253-4/+30
* Remove support for app JNI workarounds.Ian Rogers2014-04-221-33/+0
* Add handler for printing java stack traces for compiled code SIGSEGV.Mathieu Chartier2014-04-011-1/+2
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-012-8/+8
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+46
* Always reset CFI state.Ian Rogers2014-03-111-1/+3
* Ensure functions start with clean CFA state.Ian Rogers2014-03-111-1/+1
* Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-031-0/+1
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-032-0/+6
* Make MIPS assembly labels local.Ian Rogers2014-02-212-20/+20
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-0/+5