]> git.ipfire.org Git - thirdparty/LuaJIT.git/log
thirdparty/LuaJIT.git
12 years agoFix FOLD of string concatenations.
Mike Pall [Tue, 15 Apr 2014 17:56:23 +0000 (19:56 +0200)] 
Fix FOLD of string concatenations.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Tue, 8 Apr 2014 14:55:54 +0000 (16:55 +0200)] 
Merge branch 'master' into v2.1

12 years agoFFI: Fix cdata equality comparison against other Lua types.
Mike Pall [Tue, 8 Apr 2014 14:53:41 +0000 (16:53 +0200)] 
FFI: Fix cdata equality comparison against other Lua types.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Tue, 8 Apr 2014 10:12:27 +0000 (12:12 +0200)] 
Merge branch 'master' into v2.1

12 years agoFFI: Fix cdata equality comparison against strings.
Mike Pall [Tue, 8 Apr 2014 10:10:51 +0000 (12:10 +0200)] 
FFI: Fix cdata equality comparison against strings.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 3 Apr 2014 19:48:34 +0000 (21:48 +0200)] 
Merge branch 'master' into v2.1

12 years agoFix top slot calculation for snapshots with continuations.
Mike Pall [Thu, 3 Apr 2014 19:45:57 +0000 (21:45 +0200)] 
Fix top slot calculation for snapshots with continuations.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Tue, 1 Apr 2014 08:33:42 +0000 (10:33 +0200)] 
Merge branch 'master' into v2.1

12 years agoCorrect fix for reuse of SCEV results in FORL.
Mike Pall [Tue, 1 Apr 2014 08:07:15 +0000 (10:07 +0200)] 
Correct fix for reuse of SCEV results in FORL.

12 years agoFix alias analysis for table.len vs. table.clear.
Mike Pall [Mon, 31 Mar 2014 23:55:12 +0000 (01:55 +0200)] 
Fix alias analysis for table.len vs. table.clear.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Mon, 31 Mar 2014 22:34:13 +0000 (00:34 +0200)] 
Merge branch 'master' into v2.1

12 years agoFFI: Allow non-scalar cdata to be compared for equality by address.
Mike Pall [Mon, 31 Mar 2014 22:30:22 +0000 (00:30 +0200)] 
FFI: Allow non-scalar cdata to be compared for equality by address.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Fri, 28 Mar 2014 18:11:35 +0000 (19:11 +0100)] 
Merge branch 'master' into v2.1

12 years agoFFI: Fix pseudo type conversions for type punning.
Mike Pall [Fri, 28 Mar 2014 18:09:45 +0000 (19:09 +0100)] 
FFI: Fix pseudo type conversions for type punning.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 27 Mar 2014 22:32:45 +0000 (23:32 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix check for reuse of SCEV results in FORL.
Mike Pall [Thu, 27 Mar 2014 22:29:30 +0000 (23:29 +0100)] 
Fix check for reuse of SCEV results in FORL.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 27 Mar 2014 10:39:15 +0000 (11:39 +0100)] 
Merge branch 'master' into v2.1

12 years agox86/x64: Avoid use of SAHF instruction.
Mike Pall [Thu, 27 Mar 2014 10:38:07 +0000 (11:38 +0100)] 
x86/x64: Avoid use of SAHF instruction.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Mon, 24 Mar 2014 08:42:05 +0000 (09:42 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix compiler warnings.
Mike Pall [Mon, 24 Mar 2014 08:41:33 +0000 (09:41 +0100)] 
Fix compiler warnings.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Wed, 12 Mar 2014 12:24:37 +0000 (13:24 +0100)] 
Merge branch 'master' into v2.1

12 years agoRELEASE LuaJIT-2.0.3 v2.0.3
Mike Pall [Wed, 12 Mar 2014 12:24:07 +0000 (13:24 +0100)] 
RELEASE LuaJIT-2.0.3

12 years agoUpdate changelog.
Mike Pall [Wed, 12 Mar 2014 11:54:00 +0000 (12:54 +0100)] 
Update changelog.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 6 Mar 2014 16:55:52 +0000 (17:55 +0100)] 
Merge branch 'master' into v2.1

