]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2023-07-08  Mike PallARM64: Fix LDP code generation.
2023-06-12  Mike PallMIPSr6: Add missing files to Makefile install target.
2023-06-02  Mike PallDynASM: Fix warnings.
2023-06-02  Mike PallFix frame for on-trace out-of-memory error.
2023-06-02  Mike PallMerge branch 'master' into v2.1
2023-06-02  Mike PallFix handling of instable types in TNEW/TDUP load forwar...
2023-06-02  Mike PallFix compiler warning.
2023-04-30  Mike PallFix last commit.
2023-04-16  Mike PallPrint errors from __gc finalizers instead of rethrowing...
2023-04-16  Mike PallMerge branch 'master' into v2.1
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 PallMerge branch 'master' into v2.1
2023-02-21  Mike PallImprove error reporting on stack overflow.
2023-02-21  Mike PallMerge branch 'master' into v2.1
2023-02-21  Mike PallAllow building sources with mixed LF/CRLF line-endings.
2023-01-04  Mike PallFix compiler warning.
2023-01-04  Mike PallDon't fail for Clang builds, which pretend to be an...
2022-12-21  Mike PallMerge branch 'master' into v2.1
2022-12-21  Mike PallAvoid negation of signed integers in C that may hold...
2022-12-08  Mike PallMerge branch 'master' into v2.1
2022-12-08  Mike PallCorrect fix for stack check when recording BC_VARG.
2022-12-07  Mike PallDisable FMA by default. Use -Ofma or jit.opt.start...
2022-12-07  Mike PallMerge branch 'master' into v2.1
2022-12-07  Mike PallFFI: Fix dangling reference to CType. Improve checks.
2022-12-01  Mike PallARM64: Fix code generation for IR_SLOAD with typecheck...
2022-11-27  Mike PallPS4/PS5: Fix build scripts.
2022-11-27  Mike PallAvoid assertion in case of stack overflow from stitched...
2022-11-22  Mike PallNX: Always compile with -fPIC.
2022-11-14  Mike PallMerge branch 'master' into v2.1
2022-11-14  Mike PallClarify contact page.
2022-11-09  Mike PallMerge branch 'master' into v2.1
2022-11-09  Mike PallEnsure correct stack top for OOM error message.
2022-10-04  Mike PallARM64: Fix IR_SLOAD assembly.
2022-09-14  Mike PallFix trace join to BC_JLOOP originating from BC_ITERN.
2022-09-13  Mike PallFix compiler warnings.
2022-09-13  Mike PallMerge branch 'master' into v2.1
2022-09-13  Mike PallFix last edit.
2022-09-13  Mike PallMerge branch 'master' into v2.1
2022-09-13  Mike PallRemove dead Wiki links.
2022-09-12  Mike PallFix QNX build.
2022-08-15  Mike PallAdd -F option to override filename in jit.bcsave (luaji...
2022-08-15  Mike PallMerge branch 'master' into v2.1
2022-08-15  Mike PallPatch luajit.pc with INSTALL_INC, if customized.
2022-08-10  Mike PallLJ_GC64: Fix lua_concat().
2022-08-07  Mike PallMerge branch 'master' into v2.1
2022-08-07  Mike PallPrevent use of RTLD_DEFAULT when NO_RTLD_DEFAULT is...
2022-07-28  Mike PallImprove GC estimation for userdata with attached manage...
2022-07-28  Mike PallAdd missing GC steps to string buffer methods.
2022-07-27  Mike Pallx86/x64: Limit VLOAD fusion to simple cases.
2022-07-22  Mike PallOSX/iOS/ARM64: Fix generation of Mach-O object files.
2022-07-21  Mike PallPrevent trace start at BC_ITERL after compiled BC_ITERN.
2022-07-19  Mike PallARM64: Allow building with unwinding disabled.
2022-07-12  Mike PallMerge branch 'master' into v2.1
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-12  Mike PallOSX/iOS/ARM64: Fix bytecode embedding in Mach-O object...
2022-07-12  Mike PallLJ_GC64: Fix IR_VARG offset for fixed number of results.
2022-07-08  Mike PallMerge branch 'master' into v2.1
2022-07-08  Mike Pallx86/x64: Fix math.ceil(-0.9) result sign.
2022-06-23  Mike PallMerge branch 'master' into v2.1
2022-06-23  Mike PallGrammar and spell check.
2022-06-13  Mike PallMake embedded bytecode readable and forward-compatible.
2022-06-08  Mike PallDynASM: Fix warnings.
2022-06-08  Mike PallMerge branch 'master' into v2.1
2022-06-08  Mike PallFix warnings in minilua.c.
2022-06-08  Mike PallMerge branch 'master' into v2.1
2022-06-08  Mike PallUpdate console build instructions.
2022-06-08  Mike PallAdd Nintendo Switch port.
2022-06-08  Mike PallAvoid zero-sized arrays in jit_State.
2022-06-08  Mike PallDon't use jit_State during build with JIT disabled.
2022-06-02  Mike PallDynASM/ARM64: Fix LSL/BFI* encoding with variable regis...
2022-06-02  Mike PallFix ITERN loop detection when hook checks are enabled.
2022-05-21  Mike PallMerge branch 'master' into v2.1
2022-05-21  Mike PallPrevent C compiler undefined-behavior optimization.
2022-05-20  Mike PallFix alias analysis for table length forwarding.
2022-05-20  Mike PallFix loop initialization in table.foreach().
2022-05-03  Mike PallLJ_GC64: Fix HREFK optimization.
2022-05-02  Mike PallFix recording of __concat metamethod.
2022-04-18  Mike PallMerge branch 'master' into v2.1
2022-04-17  Mike PallCleanup of system and architecture support docs.
2022-04-17  Mike PallAdd PS5 port.
2022-04-17  Mike PallMerge branch 'master' into v2.1
2022-04-17  Mike PallFix assertions.
2022-04-05  Mike Pallx64: Fix RETHI/RETLO swap after call.
2022-04-03  Mike PallFix assertion for LJ_KEYINDEX.
2022-04-02  Mike PallAdd missing check for LJ_KEYINDEX in ITERN recording.
2022-03-25  Mike PallDynASM/ARM64: Fix NOP instruction for aligment
2022-03-20  Mike PallFix soft-float IR_POW splitting.
2022-03-13  Mike PallMerge branch 'master' into v2.1
2022-03-13  Mike PallFix BC_UCLO insertion for returns.
2022-03-08  Mike PallFix compiler warning.
2022-03-08  Mike PallRevert to trival pow() optimizations to prevent inaccur...
2022-03-07  Mike PallFix string buffer COW handling, part 2.
2022-03-07  Mike PallMerge branch 'master' into v2.1
2022-03-07  Mike PallFix install docs for Android.
2022-03-07  Mike Pall*BSD: Fix getentropy() declaration.
2022-03-07  Mike PallFix string buffer COW handling.
2022-01-27  Mike PallMerge branch 'master' into v2.1
next