]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2017-11-16  Mike PallMerge branch 'master' into v2.1
2017-11-16  Mike PallFix saved bytecode encapsulated in ELF objects.
2017-11-16  Mike PallARM64: Fix xpcall() error case.
2017-11-08  Mike PallMIPS64: Fix register allocation in assembly of HREF.
2017-11-08  Mike PallARM64: Fix assembly of HREFK.
2017-11-08  Mike PallMerge branch 'master' into v2.1
2017-11-08  Mike PallFix FOLD rule for strength reduction of widening.
2017-10-02  Mike PallLJ_GC64: Make ASMREF_L references 64 bit.
2017-10-02  Mike PallLJ_GC64: Fix ir_khash for non-string GCobj.
2017-09-20  Mike PallMerge branch 'master' into v2.1
2017-09-20  Mike PallDynASM/x86: Fix potential REL_A overflow.
2017-09-18  Mike PallMIPS64: Hide internal function.
2017-09-10  Mike Pallx64/LJ_GC64: Fix type-check-only variant of SLOAD.
2017-09-03  Mike PallPPC: Add soft-float support to JIT compiler backend.
2017-08-28  Mike Pallx64/LJ_GC64: Fix fallback case of asm_fuseloadk64().
2017-08-18  Mike PallMerge branch 'master' into v2.1
2017-08-18  Mike PallUse https for freelists.org links.
2017-07-26  Mike PallPPC: Add soft-float support to interpreter.
2017-07-26  Mike Pallx64/LJ_GC64: Fix emit_rma().
2017-06-12  Mike PallMerge branch 'master' into v2.1
2017-06-12  Mike PallModify fix for warning from 'ar'.
2017-06-11  Mike PallRemove unused define.
2017-06-07  Mike PallFreeBSD/x64: Avoid changing resource limits, if not...
2017-06-07  Mike PallMIPS64: Add soft-float support to JIT compiler backend.
2017-06-07  Mike PallMerge branch 'master' into v2.1
2017-06-07  Mike PallMIPS: Fix handling of spare long-range jump slots.
2017-06-07  Mike PallMerge branch 'master' into v2.1
2017-06-07  Mike PallMIPS: Use precise search for exit jump patching.
2017-05-17  Mike PallMerge branch 'master' into v2.1
2017-05-17  Mike PallAdd missing LJ_MAX_JSLOTS check.
2017-05-09  Mike PallMerge branch 'master' into v2.1
2017-05-09  Mike PallFix LJ_MAX_JSLOTS assertion in rec_check_slots().
2017-05-01  Mike PallRELEASE LuaJIT-2.1.0-beta3 v2.1.0-beta3
2017-05-01  Mike PallUpdate changelog.
2017-05-01  Mike PallMerge branch 'master' into v2.1
2017-05-01  Mike PallRELEASE LuaJIT-2.0.5 v2.0.5
2017-05-01  Mike PallUpdate changelog.
2017-04-30  Mike PallFFI: Update docs on compiler limitations.
2017-04-30  Mike PallAdd FOLD rules for mixed BAND/BOR with constants.
2017-04-30  Mike PallFFI: Compile bitfield loads/stores.
2017-04-17  Mike PallMerge branch 'master' into v2.1
2017-04-17  Mike PallAdd workaround for MSVC 2015 stdio changes.
2017-04-17  Mike PallMIPS64: Fix stores of MULTRES.
2017-04-17  Mike PallMIPS64: Fix write barrier in BC_USETV.
2017-04-17  Mike PallARM64: Fix stores to vmstate.
2017-04-07  Mike PallDocument added C API extensions from Lua 5.2/5.3.
2017-04-07  Mike PallFrom Lua 5.2: Add lua_tonumberx() and lua_tointegerx().
2017-04-07  Mike PallFrom Lua 5.2: Add luaL_setmetatable().
2017-04-07  Mike PallFrom Lua 5.2: Add luaL_testudata().
2017-04-07  Mike PallFrom Lua 5.3: Add lua_isyieldable().
2017-04-07  Mike PallFrom Lua 5.2: Add lua_copy().
2017-04-07  Mike PallFrom Lua 5.2: Add lua_version().
2017-04-07  Mike PallRefactor with LUA_OK.
2017-04-07  Mike PallAllow building on Haiku OS.
2017-04-07  Mike PallMerge branch 'master' into v2.1
2017-04-07  Mike PallOSX: Fix build with recent XCode.
2017-03-30  Mike PallAdd some more changes and extensions from Lua 5.2.
2017-03-30  Mike PallRemove old Lua 5.0 compatibility defines.
2017-03-30  Mike PallMerge branch 'master' into v2.1
2017-03-30  Mike PallFFI: Fix FOLD rules for int64_t comparisons.
2017-03-30  Mike PallARM64: Add big-endian support.
2017-03-21  Mike Pallx64/LJ_GC64: Fix emit_loadk64().
2017-03-20  Mike PallLJ_GC64: Fix BC_CALLM snapshot handling.
2017-03-20  Mike Pallx64/LJ_GC64: Fix assembly of CNEWI with 64 bit constant...
2017-03-20  Mike PallARM64: Fix Nintendo Switch build.
2017-03-20  Mike PallARM64: Fix XLOAD/XSTORE with FP operand.
2017-03-17  Mike PallRemove Lua 5.0 compatibility defines.
2017-03-08  Mike PallMerge branch 'master' into v2.1
2017-03-08  Mike PallRemove unnecessary mcode alloc pointer check.
2017-03-08  Mike PallLimit mcode alloc probing, depending on the available...
2017-03-08  Mike PallFix overly restrictive range calculation in mcode alloc...
2017-03-08  Mike PallFix out-of-scope goto handling in parser.
2017-03-08  Mike PallRemove internal __mode = "K" and replace with safe...
2017-03-08  Mike PallFix annoying warning, due to deterministic binutils...
2017-03-08  Mike PallDynASM: Fix warning.
2017-02-20  Mike PallMIPS64, part 2: Add MIPS64 hard-float JIT compiler...
2017-02-20  Mike PallFix FOLD rules for math.abs() and FP negation.
2017-02-20  Mike PallFix soft-float math.abs() and negation.
2017-02-20  Mike Pallx64/LJ_GC64: Fix warning for DUALNUM build.
2017-02-20  Mike Pallx64/LJ_GC64: Fix (currently unused) integer stores...
2017-02-20  Mike PallARM64: Cleanup and de-cargo-cult TValue store generation.
2017-02-20  Mike PallMerge branch 'master' into v2.1
2017-02-20  Mike PallMIPS: Don't use RID_GP as a scratch register.
2017-02-20  Mike PallMIPS: Fix emitted code for U32 to float conversion.
2017-02-20  Mike PallMIPS: Backport workaround for compact unwind tables.
2017-02-19  Mike PallMake checkptrGC() actually work.
2017-02-16  Mike PallARM64: Fix AREF/HREF/UREF fusion.
2017-01-18  Mike PallFix extension docs about package.searchers.
2017-01-17  Mike PallMerge branch 'master' into v2.1
2017-01-17  Mike PallBump copyright date to 2017.
2017-01-17  Mike PallLJ_GC64: Add build options and install instructions.
2017-01-17  Mike PallAdd some more extensions from Lua 5.2/5.3.
2017-01-17  Mike PallMerge branch 'master' into v2.1
2017-01-17  Mike PallFix HTML formatting.
2017-01-17  Mike PallMerge branch 'master' into v2.1
2017-01-17  Mike PallFix cross-endian jit.bcsave for MIPS target.
2016-12-30  Mike PallARM64: Remove unused variables in disassembler.
2016-12-15  Mike PallARM64: Fuse BOR/BXOR and BNOT into ORN/EON.
2016-12-15  Mike PallMerge branch 'master' into v2.1
2016-12-15  Mike PallAdd "proto" field to jit.util.funcinfo().
next