aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/Optimizer.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kk_2.7_rb1.9' of git://codeaurora.org/platform/dalvik into cafSteve Kondik2013-11-111-0/+2
|\
* | JIT: Combine add with shift.Anders O Nilsson2013-07-241-0/+1
|/
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-2/+2
* Add runtime support for method based compilation.Ben Cheng2011-01-261-0/+1
* Implement method inlining for getters/settersBen Cheng2010-08-021-0/+1
* Major registor allocation rework - stage 1.Bill Buzbee2009-10-301-16/+2
* Implemented a new scheduler and FP register allocator.Ben Cheng2009-09-251-0/+2
* Model resource usage for each Thumb/Thumb2 instrution.Ben Cheng2009-09-111-0/+9
* Implement SSA-based loop optimizations.Ben Cheng2009-09-011-3/+2
* Implemented peephole optimizations including null-check elimination, redundan...Ben Cheng2009-06-171-0/+47