]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2011-08-16  Mike PallLoad embedded bytecode with require().
2011-08-14  Mike PallClarify name of MIT license.
2011-08-14  Mike PallReplace some _Unwind_* types. Fixes build issues on...
2011-08-11  Mike Pallx64: Fix result type of cdata index conversions.
2011-08-11  Mike PallDon't bother to chain NOPs.
2011-08-10  Mike PallPPCSPE: Save/restore cr2, cr3 and cr4 when entering...
2011-08-10  Mike PallPPC: Save/restore cr2, cr3 and cr4 when entering/leavin...
2011-08-10  Mike PallPPC: Add mtcrf instruction to DynASM.
2011-08-10  Mike PallPPC: Tune and reschedule interpreter for PPC/e300.
2011-08-10  Mike PallFix compiler warning.
2011-08-09  Mike PallFix stack check when L->top is above L->maxstack.
2011-08-08  Mike PallRemove temporary mcode limit error from application...
2011-08-07  Mike PallFFI: Limit snapshot optimization for cdata comparisons.
2011-08-01  Mike PallPPC: Add machine-specific part of FFI.
2011-07-25  Mike PallPPC: Fix floor/ceil for dual-number mode.
2011-07-24  Mike PallPPC: Add dual-number mode interpreter. Enable by default.
2011-07-23  Mike PallUse different workaround for alignment of jit_State.
2011-07-23  Mike PallFFI: Treat function ctypes like pointers in comparisons.
2011-07-19  Mike PallFrom Lua 5.2: Change \* to \z. Reject undefined escape...
2011-07-13  Mike PallPPC: Update install docs.
2011-07-13  Mike PallPPC: Add dual-number mode interpreter.
2011-07-13  Mike PallPPCSPE: Fix dispatch for binop metamethods.
2011-07-13  Mike PallCleanup single-number vs. dual-number mode selection.
2011-07-12  Mike PallARM: Don't evict ASMREF_L in ra_evictk().
2011-07-07  Mike PallFix doc link.
2011-07-06  Mike PallFFI: Fix comment parsing.
2011-07-04  Mike PallARM: Install dis_arm.lua.
2011-07-03  Mike PallFix install_name and versioning on OSX.
2011-07-03  Mike PallPPC: Add build rules for PPC interpreter (non-functiona...
2011-07-03  Mike PallPPC: Separate PPC vs. PPCSPE interpreter source files.
2011-07-01  Mike PallPPC: Untangle PPC vs. PPCSPE target defines.
2011-07-01  Mike PallPPC: Fix range check for scaled immediates in DynASM.
2011-06-29  Mike PallAdd debug option to msvcbuild.bat and improve error...
2011-06-29  Mike PallDon't use thread-safe exceptions on OSX. Complain to...
2011-06-28  Mike PallReturn to lower frame via interpreter for unhandled...
2011-06-28  Mike PallPrefer recording loops over calls.
2011-06-28  Mike PallReorganize trace linking and track link types.
2011-06-28  Mike PallClean up temporary bytecode patching.
2011-06-27  Mike PallFix forced unwinding triggered by external unwinder.
2011-06-27  Mike PallUse thread-safe exceptions for external unwinding on...
2011-06-26  Mike PallFix iOS build.
2011-06-26  Mike PallFix data-flow analysis for BC_ITERL.
2011-06-24  Mike PallFFI: Clarify docs wrt. string initializers for byte...
2011-06-23  Mike PallRELEASE LuaJIT-2.0.0-beta8 (fixed) v2.0.0-beta8-fixed
2011-06-23  Mike PallFix documentation for -b command line option.
2011-06-23  Mike PallRELEASE LuaJIT-2.0.0-beta8 v2.0.0-beta8
2011-06-23  Mike PallUpdate changelog.
2011-06-23  Mike PallMisc. updates to docs.
2011-06-22  Mike PallFix assertion.
2011-06-22  Mike Pallx86/x64: Don't evict BASE in ra_evictk().
2011-06-22  Mike Pallx86/x64: Fix register allocation for variable shifts.
2011-06-22  Mike Pallx86/x64: Fix fusion of comparisons with u8/u16 XLOAD.
2011-06-22  Mike PallAvoid pointless calls for std file handles on __gc.
2011-06-20  Mike PallFix recording of loops with instable directions in...
2011-06-20  Mike PallFrom Lua 5.2: __len for tables. Needs -DLUAJIT_ENABLE_L...
2011-06-14  Mike PallUpdate man page for -b command line option.
2011-06-14  Mike PallMore fixes for the Solaris/x86 build. Thanks to Will...
2011-06-14  Mike PallFix bytecode loading on Windows.
2011-06-13  Mike PallAdd more docs for bytecode load/save feature.
2011-06-13  Mike PallFix dumping of already stripped functions with debug...
2011-06-12  Mike PallAdd -b command line option to save/list bytecode.
2011-06-12  Mike PallAdd support for bytecode loading/saving.
2011-06-12  Mike PallAdd recursive dump option to jit.bc.dump().
2011-06-12  Mike PallNo need for L argument to lj_str_initbuf().
2011-06-11  Mike PallFFI: Support __tostring metamethod for pointers to...
2011-06-11  Mike PallMake .eh_frame section read-write on Solaris.
2011-06-10  Mike PallFix check for missing arguments in string.format().
2011-06-09  Mike PallCleanup prototype flags.
2011-06-08  Mike PallRemove bogus assertion for GC estimate vs. threshold.
2011-06-08  Mike PallFlatten and compress in-memory debug info (saves ~70%).
2011-06-07  Mike PallMove debugging/introspection functionality to lj_debug.c.
2011-06-07  Mike PallFix compiler warning.
2011-06-07  Mike PallFFI: Print NULL pointers as "cdata<... *>: NULL".
2011-06-07  Mike PallFFI: Show address pointed to for tostring(pointer).
2011-06-07  Mike PallMinor change to bytecode penalty code for consistency.
2011-06-07  Mike PallFix data-flow analysis for BC_UCLO.
2011-06-06  Mike PallFFI: Change tonumber(cdata) semantics. Return nil for...
2011-06-05  Mike PallARM: Add fast assembler implementation of floor/ceil...
2011-06-05  Mike PallPPC: Add lj_vm_floor which is callable from C.
2011-06-05  Mike PallARM: Fuse XLOAD/XSTORE operands.
2011-06-03  Mike PallAdd stdint.h replacement for Symbian. Sigh.
2011-06-03  Mike PallAdd narrowing of modulo operator.
2011-06-03  Mike PallMove math helpers to lj_vmmath.c. Add missing log2...
2011-06-03  Mike PallARM: Disable C++ exception catching on Symbian.
2011-06-02  Mike PallARM: Enable JIT compiler (except for iOS).
2011-06-02  Mike PallARM: Add ARM-specific assembler backend.
2011-06-01  Mike PallARM: Don't generate unaligned XLOADs.
2011-06-01  Mike PallMany soft-float-related fixes to SPLIT pass and assembl...
2011-06-01  Mike PallARM: Catch C++ exceptions in interpreter frames.
2011-05-31  Mike PallDUALNUM: Fix missing type check for loop index slot.
2011-05-31  Mike PallARM: Tune rematerialization scheduler.
2011-05-31  Mike PallFFI: Fix recording of casts from 32 bit pointers to...
2011-05-31  Mike Pallx86/x64: Minor cleanup in assembler backend.
2011-05-31  Mike PallARM: Optimize hash algorithm for 3-operand CPUs.
2011-05-31  Mike PallARM: Fix __newindex metamethod handling for BC_TSETB.
2011-05-31  Mike PallARM: Fix string.sub() argument checks.
2011-05-29  Mike PallClean up memory allocator initialization and catch...
2011-05-27  Mike PallFFI: Avoid unused functions if FFI is disabled.
2011-05-27  Mike PallARM: Interpreter/JIT integration, part #2.
2011-05-27  Mike PallARM: Fix math.ldexp() recording and folding.
next