]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2012-06-08  Mike PallFFI: Fix address calculation for refs.
2012-06-08  Mike PallMove lib/* to src/jit/*.
2012-06-08  Mike PallCorrectly preserve snapshot #0 PC for root traces ...
2012-06-08  Mike PallRearrange OSX vs. iOS defines. Disable callbacks on...
2012-06-07  Mike PallLink to LuaJIT Roadmap 2012/2013.
2012-06-06  Mike PallPrint version and JIT status to stdout, not stderr.
2012-06-04  Mike PallSplit-off large-file support flags to TARGET_LFSFLAGS.
2012-06-04  Mike PallAdd uninstall target to top-level Makefile.
2012-06-04  Mike PallMIPS: Support generation of mips/mipsel bytecode object...
2012-06-04  Mike PallFFI: Use CNEWI/FLOAD to box/access ffi.new("int", x...
2012-05-31  Mike PallLink to LuaJIT wiki.
2012-05-29  Mike PallFFI: Convert io.* file handle to FILE * pointer (but...
2012-05-28  Mike PallFix argument checks for coroutine.create().
2012-05-23  Mike PallPPC/e500: Fix tailcall from fast function (esp. tostring).
2012-05-23  Mike PallFFI: Equality comparisons never raise an error.
2012-05-14  Mike PallPreserve snapshot #0 PC for root traces.
2012-05-14  Mike PallFFI: Don't call FreeLibrary() on our own EXE/DLL.
2012-05-10  Mike PallARM/PPC/MIPS: Fix tailcall from fast function (esp...
2012-05-10  Mike PallARM: Fix modulo operator and math.floor/ceil for inf...
2012-05-10  Mike PallARM: Fix tonumber() argument check.
2012-05-09  Mike PallRELEASE LuaJIT-2.0.0-beta10 v2.0.0-beta10
2012-05-09  Mike PallRemove stray comment.
2012-05-09  Mike PallUpdate changelog.
2012-05-09  Mike PallFix typo.
2012-05-09  Mike PallFFI: Fix recording of test for bool result of call.
2012-05-08  Mike PallFFI: Don't record test for bool result of call, if...
2012-05-08  Mike PallFFI: Allow 'typedef _Bool int BOOL;' to make Windows...
2012-05-07  Mike PallFix PHI stack slot syncing.
2012-05-05  Mike PallFFI: Use correct PC in FFI metamethod error message.
2012-05-04  Mike PallAdd links to LuaJIT mailing list.
2012-05-03  Mike PallDisable loading bytecode with an extra header (BOM...
2012-04-30  Mike PallARM: Fix compilation of math.sinh/cosh/tanh.
2012-04-30  Mike PallARM: Fix rejoin of pow in SPLIT pass.
2012-04-29  Mike PallARM: Handle all CALL* ops with double results in SPLIT...
2012-04-26  Mike PallAdd more comparison variants to Valgrind suppressions...
2012-04-26  Mike PallARM/FFI: Invoke SPLIT pass for double args in FFI call.
2012-04-26  Mike PallARM: Fix conditional branch fixup for OBAR.
2012-04-26  Mike PallARM: Fix register allocation for ldrd-optimized HREFK.
2012-04-26  Mike PallARM: Reorder type/value tests to silence Valgrind.
2012-04-19  Mike PallFFI: Clarify docs wrt. 'local ffi = ...' and the intera...
2012-04-19  Mike PallUpdate changelog.
2012-04-19  Mike PallAdd required PHIs for implicit conversions (via XREF...
2012-04-17  Mike PallFFI: Fix result type of pointer difference.
2012-04-17  Mike PallFix dependencies.
2012-04-12  Mike PallFFI: Fix blacklisting of C functions calling callbacks.
2012-04-12  Mike PallMake lua_concat() work from C hook with partial frame.
2012-04-11  Mike PallFix DSE of USTORE. Have to remove OBAR, too.
2012-04-11  Mike PallFix bytecode JMP slot range after const + and/or optimi...
2012-04-11  Mike PallLimit number of userdata __gc separations at state...
2012-04-11  Mike PallEnsure running __gc of userdata created in __gc at...
2012-04-09  Mike PallFix discharge order of comparisons in Lua parser.
2012-04-02  Mike PallMIPS: Update docs.
2012-04-01  Mike PallMIPS: Add support for GDB JIT API.
2012-03-31  Mike PallFFI: Fix symbol resolving error messages on Windows.
2012-03-31  Mike PallFFI: Fix resolving of function name redirects on Window...
2012-03-29  Mike PallMIPS: Integrate and enable JIT compiler.
2012-03-29  Mike PallMIPS: Add MIPS32R2 compile-time/runtime CPU detection.
2012-03-29  Mike PallMIPS: Interpreter/JIT integration
2012-03-28  Mike PallPPC: Use builtin D-Cache/I-Cache sync code.
2012-03-28  Mike PallPPC: Fix HREFK code generation for huge tables.
2012-03-28  Mike PallPPC: Fix fusion of floating-point XLOAD/XSTORE.
2012-03-28  Mike PallFix OSX build issues. Bump minimum required OSX version...
2012-03-25  Mike PallReplace unwind.h definitions with our own.
2012-03-21  Mike PallFFI: Change ffi.load() library name resolution for...
2012-03-20  Mike PallAvoid recursive GC steps after GC-triggered trace exit.
2012-03-15  Mike PallFix compilation on OpenBSD.
2012-03-11  Mike PallAdd missing mcode limit check in assembler backend.
2012-03-05  Mike PallFFI: Finalize cdata before userdata when closing the...
2012-02-22  Mike PallFix argument error handling on Lua stacks without a...
2012-02-22  Mike PallFix argument type in error message for relative arguments.
2012-02-17  Mike PallDynASM: Lua 5.2 compatibility fixes.
2012-02-13  Mike PallFrom Lua 5.2: Try __tostring metamethod on non-string...
2012-02-03  Mike PallFix bytecode dump for certain number constants.
2012-02-01  Mike PallFFI: Fix library unloading on POSIX systems.
2012-01-31  Mike PallMIPS: Add MIPS disassembler.
2012-01-23  Mike PallBump copyright date to 2012.
2012-01-23  Mike PallMIPS: Update install docs.
2012-01-23  Mike PallMIPS: Add interpreter. Enable MIPS build rules.
2012-01-23  Mike PallPPC: Avoid pointless arg clearing in BC_IFUNCF. Remove...
2012-01-23  Mike PallPPC: Fix argument checking for rawget.
2012-01-23  Mike PallPPC: Fix resume after yield from hook.
2012-01-23  Mike PallARM: Avoid pointless arg clearing in BC_IFUNCF. Fix...
2012-01-23  Mike PallMIPS: Add missing opcodes to the DynASM MIPS module...
2012-01-20  Mike PallFix parsing of hex literals with exponents.
2012-01-15  Mike PallFFI: Don't touch frame in callbacks with tailcalls...
2011-12-17  Mike PallFFI: Ignore number parsing errors while skipping defini...
2011-12-17  Mike PallFFI: Ignore empty statements in ffi.cdef().
2011-12-16  Mike PallMIPS: Add DynASM MIPS module and encoding engine.
2011-12-15  Mike PallMIPS: Add build rules (non-functional, yet).
2011-12-15  Mike PallAuto-detect target arch via cross-compiler. Drop TARGET...
2011-12-14  Mike PallRELEASE LuaJIT-2.0.0-beta9 v2.0.0-beta9
2011-12-14  Mike PallUpdate changelog.
2011-12-13  Mike PallPPC: Avoid undefined operand dereference in BAND/shift...
2011-12-12  Mike PallFFI: Add callback support for ARM.
2011-12-12  Mike PallFFI: Add callback support for PPC.
2011-12-12  Mike PallMove helper for syncing data/instruction cache to lj_mc...
2011-12-10  Mike PallARM: Error out for attempt to compile with hard-float...
2011-12-09  Mike PallARM: Fix stack check for spilled BASE in parent.
2011-12-09  Mike Pallx64: Always extend stack arguments to pointer size.
2011-12-09  Mike PallFix compiler warning.
next