Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the compiler into C++. | Carl Shapiro | 2011-04-19 | 1 | -124/+0 |
* | Implement method parser and SSA transformation. | Ben Cheng | 2010-12-13 | 1 | -1/+4 |
* | Fix implicit conversions, rename reserved works, enable -Wc++-compat. | Carl Shapiro | 2010-12-07 | 1 | -1/+1 |
* | Implement method inlining for getters/setters | Ben Cheng | 2010-08-02 | 1 | -0/+16 |
* | Jit: Make most Jit compile failures non-fatal; just abort offending translation | Bill Buzbee | 2010-03-07 | 1 | -2/+1 |
* | Model resource usage for each Thumb/Thumb2 instrution. | Ben Cheng | 2009-09-11 | 1 | -0/+14 |
* | Implement SSA-based loop optimizations. | Ben Cheng | 2009-09-01 | 1 | -1/+16 |
* | Implemented peephole optimizations including null-check elimination, redundan... | Ben Cheng | 2009-06-17 | 1 | -0/+18 |
* | Initial port of the Dalvik JIT enging to the internal repository. | Ben Cheng | 2009-06-04 | 1 | -0/+59 |