aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/CodegenCommon.c
Commit message (Expand)AuthorAgeFilesLines
* Move the compiler into C++.Carl Shapiro2011-04-191-447/+0
* Handle relocatable class objects in JIT'ed code.Ben Cheng2011-03-101-7/+6
* Handle OP_THROW in the method JIT.Ben Cheng2011-03-021-1/+1
* Add support to do suspend polling on backward branches in JIT'ed code.Ben Cheng2011-02-161-13/+50
* Misc goodies in the JIT in preparation for more aggressive code motion.Ben Cheng2011-02-081-3/+29
* Implement method parser and SSA transformation.Ben Cheng2010-12-131-1/+2
* Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-071-7/+7
* Another clarifying rename and a bit more automation.Dan Bornstein2010-12-031-1/+1
* It's "opcode" not "opCode".Dan Bornstein2010-12-011-30/+30
* Say kNumDalvikInstructions when appropriate.Dan Bornstein2010-11-191-1/+1
* Staticify.Andy McFadden2010-09-171-1/+1
* Clean up warnings detected by gcc.Ben Cheng2010-05-281-0/+2
* Fix a race condition in JIT state refresh under debugging / misc code cleanup.Ben Cheng2010-03-311-1/+1
* Jit: Make most Jit compile failures non-fatal; just abort offending translationBill Buzbee2010-03-071-1/+2
* Jit: Sapphire tuning - mostly scheduling.Bill Buzbee2010-03-031-5/+38
* Jit: fix typo that caused incorrect def mask for blr's.Bill Buzbee2010-02-251-1/+1
* Jit: Phase 1 of register utility cleanup/rewrite - the great renamingBill Buzbee2010-02-091-3/+3
* Fix for 2367397 - Runtime reset with threshold lowered to 20.Bill Buzbee2010-01-111-0/+3
* Restructure the codegen to make architectural depedency explicit.Ben Cheng2009-11-221-0/+345