aboutsummaryrefslogtreecommitdiff
path: root/src/jit (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Bump copyright date to 2017.Mike Pall2017-01-1710-10/+10
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Fix cross-endian jit.bcsave for MIPS target.Mike Pall2017-01-171-1/+1
* | ARM64: Remove unused variables in disassembler.Mike Pall2016-12-301-4/+1
* | ARM64: Add missing ldrb/strb instructions to disassembler.Mike Pall2016-12-071-5/+9
* | ARM64: Add JIT compiler backend.Mike Pall2016-11-201-0/+1215
* | Report parent of stitched trace.Mike Pall2016-11-132-2/+2
* | LJ_FR2: Fix slot 1 handling.Mike Pall2016-10-161-0/+2
* | Fix -jp=a mode for builtins.Mike Pall2016-10-021-0/+1
* | Merge branch 'master' into v2.1Mike Pall2016-09-191-1/+2
|\|
| * Looks like COLORTERM has gone out of fashion.Mike Pall2016-09-191-1/+2
* | Emit bytecode in .c/.h files with unsigned char type.Mike Pall2016-07-171-2/+2
* | Merge branch 'master' into v2.1Mike Pall2016-07-176-9/+9
|\|
| * Fix unused vars etc. in internal Lua files.Mike Pall2016-07-174-7/+7
* | MIPS: Support MIPS16 interlinking.Mike Pall2016-06-081-1/+1
* | MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-281-1/+1
* | LJ_FR2: Add support for trace recording and snapshots.Mike Pall2016-05-231-4/+6
* | x86: Improve disassembly of BMI2 instructions.Mike Pall2016-04-051-4/+4
* | x86: Generate BMI2 shifts and rotates, if available.Mike Pall2016-03-281-0/+3
* | Merge branch 'master' into v2.1Mike Pall2016-03-281-1/+1
|\|
| * Fix display of NULL (light)userdata in -jdump.Mike Pall2016-03-281-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-0312-12/+12
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-0310-10/+10
* | x86: Disassemble AES instructions.Mike Pall2015-12-281-0/+5
* | x86: Improve disassembly of AVX shift instructions.Mike Pall2015-12-281-2/+2
* | x86/x64: Disassemble AVX/AVX2 instructions.Mike Pall2015-10-241-70/+155
* | Merge branch 'master' into v2.1Mike Pall2015-10-011-0/+1
|\|
| * Flush symbol tables in jit.dump on trace flush.Mike Pall2015-10-011-0/+1
| * RELEASE LuaJIT-2.0.4v2.0.4Mike Pall2015-05-144-4/+4
* | ARM64: Fix ELF bytecode saving.Mike Pall2015-08-261-1/+1
* | 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