Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid sign extension in packed-switch. | Elliott Hughes | 2012-07-17 | 1 | -7/+0 |
* | Normalize the include guard style. | Carl Shapiro | 2011-06-14 | 1 | -4/+4 |
* | Get rid of uneeded extern, enum, typedef and struct qualifiers. | Carl Shapiro | 2011-04-27 | 1 | -30/+22 |
* | Move the compiler into C++. | Carl Shapiro | 2011-04-19 | 1 | -0/+8 |
* | Interpreter restructuring: eliminate InterpState | buzbee | 2011-02-19 | 1 | -1/+1 |
* | Ensure we always call inline natives. | Elliott Hughes | 2011-02-16 | 1 | -17/+0 |
* | Don't treat dvmJitToPatchPredictedChain as a Jit-to-Interp entry point. | Ben Cheng | 2011-01-04 | 1 | -0/+6 |
* | Revert "Remove inline natives for an unused performance test." | Jesse Wilson | 2010-12-22 | 1 | -0/+1 |
* | Remove inline natives for an unused performance test. | Jesse Wilson | 2010-12-22 | 1 | -1/+0 |
* | Clean up warnings detected by gcc. | Ben Cheng | 2010-05-28 | 1 | -3/+6 |
* | Clean up the codegen for invoking helper callout functions. | Ben Cheng | 2010-04-02 | 1 | -0/+132 |