]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2023-09-15  Mike PallWindows/ARM64: Update install docs.
2023-09-15  Mike PallWindows: Call C++ destructors without compiling with...
2023-09-15  Mike PallWindows: Pass scratch CONTEXT record to RtlUnwindEx.
2023-09-15  Mike PallARM64: External unwinder already restores non-volatile...
2023-09-15  Mike PallWindows/ARM64: Fix exception unwinding (again).
2023-09-11  Mike PallWindows/ARM64: Fix typo in exception unwinding.
2023-09-11  Mike PallFFI: Fix 64 bit shift fold rules.
2023-09-11  Mike PallWindows/ARM64: Support Windows calling conventions.
2023-09-11  Mike PallWindows/ARM64: Fix exception unwinding.
2023-09-11  Mike PallARM64: Remove unneeded IRCALL_* defs for math intrinsics.
2023-09-11  Mike PallFix Cygwin build.
2023-09-10  Mike PallMerge branch 'master' into v2.1
2023-09-10  Mike PallAllow path overrides in genversion.lua with minilua...
2023-09-10  Mike PallWindows/ARM64: Add initial support.
2023-09-09  Mike PallMerge branch 'master' into v2.1
2023-09-09  Mike PallImprove architecture detection error messages.
2023-09-09  Mike PallARM64: Fuse rotates into logical operands.
2023-09-09  Mike PallARM64: Don't fuse sign extensions into logical operands.
2023-09-09  Mike PallARM64: Disassemble rotates on logical operands.
2023-09-09  Mike PallMerge branch 'master' into v2.1
2023-09-09  Mike PallARM: Fix stack check code generation.
2023-09-09  Mike PallARM64: Fix LDP/STP fusion (again).
2023-09-09  Mike PallARM64: Ensure branch is in range before emitting TBZ...
2023-09-09  Mike PallMerge branch 'master' into v2.1
2023-09-09  Mike PallFix mcode limit check for non-x86 archs.
2023-09-09  Mike PallARM64: Improve BC_JLOOP.
2023-09-09  Mike PallARM64: Improve integer IR_MUL code generation.
2023-09-09  Mike PallARM64: Simplify code generation for IR_STRTO.
2023-09-09  Mike PallARM64: Use RID_TMP instead of scratch register in more...
2023-09-09  Mike PallARM64: Improve IR_OBAR code generation.
2023-09-09  Mike PallARM64: Improve IR_UREF code generation.
2023-09-09  Mike PallARM64: Improve IR_HREF code generation.
2023-09-09  Mike PallARM64: Reload BASE via GL instead of spilling it.
2023-09-09  Mike PallARM64: Consolidate 32/64-bit constant handling in assem...
2023-09-09  Mike PallARM64: Tune emit_lsptr. Avoid wrong load for asm_prof.
2023-09-09  Mike PallARM64: Inline only use of emit_loada.
2023-09-09  Mike PallARM64: Improve K13 constant rematerialization.
2023-09-09  Mike PallMerge branch 'master' into v2.1
2023-09-09  Mike PallAdd NaN check to IR_NEWREF.
2023-09-09  Mike PallMerge branch 'master' into v2.1
2023-09-09  Mike PallAllow override of paths for genversion.lua.
2023-09-09  Mike PallFix native MinGW build.
2023-08-29  Mike PallAdd randomized register allocation for fuzz testing.
2023-08-29  Mike PallARM64: Improve register allocation for integer IR_MUL...
2023-08-29  Mike PallARM64: Fix register allocation for IR_*LOAD.
2023-08-29  Mike PallMerge branch 'master' into v2.1
2023-08-29  Mike PallUpdate external MSDN URL in code.
2023-08-29  Mike PallFFI/ARM64/OSX: Handle non-standard OSX C calling conven...
2023-08-29  Mike PallFFI: Unify stack setup for C calls in interpreter.
2023-08-28  Mike PallARM64: Prevent STP fusion for conditional code emitted...
2023-08-28  Mike PallARM64: Fix LDP/STP fusing for unaligned accesses.
2023-08-28  Mike PallMerge branch 'master' into v2.1
2023-08-28  Mike PallHandle table unsinking in the presence of IRFL_TAB_NOMM.
2023-08-28  Mike PallMerge branch 'master' into v2.1
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 PallMerge branch 'master' into v2.1
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 PallFix typo.
2023-08-22  Mike PallMerge branch 'master' into v2.1
2023-08-22  Mike PallHandle the case when .git is not a directory.
2023-08-22  Mike PallMerge branch 'master' into v2.1
2023-08-22  Mike PallAdd .gitattributes to dynamically resolve .relver.
2023-08-22  Mike PallAdd .gitattributes to dynamically resolve .relver.
2023-08-22  Mike PallFix for last commit: also remove symlink on uninstall.
2023-08-22  Mike PallSwitch to rolling releases: mark v2.1 as production.
2023-08-21  Mike PallMerge branch 'master' into v2.1
2023-08-21  Mike PallFix Windows build scripts for rolling releases.
2023-08-21  Mike PallMerge branch 'master' into v2.1
2023-08-21  Mike PallSwitch MSVC and console build scripts to rolling releases.
2023-08-21  Mike PallMerge branch 'master' into v2.1 v2.1.ROLLING
2023-08-21  Mike PallSwitch build system to rolling releases. v2.0.ROLLING
2023-08-21  Mike PallMerge branch 'master' into v2.1
2023-08-21  Mike PallUpdate documentation for switch to rolling releases.
2023-08-20  Mike PallMerge branch 'master' into v2.1
2023-08-20  Mike PallBump copyright date.
2023-08-20  Mike PallRemove work-in-progress notice in string buffer docs.
2023-08-13  Mike PallMIPS: Fix "bad FP FLOAD" assertion.
2023-08-13  Mike PallEnsure forward progress on trace exit to BC_ITERN.
2023-08-12  Mike PallARM64: Add support for ARM64e pointer authentication...
2023-08-12  Mike PallDynASM/ARM64: Add instructions for ARM64e PAC.
2023-08-12  Mike PallMerge branch 'master' into v2.1
2023-08-12  Mike PallFix maxslots when recording BC_VARG, part 3.
2023-08-12  Mike PallFix predict_next() in parser.
2023-08-12  Mike PallMIPS32: Declare that the assembler part uses the FR...
2023-08-12  Mike PallARM64: Fix assembly of HREFK (again).
2023-08-12  Mike PallFix frame for more types of on-trace error messages.
2023-08-12  Mike PallAdd workaround for bytecode dump of builtins.
2023-08-12  Mike PallDynASM: Fix regression due to warning fix.
2023-07-12  Mike PallMerge branch 'master' into v2.1
2023-07-12  Mike PallFix base register coalescing in side trace.
2023-07-09  Mike PallARM64: Fix assembly of HREFK.
2023-07-09  Mike PallMerge branch 'master' into v2.1
2023-07-09  Mike PallFix maxslots when recording BC_VARG, part 2.
2023-07-08  Mike PallFix maxslots when recording BC_TSETM.
2023-07-08  Mike PallMerge branch 'master' into v2.1
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.
next