aboutsummaryrefslogtreecommitdiff
path: root/src/jit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fix binary output of jit.bcsave to stdout.Mike Pall2021-12-171-0/+13
* Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-6/+11
* ARM: Fix symbol display in trace disassembly.Mike Pall2021-09-191-0/+2
* String buffers, part 3c: Add IRBUFHDR_WRITE mode.Mike Pall2021-07-192-2/+2
* String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers.Mike Pall2021-07-191-0/+1
* Add IRCONV_NONE for pass-through INT to I64/U64 type change.Mike Pall2021-07-191-1/+3
* Merge branch 'master' into v2.1Mike Pall2021-07-191-1/+1
|\
| * Fix jit.dump() output for IR_CONV.Mike Pall2021-07-191-1/+1
* | Flush and close output file after profiling run.Mike Pall2021-06-251-0/+1
* | Merge branch 'master' into v2.1Mike Pall2021-01-0218-18/+18
|\|
| * Bump copyright date.Mike Pall2021-01-0210-10/+10
* | Fix trace exit register dump for some archs.Mike Pall2021-01-021-2/+5
* | Merge branch 'master' into v2.1Mike Pall2020-11-301-2/+1
|\|
| * Fix warning.Mike Pall2020-11-301-2/+1
* | Merge branch 'master' into v2.1Mike Pall2020-10-121-1/+1
|\|
* | Add support for full-range 64 bit lightuserdata.Mike Pall2020-09-301-1/+3
* | Merge branch 'master' into v2.1Mike Pall2020-01-221-1/+1
|\|
| * Fix C file generation in jit.bcsave.Mike Pall2020-01-221-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-2018-18/+18
|\|
| * Bump copyright date.Mike Pall2020-01-2010-10/+10
* | MIPS: Add MIPS64 R6 port.Mike Pall2020-01-204-61/+350
* | x86: Disassemble FMA3 instructions.Mike Pall2018-06-051-1/+23
* | Merge branch 'master' into v2.1Mike Pall2017-11-161-1/+1
|\|
| * Fix saved bytecode encapsulated in ELF objects.Mike Pall2017-11-161-1/+1
| * RELEASE LuaJIT-2.0.5v2.0.5Mike Pall2017-05-014-4/+4
* | ARM64: Add big-endian support.Mike Pall2017-03-302-4/+16
* | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.Mike Pall2017-02-204-16/+65
* | Merge branch 'master' into v2.1Mike Pall2017-01-1713-13/+13
|\|
| * 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
|\|