]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
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
2022-01-27  Mike PallFix command-line argv handling.
2022-01-25  Mike PallMerge branch 'master' into v2.1
2022-01-25  Mike PallDon't export internal symbol.
2022-01-24  Mike PallFix pow() optimization inconsistencies.
2022-01-23  Mike PallMerge branch 'master' into v2.1
2022-01-23  Mike PallAlways exit after machine code page protection change...
2022-01-23  Mike PallFix FOLD rule for BUFHDR append with intervening buffer...
2022-01-23  Mike PallFix compiled error handling for buffer methods.
2022-01-16  Mike PallPrevent unroll across BC_ITERN.
2022-01-16  Mike PallPrevent replay of buffer operation for PHI operands.
2022-01-16  Mike PallMerge branch 'master' into v2.1
2022-01-16  Mike PallSave trace recorder state around VM event call.
2022-01-15  Mike PallMerge branch 'master' into v2.1
2022-01-15  Mike PallBump copyright date.
2022-01-15  Mike PallFFI: Ensure library is loaded before de-serializing...
2022-01-15  Mike PallFix HREFK forwarding vs. table.clear().
2022-01-13  Mike PallFix FOLD rule for BUFHDR append.
2022-01-13  Mike PallOSX: Disable unreliable assertion for external frame...
2022-01-13  Mike PallMerge branch 'master' into v2.1
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 PallMerge branch 'master' into v2.1
2021-12-19  Mike PallPrevent CSE of a REF_BASE operand across IR_RETF.
2021-12-17  Mike PallWindows: Fix binary output of jit.bcsave to stdout.
2021-12-17  Mike PallMerge branch 'master' into v2.1
2021-12-17  Mike PallFix FOLD rule for x-0.
2021-11-13  Mike PallUpdate Android build docs.
2021-11-13  Mike PallMerge branch 'master' into v2.1
2021-11-13  Mike PallUpdate Android build docs.
2021-10-27  Mike PallARM64: Fix pcall() error case.
2021-10-17  Mike PallOSX/ARM64: Fix external unwinding.
2021-10-12  Mike PallFix string buffer method recording.
2021-10-08  Mike PallFix interaction of profiler and ITERN recording.
2021-10-06  Mike PallFix compilation of multi-result call to next().
2021-10-02  Mike PallARM64: Fix IR_HREF code generation.
2021-10-02  Mike PallMIPS64: Fix soft-float IR_TOSTR.
2021-10-02  Mike PallMerge branch 'master' into v2.1
2021-10-02  Mike PallMIPS: Fix register allocation in assembly of HREF.
2021-09-29  Mike PallFix compiler warning.
2021-09-24  Mike PallMerge branch 'master' into v2.1
2021-09-24  Mike PallWindows/x64: Document MSVC flags for C++ exception...
2021-09-23  Mike PallFFI: Ensure returned string is alive in ffi.typeinfo().
2021-09-21  Mike PallOSX/ARM64: Disable unwind info.
2021-09-21  Mike PallMerge branch 'master' into v2.1
2021-09-21  Mike PallFix stack allocation after on-trace stack check.
2021-09-21  Mike PallFix ITERN blacklisting.
2021-09-21  Mike PallEnsure ITERN forward progress on interpreter bailout.
2021-09-20  Mike PallARM64: Reorder interpreter stack frame and fix unwinding.
2021-09-20  Mike PallDon't bail out to interpreter to JLOOP originating...
2021-09-20  Mike PallFFI: Don't load PC from non-function object in FFI...
2021-09-20  Mike PallMerge branch 'master' into v2.1
next