summaryrefslogtreecommitdiffstats
path: root/runtime/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-2/+3
* Object model changes to support 64bit.Ian Rogers2014-02-063-7/+71
* ART can't create more than 8k threads during the worktimeAlexei Zavjalov2014-02-061-0/+4
* Fix dumpsys meminfo <pid>.Mathieu Chartier2013-11-251-1/+4
* Refactor allocation entrypoints.Mathieu Chartier2013-11-202-179/+22
* Add .cfi_restore for assembly functionsDave Allison2013-11-061-0/+34
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-292-2/+17
* Add missing callee save restore to quick entrypoints.Mathieu Chartier2013-10-221-15/+7
* Restore callee save registers.Mathieu Chartier2013-10-161-7/+28
* Fix exception throwing in monitor-enter for MIPS.Ian Rogers2013-10-081-1/+1
* Improve quick codegen for aput-object.Ian Rogers2013-10-084-26/+126
* MIPS fix.Ian Rogers2013-09-271-1/+2
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-252-6/+96
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-132-6/+6
* Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-131-2/+2
* Entry point clean up.Ian Rogers2013-08-075-194/+208
* Portable refactorings.Ian Rogers2013-07-307-191/+345
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-296-0/+1750