]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
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.
2022-11-14  Mike PallClarify contact page.
2022-11-09  Mike PallEnsure correct stack top for OOM error message.
2022-09-13  Mike PallFix last edit.
2022-09-13  Mike PallRemove dead Wiki links.
2022-08-15  Mike PallPatch luajit.pc with INSTALL_INC, if customized.
2022-08-07  Mike PallPrevent use of RTLD_DEFAULT when NO_RTLD_DEFAULT is...
2022-07-12  Mike PallFFI: Fix sizeof expression in C parser for reference...
2022-07-12  Mike PallFFI: Fix ffi.alignof() for reference types.
2022-07-12  Mike PallFFI: Allow ffi.metatype() for typedefs with attributes.
2022-07-08  Mike Pallx86/x64: Fix math.ceil(-0.9) result sign.
2022-06-23  Mike PallGrammar and spell check.
2022-06-08  Mike PallFix warnings in minilua.c.
2022-06-08  Mike PallUpdate console build instructions.
2022-05-21  Mike PallPrevent C compiler undefined-behavior optimization.
2022-04-17  Mike PallCleanup of system and architecture support docs.
2022-04-17  Mike PallFix assertions.
2022-03-13  Mike PallFix BC_UCLO insertion for returns.
2022-03-07  Mike PallFix install docs for Android.
2022-01-27  Mike PallFix command-line argv handling.
2022-01-25  Mike PallDon't export internal symbol.
2022-01-23  Mike PallAlways exit after machine code page protection change...
2022-01-16  Mike PallSave trace recorder state around VM event call.
2022-01-15  Mike PallBump copyright date.
2022-01-13  Mike PallLimit exponent range in number parsing.
2022-01-13  Mike PallFix tonumber("-0") in dual-number mode.
2022-01-13  Mike PallLimit work done in SINK pass.
2022-01-13  Mike PallFix ABC FOLD rule with constants.
2021-12-19  Mike PallPrevent CSE of a REF_BASE operand across IR_RETF.
2021-12-17  Mike PallFix FOLD rule for x-0.
2021-11-13  Mike PallUpdate Android build docs.
2021-10-02  Mike PallMIPS: Fix register allocation in assembly of HREF.
2021-09-24  Mike PallWindows/x64: Document MSVC flags for C++ exception...
next