aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/Thumb/Factory.c
Commit message (Expand)AuthorAgeFilesLines
* Move the compiler into C++.Carl Shapiro2011-04-191-914/+0
* Handle relocatable class objects in JIT'ed code.Ben Cheng2011-03-101-2/+2
* Handle OP_THROW in the method JIT.Ben Cheng2011-03-021-13/+13
* Misc goodies in the JIT in preparation for more aggressive code motion.Ben Cheng2011-02-081-19/+57
* Add explicit casts from "void *" to destination types.Ben Cheng2010-12-141-2/+2
* It's "opcode" not "opCode".Dan Bornstein2010-12-011-115/+115
* JIT: Add new compare-immed-and-branch primative & drop useless clrexbuzbee2010-08-311-10/+7
* Clean up warnings detected by gcc.Ben Cheng2010-05-281-3/+0
* Clean up the codegen for invoking helper callout functions.Ben Cheng2010-04-021-5/+9
* Jit: Make most Jit compile failures non-fatal; just abort offending translationBill Buzbee2010-03-071-10/+20
* Jit: Sapphire tuning - mostly scheduling.Bill Buzbee2010-03-031-27/+43
* Fix a couple of typos in JIT function names.Elliott Hughes2010-02-251-1/+1
* Added LDMIA/STMIA support to Self Verification mode.jeffhao2010-02-101-0/+8
* Jit: Phase 1 of register utility cleanup/rewrite - the great renamingBill Buzbee2010-02-091-28/+28
* Made Self Verification mode's memory interface less intrusive.jeffhao2010-02-041-1/+20
* Restructure the codegen to make architectural depedency explicit.Ben Cheng2009-11-221-0/+825