aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/LocalOptimizations.c
Commit message (Expand)AuthorAgeFilesLines
* Move the compiler into C++.Carl Shapiro2011-04-191-450/+0
* Add support to do suspend polling on backward branches in JIT'ed code.Ben Cheng2011-02-161-383/+321
* Misc goodies in the JIT in preparation for more aggressive code motion.Ben Cheng2011-02-081-20/+20
* Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-071-3/+3
* It's "opcode" not "opCode".Dan Bornstein2010-12-011-4/+4
* Clean up warnings detected by gcc.Ben Cheng2010-05-281-0/+3
* Remove unused labels, variables, and functions. Enable warnings.Carl Shapiro2010-05-211-3/+0
* Use correct resource flags for Dalvik ld/st instructions to enable code motion.Ben Cheng2010-03-251-13/+39
* Bug fix for JIT peephole optimization.Ben Cheng2010-03-171-4/+6
* Jit: Sapphire tuning - mostly scheduling.Bill Buzbee2010-03-031-6/+142
* Restructure the codegen to make architectural depedency explicit.Ben Cheng2009-11-221-6/+5
* Fix a memory disambiguation and a SFP/DFP assembling bug in the JIT.Ben Cheng2009-09-301-8/+5
* Implemented a new scheduler and FP register allocator.Ben Cheng2009-09-251-90/+138
* Model resource usage for each Thumb/Thumb2 instrution.Ben Cheng2009-09-111-18/+127
* Improved codegen for inline, continuing codegen restructuringBill Buzbee2009-08-281-0/+3
* Thumb/Thumb2 instruction selection rework.Bill Buzbee2009-08-251-2/+28
* Continuing evolution of Thumb2 support.Bill Buzbee2009-08-131-24/+45
* Stage 3 of Thumb2 support. armv7-a now generates vfp code inline.Bill Buzbee2009-07-311-0/+6
* Stage 2 of structural changes for support of THUMB2. No logic changes.Bill Buzbee2009-07-281-0/+139