summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/arm/FP
Commit message (Expand)AuthorAgeFilesLines
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-053-640/+0
* Dalvik: Add hardware vfp support for OP_LONG_TO_DOUBLE in JITSerban Constantinescu2013-12-191-0/+25
* Use std::string rather than malloc/free for saneDirName.Elliott Hughes2011-06-071-1/+1
* Move the compiler into C++.Carl Shapiro2011-04-193-4/+6
* Handle OP_THROW in the method JIT.Ben Cheng2011-03-021-1/+1
* Add scheduling barrier at the end of IT blocks for FP comparisons.Ben Cheng2011-02-111-0/+5
* Fix armv5te-vfp build.Ben Cheng2011-01-251-14/+14
* Fix generic-eng (ARMv5) build.Elliott Hughes2011-01-241-1/+3
* Light refactoring of handleExecuteInline.Elliott Hughes2011-01-203-3/+3
* It's "opcode" not "opCode".Dan Bornstein2010-12-013-25/+25
* JIT: Source code reorganization to isolate target independent codebuzbee2010-09-241-7/+2
* JIT: Fix for armv5te-VFP bug [Issue 2916682]buzbee2010-08-131-20/+20
* Remove unused labels, variables, and functions. Enable warnings.Carl Shapiro2010-05-211-2/+0
* Clean up the codegen for invoking helper callout functions.Ben Cheng2010-04-022-4/+1
* Fix a couple of typos in JIT function names.Elliott Hughes2010-02-251-1/+1
* Jit: Phase 1 of register utility cleanup/rewrite - the great renamingBill Buzbee2010-02-092-39/+40
* Restructure the codegen to make architectural depedency explicit.Ben Cheng2009-11-223-0/+615