12 years agoDynASM: Emit version check after .arch directive.
Mike Pall [Thu, 6 Mar 2014 16:54:48 +0000 (17:54 +0100)] 
DynASM: Emit version check after .arch directive.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Wed, 5 Mar 2014 23:42:38 +0000 (00:42 +0100)] 
Merge branch 'master' into v2.1

12 years agoDon't access dangling reference to reallocated IR.
Mike Pall [Wed, 5 Mar 2014 23:39:37 +0000 (00:39 +0100)] 
Don't access dangling reference to reallocated IR.

12 years agoSpecialize to ffid for non-monomorphic builtins.
Mike Pall [Tue, 4 Mar 2014 15:11:29 +0000 (16:11 +0100)] 
Specialize to ffid for non-monomorphic builtins.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Fri, 28 Feb 2014 13:10:30 +0000 (14:10 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix frame depth display for bytecode dump in -jdump.
Mike Pall [Fri, 28 Feb 2014 13:09:34 +0000 (14:09 +0100)] 
Fix frame depth display for bytecode dump in -jdump.

12 years agoFix recording of BC_VARG.
Mike Pall [Fri, 28 Feb 2014 13:09:09 +0000 (14:09 +0100)] 
Fix recording of BC_VARG.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 27 Feb 2014 11:25:59 +0000 (12:25 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix for -jdump docs.
Mike Pall [Thu, 27 Feb 2014 11:25:13 +0000 (12:25 +0100)] 
Fix for -jdump docs.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Wed, 26 Feb 2014 14:57:13 +0000 (15:57 +0100)] 
Merge branch 'master' into v2.1

12 years agoAdd PS4 port.
Mike Pall [Wed, 26 Feb 2014 14:56:07 +0000 (15:56 +0100)] 
Add PS4 port.

Thanks to Eddie Edwards.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 20 Feb 2014 14:09:02 +0000 (15:09 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix Xbox 360 build.
Mike Pall [Thu, 20 Feb 2014 14:08:34 +0000 (15:08 +0100)] 
Fix Xbox 360 build.

12 years agoDon't purge modified function from stack slots in BC_RET.
Mike Pall [Thu, 20 Feb 2014 03:24:50 +0000 (04:24 +0100)] 
Don't purge modified function from stack slots in BC_RET.

12 years agoFFI: Disallow nested VLS.
Mike Pall [Wed, 19 Feb 2014 21:05:34 +0000 (22:05 +0100)] 
FFI: Disallow nested VLS.

12 years agoPrevent BASE register coalescing if parent uses IR_RETF.
Mike Pall [Wed, 19 Feb 2014 16:09:22 +0000 (17:09 +0100)] 
Prevent BASE register coalescing if parent uses IR_RETF.

12 years agoFix quoting in xedkbuild.bat (again).
Mike Pall [Tue, 11 Feb 2014 23:44:14 +0000 (00:44 +0100)] 
Fix quoting in xedkbuild.bat (again).

12 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 6 Feb 2014 11:27:02 +0000 (12:27 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix exception unwind struct declaration.
Mike Pall [Wed, 5 Feb 2014 11:04:08 +0000 (12:04 +0100)] 
Fix exception unwind struct declaration.

12 years agoUse own buffer for LOOP substitution table.
Mike Pall [Sat, 1 Feb 2014 19:44:46 +0000 (20:44 +0100)] 
Use own buffer for LOOP substitution table.

Conflicted with the use of lj_buf_cat2str() in lj_opt_fold.c.

12 years agoDon't start a trace on side exit to non-Lua function.
Mike Pall [Fri, 31 Jan 2014 19:44:27 +0000 (20:44 +0100)] 
Don't start a trace on side exit to non-Lua function.

12 years agoDon't start stitched trace with CALLMT, too.
Mike Pall [Mon, 20 Jan 2014 20:31:06 +0000 (21:31 +0100)] 
Don't start stitched trace with CALLMT, too.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Mon, 20 Jan 2014 15:59:04 +0000 (16:59 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix OSX build issue.
Mike Pall [Mon, 20 Jan 2014 15:56:37 +0000 (16:56 +0100)] 
Fix OSX build issue.

12 years agoFix initial maxslot for down-recursive traces.
Mike Pall [Mon, 20 Jan 2014 15:49:13 +0000 (16:49 +0100)] 
Fix initial maxslot for down-recursive traces.

12 years agoFix compiler warnings.
Mike Pall [Mon, 20 Jan 2014 15:48:33 +0000 (16:48 +0100)] 
Fix compiler warnings.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Sun, 19 Jan 2014 12:12:23 +0000 (13:12 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix OSX build issue.
Mike Pall [Sun, 19 Jan 2014 12:11:48 +0000 (13:11 +0100)] 
Fix OSX build issue.

12 years agoFFI: Fix cts->L for cdata unsinking in snapshot restore.
Mike Pall [Sun, 19 Jan 2014 12:09:20 +0000 (13:09 +0100)] 
FFI: Fix cts->L for cdata unsinking in snapshot restore.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 16 Jan 2014 22:18:34 +0000 (23:18 +0100)] 
Merge branch 'master' into v2.1

12 years agoBump copyright date to 2014.
Mike Pall [Thu, 16 Jan 2014 22:10:16 +0000 (23:10 +0100)] 
Bump copyright date to 2014.

12 years agoFix KBASE for Lua functions below stitched fast functions.
Mike Pall [Thu, 16 Jan 2014 21:53:27 +0000 (22:53 +0100)] 
Fix KBASE for Lua functions below stitched fast functions.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Sun, 5 Jan 2014 15:58:30 +0000 (16:58 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix ABC elimination.
Mike Pall [Sun, 5 Jan 2014 15:57:51 +0000 (16:57 +0100)] 
Fix ABC elimination.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Sun, 29 Dec 2013 18:21:58 +0000 (19:21 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix MinGW build.
Mike Pall [Sun, 29 Dec 2013 18:21:16 +0000 (19:21 +0100)] 
Fix MinGW build.

12 years agoFix final snapshot for trace stitching.
Mike Pall [Sat, 28 Dec 2013 11:34:58 +0000 (12:34 +0100)] 
Fix final snapshot for trace stitching.

12 years agox86: Fix stack slot counting for IR_CALLA (affects table.new).
Mike Pall [Thu, 26 Dec 2013 10:03:25 +0000 (11:03 +0100)] 
x86: Fix stack slot counting for IR_CALLA (affects table.new).

12 years agoShow trailing NYI item for stitched trace with -jv.
Mike Pall [Wed, 25 Dec 2013 19:56:20 +0000 (20:56 +0100)] 
Show trailing NYI item for stitched trace with -jv.

12 years agoAdd trace stitching.
Mike Pall [Wed, 25 Dec 2013 01:55:25 +0000 (02:55 +0100)] 
Add trace stitching.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Tue, 24 Dec 2013 23:27:55 +0000 (00:27 +0100)] 
Merge branch 'master' into v2.1

12 years agoMIPS: Cosmetic fix for interpreter.
Mike Pall [Tue, 24 Dec 2013 23:26:18 +0000 (00:26 +0100)] 
MIPS: Cosmetic fix for interpreter.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Sun, 22 Dec 2013 10:46:06 +0000 (11:46 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix compilation of string.byte(s, nil, n).
Mike Pall [Sun, 22 Dec 2013 10:43:44 +0000 (11:43 +0100)] 
Fix compilation of string.byte(s, nil, n).

12 years agoMerge branch 'master' into v2.1
Mike Pall [Sat, 21 Dec 2013 15:49:53 +0000 (16:49 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix MinGW build.
Mike Pall [Sat, 21 Dec 2013 15:49:10 +0000 (16:49 +0100)] 
Fix MinGW build.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Sun, 8 Dec 2013 23:32:08 +0000 (00:32 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix call unroll checks in the presence of metamethod frames.
Mike Pall [Sun, 8 Dec 2013 23:29:56 +0000 (00:29 +0100)] 
Fix call unroll checks in the presence of metamethod frames.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Mon, 2 Dec 2013 08:19:06 +0000 (09:19 +0100)] 
Merge branch 'master' into v2.1

12 years agox64: Fix store to upvalue for lightuserdata values.
Mike Pall [Mon, 2 Dec 2013 08:18:01 +0000 (09:18 +0100)] 
x64: Fix store to upvalue for lightuserdata values.

12 years agoAdd table.clear().
Mike Pall [Mon, 25 Nov 2013 14:18:31 +0000 (15:18 +0100)] 
Add table.clear().

12 years agoAbstract out post-registration handling of pre-registered modules.
Mike Pall [Mon, 25 Nov 2013 14:17:44 +0000 (15:17 +0100)] 
Abstract out post-registration handling of pre-registered modules.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Fri, 22 Nov 2013 04:45:33 +0000 (05:45 +0100)] 
Merge branch 'master' into v2.1

12 years agoRespect jit.off(func) when returning to a function, too.
Mike Pall [Fri, 22 Nov 2013 04:42:56 +0000 (05:42 +0100)] 
Respect jit.off(func) when returning to a function, too.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Fri, 22 Nov 2013 04:14:37 +0000 (05:14 +0100)] 
Merge branch 'master' into v2.1

12 years agoFollow-up fix for GC step threshold fix.
Mike Pall [Fri, 22 Nov 2013 04:13:13 +0000 (05:13 +0100)] 
Follow-up fix for GC step threshold fix.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 21 Nov 2013 12:47:19 +0000 (13:47 +0100)] 
Merge branch 'master' into v2.1

12 years agoImprove msvcbuild.bat static linking.
Mike Pall [Thu, 21 Nov 2013 12:47:07 +0000 (13:47 +0100)] 
Improve msvcbuild.bat static linking.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Sat, 16 Nov 2013 17:28:34 +0000 (18:28 +0100)] 
Merge branch 'master' into v2.1

12 years agoFFI: Clarify ffi.cdef behavior.
Mike Pall [Sat, 16 Nov 2013 17:28:21 +0000 (18:28 +0100)] 
FFI: Clarify ffi.cdef behavior.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 7 Nov 2013 12:30:20 +0000 (13:30 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix type punning alias analysis for constified pointers.
Mike Pall [Thu, 7 Nov 2013 12:29:20 +0000 (13:29 +0100)] 
Fix type punning alias analysis for constified pointers.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Tue, 5 Nov 2013 18:46:41 +0000 (19:46 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix for last commit
Mike Pall [Tue, 5 Nov 2013 18:45:04 +0000 (19:45 +0100)] 
Fix for last commit

12 years agoMerge branch 'master' into v2.1
Mike Pall [Tue, 5 Nov 2013 18:41:21 +0000 (19:41 +0100)] 
Merge branch 'master' into v2.1

12 years agoFix GC steps threshold handling when called by JIT-compiled code.
Mike Pall [Tue, 5 Nov 2013 18:36:59 +0000 (19:36 +0100)] 
Fix GC steps threshold handling when called by JIT-compiled code.

Thanks to Cheng, Long.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Sat, 26 Oct 2013 15:32:43 +0000 (17:32 +0200)] 
Merge branch 'master' into v2.1

12 years agoFix handling of redundant PHIs.
Mike Pall [Sat, 26 Oct 2013 15:31:23 +0000 (17:31 +0200)] 
Fix handling of redundant PHIs.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 24 Oct 2013 13:21:44 +0000 (15:21 +0200)] 
Merge branch 'master' into v2.1

12 years agoCheck for failure to mark memory as executable (restricted kernels).
Mike Pall [Thu, 24 Oct 2013 13:19:03 +0000 (15:19 +0200)] 
Check for failure to mark memory as executable (restricted kernels).

12 years agoFFI: Compile conversions from functions to function pointers.
Mike Pall [Wed, 16 Oct 2013 17:51:42 +0000 (19:51 +0200)] 
FFI: Compile conversions from functions to function pointers.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Tue, 15 Oct 2013 20:47:42 +0000 (22:47 +0200)] 
Merge branch 'master' into v2.1

12 years agoFix line number for relocated bytecode after closure fixup.
Mike Pall [Tue, 15 Oct 2013 20:46:39 +0000 (22:46 +0200)] 
Fix line number for relocated bytecode after closure fixup.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Mon, 14 Oct 2013 17:34:06 +0000 (19:34 +0200)] 
Merge branch 'master' into v2.1

12 years agoFFI: Rehash finalizer table after GC cycle, if needed.
Mike Pall [Mon, 14 Oct 2013 17:31:24 +0000 (19:31 +0200)] 
FFI: Rehash finalizer table after GC cycle, if needed.

12 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 10 Oct 2013 12:34:39 +0000 (14:34 +0200)] 
Merge branch 'master' into v2.1