]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2025-07-24  Mike Pallx86/x64: Don't use undefined MUL/IMUL zero flag. master v2.0
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 PallFix JIT slot overflow during up-recursion.
2025-05-28  Mike PallAvoid out-of-range PC for stack overflow error from...
2025-05-28  Mike PallFFI: Fix dangling CType references.
2025-04-07  Mike PallFix error generation in load*.
2025-04-07  Mike PallInitialize unused value when specializing to cdata...
2025-03-09  Mike PallAvoid unpatching bytecode twice after a trace flush.
2025-03-09  Mike PallAdd compatibility string coercion for fp:seek() argument.
2025-01-13  Mike PallFix recording of BC_VARG.
2025-01-13  Mike PallReject negative getfenv()/setfenv() levels to prevent...
2025-01-13  Mike PallBump copyright date.
2024-12-16  Mike PallForce fallback source name for stripped bytecode.
2024-11-28  Mike PallFix detection of inconsistent renames due to sunk values.
2024-09-29  Mike PallFix compiliation of getmetatable() for UDTYPE_IO_FILE.
2024-09-29  Mike PallRemove ancient RtlUnwindEx workaround for MinGW64.
2024-08-24  Mike PallFix limit check in narrow_conv_backprop().
2024-08-24  Mike PallAlways use IRT_NIL for IR_TBAR.
2024-08-20  Mike PallARM: Make hard-float tobit conversions match JIT backen...
2024-08-19  Mike PallFix another potential file descriptor leak in luaL_load...
2024-08-19  Mike PallMIPS32: Fix little-endian IR_RETF.
2024-08-19  Mike PallCorrectly close VM state after early OOM during open.
2024-08-19  Mike PallFix potential file descriptor leak in luaL_loadfile*().
2024-08-14  Mike PallDifferent fix for partial snapshot restore due to stack...
2024-08-14  Mike PallFix IR_ABC hoisting.
2024-08-14  Mike PallLimit CSE for IR_CARG to fix loop optimizations.
2024-07-03  Mike PallFFI: Fix various issues in recff_cdata_arith.
2024-07-03  Mike PallFix predict_next() in parser (for real now).
2024-07-03  Mike PallFFI: Fix __tostring metamethod access to enum cdata...
2024-07-03  Mike PallFix typo.
2024-07-03  Mike PallHandle partial snapshot restore due to stack overflow.
2024-05-25  Mike PallPrevent sanitizer warning in snap_restoredata().
2024-04-18  Mike PallFix segment release check in internal memory allocator.
2024-03-10  Mike PallPrevent down-recursion for side traces.
2024-03-10  Mike PallCheck frame size limit before returning to a lower...
2024-03-10  Mike PallFFI: Treat cdata finalizer table as a GC root.
2024-03-10  Mike PallHandle stack reallocation in debug.setmetatable() and...
2024-02-04  Mike PallRework stack overflow handling.
2024-01-31  Mike PallPreserve keys with dynamic values in template tables...
2024-01-31  Mike PallPrevent include of luajit_rolling.h.
2024-01-26  Mike PallFix documentation bug about '\z' string escape.
2024-01-23  Mike PallFix unsinking of IR_FSTORE for NULL metatable.
2023-12-23  Mike PallCheck for IR_HREF vs. IR_HREFK aliasing in non-nil...
2023-12-23  Mike PallRespect jit.off() on pending trace exit.
2023-12-23  Mike PallSimplify handling of instable types in TNEW/TDUP load...
2023-12-11  Mike PallOnly emit proper parent references in snapshot replay.
2023-12-10  Mike PallARM: Fix stack restore for FP slots.
2023-12-10  Mike PallDocument workaround for multilib vs. cross-compiler...
2023-12-10  Mike PallFix runtime library flags for MSVC debug builds.
2023-12-10  Mike PallFix .debug_abbrev section in GDB JIT API.
2023-12-10  Mike PallEmit sunk IR_NEWREF only once per key on snapshot replay.
2023-11-14  Mike Pallx86/x64: Don't fuse loads across IR_NEWREF.
2023-11-12  Mike Pallx86/x64: Add more red zone checks to assembler backend.
2023-11-12  Mike PallAdd stack check to pcall/xpcall.
2023-11-09  Mike PallInvalidate SCEV entry when returning to lower frame.
2023-11-07  Mike PallFFI: Fix pragma push stack limit check and throw on...
2023-11-05  Mike Pallx64: Properly fix __call metamethod return dispatch.
2023-10-21  Mike PallFFI: Fix dangling reference to CType in carith_checkarg().
2023-09-22  Mike PallMaintain chain invariant in DCE.
2023-09-21  Mike PallFollow-up fix for stack overflow handling cleanup.
2023-09-21  Mike PallHandle all stack layouts in (delayed) TRACE vmevent.
2023-09-21  Mike PallAdd missing coercion when recording select(string,...
2023-09-20  Mike PallCleanup stack overflow handling.
2023-09-10  Mike PallAllow path overrides in genversion.lua with minilua...
2023-09-09  Mike PallImprove architecture detection error messages.
2023-09-09  Mike PallARM: Fix stack check code generation.
2023-09-09  Mike PallFix mcode limit check for non-x86 archs.
2023-09-09  Mike PallAdd NaN check to IR_NEWREF.
2023-09-09  Mike PallAllow override of paths for genversion.lua.
2023-09-09  Mike PallFix native MinGW build.
2023-08-29  Mike PallUpdate external MSDN URL in code.
2023-08-28  Mike PallHandle table unsinking in the presence of IRFL_TAB_NOMM.
2023-08-28  Mike PallUse fallback name for install files without valid ...
2023-08-28  Mike PallHandle non-.git checkout with .relver in .bat-file...
2023-08-28  Mike PallFix external C call stack check when using LUAJIT_MODE_...
2023-08-28  Mike PallFix predict_next() in parser (again).
2023-08-22  Mike PallHandle the case when .git is not a directory.
2023-08-22  Mike PallAdd .gitattributes to dynamically resolve .relver.
2023-08-21  Mike PallFix Windows build scripts for rolling releases.
2023-08-21  Mike PallSwitch MSVC and console build scripts to rolling releases.
2023-08-21  Mike PallSwitch build system to rolling releases. v2.0.ROLLING
2023-08-21  Mike PallUpdate documentation for switch to rolling releases.
2023-08-20  Mike PallBump copyright date.
2023-08-12  Mike PallFix maxslots when recording BC_VARG, part 3.
2023-08-12  Mike PallFix predict_next() in parser.
2023-07-12  Mike PallFix base register coalescing in side trace.
2023-07-09  Mike PallFix maxslots when recording BC_VARG, part 2.
2023-07-08  Mike PallFix maxslots when recording BC_VARG.
2023-07-08  Mike PallFix register mask for stack check in head of side trace.
2023-07-08  Mike PallFFI: Fix ffi.metatype() for non-raw types.
2023-06-02  Mike PallFix handling of instable types in TNEW/TDUP load forwar...
2023-06-02  Mike PallFix compiler warning.
2023-04-16  Mike PallFix TDUP load forwarding after table rehash.
2023-04-16  Mike PallFix canonicalization of +-0.0 keys for IR_NEWREF.
2023-02-21  Mike PallImprove error reporting on stack overflow.
2023-02-21  Mike PallAllow building sources with mixed LF/CRLF line-endings.
2022-12-21  Mike PallAvoid negation of signed integers in C that may hold...
2022-12-08  Mike PallCorrect fix for stack check when recording BC_VARG.
2022-12-07  Mike PallFFI: Fix dangling reference to CType. Improve checks.
next