Revisions of luajit

buildservice-autocommit accepted request 1225213 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 66)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 65)
- Update to version 5.1.2.1.0+git.1731601260.fe71d0f:
  * Windows: Allow amalgamated static builds with msvcbuild.bat.
  * Always close profiler output file.
  * Fix override of INSTALL_LJLIBD in the presence of DESTDIR.
  * Fix bit op coercion for shifts in DUALNUM builds.
buildservice-autocommit accepted request 1221954 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 64)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 63)
Use obs_scm service instead.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 62)
Fir tarball name
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 61)
- Update to version 5.1.2.1.0+git.1727870382.97813fb:
  * macOS: Remove obsolete -single_module flag.
  * macOS: Workaround for buggy XCode 15.0 - 15.2 linker.
  * macOS: Fix macOS 15 / Clang 16 build.
  * Fix bit op coercion in DUALNUM builds.
  * Fix compiliation of getmetatable() for UDTYPE_IO_FILE.
  * Remove ancient RtlUnwindEx workaround for MinGW64.
  * Drop unused function wrapper.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 60)
- Update luajit-s390x.patch from
  gh#openresty/luajit2!195 (following the advice on
  gh#LuaJIT/LuaJIT!631#issuecomment-2459913131).
buildservice-autocommit accepted request 1196125 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 59)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 58)
- Update to version 5.1.2.1.0+git.1724512491.f725e44:
  * Fix limit check in narrow_conv_backprop().
  * Always use IRT_NIL for IR_TBAR.
  * ARM64: Use ldr literal to load FP constants.
  * FFI: Add missing coercion when recording 64-bit bit.*().
  * ARM64: Make tobit conversions match JIT backend behavior.
  * ARM: Make hard-float tobit conversions match JIT backend behavior.
  * FFI: Drop finalizer table rehash after GC cycle.
  * Fix another potential file descriptor leak in luaL_loadfile*().
  * MIPS32: Fix little-endian IR_RETF.
  * Correctly close VM state after early OOM during open.
  * Fix potential file descriptor leak in luaL_loadfile*().
  * Reflect override of INSTALL_LJLIBD in package.path.
  * ARM64: Use movi to materialize FP constants.
  * Add more FOLD rules for integer conversions.
  * Different fix for partial snapshot restore due to stack overflow.
  * Fix IR_ABC hoisting.
  * Limit CSE for IR_CARG to fix loop optimizations.
  * Call math.randomseed() without arguments to seed from system entropy.
  * Restore state when recording __concat metamethod throws an error.
  * Add build flag LUAJIT_DISABLE_TAILCALL to disable tailcall generation.
  * Clarify that lj_buf_shrink() does not keep any buffer data.
  * OSX: Fix installed luajit.pc.
  * FFI: Fix various issues in recff_cdata_arith.
  * Fix predict_next() in parser (for real now).
  * FFI: Fix __tostring metamethod access to enum cdata value.
  * Fix typo.
  * Handle partial snapshot restore due to stack overflow.
  * Update Nintendo Switch build script.
  * Prevent sanitizer warning in snap_restoredata().
buildservice-autocommit accepted request 1154166 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 57)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 56)
Update patches
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 55)
- Also refresh luajit-s390x.patch from the rebased pull request.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 54)
- Update to version 5.1.2.1.0+git.1707061634.0d313b2:
  * Rework stack overflow handling.
  * Preserve keys with dynamic values in template tables when saving bytecode.
  * Prevent include of luajit_rolling.h.
  * Fix documentation bug about '\z' string escape.
  * Fix zero stripping in %g number formatting.
  * Fix unsinking of IR_FSTORE for NULL metatable.
  * DynASM/x86: Add endbr instruction.
  * MIPS64 R2/R6: Fix FP to integer conversions.
  * Add cross-32/64 bit and deterministic bytecode generation.
  * DynASM/x86: Allow [&expr] operand.
  * Check for IR_HREF vs. IR_HREFK aliasing in non-nil store check.
  * Respect jit.off() on pending trace exit.
  * Simplify handling of instable types in TNEW/TDUP load forwarding.
  * Only emit proper parent references in snapshot replay.
  * Fix anchoring for string buffer set() method (again).
  * ARM: Fix stack restore for FP slots.
  * Document workaround for multilib vs. cross-compiler conflict.
  * Fix anchoring for string buffer set() method.
  * Fix runtime library flags for MSVC debug builds.
  * Fix .debug_abbrev section in GDB JIT API.
  * Optimize table.new() with constant args to (sinkable) IR_TNEW.
  * Emit sunk IR_NEWREF only once per key on snapshot replay.
  * Fix last commit.
  * x86/x64: Don't fuse loads across IR_NEWREF.
  * Improve last commit.
  * x86/x64: Don't fuse loads across table.clear.
  * x86/x64: Add more red zone checks to assembler backend.
  * Add stack check to pcall/xpcall.
  * Invalidate SCEV entry when returning to lower frame.
buildservice-autocommit accepted request 1116533 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 53)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 52)
- Adjust luajit-lua-versioned.patch to have correct LUA_LJDIR
  (bsc#1215592).
buildservice-autocommit accepted request 1109627 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 51)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 50)
Something has nothing to do
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 49)
Clean up the SPEC file
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 48)
- Update to version 5_1.2.1.0~beta3+git.1693350652.41fb94d:
  * Add randomized register allocation for fuzz testing.
  * ARM64: Improve register allocation for integer IR_MUL/IR_MULOV.
  * ARM64: Fix register allocation for IR_*LOAD.
  * Update external MSDN URL in code.
  * FFI/ARM64/OSX: Handle non-standard OSX C calling conventions.
  * FFI: Unify stack setup for C calls in interpreter.
  * ARM64: Prevent STP fusion for conditional code emitted by TBAR.
  * ARM64: Fix LDP/STP fusing for unaligned accesses.
  * Handle table unsinking in the presence of IRFL_TAB_NOMM.
  * Use fallback name for install files without valid .git or .relver.
  * Handle non-.git checkout with .relver in .bat-file builds.
  * Fix external C call stack check when using LUAJIT_MODE_WRAPCFUNC.
  * Fix predict_next() in parser (again).
- Update luajit-lua-versioned.patch to work with the git checkout
  created tarball. The point of the patch is to extend the
  version number so that it is always bigger than 2.2.0 version
  of moonjit, which is Obsoleted by this package.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 47)
Enable the patch again, now with a bit of metadata.
Displaying revisions 1 - 20 of 66
openSUSE Build Service is sponsored by