aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-29ARM64: Improve register allocation for integer IR_MUL/IR_MULOV.Mike Pall1-1/+1
2023-08-29ARM64: Fix register allocation for IR_*LOAD.Mike Pall1-1/+3
2023-08-29Update external MSDN URL in code.Mike Pall1-1/+1
2023-08-29FFI/ARM64/OSX: Handle non-standard OSX C calling conventions.Mike Pall4-21/+98
2023-08-29FFI: Unify stack setup for C calls in interpreter.Mike Pall9-53/+62
2023-08-28ARM64: Prevent STP fusion for conditional code emitted by TBAR.Mike Pall1-1/+2
2023-08-28ARM64: Fix LDP/STP fusing for unaligned accesses.Mike Pall1-1/+1
2023-08-28Handle table unsinking in the presence of IRFL_TAB_NOMM.Mike Pall1-5/+15
2023-08-28Use fallback name for install files without valid .git or .relver.Mike Pall1-6/+7
2023-08-28Handle non-.git checkout with .relver in .bat-file builds.Mike Pall4-4/+4
2023-08-28Fix external C call stack check when using LUAJIT_MODE_WRAPCFUNC.Mike Pall1-2/+2
2023-08-28Fix predict_next() in parser (again).Mike Pall1-1/+3
2023-08-22Fix typo.Mike Pall1-1/+1
2023-08-22Handle the case when .git is not a directory.Mike Pall1-1/+1
2023-08-22Add .gitattributes to dynamically resolve .relver.Mike Pall2-0/+2
2023-08-22Add .gitattributes to dynamically resolve .relver.Mike Pall2-0/+2
2023-08-22Fix for last commit: also remove symlink on uninstall.Mike Pall1-1/+1
2023-08-22Switch to rolling releases: mark v2.1 as production.Mike Pall1-7/+1
2023-08-21Fix Windows build scripts for rolling releases.Mike Pall4-4/+4
2023-08-21Switch MSVC and console build scripts to rolling releases.Mike Pall4-0/+12
2023-08-21Switch build system to rolling releases.v2.0.ROLLINGMike Pall13-27/+87
2023-08-21Update documentation for switch to rolling releases.Mike Pall15-581/+60
2023-08-20Bump copyright date.Mike Pall176-193/+193
2023-08-20Remove work-in-progress notice in string buffer docs.Mike Pall1-6/+0
2023-08-13MIPS: Fix "bad FP FLOAD" assertion.Mike Pall1-1/+1
2023-08-13Ensure forward progress on trace exit to BC_ITERN.Mike Pall8-35/+146
2023-08-12ARM64: Add support for ARM64e pointer authentication codes (PAC).Mike Pall15-33/+118
2023-08-12DynASM/ARM64: Add instructions for ARM64e PAC.Mike Pall1-0/+7
2023-08-12Fix maxslots when recording BC_VARG, part 3.Mike Pall1-3/+9
2023-08-12Fix predict_next() in parser.Mike Pall1-0/+1
2023-08-12MIPS32: Declare that the assembler part uses the FR=0 model.Mike Pall1-3/+6
2023-08-12ARM64: Fix assembly of HREFK (again).Mike Pall1-1/+1
2023-08-12Fix frame for more types of on-trace error messages.Mike Pall1-0/+4
2023-08-12Add workaround for bytecode dump of builtins.Mike Pall1-1/+2
2023-08-12DynASM: Fix regression due to warning fix.Mike Pall5-0/+5
2023-07-12Fix base register coalescing in side trace.Mike Pall5-17/+21
2023-07-09ARM64: Fix assembly of HREFK.Mike Pall1-1/+1
2023-07-09Fix maxslots when recording BC_VARG, part 2.Mike Pall1-6/+2
2023-07-08Fix maxslots when recording BC_TSETM.Mike Pall1-0/+2
2023-07-08Fix maxslots when recording BC_VARG.Mike Pall1-2/+1
2023-07-08Fix register mask for stack check in head of side trace.Mike Pall1-1/+3
2023-07-08FFI: Fix ffi.metatype() for non-raw types.Mike Pall1-1/+1
2023-07-08ARM64: Fix LDP code generation.Mike Pall1-1/+1
2023-06-12MIPSr6: Add missing files to Makefile install target.Mike Pall1-1/+3
2023-06-02DynASM: Fix warnings.Mike Pall5-56/+26
2023-06-02Fix frame for on-trace out-of-memory error.Mike Pall1-0/+4
2023-06-02Fix handling of instable types in TNEW/TDUP load forwarding.Mike Pall1-1/+2
2023-06-02Fix compiler warning.Mike Pall1-1/+2
2023-04-30Fix last commit.Mike Pall1-0/+2
2023-04-16Print errors from __gc finalizers instead of rethrowing them.Mike Pall4-28/+64