summaryrefslogtreecommitdiff
path: root/src/jit (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM64: Add support for saving bytecode as object files.Mike Pall2015-08-251-6/+8
* Merge branch 'master' into v2.1Mike Pall2015-01-0612-12/+12
|\
| * Bump copyright date to 2015.Mike Pall2015-01-0510-10/+10
* | PPC/e500: Drop support for this architecture.Mike Pall2015-01-041-3/+3
* | Merge branch 'master' into v2.1Mike Pall2014-10-071-1/+1
|\|
| * Fix DragonFly build (unsupported).Mike Pall2014-10-071-1/+1
| * RELEASE LuaJIT-2.0.3v2.0.3Mike Pall2014-03-124-4/+4
* | Merge branch 'master' into v2.1Mike Pall2014-02-281-2/+0
|\|
| * Fix frame depth display for bytecode dump in -jdump.Mike Pall2014-02-281-2/+0
* | Merge branch 'master' into v2.1Mike Pall2014-02-271-0/+1
|\|
| * Fix for -jdump docs.Mike Pall2014-02-271-0/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-1610-10/+10
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-1610-10/+10
| * RELEASE LuaJIT-2.0.2v2.0.2Mike Pall2013-06-034-4/+4
* | Show trailing NYI item for stitched trace with -jv.Mike Pall2013-12-251-0/+3
* | Fix -jp=a mode.Mike Pall2013-09-101-2/+4
* | Add -jp=fl mode and minor fixes.Mike Pall2013-09-102-6/+17
* | Low-overhead profiler, part 5: add annotation mode for -jp.Mike Pall2013-09-091-7/+88
* | Switch from -jp=n<top_n> to -jp=m<min_pct> as a threshold.Mike Pall2013-09-091-7/+9
* | Add notice when no samples were collected by -jp.Mike Pall2013-09-081-2/+4
* | Add low-overhead profiler. Part 3: command line interface.Mike Pall2013-09-021-0/+216
* | Add low-overhead profiler. Part 2: low-level Lua API.Mike Pall2013-09-021-0/+41
* | Fix -jdump broken by 2ef2c34d.Mike Pall2013-05-291-1/+6
* | Get rid of module() in all internal modules.Mike Pall2013-05-1610-90/+83
* | Adapt -jdump to unified string.format("%x", -1) behavior.Mike Pall2013-05-132-3/+6
* | 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-214-4/+4
|/
* RELEASE LuaJIT-2.0.1 (fixed)v2.0.1-fixedMike Pall2013-02-194-4/+4
* OSX: Add support for Mach-O object files to -b option.Mike Pall2013-02-111-1/+159
* Bump copyright date to 2013.Mike Pall2013-02-1110-10/+10
* Remove redundant code in jit/*.lua.Mike Pall2013-01-112-2/+0
* ARM: Add VFP and hard-float ABI variants to JIT compiler.Mike Pall2012-08-091-1/+2
* ARM: Add VFP instructions to ARM disassembler.Mike Pall2012-07-291-9/+154
* 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
* Allow parsing bcsave.lua (-b option) without FFI.Mike Pall2012-06-121-1/+2
* PPC: Fix disassembly of rldcl/rldcr.Mike Pall2012-06-121-1/+1
* Move lib/* to src/jit/*.Mike Pall2012-06-0811-0/+3994