]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2018-01-18  Mike PallFix LuaJIT API docs for LUAJIT_MODE_*.
2018-01-14  Mike PallFix string.format("%c", 0).
2017-11-16  Mike PallFix saved bytecode encapsulated in ELF objects.
2017-11-08  Mike PallFix FOLD rule for strength reduction of widening.
2017-09-20  Mike PallDynASM/x86: Fix potential REL_A overflow.
2017-08-18  Mike PallUse https for freelists.org links.
2017-06-12  Mike PallModify fix for warning from 'ar'.
2017-06-07  Mike PallMIPS: Fix handling of spare long-range jump slots.
2017-06-07  Mike PallMIPS: Use precise search for exit jump patching.
2017-05-17  Mike PallAdd missing LJ_MAX_JSLOTS check.
2017-05-09  Mike PallFix LJ_MAX_JSLOTS assertion in rec_check_slots().
2017-05-01  Mike PallRELEASE LuaJIT-2.0.5 v2.0.5
2017-05-01  Mike PallUpdate changelog.
2017-04-17  Mike PallAdd workaround for MSVC 2015 stdio changes.
2017-04-07  Mike PallOSX: Fix build with recent XCode.
2017-03-30  Mike PallFFI: Fix FOLD rules for int64_t comparisons.
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 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-01-17  Mike PallBump copyright date to 2017.
2017-01-17  Mike PallFix HTML formatting.
2017-01-17  Mike PallFix cross-endian jit.bcsave for MIPS target.
2016-12-15  Mike PallAdd "proto" field to jit.util.funcinfo().
2016-11-21  Mike PallUpdate contact info.
2016-10-13  Mike PallFix GC step size calculation.
2016-10-02  Mike PallARM: Fix BLX encoding for Thumb interworking calls.
2016-09-19  Mike PallLooks like COLORTERM has gone out of fashion.
2016-09-19  Mike PallInitialize uv->immutable for upvalues of loaded chunks.
2016-07-31  Mike PallRevert "OSX: Switch to Clang as the default compiler."
2016-07-17  Mike PallAdjust comment with defines.
2016-07-17  Mike PallFix for cdata vs. non-cdata arithmetics/comparisons.
2016-07-17  Mike PallFix unused vars etc. in internal Lua files.
2016-06-27  Mike PallDrop leftover regs in 'for' iterator assignment, too.
2016-06-05  Mike PallFix PHI remarking in SINK pass.
2016-06-03  Mike PallFix Valgrind suppressions.
2016-06-03  Mike PallDon't try to record outermost pcall() return to lower...
2016-05-23  Mike Pallx86: Don't spill an explicit REF_BASE in the IR.
2016-05-20  Mike PallAdd guard for obscure aliasing between open upvalues...
2016-05-20  Mike PallRemove assumption that lj_math_random_step() doesn...
2016-05-06  Mike Pallx86/x64: Fix instruction length decoder.
2016-04-24  Mike PallFix GCC 6 -Wmisleading-indentation warnings.
2016-04-21  Mike PallFix handling of non-numeric strings in arithmetic coerc...
2016-04-18  Mike PallWhitespace.
2016-04-18  Mike Pallx86/x64: Search for exit jumps with instruction length...
2016-04-13  Mike PallMIPS: Fix BC_ISNEXT fallback path.
2016-04-03  Mike PallFix recording of select(n, ...) with off-trace varargs
2016-04-03  Mike PallCygwin: Allow cross-builds to non-Cygwin targets.
2016-03-30  Mike PallMIPS: Fix use of ffgccheck delay slots in interpreter.
2016-03-28  Mike PallWindows: Remove intermediate files at end of build.
2016-03-28  Mike PallFix display of NULL (light)userdata in -jdump.
2016-03-22  Mike PallFix install for cross-builds.
2016-03-22  Mike PallFix compiler warnings.
2016-03-03  Mike PallBump copyright date to 2016.
2016-02-10  Mike PallDon't allocate unused 2nd result register in JIT compil...
2015-11-26  Mike PallFFI: Fix SPLIT pass for CONV i64.u64.
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 build instructions.
2015-10-24  Mike PallOSX: Switch to Clang as the default compiler.
2015-10-24  Mike PalliOS: Disable os.execute() when building for iOS >=...
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 PallFFI: Fix ipairs() recording.
2015-10-15  Mike PallDrop marks from replayed instructions when sinking.
2015-10-01  Mike PallFlush symbol tables in jit.dump on trace flush.
2015-10-01  Mike PallFix unsinking check.
2015-09-20  Mike PallFix Cygwin support. Note: this is not a supported target.
2015-08-19  Mike PallProperly handle OOM in trace_save().
2015-08-19  Mike PallFix NYICF error message.
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.
next