| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 12 | -12/+12 |
|\ |
|
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 10 | -10/+10 |
* | | PPC/e500: Drop support for this architecture. | Mike Pall | 2015-01-04 | 1 | -3/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-10-07 | 1 | -1/+1 |
|\| |
|
| * | Fix DragonFly build (unsupported). | Mike Pall | 2014-10-07 | 1 | -1/+1 |
| * | RELEASE LuaJIT-2.0.3v2.0.3 | Mike Pall | 2014-03-12 | 4 | -4/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-02-28 | 1 | -2/+0 |
|\| |
|
| * | Fix frame depth display for bytecode dump in -jdump. | Mike Pall | 2014-02-28 | 1 | -2/+0 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-02-27 | 1 | -0/+1 |
|\| |
|
| * | Fix for -jdump docs. | Mike Pall | 2014-02-27 | 1 | -0/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 10 | -10/+10 |
|\| |
|
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 10 | -10/+10 |
| * | RELEASE LuaJIT-2.0.2v2.0.2 | Mike Pall | 2013-06-03 | 4 | -4/+4 |
* | | Show trailing NYI item for stitched trace with -jv. | Mike Pall | 2013-12-25 | 1 | -0/+3 |
* | | Fix -jp=a mode. | Mike Pall | 2013-09-10 | 1 | -2/+4 |
* | | Add -jp=fl mode and minor fixes. | Mike Pall | 2013-09-10 | 2 | -6/+17 |
* | | Low-overhead profiler, part 5: add annotation mode for -jp. | Mike Pall | 2013-09-09 | 1 | -7/+88 |
* | | Switch from -jp=n<top_n> to -jp=m<min_pct> as a threshold. | Mike Pall | 2013-09-09 | 1 | -7/+9 |
* | | Add notice when no samples were collected by -jp. | Mike Pall | 2013-09-08 | 1 | -2/+4 |
* | | Add low-overhead profiler. Part 3: command line interface. | Mike Pall | 2013-09-02 | 1 | -0/+216 |
* | | Add low-overhead profiler. Part 2: low-level Lua API. | Mike Pall | 2013-09-02 | 1 | -0/+41 |
* | | 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 | 10 | -90/+83 |
* | | Adapt -jdump to unified string.format("%x", -1) behavior. | Mike Pall | 2013-05-13 | 2 | -3/+6 |
* | | 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 | 4 | -4/+4 |
|/ |
|
* | RELEASE LuaJIT-2.0.1 (fixed)v2.0.1-fixed | Mike Pall | 2013-02-19 | 4 | -4/+4 |
* | OSX: Add support for Mach-O object files to -b option. | Mike Pall | 2013-02-11 | 1 | -1/+159 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 10 | -10/+10 |
* | Remove redundant code in jit/*.lua. | Mike Pall | 2013-01-11 | 2 | -2/+0 |
* | ARM: Add VFP and hard-float ABI variants to JIT compiler. | Mike Pall | 2012-08-09 | 1 | -1/+2 |
* | ARM: Add VFP instructions to ARM disassembler. | Mike Pall | 2012-07-29 | 1 | -9/+154 |
* | 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 |
* | Allow parsing bcsave.lua (-b option) without FFI. | Mike Pall | 2012-06-12 | 1 | -1/+2 |
* | PPC: Fix disassembly of rldcl/rldcr. | Mike Pall | 2012-06-12 | 1 | -1/+1 |
* | Move lib/* to src/jit/*. | Mike Pall | 2012-06-08 | 11 | -0/+3994 |