]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
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().
2016-12-13  Mike PallAdd "proto" field to jit.util.funcinfo().
2016-12-09  Mike PallARM64: Use the correct FUSE check.
2016-12-09  Mike PallARM64: Fuse BOR(BSHL, BSHR) into EXTR/ROR.
2016-12-08  Mike PallAdd missing FOLD rule for 64 bit shift+BAND simplification.
2016-12-08  Mike PallARM64: Fix code generation for S19 offsets.
2016-12-08  Mike PallARM64: Fuse various BAND/BSHL/BSHR/BSAR combinations.
2016-12-08  Mike PallARM64: Fuse FP multiply-add/sub.
2016-12-07  Mike PallARM64: Fuse XLOAD/XSTORE with STRREF/ADD/BSHL/CONV.
2016-12-07  Mike PallARM64: Reorganize operand extension definitions.
2016-12-07  Mike PallARM64: Add missing ldrb/strb instructions to disassembler.
2016-12-07  Mike PallARM64: Fix pc-relative loads of consts. Cleanup branch...
2016-11-29  Mike PallARM64: Make use of tbz/tbnz and cbz/cbnz.
2016-11-25  Mike PallDocument 47 bit limit for lightuserdata.
2016-11-24  Mike PallEliminate use of lightuserdata derived from static...
2016-11-24  Mike PallARM64: Emit more efficient trace exits.
2016-11-21  Mike PallMerge branch 'master' into v2.1
2016-11-21  Mike PallUpdate contact info.
2016-11-21  Mike PallGeneralize deferred constant handling in backend to...
2016-11-20  Mike PallARM64: Reject special case in emit_isk13().
2016-11-20  Mike PallARM64: Allow full VA range for mcode allocation.
2016-11-20  Mike PallARM64: Add JIT compiler backend.
2016-11-20  Mike PallWhitespace.
2016-11-19  Mike PallFix amalgamated build.
2016-11-19  Mike PallIncrease range of GG_State loads via IR_FLOAD with...
2016-11-16  Mike PallMIPS: Fix TSETR barrier.
2016-11-13  Mike PallReport parent of stitched trace.
2016-10-20  Mike PallLJ_GC64: Various followup fixes.
2016-10-19  Mike PallLJ_GC64: Fix HREF for pointers.
2016-10-16  Mike PallLJ_FR2: Fix slot 1 handling.
2016-10-13  Mike PallMerge branch 'master' into v2.1
2016-10-13  Mike PallFix GC step size calculation.
2016-10-12  Mike PallLJ_GC64: Various fixes.
2016-10-08  Mike PallLJ_GC64: Fix jit.on/off.
2016-10-02  Mike PallFix -jp=a mode for builtins.
2016-10-02  Mike PallMerge branch 'master' into v2.1
2016-10-02  Mike PallARM: Fix BLX encoding for Thumb interworking calls.
2016-09-19  Mike PallMerge branch 'master' into v2.1
2016-09-19  Mike PallLooks like COLORTERM has gone out of fashion.
2016-09-19  Mike PallMerge branch 'master' into v2.1
2016-09-19  Mike PallInitialize uv->immutable for upvalues of loaded chunks.
2016-09-06  Mike PallWindows/x86: Add MSVC flags for debug build with except...
2016-07-31  Mike PallMerge branch 'master' into v2.1
2016-07-31  Mike PallRevert "OSX: Switch to Clang as the default compiler."
2016-07-22  Mike PallFix exit status for 'luajit -b'.
2016-07-22  Mike PallMust preserve J->fold.ins (fins) around call to lj_ir_k...
2016-07-17  Mike PallMerge branch 'master' into v2.1
2016-07-17  Mike PallEmit bytecode in .c/.h files with unsigned char type.
2016-07-17  Mike PallSet arg table before evaluating LUA_INIT and -e chunks.
2016-07-17  Mike PallAdjust comment with defines.
next