]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2015-07-17  Mike PallFFI: Don't propagate qualifiers into subtypes of complex. origin/HEAD origin/master
2015-07-10  Mike PallLimit number of arguments given to io.lines() and fp...
2015-06-10  Mike PallFix narrowing of TOBIT.
2015-06-09  Mike Pallx64: Allow building without external unwinder.
2015-05-14  Mike PallRELEASE LuaJIT-2.0.4 v2.0.4
2015-05-14  Mike PallUpdate changelog.
2015-05-04  Mike Pallx86/x64: Fix argument check for bit shifts.
2015-04-28  Mike PallFix stack check in narrowing optimization.
2015-03-11  Mike PallDoc cleanup.
2015-03-05  Mike PallFix Lua/C API typecheck error for special indexes.
2015-03-02  Mike PallFFI: Fix FOLD rule for TOBIT + CONV num.u32.
2015-02-25  Mike PallARM: Handle more arch defines.
2015-02-25  Mike PallProperly fail unsupported cross-compile to MIPS64.
2015-02-22  Mike PallFix string to number conversion.
2015-02-21  Mike Pallx86/x64: Fix code generation for fused test/arith ops.
2015-02-18  Mike PallFFI: Prevent DSE across ffi.string().
2015-02-02  Mike PallFix lexer error for chunks without tokens.
2015-01-17  Mike PallDon't compile IR_RETF after CALLT to ff with-side effects.
2015-01-17  Mike PallOpenBSD/x86: Better executable memory allocation for...
2015-01-05  Mike PallBump copyright date to 2015.
2015-01-05  Mike PallFix BC_UCLO/BC_JMP join optimization in Lua parser.
2015-01-04  Mike PallARM: Minor interpreter optimization.
2015-01-04  Mike Pallx86: Minor interpreter optimization.
2015-01-04  Mike PallFix docs.
2014-12-27  Mike PallDynASM/ARM: Fix rollback for variant templates.
2014-12-27  Mike PallMIPS: Fix excess stack growth in interpreter.
2014-12-27  Mike PallPPC: Fix excess stack growth in interpreter.
2014-12-27  Mike PallARM: Fix write barrier check in BC_USETS.
2014-12-27  Mike PallARM: Fix excess stack growth in interpreter.
2014-12-27  Mike PallFix corner case in string to number conversion.
2014-12-20  Mike Pallx86: Fix argument checks for ipairs() iterator.
2014-12-15  Mike PallGracefully handle lua_error() for a suspended coroutine.
2014-12-08  Mike PallAvoid error messages when building with Clang.
2014-12-03  Mike PallDynASM/ARM: Fix description shown for multi-element...
2014-11-28  Mike PallFix snapshot #0 handling for traces with a stack check...
2014-11-03  Mike PallFFI: No meta fallback when indexing pointer to incomple...
2014-10-08  Mike PallFix fused constant loads under high register pressure.
2014-10-07  Mike PallFix DragonFly build (unsupported).
2014-09-22  Mike PallDynASM/x86: Add fldenv, f[n]stenv, fxsave, fxrstor...
2014-09-21  Mike PallDynASM/x86: Add shld/shrd opcodes.
2014-09-08  Mike PallFFI: Fix initialization of unions of subtypes.
2014-09-08  Mike PallFFI: Fix for cdata vs. non-cdata arithmetic and compari...
2014-08-05  Mike PallFFI: Fix __index/__newindex metamethod resolution for...
2014-07-24  Mike PallInvalidate backpropagation cache after DCE.
2014-07-04  Mike PallFFI: Fix compilation of reference field access.
2014-07-01  Mike PallFix ABC elimination.
2014-06-13  Mike PallTypo.
2014-06-12  Mike PallFFI: Fix frame traversal for backtraces with FFI callbacks.
2014-06-11  Mike Pallx86: lj_math_random_step() clobbers XMM regs on OSX...
2014-06-11  Mike PallFix debug info for main chunk of stripped bytecode.
2014-05-28  Mike PallFix compatibility issues with Illumos.
2014-05-27  Mike PallPPC: Fix red zone overflow in machine code generation.
2014-05-27  Mike Pallx86: Fix code generation for unused result of math...
2014-05-20  Mike PallFix FOLD rule for string.sub(s, ...) == k.
2014-05-15  Mike PallFFI: Fix recording of indexing a struct pointer ctype...
2014-05-15  Mike PallFix FOLD rule for STRREF of SNEW.
2014-05-12  Mike PallFix frame traversal while searching for error function.
2014-05-06  Mike Pallx64: Workaround for MSVC build issue.
2014-05-06  Mike PallFFI: Another fix for cdata equality comparisons.
2014-04-26  Mike PallAdd PS Vita port.
2014-04-22  Mike PallPrevent GC estimate miscalculation due to buffer growth.
2014-04-22  Mike PallPrevent adding side traces for stack checks.
2014-04-21  Mike Pallx64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJI...
2014-04-17  Mike PallPPC: Don't use mcrxr on PPE.
2014-04-08  Mike PallFFI: Fix cdata equality comparison against other Lua...
2014-04-08  Mike PallFFI: Fix cdata equality comparison against strings.
2014-04-03  Mike PallFix top slot calculation for snapshots with continuations.
2014-04-01  Mike PallCorrect fix for reuse of SCEV results in FORL.
2014-03-31  Mike PallFFI: Allow non-scalar cdata to be compared for equality...
2014-03-28  Mike PallFFI: Fix pseudo type conversions for type punning.
2014-03-27  Mike PallFix check for reuse of SCEV results in FORL.
2014-03-27  Mike Pallx86/x64: Avoid use of SAHF instruction.
2014-03-24  Mike PallFix compiler warnings.
2014-03-12  Mike PallRELEASE LuaJIT-2.0.3 v2.0.3
2014-03-12  Mike PallUpdate changelog.
2014-03-06  Mike PallDynASM: Emit version check after .arch directive.
2014-03-05  Mike PallDon't access dangling reference to reallocated IR.
2014-02-28  Mike PallFix frame depth display for bytecode dump in -jdump.
2014-02-28  Mike PallFix recording of BC_VARG.
2014-02-27  Mike PallFix for -jdump docs.
2014-02-26  Mike PallAdd PS4 port.
2014-02-20  Mike PallDon't purge modified function from stack slots in BC_RET.
2014-02-19  Mike PallFFI: Disallow nested VLS.
2014-02-19  Mike PallPrevent BASE register coalescing if parent uses IR_RETF.
2014-02-11  Mike PallFix quoting in xedkbuild.bat (again).
2014-02-05  Mike PallFix exception unwind struct declaration.
2014-01-20  Mike PallFix OSX build issue.
2014-01-20  Mike PallFix initial maxslot for down-recursive traces.
2014-01-20  Mike PallFix compiler warnings.
2014-01-19  Mike PallFix OSX build issue.
2014-01-19  Mike PallFFI: Fix cts->L for cdata unsinking in snapshot restore.
2014-01-16  Mike PallBump copyright date to 2014.
2014-01-05  Mike PallFix ABC elimination.
2013-12-29  Mike PallFix MinGW build.
2013-12-24  Mike PallMIPS: Cosmetic fix for interpreter.
2013-12-22  Mike PallFix compilation of string.byte(s, nil, n).
2013-12-21  Mike PallFix MinGW build.
2013-12-08  Mike PallFix call unroll checks in the presence of metamethod...
2013-12-02  Mike Pallx64: Fix store to upvalue for lightuserdata values.
2013-11-22  Mike PallRespect jit.off(func) when returning to a function...
next