]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2016-02-10  Mike PallMIPS: Add soft-float support to JIT compiler backend.
2016-02-09  Mike PallGeneralize LJ_SOFTFP dependencies in lj_asm.c.
2016-02-01  Mike PallPS4: Switch default build to amalgamated and LJ_GC64...
2016-01-29  Mike PallMIPS: Switch to dual-number mode. Fix soft-float interp...
2016-01-18  Mike PallAdd proper DynASM dependency.
2016-01-18  Mike PallFFI: Parse #line NN and #NN.
2016-01-18  Mike PallAlways merge snapshots without instructions inbetween.
2016-01-18  Mike PallRollback due to HREFK + load fwd must restore guardemit...
2015-12-28  Mike PallDynASM/x64: Fix for full VREG support.
2015-12-28  Mike Pallx86: Disassemble AES instructions.
2015-12-28  Mike Pallx86: Improve disassembly of AVX shift instructions.
2015-12-28  Mike PallDynASM/x86: Add AVX AES instructions.
2015-12-28  Mike PallARM: Add external frame unwinding.
2015-12-28  Mike PallDynASM/x64: Add full VREG support.
2015-12-28  Mike PallFFI: Properly unsink non-standard cdata allocations.
2015-12-18  Mike PallMIPS soft-float, part 2: Add soft-float FFI support.
2015-12-17  Mike PallMIPS soft-float, part 1: Add soft-float support to...
2015-11-26  Mike PallMerge branch 'master' into v2.1
2015-11-26  Mike PallFFI: Fix SPLIT pass for CONV i64.u64.
2015-11-18  Mike Pallx64/LJ_GC64: Fix stack growth in vararg function setup.
2015-11-04  Mike PallDocument minimum compiler requirements for 2.1 branch.
2015-11-04  Mike PallMerge branch 'master' into v2.1
2015-11-04  Mike PallDynASM/x86: Add rdpmc instruction.
2015-11-04  Mike PallExtend Valgrind suppressions for non-inlined C code.
2015-10-24  Mike PallUpdate changelog.
2015-10-24  Mike PalliOS/ARM64: Add build instructions.
2015-10-24  Mike PallMerge branch 'master' into v2.1
2015-10-24  Mike PallUpdate build instructions.
2015-10-24  Mike PallOSX: Switch to Clang as the default compiler.
2015-10-24  Mike PallMerge branch 'master' into v2.1
2015-10-24  Mike PalliOS: Disable os.execute() when building for iOS >=...
2015-10-24  Mike Pallx86/x64: Disassemble AVX/AVX2 instructions.
2015-10-24  Mike PallWhitespace.
2015-10-24  Mike PallDynASM: Bump version to 1.4.
2015-10-24  Mike PallDynASM/x86: Add AVX and AVX2 opcodes.
2015-10-24  Mike PallDynASM/x86: Add AES-NI opcodes.
2015-10-24  Mike PallMerge branch 'master' into v2.1
2015-10-24  Mike PallDynASM/x86: Restrict shld/shrd to operands with same...
2015-10-24  Mike PallDynASM/x86: Fix some SSE instruction templates.
2015-10-24  Mike PallFix pairs() recording.
2015-10-24  Mike PallMerge branch 'master' into v2.1
2015-10-24  Mike PallFFI: Fix ipairs() recording.
2015-10-15  Mike PallMerge branch 'master' into v2.1
2015-10-15  Mike PallDrop marks from replayed instructions when sinking.
2015-10-01  Mike PallMerge branch 'master' into v2.1
2015-10-01  Mike PallFlush symbol tables in jit.dump on trace flush.
2015-10-01  Mike PallAdd collectgarbage("isrunning").
2015-10-01  Mike PallMerge branch 'master' into v2.1
2015-10-01  Mike PallFix unsinking check.
2015-09-20  Mike PallFFI: Add ssize_t declaration.
2015-09-20  Mike PallMerge branch 'master' into v2.1
2015-09-20  Mike PallFix Cygwin support. Note: this is not a supported target.
2015-08-29  Mike PallParse Unicode string escape \u{XX...}.
2015-08-29  Mike PallRe-enable trace stitching.
2015-08-26  Mike PallARM64: Fix ELF bytecode saving.
2015-08-25  Mike PallRELEASE LuaJIT-2.1.0-beta1 v2.1.0-beta1
2015-08-25  Mike PallARM64: Add support for saving bytecode as object files.
2015-08-24  Mike PallUpdate changelog.
2015-08-24  Mike PallAdd note about bytecode compatibility wrt. LJ_GC64...
2015-08-24  Mike PallRemove LuaJIT 1.x change history.
2015-08-19  Mike PallMerge branch 'master' into v2.1 56/head
2015-08-19  Mike PallProperly handle OOM in trace_save().
2015-08-19  Mike PallMerge branch 'master' into v2.1
2015-08-19  Mike PallFix NYICF error message.
2015-08-19  Mike PallParse binary number literals (0bxxx). origin/v2.1
2015-07-17  Mike PallMerge branch 'master' into v2.1
2015-07-17  Mike PallFFI: Don't propagate qualifiers into subtypes of complex. origin/HEAD origin/master
2015-07-14  Mike PallARM64: Fix __call metamethod handling for tail calls.
2015-07-10  Mike PallMerge branch 'master' into v2.1
2015-07-10  Mike PallLimit number of arguments given to io.lines() and fp...
2015-06-16  Mike PallFix Xbox One port.
2015-06-12  Mike PallDisable table allocation bump optimization (for now).
2015-06-12  Mike PallAdd Xbox One port.
2015-06-10  Mike PallFix table allocation bump optimization (sigh).
2015-06-10  Mike PallMerge branch 'master' into v2.1
2015-06-10  Mike PallFix narrowing of TOBIT.
2015-06-10  Mike Pallx64/LJ_GC64: Fix ipairs().
2015-06-09  Mike PallFix table allocation bump optimization (again).
2015-06-09  Mike PallMerge branch 'master' into v2.1
2015-06-09  Mike Pallx64: Allow building without external unwinder.
2015-05-29  Mike Pallx64/LJ_GC64: Fix upvalue write barrier.
2015-05-25  Mike Pallx64/LJ_GC64: Fix setmetatable().
2015-05-21  Mike PallFix table allocation bump optimization.
2015-05-20  Mike PallLJ_GC64: Fix frame unwinding.
2015-05-19  Mike PallFix for last commit.
2015-05-18  Mike PallBump table allocations retroactively if they grow later on.
2015-05-14  Mike PallMerge branch 'master' into v2.1
2015-05-14  Mike PallRELEASE LuaJIT-2.0.4 v2.0.4
2015-05-14  Mike PallUpdate changelog.
2015-05-04  Mike PallCleanup.
2015-05-04  Mike PallMerge branch 'master' into v2.1
2015-05-04  Mike Pallx86/x64: Fix argument check for bit shifts.
2015-05-04  Mike Pallx64: Add LJ_GC64 mode interpreter.
2015-04-29  Mike PallFix broken Windows build.
2015-04-28  Mike PallDisable trace stitching (for now) due to a design mistake.
2015-04-28  Mike PallMerge branch 'master' into v2.1
2015-04-28  Mike PallFix stack check in narrowing optimization.
2015-04-15  Mike PallARM64: Fix math.floor/math.ceil for string args.
2015-04-12  Mike PallDynASM/PPC: Add sub/shift/rotate/clear instruction...
2015-04-11  Mike PallDynASM/PPC: Add support for parameterized shifts/masks.
next