]>
git.ipfire.org Git - thirdparty/LuaJIT.git/log
Mike Pall [Thu, 23 May 2013 20:15:51 +0000 (22:15 +0200)]
FFI: Must sink XBAR together with XSTOREs.
Mike Pall [Thu, 23 May 2013 20:17:45 +0000 (22:17 +0200)]
FFI: Fix unroll limit for ffi.fill().
Mike Pall [Thu, 23 May 2013 17:43:41 +0000 (19:43 +0200)]
FFI: Insert no-op type conversion for pointer to integer cast.
Mike Pall [Sat, 18 May 2013 12:11:59 +0000 (14:11 +0200)]
FFI: Improve error messages for arithmetic and comparison operators.
Mike Pall [Thu, 16 May 2013 17:59:38 +0000 (19:59 +0200)]
Handle calls with max. args in backends even after SPLIT.
Mike Pall [Thu, 16 May 2013 12:47:20 +0000 (14:47 +0200)]
FFI: Fix calling conventions for ARM hard-float EABI.
Properly classify nested (non-transparent) structs.
Mike Pall [Thu, 16 May 2013 12:35:00 +0000 (14:35 +0200)]
FFI: Fix calling conventions for 32 bit OSX and iOS simulator.
OSX uses -freg-struct-return, which returns small structs in regs.
Thanks to Adriano Bertucci.
Mike Pall [Wed, 15 May 2013 16:48:06 +0000 (18:48 +0200)]
Add partial support for building with MingW64 GCC 4.8-SEH.
Error handling works, C++ interoperability generally works.
C++ destructors in libs compiled with G++ cause trouble (ok with MSVC).
Mike Pall [Mon, 13 May 2013 08:20:59 +0000 (10:20 +0200)]
FFI: Ignore CTF_LONG in ffi.istype().
Mike Pall [Wed, 8 May 2013 09:05:43 +0000 (11:05 +0200)]
Fix optional argument handling in table.concat().
Mike Pall [Wed, 8 May 2013 08:46:43 +0000 (10:46 +0200)]
Fix optional argument handling while recording builtins.
Mike Pall [Thu, 2 May 2013 00:04:41 +0000 (02:04 +0200)]
FFI: Fix tailcall in lowest frame to C function with bool result.
Mike Pall [Mon, 29 Apr 2013 12:28:10 +0000 (14:28 +0200)]
Fix builtin string to number conversion for overflow digits.
Mike Pall [Thu, 25 Apr 2013 22:54:53 +0000 (00:54 +0200)]
Tighten requirements for non-default optimization flags.
FOLD is required for FWD/DSE optimizations.
Mike Pall [Mon, 22 Apr 2013 20:27:23 +0000 (22:27 +0200)]
Fix compiler warning.
Mike Pall [Tue, 9 Apr 2013 14:33:47 +0000 (16:33 +0200)]
Document support for Lua 5.2 extension of loadfile().
Mike Pall [Tue, 9 Apr 2013 09:50:33 +0000 (11:50 +0200)]
Inhibit DSE for implicit loads via calls.
Mike Pall [Fri, 5 Apr 2013 18:22:41 +0000 (20:22 +0200)]
Fix jump-range constrained mcode allocation.
Mike Pall [Thu, 4 Apr 2013 15:19:31 +0000 (17:19 +0200)]
Fix spurious red zone overflows in machine code generation.
Mike Pall [Thu, 4 Apr 2013 15:05:00 +0000 (17:05 +0200)]
FFI/x86: Fix register allocation for 64 bit comparisons.
Mike Pall [Sat, 23 Mar 2013 13:51:23 +0000 (14:51 +0100)]
FFI: Fix snapshot substitution in SPLIT pass.
Mike Pall [Sun, 17 Mar 2013 13:20:40 +0000 (14:20 +0100)]
DynASM: Improve validation of local backwards relocations.
Mike Pall [Wed, 13 Mar 2013 20:58:53 +0000 (21:58 +0100)]
Fix rotate definitions for variable shifts.
Mike Pall [Sun, 3 Mar 2013 20:18:22 +0000 (21:18 +0100)]
Add missing GC steps for io.* functions.
Mike Pall [Thu, 28 Feb 2013 16:52:31 +0000 (17:52 +0100)]
MIPS: Fix cache flush/sync for JIT-compiled code jump area.
Mike Pall [Thu, 28 Feb 2013 16:51:16 +0000 (17:51 +0100)]
ARM: Fix cache flush/sync for exit stubs of JIT-compiled code.
Mike Pall [Tue, 26 Feb 2013 17:31:01 +0000 (18:31 +0100)]
Allow changing *.dll/*.lib name in msvcbuild.bat.
Mike Pall [Sun, 24 Feb 2013 11:41:53 +0000 (12:41 +0100)]
Properly fix MSVC intrinsics for older versions.
Mike Pall [Thu, 21 Feb 2013 15:22:26 +0000 (16:22 +0100)]
Fix memory access check for fast string interning.
Mike Pall [Tue, 19 Feb 2013 20:14:27 +0000 (21:14 +0100)]
RELEASE LuaJIT-2.0.1 (fixed)
Mike Pall [Tue, 19 Feb 2013 17:05:39 +0000 (18:05 +0100)]
RELEASE LuaJIT-2.0.1
Mike Pall [Tue, 19 Feb 2013 16:44:57 +0000 (17:44 +0100)]
Update changelog.
Mike Pall [Wed, 13 Feb 2013 10:57:04 +0000 (11:57 +0100)]
Fix capitalization of 'Xbox'.
Mike Pall [Tue, 12 Feb 2013 11:37:18 +0000 (12:37 +0100)]
PPC/e500: Fix lj_vm_floor() for inf/nan.
Mike Pall [Mon, 11 Feb 2013 16:58:06 +0000 (17:58 +0100)]
OSX: Add support for Mach-O object files to -b option.
Thanks to Adam Strzelecki.
Mike Pall [Mon, 11 Feb 2013 13:50:18 +0000 (14:50 +0100)]
Improve buffer handling for io.read().
Mike Pall [Mon, 11 Feb 2013 11:54:48 +0000 (12:54 +0100)]
Bump copyright date to 2013.
Mike Pall [Sun, 3 Feb 2013 11:47:52 +0000 (12:47 +0100)]
FFI: Stricter parsing of declaration specifiers.
Mike Pall [Sun, 3 Feb 2013 10:51:19 +0000 (11:51 +0100)]
FFI: Fix handling of qualified transparent structs/unions.
Mike Pall [Thu, 31 Jan 2013 11:36:23 +0000 (12:36 +0100)]
Keep line number for KPRI to KNIL optimization.
Mike Pall [Wed, 30 Jan 2013 19:37:39 +0000 (20:37 +0100)]
Fix XBox 360 port.
Mike Pall [Mon, 28 Jan 2013 11:29:31 +0000 (12:29 +0100)]
Avoid leaking memory on kernels with recalcitrant mmap() behavior.
Mike Pall [Mon, 21 Jan 2013 15:49:03 +0000 (16:49 +0100)]
Add missing FOLD rules for U32 conversions.
Mike Pall [Mon, 21 Jan 2013 15:43:49 +0000 (16:43 +0100)]
Add XBox 360 port.
Thanks to Eddie Edwards.
Mike Pall [Tue, 15 Jan 2013 00:16:37 +0000 (01:16 +0100)]
FFI: Load FFI library on-demand for bytecode with cdata literals.
Mike Pall [Mon, 14 Jan 2013 15:03:32 +0000 (16:03 +0100)]
x86/x64: Always mark ref for shift count as non-weak.
Mike Pall [Mon, 14 Jan 2013 13:14:12 +0000 (14:14 +0100)]
Another fix for PS3 build.
Mike Pall [Fri, 11 Jan 2013 12:36:01 +0000 (13:36 +0100)]
PPC/e500: Remove assembler code for lj_vm_foldarith().
Mike Pall [Fri, 11 Jan 2013 11:30:10 +0000 (12:30 +0100)]
Remove redundant code in jit/*.lua.
Mike Pall [Fri, 11 Jan 2013 11:23:44 +0000 (12:23 +0100)]
Remove fictitious Solaris define.
Mike Pall [Fri, 11 Jan 2013 11:19:53 +0000 (12:19 +0100)]
Fix PS3 build.
Mike Pall [Fri, 11 Jan 2013 11:19:05 +0000 (12:19 +0100)]
Fix discharge order of comparisons in Lua parser.
Mike Pall [Thu, 3 Jan 2013 20:41:27 +0000 (21:41 +0100)]
Allow using MSVC intrinsics with older versions.
Mike Pall [Wed, 2 Jan 2013 22:52:00 +0000 (23:52 +0100)]
FFI: Fix code generation for bool call result check on x86/x64.
Mike Pall [Mon, 10 Dec 2012 08:55:14 +0000 (09:55 +0100)]
ARM: Handle armv7s arch defines.
Thanks to Joey Liaw.
Mike Pall [Thu, 6 Dec 2012 13:14:11 +0000 (14:14 +0100)]
Leave hook when resume catches error thrown from hook.
Mike Pall [Sun, 2 Dec 2012 20:22:00 +0000 (21:22 +0100)]
ARM: Fix code generation for integer math.min/math.max.
Mike Pall [Sun, 2 Dec 2012 20:21:02 +0000 (21:21 +0100)]
ARM: Fix armhf call argument handling.
Mike Pall [Mon, 26 Nov 2012 10:01:59 +0000 (11:01 +0100)]
FFI: Add debug define to check for unanchored CTypes.
Mike Pall [Fri, 16 Nov 2012 12:20:12 +0000 (13:20 +0100)]
Add missing GC steps for template table creation.
Mike Pall [Wed, 14 Nov 2012 23:21:01 +0000 (00:21 +0100)]
FFI: Change priority of table initializer variants for structs.
Mike Pall [Wed, 14 Nov 2012 21:16:10 +0000 (22:16 +0100)]
Prevent erroneous x64 builds with non-native exception handling.
Mike Pall [Wed, 14 Nov 2012 20:54:27 +0000 (21:54 +0100)]
Don't clear frame for out-of-memory error.
Mike Pall [Wed, 14 Nov 2012 20:54:17 +0000 (21:54 +0100)]
Fix assertion.
Mike Pall [Tue, 13 Nov 2012 18:24:05 +0000 (19:24 +0100)]
Mention -Osink in docs.
Mike Pall [Tue, 13 Nov 2012 18:20:52 +0000 (19:20 +0100)]
x64: Don't fuse implicitly 32-to-64 extended operands.
Mike Pall [Thu, 8 Nov 2012 10:05:06 +0000 (11:05 +0100)]
RELEASE LuaJIT-2.0.0-rc3
Mike Pall [Wed, 7 Nov 2012 22:20:50 +0000 (23:20 +0100)]
FFI: Clarify callback docs.
Mike Pall [Wed, 7 Nov 2012 22:00:05 +0000 (23:00 +0100)]
Improve iOS install docs.
Mike Pall [Wed, 7 Nov 2012 17:09:37 +0000 (18:09 +0100)]
FFI: Mention __thiscall attribute in docs.
Mike Pall [Wed, 7 Nov 2012 17:05:23 +0000 (18:05 +0100)]
ARM: Fix ordered comparisons for number <=> non-number.
Mike Pall [Wed, 7 Nov 2012 17:04:58 +0000 (18:04 +0100)]
FFI: Fix stack-adjustment for __thiscall callbacks.
Mike Pall [Tue, 6 Nov 2012 16:07:58 +0000 (17:07 +0100)]
RELEASE LuaJIT-2.0.0-rc2
Mike Pall [Tue, 6 Nov 2012 16:05:37 +0000 (17:05 +0100)]
FFI: Fix recording of bool call result check on x86/x64.
Mike Pall [Tue, 6 Nov 2012 16:04:21 +0000 (17:04 +0100)]
FFI: Fix signedness of bool.
Mike Pall [Tue, 6 Nov 2012 15:58:52 +0000 (16:58 +0100)]
Don't propagate implicitly widened number to index metamethods.
Mike Pall [Tue, 6 Nov 2012 15:57:50 +0000 (16:57 +0100)]
Fix CONV.num.int sinking.
Mike Pall [Tue, 6 Nov 2012 15:56:25 +0000 (16:56 +0100)]
Don't create unneeded array part for template tables.
Mike Pall [Wed, 31 Oct 2012 17:24:10 +0000 (18:24 +0100)]
RELEASE LuaJIT-2.0.0-rc1
Mike Pall [Wed, 31 Oct 2012 17:14:49 +0000 (18:14 +0100)]
Update docs for release candidate.
Mike Pall [Wed, 31 Oct 2012 17:11:56 +0000 (18:11 +0100)]
Update changelog.
Mike Pall [Wed, 31 Oct 2012 17:10:27 +0000 (18:10 +0100)]
Install bin/luajit symlink for non-beta releases.
Mike Pall [Mon, 29 Oct 2012 16:21:44 +0000 (17:21 +0100)]
FFI: Fix code generation for replay of sunk float fields.
Mike Pall [Sun, 28 Oct 2012 13:20:14 +0000 (14:20 +0100)]
Document tonumber() enhancements.
Mike Pall [Wed, 24 Oct 2012 21:46:21 +0000 (23:46 +0200)]
Fix builtin string to number conversion for INT_MIN.
Mike Pall [Wed, 24 Oct 2012 11:12:37 +0000 (13:12 +0200)]
Remove strict.lua.
Mike Pall [Wed, 24 Oct 2012 11:09:06 +0000 (13:09 +0200)]
Release planning update.
Mike Pall [Sun, 21 Oct 2012 17:15:03 +0000 (19:15 +0200)]
Replace error with PANIC for callbacks from JIT-compiled code.
Mike Pall [Sun, 21 Oct 2012 11:51:12 +0000 (13:51 +0200)]
Fix detection of immutable upvalues.
Mike Pall [Fri, 19 Oct 2012 15:03:41 +0000 (17:03 +0200)]
Fix recording of equality comparisons with __eq metamethods.
Mike Pall [Wed, 17 Oct 2012 12:23:29 +0000 (14:23 +0200)]
Extended Android build instructions.
Mike Pall [Wed, 17 Oct 2012 12:22:26 +0000 (14:22 +0200)]
Fix Android/x86 build.
Mike Pall [Tue, 16 Oct 2012 18:13:01 +0000 (20:13 +0200)]
RELEASE LuaJIT-2.0.0-beta11
Mike Pall [Tue, 16 Oct 2012 17:44:48 +0000 (19:44 +0200)]
Update changelog.
Mike Pall [Mon, 15 Oct 2012 19:28:10 +0000 (21:28 +0200)]
MIPS: Compile math.sqrt() to sqrt.d instruction.
Mike Pall [Mon, 15 Oct 2012 19:23:20 +0000 (21:23 +0200)]
PPC: Compile math.sqrt() to fsqrt instruction.
Mike Pall [Mon, 15 Oct 2012 14:53:03 +0000 (16:53 +0200)]
ARM: Drop hard-fp variants of floor/ceil/trunc.
Soft-fp variants are faster on a Cortex-A9. Duh.
Mike Pall [Mon, 15 Oct 2012 14:52:18 +0000 (16:52 +0200)]
DynASM/ARM: Fix conditional VFP instruction encoding.
Mike Pall [Mon, 15 Oct 2012 13:47:15 +0000 (15:47 +0200)]
ARM, MIPS: Fix workaround for argument GPRs vs. FPR remat.
Mike Pall [Sun, 14 Oct 2012 23:31:56 +0000 (01:31 +0200)]
Workaround for broken Android sprintf("%g", -0.0).