summaryrefslogtreecommitdiffstats
path: root/vm/compiler/IntermediateRep.c
Commit message (Expand)AuthorAgeFilesLines
* Move the compiler into C++.Carl Shapiro2011-04-191-124/+0
* Implement method parser and SSA transformation.Ben Cheng2010-12-131-1/+4
* Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-071-1/+1
* Implement method inlining for getters/settersBen Cheng2010-08-021-0/+16
* Jit: Make most Jit compile failures non-fatal; just abort offending translationBill Buzbee2010-03-071-2/+1
* Model resource usage for each Thumb/Thumb2 instrution.Ben Cheng2009-09-111-0/+14
* Implement SSA-based loop optimizations.Ben Cheng2009-09-011-1/+16
* Implemented peephole optimizations including null-check elimination, redundan...Ben Cheng2009-06-171-0/+18
* Initial port of the Dalvik JIT enging to the internal repository.Ben Cheng2009-06-041-0/+59