summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/mips
Commit message (Expand)AuthorAgeFilesLines
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-0521-13402/+0
* Move dalvik off cacheflush so we can deprecate it.Elliott Hughes2014-02-122-11/+5
* Merge commit 'b75a263239ff48c87b826f5d62a53c0efd22b507' into HEADThe Android Open Source Project2013-11-221-1/+5
|\
| * JIT tuning; set cache size on command linebuzbee2013-05-231-1/+5
* | [MIPS] Use sync instruction in dvmCompilerGenMemBarrierChris Dearman2013-10-255-8/+62
|/
* Fix -Xjitthreshold (for real this time).Elliott Hughes2013-03-011-1/+1
* Fix -Xjitthreshold.Elliott Hughes2013-02-251-1/+3
* [MIPS] Fixing FP registers fs0 and fs1 corruption bug.Douglas Leung2012-11-261-0/+8
* MIPS: Missing zero-checks in JIT compiler.Douglas Leung2012-10-051-1/+9
* Optimize those StrictMath routines that are identical to Math routines.Elliott Hughes2012-09-141-6/+16
* Fix an array out-of-bound read in the JIT compiler.Douglas Leung2012-08-011-4/+10
* Fix the MIPS build:Raghu Gandham2012-07-319-230/+142
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-202-4/+5
* Avoid sign extension in packed-switch.Elliott Hughes2012-07-172-16/+9
* Remove some dead code in the MIPS stuff, and run rebuild.sh.Elliott Hughes2012-07-171-1/+0
* [MIPS] Dalvik fast interpreter support and JIT implementationRaghu Gandham2012-05-0221-0/+13411