]>
git.ipfire.org Git - thirdparty/LuaJIT.git/log
Mike Pall [Thu, 12 Apr 2012 10:02:38 +0000 (12:02 +0200)]
Make lua_concat() work from C hook with partial frame.
Mike Pall [Wed, 11 Apr 2012 14:22:05 +0000 (16:22 +0200)]
Fix DSE of USTORE. Have to remove OBAR, too.
Mike Pall [Wed, 11 Apr 2012 13:17:11 +0000 (15:17 +0200)]
Fix bytecode JMP slot range after const + and/or optimization.
Mike Pall [Wed, 11 Apr 2012 13:15:50 +0000 (15:15 +0200)]
Limit number of userdata __gc separations at state close.
Mike Pall [Wed, 11 Apr 2012 10:08:09 +0000 (12:08 +0200)]
Ensure running __gc of userdata created in __gc at state close.
Mike Pall [Mon, 9 Apr 2012 12:48:27 +0000 (14:48 +0200)]
Fix discharge order of comparisons in Lua parser.
Mike Pall [Mon, 2 Apr 2012 18:31:50 +0000 (20:31 +0200)]
MIPS: Update docs.
Mike Pall [Sun, 1 Apr 2012 18:01:13 +0000 (20:01 +0200)]
MIPS: Add support for GDB JIT API.
Mike Pall [Sat, 31 Mar 2012 20:20:03 +0000 (22:20 +0200)]
FFI: Fix symbol resolving error messages on Windows.
Mike Pall [Sat, 31 Mar 2012 20:19:47 +0000 (22:19 +0200)]
FFI: Fix resolving of function name redirects on Windows/x86.
Mike Pall [Thu, 29 Mar 2012 23:36:55 +0000 (01:36 +0200)]
MIPS: Integrate and enable JIT compiler.
Mike Pall [Thu, 29 Mar 2012 23:34:17 +0000 (01:34 +0200)]
MIPS: Add MIPS32R2 compile-time/runtime CPU detection.
Mike Pall [Thu, 29 Mar 2012 23:33:07 +0000 (01:33 +0200)]
MIPS: Interpreter/JIT integration
Mike Pall [Wed, 28 Mar 2012 23:12:54 +0000 (01:12 +0200)]
PPC: Use builtin D-Cache/I-Cache sync code.
Mike Pall [Wed, 28 Mar 2012 23:11:23 +0000 (01:11 +0200)]
PPC: Fix HREFK code generation for huge tables.
Mike Pall [Wed, 28 Mar 2012 23:10:35 +0000 (01:10 +0200)]
PPC: Fix fusion of floating-point XLOAD/XSTORE.
Mike Pall [Wed, 28 Mar 2012 08:17:28 +0000 (10:17 +0200)]
Fix OSX build issues. Bump minimum required OSX version to 10.4
Only set MACOSX_DEPLOYMENT_TARGET to 10.4 if not set.
Always force -fno-stack-protector.
Mike Pall [Sun, 25 Mar 2012 19:52:07 +0000 (21:52 +0200)]
Replace unwind.h definitions with our own.
Mike Pall [Wed, 21 Mar 2012 21:09:01 +0000 (22:09 +0100)]
FFI: Change ffi.load() library name resolution for Cygwin.
Mike Pall [Tue, 20 Mar 2012 13:18:14 +0000 (14:18 +0100)]
Avoid recursive GC steps after GC-triggered trace exit.
Mike Pall [Thu, 15 Mar 2012 11:01:13 +0000 (12:01 +0100)]
Fix compilation on OpenBSD.
Thanks to Laurence Tratt.
Mike Pall [Sun, 11 Mar 2012 23:51:25 +0000 (00:51 +0100)]
Add missing mcode limit check in assembler backend.
Mike Pall [Mon, 5 Mar 2012 14:05:28 +0000 (15:05 +0100)]
FFI: Finalize cdata before userdata when closing the state.
Mike Pall [Wed, 22 Feb 2012 15:27:44 +0000 (16:27 +0100)]
Fix argument error handling on Lua stacks without a frame.
Mike Pall [Wed, 22 Feb 2012 15:26:50 +0000 (16:26 +0100)]
Fix argument type in error message for relative arguments.
Mike Pall [Fri, 17 Feb 2012 10:40:18 +0000 (11:40 +0100)]
DynASM: Lua 5.2 compatibility fixes.
Mike Pall [Mon, 13 Feb 2012 19:08:29 +0000 (20:08 +0100)]
From Lua 5.2: Try __tostring metamethod on non-string error messages.
Mike Pall [Fri, 3 Feb 2012 23:32:45 +0000 (00:32 +0100)]
Fix bytecode dump for certain number constants.
Mike Pall [Wed, 1 Feb 2012 17:21:12 +0000 (18:21 +0100)]
FFI: Fix library unloading on POSIX systems.
Mike Pall [Tue, 31 Jan 2012 15:11:04 +0000 (16:11 +0100)]
MIPS: Add MIPS disassembler.
Mike Pall [Mon, 23 Jan 2012 21:42:30 +0000 (22:42 +0100)]
Bump copyright date to 2012.
Mike Pall [Mon, 23 Jan 2012 21:30:25 +0000 (22:30 +0100)]
MIPS: Update install docs.
Mike Pall [Mon, 23 Jan 2012 21:20:28 +0000 (22:20 +0100)]
MIPS: Add interpreter. Enable MIPS build rules.
Mike Pall [Mon, 23 Jan 2012 18:15:52 +0000 (19:15 +0100)]
PPC: Avoid pointless arg clearing in BC_IFUNCF. Remove dead code.
Mike Pall [Mon, 23 Jan 2012 18:14:19 +0000 (19:14 +0100)]
PPC: Fix argument checking for rawget.
Mike Pall [Mon, 23 Jan 2012 18:13:26 +0000 (19:13 +0100)]
PPC: Fix resume after yield from hook.
Mike Pall [Mon, 23 Jan 2012 18:10:14 +0000 (19:10 +0100)]
ARM: Avoid pointless arg clearing in BC_IFUNCF. Fix comments.
Mike Pall [Mon, 23 Jan 2012 18:06:58 +0000 (19:06 +0100)]
MIPS: Add missing opcodes to the DynASM MIPS module plus minor fixes.
Allow single dot as macro name.
Mike Pall [Fri, 20 Jan 2012 10:38:14 +0000 (11:38 +0100)]
Fix parsing of hex literals with exponents.
Mike Pall [Sun, 15 Jan 2012 16:05:34 +0000 (17:05 +0100)]
FFI: Don't touch frame in callbacks with tailcalls to fast functions.
Mike Pall [Sat, 17 Dec 2011 14:02:53 +0000 (15:02 +0100)]
FFI: Ignore number parsing errors while skipping definitions.
Mike Pall [Sat, 17 Dec 2011 14:02:00 +0000 (15:02 +0100)]
FFI: Ignore empty statements in ffi.cdef().
Mike Pall [Fri, 16 Dec 2011 20:33:40 +0000 (21:33 +0100)]
MIPS: Add DynASM MIPS module and encoding engine.
Mike Pall [Thu, 15 Dec 2011 19:39:30 +0000 (20:39 +0100)]
MIPS: Add build rules (non-functional, yet).
Mike Pall [Thu, 15 Dec 2011 18:16:06 +0000 (19:16 +0100)]
Auto-detect target arch via cross-compiler. Drop TARGET=arch.
Mike Pall [Wed, 14 Dec 2011 14:12:49 +0000 (15:12 +0100)]
RELEASE LuaJIT-2.0.0-beta9
Mike Pall [Wed, 14 Dec 2011 13:27:54 +0000 (14:27 +0100)]
Update changelog.
Mike Pall [Tue, 13 Dec 2011 17:05:51 +0000 (18:05 +0100)]
PPC: Avoid undefined operand dereference in BAND/shift fusion.
Mike Pall [Mon, 12 Dec 2011 22:12:25 +0000 (23:12 +0100)]
FFI: Add callback support for ARM.
Mike Pall [Mon, 12 Dec 2011 22:11:31 +0000 (23:11 +0100)]
FFI: Add callback support for PPC.
Mike Pall [Mon, 12 Dec 2011 21:49:19 +0000 (22:49 +0100)]
Move helper for syncing data/instruction cache to lj_mcode.c.
Sync caches after dynamic code generation for FFI callbacks.
Mike Pall [Sat, 10 Dec 2011 16:15:38 +0000 (17:15 +0100)]
ARM: Error out for attempt to compile with hard-float ABI.
Mike Pall [Fri, 9 Dec 2011 23:18:19 +0000 (00:18 +0100)]
ARM: Fix stack check for spilled BASE in parent.
Mike Pall [Fri, 9 Dec 2011 15:00:04 +0000 (16:00 +0100)]
x64: Always extend stack arguments to pointer size.
Mike Pall [Fri, 9 Dec 2011 14:57:20 +0000 (15:57 +0100)]
Fix compiler warning.
Mike Pall [Thu, 1 Dec 2011 15:27:24 +0000 (16:27 +0100)]
FFI: Fix stack adjustment for calls to stdcall/fastcall functions.
Mike Pall [Sun, 27 Nov 2011 17:22:48 +0000 (18:22 +0100)]
FFI: Need to treat strlen() as a load.
Mike Pall [Sun, 27 Nov 2011 11:35:35 +0000 (12:35 +0100)]
Fix docs. The code base doesn't work on Windows 98 anymore.
Mike Pall [Sun, 27 Nov 2011 10:45:55 +0000 (11:45 +0100)]
Don't increment module reference counts due to symbol resolving.
Mike Pall [Sat, 26 Nov 2011 15:54:52 +0000 (16:54 +0100)]
FFI: Record ffi.errno().
Mike Pall [Fri, 25 Nov 2011 18:36:48 +0000 (19:36 +0100)]
Fix stack check in side exit.
Mike Pall [Fri, 25 Nov 2011 18:36:35 +0000 (19:36 +0100)]
FFI: Record C function calls with bool return values.
Mike Pall [Fri, 25 Nov 2011 18:25:44 +0000 (19:25 +0100)]
FFI: Fix line info for result conversion errors in callbacks.
Mike Pall [Fri, 25 Nov 2011 11:25:51 +0000 (12:25 +0100)]
FFI: Fix GetLastError() save/restore around ffi.load().
Mike Pall [Fri, 25 Nov 2011 10:19:59 +0000 (11:19 +0100)]
FFI: Improve ld script detection in ffi.load().
Mike Pall [Wed, 23 Nov 2011 23:42:14 +0000 (00:42 +0100)]
Do not eliminate PHIs only referenced from other PHIs.
Mike Pall [Mon, 21 Nov 2011 19:50:27 +0000 (20:50 +0100)]
Replace stack slot for implicit number->string conv. in Lua/C API.
Mike Pall [Sun, 20 Nov 2011 18:14:39 +0000 (19:14 +0100)]
Specialize to prototype for non-monomorphic functions.
Solves the trace-explosion problem with closure-heavy programming.
Mike Pall [Sun, 20 Nov 2011 16:59:41 +0000 (17:59 +0100)]
Count frames with same prototype in call unroll limit check.
Mike Pall [Sun, 20 Nov 2011 16:56:47 +0000 (17:56 +0100)]
Keep maximum frame extent in snap->topslot.
Mike Pall [Sun, 20 Nov 2011 12:23:25 +0000 (13:23 +0100)]
Get rid of snap->depth.
Mike Pall [Thu, 17 Nov 2011 16:34:23 +0000 (17:34 +0100)]
Fix debug option for msvcbuild.bat.
Mike Pall [Tue, 15 Nov 2011 15:45:36 +0000 (16:45 +0100)]
FFI: Fix EnumWindows example in docs.
Mike Pall [Tue, 15 Nov 2011 15:43:43 +0000 (16:43 +0100)]
FFI: Add missing GC barrier for callback registration.
Mike Pall [Tue, 15 Nov 2011 15:37:06 +0000 (16:37 +0100)]
FFI: Save GetLastError() around ffi.load() and symbol resolving, too.
Mike Pall [Mon, 14 Nov 2011 22:57:05 +0000 (23:57 +0100)]
Eliminate some rare occurrences of redundant PHIs.
Mike Pall [Mon, 14 Nov 2011 22:52:26 +0000 (23:52 +0100)]
Fix hint-based register allocation in ra_dest().
Mike Pall [Mon, 14 Nov 2011 13:15:57 +0000 (14:15 +0100)]
FFI: Add callback support (for x86/x64).
Mike Pall [Mon, 14 Nov 2011 13:13:53 +0000 (14:13 +0100)]
PPC: Clarify docs.
Mike Pall [Mon, 14 Nov 2011 11:01:48 +0000 (12:01 +0100)]
FFI: Resolve __call metamethod for pointers, too.
Mike Pall [Sat, 12 Nov 2011 00:16:43 +0000 (01:16 +0100)]
Avoid dependence on lj_jit.h if only including lj_target.h.
Mike Pall [Fri, 11 Nov 2011 21:10:31 +0000 (22:10 +0100)]
FFI: Add unwind definitions for lj_vm_ffi_call.
Adds exception interoperability for C/C++ functions called via FFI
from the interpreter.
Mike Pall [Fri, 11 Nov 2011 19:41:44 +0000 (20:41 +0100)]
FFI: Extend metamethod tutorial.
Mike Pall [Fri, 11 Nov 2011 00:07:34 +0000 (01:07 +0100)]
ARM: Fix IR splitting for softfp XLOAD.
Mike Pall [Fri, 11 Nov 2011 00:05:37 +0000 (01:05 +0100)]
ARM: Fix code generation for type-check only softfp [AHUV]LOAD.
Mike Pall [Fri, 4 Nov 2011 13:48:44 +0000 (14:48 +0100)]
x64: Fix lightuserdata comparisons.
Mike Pall [Fri, 4 Nov 2011 13:07:19 +0000 (14:07 +0100)]
Spelling.
Mike Pall [Thu, 27 Oct 2011 17:47:47 +0000 (19:47 +0200)]
PPC: Install dis_ppc.lua.
Mike Pall [Wed, 26 Oct 2011 23:52:37 +0000 (01:52 +0200)]
FFI: Compile calls to stdcall, fastcall and vararg functions.
Mike Pall [Tue, 25 Oct 2011 19:29:58 +0000 (21:29 +0200)]
PPC: Fuse BAND with shift to rlwinm.
Mike Pall [Tue, 25 Oct 2011 19:16:27 +0000 (21:16 +0200)]
Add more FOLD rules for shift + BAND simplifications.
Mike Pall [Tue, 25 Oct 2011 19:14:01 +0000 (21:14 +0200)]
x64: Fix code generation for BSWAP.
Mike Pall [Tue, 25 Oct 2011 17:50:44 +0000 (19:50 +0200)]
PPC: Fuse BSWAP with XLOAD/XSTORE to lwbrx/stwbrx.
Mike Pall [Tue, 25 Oct 2011 10:41:38 +0000 (12:41 +0200)]
PPC/e500: Fix write barrier in USETS.
Mike Pall [Mon, 24 Oct 2011 23:18:59 +0000 (01:18 +0200)]
PPC: Fix externally provided relocation offsets in DynASM.
Mike Pall [Mon, 24 Oct 2011 22:29:10 +0000 (00:29 +0200)]
PPC: Fix write barrier in USETV/USETS.
Mike Pall [Mon, 24 Oct 2011 14:43:51 +0000 (16:43 +0200)]
PPC: Integrate and enable JIT compiler.
Mike Pall [Mon, 24 Oct 2011 14:35:17 +0000 (16:35 +0200)]
Allow selection of single-number vs. dual-number mode in Makefile.
Mike Pall [Mon, 24 Oct 2011 14:23:01 +0000 (16:23 +0200)]
PPC: Fix/improve interpreter/JIT integration.
Switch to per-trace exit stubs.
Drop register holding current trace number.
Mike Pall [Mon, 24 Oct 2011 14:21:11 +0000 (16:21 +0200)]
PPC: Generalize rematerialization handling.