]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2010-03-28  Mike PallUpdate changelog.
2010-03-28  Mike PallFold HREF of TNEW/TDUP to niltv. Fold HLOAD of niltv...
2010-03-28  Mike PallGenerate EQ(HREF, niltv) for load path, too (better...
2010-03-28  Mike PallAlso merge EQ(HREF, niltv) in backend.
2010-03-28  Mike PallOnly fuse with spill slots for cross-section references.
2010-03-28  Mike PallFix precondition check for NEWREF.
2010-03-23  Mike PallPass MULTRES or negated error code in RD to lj_vm_exit_...
2010-03-22  Mike PallMove colocated array part after GCtab (now properly...
2010-03-22  Mike PallMove free node pos to t->node[0].freetop. Saves 4 bytes...
2010-03-21  Mike PallAvoid snapshots for returns to known callers.
2010-03-19  Mike PallAdd links to interactive performance comparison to...
2010-03-18  Mike PallIncrease max. fusion distance.
2010-03-15  Mike PallReorder various structs to reduce padding (thanks to...
2010-03-15  Mike PallFix TSETM on x64/SSE builds when table is resized.
2010-03-15  Mike PallAdd static target to msvcbuild.bat.
2010-03-15  Mike PallUpdate changelog.
2010-03-15  Mike PallAdd array bounds check elimination (-Oabc, on by default).
2010-03-15  Mike PallReorganize scalar evolution analysis.
2010-03-14  Mike PallFix folding of (comparison x x).
2010-03-13  Mike PallRestore MULTRES for snapshots pointing to CALLM etc...
2010-03-10  Mike PallFix potential hang in UCLO redirection handling in...
2010-03-09  Mike PallFix handling of bad argument types in recorder.
2010-03-09  Mike PallFix recording of getmetatable() for non-tables.
2010-03-09  Mike PallAvoid tracing the nil return case of tonumber().
2010-03-09  Mike PallAdd WinSDK v7.0 requirement for building on Windows...
2010-03-08  Mike PallDo not fuse SLOAD across RETF.
2010-03-07  Mike PallRELEASE LuaJIT-2.0.0-beta3 v2.0.0-beta3
2010-03-07  Mike PallFix tracebacks for failed coroutines.
2010-03-07  Mike PallAdd OS/CPU/CC compatibility matrix to docs. Fix spelling.
2010-03-07  Mike PallRebase dynamic library on OSX/x64.
2010-03-07  Mike PallImprove placement of dynamically generated code on...
2010-03-07  Mike PallFix assertion in rec_check_slots.
2010-03-07  Mike PallGenerate indirect calls for out-of-range distances...
2010-03-07  Mike PallFix unwind info for assembler part for OSX.
2010-03-07  Mike PallFix disassembly of call/jmp ModRM.
2010-03-05  Mike PallFix generated 64 bit Mach-O assembler output.
2010-03-04  Mike PallDocument jit.status().
2010-03-04  Mike PallUpdate docs: native build default, cross-compilation...
2010-03-04  Mike PallAllocate 32 bit memory on OSX/x64 with mmap() hinting.
2010-03-04  Mike PallBuild as a native 32 or 64 bit binary by default.
2010-03-03  Mike PallImprove performance of HREF/HREFK on x64.
2010-03-03  Mike PallFix 64 bit conversion warning.
2010-03-02  Mike PallImprove register allocation on x64.
2010-03-02  Mike PallFix comments about 64 bit FreeBSD mmap() behavior.
2010-03-02  Mike PallAdd compile errors for 64 bit OS without an equivalent...
2010-03-02  Mike PallAdd support for recursion to changelog.
2010-03-02  Mike PallFix amalgamated build.
2010-03-01  Mike PallEnable tracing of recursion.
2010-03-01  Mike PallImplement down-recursion.
2010-03-01  Mike PallFix pc to line number translation for GDB JIT API.
2010-03-01  Mike PallResize stack up to the true limit.
2010-02-28  Mike PallFix error message generation for OOM error.
2010-02-28  Mike PallConditionally compile functions that are unused with...
2010-02-28  Mike PallEnable JIT compiler for x64.
2010-02-28  Mike PallAdd frame info for x64 GDB JIT API.
2010-02-27  Mike PallSave/restore remaining callee-save regs on trace<-...
2010-02-27  Mike PallCorrectly align and free allocated machine code areas.
2010-02-26  Mike PallPlace dynamically generated code near static code on...
2010-02-26  Mike PallMake penalty PRNG available for general use by compiler.
2010-02-25  Mike PallAdd x64 call argument setup. More 32/64 bit cleanups...
2010-02-24  Mike PallMove SIMD constants to jit_State to keep them in the...
2010-02-24  Mike PallHandle negative continuation offsets (WIN64 with debug).
2010-02-24  Mike PallFix 64 bit conversion warnings.
2010-02-24  Mike PallMajor 32/64 bit cleanups in assembler and exit handling.
2010-02-24  Mike PallFix 64 bit portability problem in rec_ret().
2010-02-24  Mike PallAdd trace exit helper for x64. Fix trace entry for...
2010-02-24  Mike PallCheck relative jump distances for x64.
2010-02-24  Mike PallFix type() implementation for x64 lightuserdata.
2010-02-24  Mike PallFix exit state for 64 bit mode.
2010-02-23  Mike PallRandomize penalties for aborts and add blacklisting.
2010-02-23  Mike PallMark renamed registers as modified.
2010-02-23  Mike PallDon't eliminate SLOAD restores across RETF.
2010-02-22  Mike PallDo not patch parent exit for a stack check.
2010-02-22  Mike PallEnsure function and all args have a reference for call...
2010-02-22  Mike PallFix TRef for (dummy) 2nd arg of __len metamethod.
2010-02-22  Mike PallBack out history buffer for tailcall counts.
2010-02-22  Mike PallAdd region selection for up-recursion and tail-recursion.
2010-02-21  Mike PallRefactor Lua stack handling in lj_asm.c.
2010-02-21  Mike PallEliminate redundant stack checks. Add checks for growin...
2010-02-19  Mike PallRethrow errors from trace exit handling from the right...
2010-02-18  Mike PallAllow linking to already compiled functions.
2010-02-18  Mike PallUse a limited history buffer for tailcall counts while...
2010-02-18  Mike PallAdapt bytecode patching/unpatching for hot calls.
2010-02-18  Mike PallUpdate trace recorder infrastructure for hot calls.
2010-02-18  Mike PallFix some uses of tref_isint().
2010-02-18  Mike PallDrop obsolete shadow frame link stack.
2010-02-18  Mike PallAdd more assertions to compare the recorder state and...
2010-02-18  Mike PallClear frame gaps in recorder to avoid resurrecting...
2010-02-16  Mike PallUpdate docs and changelog.
2010-02-16  Mike PallJust disable JIT compiler for non-SSE2 CPUs instead...
2010-02-16  Mike PallSplit CALL/FUNC recording.
2010-02-15  Mike PallImprove error reporting for traces aborted in non-Lua...
2010-02-15  Mike PallChange record vmevent parameters. Dump function id...
2010-02-15  Mike PallUse a different marker for hot calls.
2010-02-15  Mike PallAdd generic function handling for debug modules.
2010-02-15  Mike PallMinor cleanup of trace event handling.
2010-02-15  Mike PallAdd missing FORI coercions in recorder.
2010-02-15  Mike PallImprove FOR loop const specialization and integerness...
2010-02-14  Mike PallImplement return hooks for Lua functions (zero-cost...
2010-02-14  Mike PallImplement call hooks (zero-cost if disabled).
next