]>
git.ipfire.org Git - thirdparty/LuaJIT.git/log
Mike Pall [Sat, 23 Feb 2013 01:09:19 +0000 (02:09 +0100)]
Add special bytecodes for builtins.
BC_ISTYPE, BC_ISNUM: fast type checks/coercions.
BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key.
Mike Pall [Fri, 22 Feb 2013 19:39:25 +0000 (20:39 +0100)]
Remove obsolete non-truncating number to integer conversions.
Mike Pall [Fri, 22 Feb 2013 11:29:54 +0000 (12:29 +0100)]
Don't modify generated libbc header if unchanged.
Mike Pall [Fri, 22 Feb 2013 00:44:17 +0000 (01:44 +0100)]
Replace math.deg/math.rad with builtin Lua function.
Mike Pall [Fri, 22 Feb 2013 00:40:41 +0000 (01:40 +0100)]
Add support for embedding LuaJIT bytecode for builtins.
Mike Pall [Thu, 21 Feb 2013 16:04:00 +0000 (17:04 +0100)]
x86/x64: Drop xmm register/memory move tuning for K8.
Mike Pall [Thu, 21 Feb 2013 15:56:59 +0000 (16:56 +0100)]
x86: Remove x87 support from interpreter.
SSE2 required from now on.
Mike Pall [Thu, 21 Feb 2013 15:49:04 +0000 (16:49 +0100)]
BRANCH LuaJIT-2.1
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).
Mike Pall [Sun, 14 Oct 2012 23:09:56 +0000 (01:09 +0200)]
Update Android install docs.
Mike Pall [Sun, 14 Oct 2012 19:52:35 +0000 (21:52 +0200)]
Add note to recalcitrant distro maintainers.
Mike Pall [Sun, 14 Oct 2012 19:48:04 +0000 (21:48 +0200)]
Documentation cleanup and reorganization.
Mike Pall [Sat, 13 Oct 2012 22:47:26 +0000 (00:47 +0200)]
Documentation layout changes.
Mike Pall [Fri, 12 Oct 2012 12:42:40 +0000 (14:42 +0200)]
From Lua 5.2: Add package.loadlib(libname, "*").
Mike Pall [Fri, 12 Oct 2012 12:11:41 +0000 (14:11 +0200)]
From Lua 5.2: Add format options to io.lines().
Mike Pall [Thu, 11 Oct 2012 19:40:46 +0000 (21:40 +0200)]
Fix assertion.
Mike Pall [Wed, 10 Oct 2012 17:57:00 +0000 (19:57 +0200)]
FFI: Update docs on FFI semantics.
Mike Pall [Wed, 10 Oct 2012 16:56:16 +0000 (18:56 +0200)]
FFI: Compile ffi.gc().
Mike Pall [Wed, 10 Oct 2012 16:16:18 +0000 (18:16 +0200)]
FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof().
Mike Pall [Tue, 9 Oct 2012 19:50:09 +0000 (21:50 +0200)]
FFI: Compile array/struct copies.
Mike Pall [Tue, 9 Oct 2012 19:49:08 +0000 (21:49 +0200)]
FFI: Optimize ffi.copy() and ffi.fill().
Mike Pall [Tue, 9 Oct 2012 19:42:42 +0000 (21:42 +0200)]
Add LJ_TARGET_UNALIGNED.
Mike Pall [Tue, 9 Oct 2012 19:36:56 +0000 (21:36 +0200)]
Add FOLD rules for CONV.int.i8/u8/i16/u16 of KINT.
Mike Pall [Tue, 9 Oct 2012 11:19:57 +0000 (13:19 +0200)]
Don't use stack unwinding for lua_yield().
Mike Pall [Mon, 8 Oct 2012 15:14:18 +0000 (17:14 +0200)]
FFI: Add support for copy constructors.
Mike Pall [Sun, 7 Oct 2012 15:12:28 +0000 (17:12 +0200)]
PPC: Fix string.sub() range check.
Mike Pall [Sun, 7 Oct 2012 15:11:39 +0000 (17:11 +0200)]
From Lua 5.2: Add string.rep(s, n, sep).
Mike Pall [Sun, 7 Oct 2012 13:47:11 +0000 (15:47 +0200)]
From Lua 5.2: Add math.log(x, base).
Mike Pall [Thu, 4 Oct 2012 11:55:34 +0000 (13:55 +0200)]
Clarify comments in Makefile on -DLUAJIT_ENABLE_LUA52COMPAT.