summaryrefslogtreecommitdiffstats
path: root/runtime/arch/mips/context_mips.cc
Commit message (Expand)AuthorAgeFilesLines
* MIPS32: Move code from RA to T9 in longjumpGoran Jakovljevic2015-10-271-2/+2
* Remove ArtCode.Nicolas Geoffray2015-10-201-6/+3
* Add an abstraction over a compiled code.Nicolas Geoffray2015-10-131-2/+2
* ART: Single-frame deoptAndreas Gampe2015-09-281-0/+2
* Revert "Revert "[MIPS] Use hard float calling convention for managed code""Goran Jakovljevic2015-08-251-0/+5
* Revert "[MIPS] Use hard float calling convention for managed code"Vladimir Marko2015-08-211-5/+0
* [MIPS] Use hard float calling convention for managed codeGoran Jakovljevic2015-08-211-0/+5
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-2/+2
* ART: Use kBadFprBase on mips64 and arm64.Vladimir Marko2015-05-271-1/+1
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-28/+16
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-1/+1
* Refactor register access from StackVisitorSebastien Hertz2015-01-261-14/+6
* ART: Remove unnecessary includesAndreas Gampe2014-11-031-2/+1
* Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-171-11/+26
* Revert "Fix access to FP registers when visiting stack"Sebastien Hertz2014-06-171-26/+11
* Fix access to FP registers when visiting stackSebastien Hertz2014-06-171-11/+26
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-10/+10
* Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-2/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-2/+2
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-0/+102