aboutsummaryrefslogtreecommitdiff
path: root/src/jit/dump.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| * RELEASE LuaJIT-2.0.2v2.0.2Mike Pall2013-06-031-1/+1
* | Fix -jdump broken by 2ef2c34d.Mike Pall2013-05-291-1/+6
* | Get rid of module() in all internal modules.Mike Pall2013-05-161-5/+5
* | Adapt -jdump to unified string.format("%x", -1) behavior.Mike Pall2013-05-131-2/+3
* | Use explicit conversion type for IR_TOSTR. Add char conversion.Mike Pall2013-04-231-0/+1
* | Compile string concatenations (BC_CAT).Mike Pall2013-04-211-0/+1
* | Remove obsolete non-truncating number to integer conversions.Mike Pall2013-02-231-2/+1
* | BRANCH LuaJIT-2.1Mike Pall2013-02-211-1/+1
|/
* RELEASE LuaJIT-2.0.1 (fixed)v2.0.1-fixedMike Pall2013-02-191-1/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Remove redundant code in jit/*.lua.Mike Pall2013-01-111-1/+0
* Drop range limit for sunk stores relative to sunk allocation.Mike Pall2012-07-041-1/+1
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-5/+10
* Move lib/* to src/jit/*.Mike Pall2012-06-081-0/+696