]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2015-04-11  Mike PallPPC: Fix cross-endian builds.
2015-04-09  Mike PallPPC: Fix write barrier in BC_TSETR.
2015-03-11  Mike PallMerge branch 'master' into v2.1
2015-03-11  Mike PallDoc cleanup.
2015-03-06  Mike PallPPC64: Add build infrastructure.
2015-03-05  Mike PallMerge branch 'master' into v2.1
2015-03-05  Mike PallFix Lua/C API typecheck error for special indexes.
2015-03-02  Mike PallMerge branch 'master' into v2.1
2015-03-02  Mike PallFFI: Fix FOLD rule for TOBIT + CONV num.u32.
2015-02-25  Mike PallMerge branch 'master' into v2.1
2015-02-25  Mike PallARM: Handle more arch defines.
2015-02-25  Mike PallProperly fail unsupported cross-compile to MIPS64.
2015-02-22  Mike PallMerge branch 'master' into v2.1
2015-02-22  Mike PallFix string to number conversion.
2015-02-21  Mike PallMerge branch 'master' into v2.1
2015-02-21  Mike Pallx86/x64: Fix code generation for fused test/arith ops.
2015-02-18  Mike PallMerge branch 'master' into v2.1
2015-02-18  Mike PallFFI: Prevent DSE across ffi.string().
2015-02-08  Mike PallLJ_FR2: Fix bytecode generation for method lookups.
2015-02-02  Mike PallMerge branch 'master' into v2.1
2015-02-02  Mike PallFix lexer error for chunks without tokens.
2015-01-17  Mike PallMerge branch 'master' into v2.1
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-14  Mike PallDynASM/PPC: Add missing PPC64 instructions and various...
2015-01-08  Mike PalliOS/ARM64: Fix target OS detection.
2015-01-07  Mike PallLJ_GC64: Return true for ffi.abi("gc64").
2015-01-07  Mike PallARM64: Add FFI support.
2015-01-07  Mike PalliOS/ARM64: The frame pointer is required.
2015-01-07  Mike PallLJ_FR2: Fix lua_settable() and lua_setfield().
2015-01-07  Mike PallDynASM/ARM64: Fix checks for scaled immediates.
2015-01-05  Mike PallMerge branch 'master' into v2.1
2015-01-05  Mike PallBump copyright date to 2015.
2015-01-05  Mike PallMerge branch 'master' into v2.1
2015-01-05  Mike PallFix BC_UCLO/BC_JMP join optimization in Lua parser.
2015-01-04  Mike PallFix MSVC build.
2015-01-04  Mike PallMerge branch 'master' into v2.1
2015-01-04  Mike PallARM: Minor interpreter optimization.
2015-01-04  Mike Pallx86: Minor interpreter optimization.
2015-01-04  Mike PallARM64: Update docs.
2015-01-04  Mike PallARM64: Compatibility fixes for Clang.
2015-01-04  Mike PallPPC/e500: Drop support for this architecture.
2015-01-04  Mike PallMerge branch 'master' into v2.1
2015-01-04  Mike PallFix docs.
2015-01-03  Mike PallARM64: Add build infrastructure and initial port of...
2015-01-03  Mike PallAdd LJ_GC64 mode: 64 bit GC object references.
2015-01-03  Mike PallAdd LJ_FR2 mode: Two-slot frame info.
2014-12-27  Mike PallDynASM/ARM64: Various fixes.
2014-12-27  Mike PallMerge branch 'master' into v2.1
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 PallMerge branch 'master' into v2.1
2014-12-20  Mike PallCleanup of TValue setters. No functional changes.
2014-12-20  Mike Pallx86: Fix argument checks for ipairs() iterator.
2014-12-19  Mike PallCleanup of memory vs. GC sizes. No functional changes.
2014-12-16  Mike Pallx86: Fix stack slot reservation for FP math functions.
2014-12-16  Mike PallDisable debug info for generated *.S to avoid confusing...
2014-12-15  Mike PallAvoid dependency on frame layout for LJ_POST_FIXCOMP.
2014-12-15  Mike PallCleanup of frame handling. No functional changes.
2014-12-15  Mike PallMerge branch 'master' into v2.1
2014-12-15  Mike PallGracefully handle lua_error() for a suspended coroutine.
2014-12-08  Mike PallMerge branch 'master' into v2.1
2014-12-08  Mike PallAvoid error messages when building with Clang.
2014-12-08  Mike Pallx86/x64: Drop internal x87 math functions. Use libm...
2014-12-08  Mike Pallx86/x64: Call external symbols directly from interprete...
2014-12-03  Mike PallDynASM/ARM64: Initial commit of ARM64 module.
2014-12-03  Mike PallMerge branch 'master' into v2.1
2014-12-03  Mike PallDynASM/ARM: Fix description shown for multi-element...
2014-11-28  Mike PallMerge branch 'master' into v2.1
2014-11-28  Mike PallFix snapshot #0 handling for traces with a stack check...
2014-11-03  Mike PallMerge branch 'master' into v2.1
2014-11-03  Mike PallFFI: No meta fallback when indexing pointer to incomple...
2014-10-08  Mike PallFFI: Add ffi.typeinfo().
2014-10-08  Mike PallMerge branch 'master' into v2.1
2014-10-08  Mike PallFix fused constant loads under high register pressure.
2014-10-07  Mike PallMerge branch 'master' into v2.1
2014-10-07  Mike PallFix DragonFly build (unsupported).
2014-09-22  Mike PallMerge branch 'master' into v2.1
2014-09-22  Mike PallDynASM/x86: Add fldenv, f[n]stenv, fxsave, fxrstor...
2014-09-21  Mike PallMerge branch 'master' into v2.1
2014-09-21  Mike PallDynASM/x86: Add shld/shrd opcodes.
2014-09-17  Mike PallEliminate hmask guard for forwarded HREFK.
2014-09-08  Mike PallMerge branch 'master' into v2.1
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 PallMerge branch 'master' into v2.1
2014-08-05  Mike PallFFI: Fix __index/__newindex metamethod resolution for...
2014-07-24  Mike PallMerge branch 'master' into v2.1
2014-07-24  Mike PallInvalidate backpropagation cache after DCE.
2014-07-04  Mike PallMerge branch 'master' into v2.1
2014-07-04  Mike PallFFI: Fix compilation of reference field access.
2014-07-01  Mike PallMerge branch 'master' into v2.1
2014-07-01  Mike PallFix ABC elimination.
2014-06-18  Mike PallCompile debug.getmetatable().
2014-06-13  Mike PallMerge branch 'master' into v2.1
2014-06-13  Mike PallTypo.
next