]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2020-07-12  Mike PallFix frame traversal for __gc handler frames.
2020-07-01  Mike PallFix Clang build.
2020-07-01  Mike PallAndroid/ARM: Fix build with recent NDK.
2020-06-25  Mike PallFix compiler warning.
2020-06-23  Mike PallFix OSX build.
2020-06-23  Mike PallFollow-up fix for iOS build.
2020-06-23  Mike PallOSX/iOS: Handle iOS simulator and ARM64 Macs.
2020-06-23  Mike PallFix pointer check for non-GC64 mode.
2020-06-23  Mike PallWindows: Fix NtAllocateVirtualMemory prototype.
2020-06-23  Mike PallAdd jit.security().
2020-06-23  Mike PallRedesign and harden string interning.
2020-06-15  Mike PallUse a securely seeded global PRNG for the VM.
2020-06-15  Mike PallCleanup some arch defines and fix builds.
2020-06-12  Mike PallARM: Implement FLOAD from GG_State.
2020-06-15  Mike PallImprove assertions.
2020-06-07  Mike PallMerge branch 'master' into v2.1
2020-06-07  Mike PallFix debug.debug() for non-string errors.
2020-05-27  Mike PallOptimize table length computation with hinting.
2020-05-23  Mike PallRemove pow() splitting and cleanup backends.
2020-05-22  Mike PallCleanup math function compilation and fix inconsistencies.
2020-05-22  Mike PallMerge branch 'master' into v2.1
2020-05-22  Mike PallFix bytecode register allocation for comparisons.
2020-05-22  Mike PallDon't compile math.modf() anymore.
2020-05-22  Mike PallFix math.min()/math.max() inconsistencies.
2020-05-22  Mike PallFix narrowing of unary minus.
2020-05-20  Mike PallCleanup CPU detection and tuning for old CPUs.
2020-05-18  Mike PallARM64: Fix {AHUV}LOAD specialized to nil/false/true.
2020-05-18  Mike PallARM, ARM64, PPC: Fix TSETR fallback.
2020-05-08  Mike PallRemove unused file.
2020-05-08  Mike PallMerge branch 'master' into v2.1
2020-05-08  Mike PallFFI: Always fall back to metamethods for cdata length...
2020-05-05  Mike PallWindows: Make actual use of internal allocator optimiza...
2020-04-28  Mike PallMerge branch 'master' into v2.1
2020-04-28  Mike PallFix overflow check in unpack().
2020-04-28  Mike PallMerge branch 'master' into v2.1
2020-04-28  Mike PallFix Windows make clean.
2020-03-20  Mike PallFFI/ARM64: Fix pass-by-value struct calling conventions.
2020-03-20  Mike PallMerge branch 'master' into v2.1
2020-03-20  Mike PallFix write barrier for lua_setupvalue() and debug.setupv...
2020-02-13  Mike PallMake string to number conversions fail on NUL char.
2020-02-02  Mike PallMerge branch 'master' into v2.1
2020-02-02  Mike Pallx86/x64: Fix loop realignment.
2020-01-26  Mike PallMerge branch 'master' into v2.1
2020-01-26  Mike PallDocumentation cleanup.
2020-01-25  Mike PallMerge branch 'master' into v2.1
2020-01-25  Mike PallFix POSIX install with missing or incompatible ldconfig.
2020-01-22  Mike PallMerge branch 'master' into v2.1
2020-01-22  Mike PallFix C file generation in jit.bcsave.
2020-01-20  Mike PallMerge branch 'master' into v2.1
2020-01-20  Mike PallBump copyright date.
2020-01-20  Mike PallRemove support for de-facto dead archs.
2020-01-20  Mike PallDynASM/x86: Fix BMI instructions.
2020-01-20  Mike PallMinor fixes.
2020-01-20  Mike PallMIPS: Add MIPS64 R6 port.
2020-01-14  Mike PallFix string.char() recording with no arguments.
2020-01-14  Mike PallFollowup fix for embedded bytecode loader.
2020-01-13  Mike PallMerge branch 'master' into v2.1
2020-01-13  Mike PallFix embedded bytecode loader.
2019-12-21  Mike PallProperly fix pointer diff in string.find().
2019-12-08  Mike Pallx64: Enable LJ_GC64 mode by default.
2019-12-08  Mike PallFFI: Eliminate hardcoded string hashes.
2019-12-08  Mike PallFix interaction between profiler hooks and finalizers.
2019-12-08  Mike PallDon't use STRREF for pointer diff in string.find().
2019-12-08  Mike PallMerge branch 'master' into v2.1
2019-12-08  Mike PallFix tonumber("-0").
2019-12-08  Mike PallMerge branch 'master' into v2.1
2019-12-08  Mike PallFix hash table chaining (again).
2019-12-08  Mike PallTypo.
2019-12-08  Mike PallFix declarations of _BitScanForward/_BitScanReverse.
2019-12-08  Mike PallAdd stricter check for print() vs. tostring() shortcut.
2019-12-08  Mike PallPrevent integer overflow while parsing long strings.
2019-12-08  Mike PallFix stack check when recording BC_VARG.
2019-12-08  Mike PallFFI: Add missing write barrier on C library index update.
2019-12-08  Mike PallFFI: Workaround for platform dlerror() returning NULL.
2019-12-08  Mike PallMerge branch 'master' into v2.1
2019-12-08  Mike PallOSX: Use __thread attribute.
2019-12-08  Mike PallOSX: Don't set a default MACOSX_DEPLOYMENT_TARGET.
2019-12-08  Mike PallBuild MinGW import library, too.
2019-12-08  Mike PallFix MinGW make clean.
2019-12-08  Mike PallMerge branch 'master' into v2.1
2019-12-08  Mike PallUpdate Android and iOS build docs.
2019-12-08  Mike PallAdd note about the unsuitabilty of math.random() for...
2019-12-08  Mike PallMerge branch 'master' into v2.1
2019-12-08  Mike PallUpdate MSVC build script and docs.
2019-12-08  Mike PallMore recent MSVC is partially C99 compliant.
2019-11-10  Mike PallMerge branch 'master' into v2.1
2019-11-10  Mike PallFix narrowing of conversions to U32.
2019-08-30  Mike PallFix unsinking of 64 bit constants.
2019-08-30  Mike PallMerge branch 'master' into v2.1
2019-08-30  Mike PallFix bytecode dump unpatching.
2019-08-09  Mike PallMerge branch 'master' into v2.1
2019-08-09  Mike PallFix debug.getinfo() argument check.
2019-07-05  Mike PallMerge branch 'master' into v2.1
2019-07-05  Mike PallMIPS: Fix delay slot hint.
2019-05-09  Mike PallMerge branch 'master' into v2.1
2019-05-09  Mike PallFix TNEW load forwarding with instable types.
2019-04-29  Mike PallMerge branch 'master' into v2.1
2019-04-29  Mike PallARM: Fix GCC 7 -Wimplicit-fallthrough warnings.
2019-04-29  Mike PallARM: Fix condition code check fusion.
2019-02-04  Mike PallARM64: Avoid side-effects of constant rematerialization.
next