Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix -jdump broken by 2ef2c34d. | Mike Pall | 2013-05-29 | 1 | -1/+6 |
* | Get rid of module() in all internal modules. | Mike Pall | 2013-05-16 | 1 | -5/+5 |
* | Adapt -jdump to unified string.format("%x", -1) behavior. | Mike Pall | 2013-05-13 | 1 | -2/+3 |
* | Use explicit conversion type for IR_TOSTR. Add char conversion. | Mike Pall | 2013-04-23 | 1 | -0/+1 |
* | Compile string concatenations (BC_CAT). | Mike Pall | 2013-04-21 | 1 | -0/+1 |
* | Remove obsolete non-truncating number to integer conversions. | Mike Pall | 2013-02-23 | 1 | -2/+1 |
* | BRANCH LuaJIT-2.1 | Mike Pall | 2013-02-21 | 1 | -1/+1 |
* | RELEASE LuaJIT-2.0.1 (fixed)v2.0.1-fixed | Mike Pall | 2013-02-19 | 1 | -1/+1 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | Remove redundant code in jit/*.lua. | Mike Pall | 2013-01-11 | 1 | -1/+0 |
* | Drop range limit for sunk stores relative to sunk allocation. | Mike Pall | 2012-07-04 | 1 | -1/+1 |
* | Add allocation sinking and store sinking optimization. | Mike Pall | 2012-07-02 | 1 | -5/+10 |
* | Move lib/* to src/jit/*. | Mike Pall | 2012-06-08 | 1 | -0/+696 |