]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
11 days ago  Mike PallMerge branch 'master' into v2.1 v2.1
11 days ago  Mike PallFFI: Shrink container of packed bitfield. master v2.0
2026-03-27  Mike PallFix VM event error handling for finalizers.
2026-03-27  Mike PallAvoid use of subnormals for internal registry keys.
2026-03-27  Mike PallMerge branch 'master' into v2.1
2026-03-27  Mike PallPrevent false positive sanitizer warning in unpack().
2026-03-27  Mike PallFFI: Fix pointer difference operation on 64 bit platforms.
2026-03-04  Mike PallMerge branch 'master' into v2.1
2026-03-04  Mike PallFix edge cases when recording string.byte/sub.
2026-02-26  Mike PallAdd ffi.abi("dualnum").
2026-02-24  Mike PallMerge branch 'master' into v2.1
2026-02-24  Mike PallFFI: Fix constructor index resolution in JIT compiler.
2026-02-16  Mike PallDUALNUM: Fix recording of loops broken by previous...
2026-02-13  Mike PallMerge branch 'master' into v2.1
2026-02-13  Mike PallFix compiler warning.
2026-02-11  Mike PallFix G->jit_base relocation on stack resize.
2026-02-11  Mike PallPrevent recording of loops with -0 step or NaN values.
2026-02-11  Mike PallAvoid recording interference due to invocation of VM...
2026-02-11  Mike Pallx64/!LJ_GC64: The allocation limit is required for...
2026-02-11  Mike PallMIPS64: Avoid unaligned load in lj_vm_exit_interp.
2026-02-11  Mike PallPrevent snapshot purge while recording a function header.
2026-01-09  Mike PallDUALNUM: Improve/fix edge cases of unary minus.
2026-01-09  Mike PallMerge branch 'master' into v2.1
2026-01-09  Mike PallFix minilua undefined behavior in bit.tohex.
2026-01-09  Mike PallMerge branch 'master' into v2.1
2026-01-09  Mike PallIgnore PDB files for git.
2026-01-09  Mike PallMerge branch 'master' into v2.1
2026-01-09  Mike PallBump copyright date.
2025-12-08  Mike PallFix string.format for limited precision FP conversions.
2025-12-06  Mike PallPPC: Fix soft-float lj_num2u64().
2025-12-06  Mike PallARM64: More fixes for ARM BTI.
2025-12-06  Mike PallDUALNUM: Fix narrowing of unary minus.
2025-12-06  Mike PallMerge branch 'master' into v2.1
2025-12-06  Mike PallDUALNUM: Add missing type conversion for FORI slots.
2025-12-01  Mike PallRemove pointless GCC/MSVC const function attributes.
2025-11-27  Mike PallFix MSVC LJ_CONSTF declaration.
2025-11-27  Mike PallBack out MSVC LJ_CONSTF declaration.
2025-11-27  Mike PallRemove compiler flag for FP conversions. Now unnecessary.
2025-11-27  Mike PallUnify Lua number to FFI integer conversions.
2025-11-27  Mike PallARM64: Fix disassembly of certain sub-word-size loads...
2025-11-16  Mike PallELF/Mach-O: Force default visibility for public API...
2025-11-16  Mike PallMerge branch 'master' into v2.1
2025-11-16  Mike Pallx86/x64: Backport fix for math.min()/math.max() argumen...
2025-11-14  Mike PallMerge branch 'master' into v2.1
2025-11-14  Mike PallFix edge cases when generating IR for string.byte/sub...
2025-11-10  Mike PallMerge branch 'master' into v2.1
2025-11-10  Mike PallFFI: Avoid dangling cts->L.
2025-11-10  Mike PallRun VM events and finalizers in separate state.
2025-11-08  Mike PallmacOS: Change Mach-O object file layout required by...
2025-11-08  Mike PallARM64: Enable unaligned accesses if indicated by the...
2025-11-05  Mike PallAllow mcode allocations outside of the jump range to...
2025-11-05  Mike PallARM64: Fix disassembly of >2GB branch targets.
2025-10-29  Mike Pallx64: Fix CET IBT.
2025-10-29  Mike PallARM64: Fix ARM BTI.
2025-10-28  Mike PallWindows: Fix lua52compat option for msvcbuild.bat.
2025-10-28  Mike PallARM64: Add support for ARM BTI.
2025-10-27  Mike Pallx64: Various fixes for CET IBT.
2025-10-16  Mike Pallx64: Add support for CET IBT.
2025-10-16  Mike PallGracefully handle broken custom allocator.
2025-10-16  Mike PallAdd GNU/Hurd build support.
2025-10-16  Mike PallFix io.write() of newly created buffer.
2025-10-16  Mike PallFix reporting of an error during error handling.
2025-07-24  Mike PallWindows: Add lua52compat option to msvcbuild.bat.
2025-07-24  Mike PallMerge branch 'master' into v2.1
2025-07-24  Mike Pallx86/x64: Don't use undefined MUL/IMUL zero flag.
2025-07-24  Mike PallAvoid out-of-range PC for stack overflow error from...
2025-07-24  Mike PallFFI: Fix dangling CType references (again).
2025-05-28  Mike PallMerge branch 'master' into v2.1
2025-05-28  Mike PallFix JIT slot overflow during up-recursion.
2025-05-28  Mike PallMerge branch 'master' into v2.1
2025-05-28  Mike PallAvoid out-of-range PC for stack overflow error from...
2025-05-28  Mike PallMerge branch 'master' into v2.1
2025-05-28  Mike PallFFI: Fix dangling CType references.
2025-04-10  Mike PallPrevent Clang UB 'optimization' which breaks integernes...
2025-04-10  Mike PallARM: Fix soft-float math.min()/math.max().
2025-04-10  Mike PallARM64: Fix pass-by-value struct calling conventions.
2025-04-07  Mike PallMerge branch 'master' into v2.1
2025-04-07  Mike PallFix error generation in load*.
2025-04-07  Mike PallInitialize unused value when specializing to cdata...
2025-03-11  Mike PallChange handling of nil value markers in template tables.
2025-03-10  Mike PallREVERT: Change handling of nil value markers in templat...
2025-03-10  Mike PallmacOS: Fix Apple hardened runtime support and put behin...
2025-03-09  Mike PallmacOS: Fix support for Apple hardened runtime.
2025-03-09  Mike PallFix handling of nil value markers in template tables.
2025-03-09  Mike PallMerge branch 'master' into v2.1
2025-03-09  Mike PallAvoid unpatching bytecode twice after a trace flush.
2025-03-09  Mike PallFix state restore when recording __concat metamethod.
2025-03-09  Mike PallWindows: Allow mixed builds with msvcbuild.bat.
2025-03-09  Mike PallmacOS: Add suport for Apple hardened runtime.
2025-03-09  Mike PallMerge branch 'master' into v2.1
2025-03-09  Mike PallAdd compatibility string coercion for fp:seek() argument.
2025-03-09  Mike PallWindows: Clarify installation directory layout.
2025-03-09  Mike PallRemove Cygwin from docs, since it's not a supported...
2025-03-09  Mike PallImprove CLI signal handling on POSIX.
2025-03-09  Mike PallFFI: Add pre-declared int128_t, uint128_t, __int128...
2025-03-09  Mike PallUse dylib extension for iOS installs, too.
2025-03-09  Mike PallChange handling of nil value markers in template tables.
2025-01-13  Mike PallMerge branch 'master' into v2.1
2025-01-13  Mike PallFix recording of BC_VARG.
2025-01-13  Mike PallReject negative getfenv()/setfenv() levels to prevent...
next