Commit Graph

1900 Commits

Author SHA1 Message Date
Mike Pall
caefd06871 Merge branch 'master' into v2.1 2014-04-01 00:34:13 +02:00
Mike Pall
19b69f21d4 FFI: Allow non-scalar cdata to be compared for equality by address. 2014-04-01 00:30:22 +02:00
Mike Pall
b65515fb48 Merge branch 'master' into v2.1 2014-03-28 19:11:35 +01:00
Mike Pall
c735293921 FFI: Fix pseudo type conversions for type punning. 2014-03-28 19:09:45 +01:00
Mike Pall
4401af88dc Merge branch 'master' into v2.1 2014-03-27 23:32:45 +01:00
Mike Pall
095344ce7c Fix check for reuse of SCEV results in FORL. 2014-03-27 23:29:30 +01:00
Mike Pall
3500c35e23 Merge branch 'master' into v2.1 2014-03-27 11:39:15 +01:00
Mike Pall
c03be1210c x86/x64: Avoid use of SAHF instruction. 2014-03-27 11:38:07 +01:00
Mike Pall
ce477ffbfa Merge branch 'master' into v2.1 2014-03-24 09:42:05 +01:00
Mike Pall
1ca794e0b0 Fix compiler warnings. 2014-03-24 09:41:33 +01:00
Mike Pall
14e0f5ad8b Merge branch 'master' into v2.1 2014-03-12 13:24:37 +01:00
Mike Pall
880ca300e8 RELEASE LuaJIT-2.0.3 2014-03-12 13:24:07 +01:00
Mike Pall
30c57579ad Update changelog. 2014-03-12 12:54:00 +01:00
Mike Pall
03bf26e037 Merge branch 'master' into v2.1 2014-03-06 17:55:52 +01:00
Mike Pall
80efb07750 DynASM: Emit version check after .arch directive. 2014-03-06 17:54:48 +01:00
Mike Pall
0e9bf2f60d Merge branch 'master' into v2.1 2014-03-06 00:42:38 +01:00
Mike Pall
416abff90d Don't access dangling reference to reallocated IR. 2014-03-06 00:39:37 +01:00
Mike Pall
19d53ed2f9 Specialize to ffid for non-monomorphic builtins. 2014-03-04 16:11:29 +01:00
Mike Pall
fd3354a9dd Merge branch 'master' into v2.1 2014-02-28 14:10:30 +01:00
Mike Pall
e94150877d Fix frame depth display for bytecode dump in -jdump. 2014-02-28 14:09:34 +01:00
Mike Pall
ef3cc47f9f Fix recording of BC_VARG. 2014-02-28 14:09:09 +01:00
Mike Pall
b342b7a0eb Merge branch 'master' into v2.1 2014-02-27 12:25:59 +01:00
Mike Pall
900d0ce276 Fix for -jdump docs. 2014-02-27 12:25:13 +01:00
Mike Pall
9695c5ab46 Merge branch 'master' into v2.1 2014-02-26 15:57:13 +01:00
Mike Pall
6a47e123a4 Add PS4 port.
Thanks to Eddie Edwards.
2014-02-26 15:56:07 +01:00
Mike Pall
2863b10956 Merge branch 'master' into v2.1 2014-02-20 15:09:02 +01:00
Mike Pall
46ce03464b Fix Xbox 360 build. 2014-02-20 15:08:34 +01:00
Mike Pall
998651fcda Don't purge modified function from stack slots in BC_RET. 2014-02-20 04:24:50 +01:00
Mike Pall
1994a2453e FFI: Disallow nested VLS. 2014-02-19 22:05:34 +01:00
Mike Pall
2bc63bb6af Prevent BASE register coalescing if parent uses IR_RETF. 2014-02-19 17:09:22 +01:00
Mike Pall
e3d5b218d3 Fix quoting in xedkbuild.bat (again). 2014-02-12 00:44:14 +01:00
Mike Pall
ec5546d1d2 Merge branch 'master' into v2.1 2014-02-06 12:27:02 +01:00
Mike Pall
2be62dcfcd Fix exception unwind struct declaration. 2014-02-05 12:04:08 +01:00
Mike Pall
b20ff7a8ac Use own buffer for LOOP substitution table.
Conflicted with the use of lj_buf_cat2str() in lj_opt_fold.c.
2014-02-01 20:44:46 +01:00
Mike Pall
a2abf2e098 Don't start a trace on side exit to non-Lua function. 2014-01-31 20:44:27 +01:00
Mike Pall
5a5a340f6e Don't start stitched trace with CALLMT, too. 2014-01-20 21:31:06 +01:00
Mike Pall
bcd27038fc Merge branch 'master' into v2.1 2014-01-20 16:59:04 +01:00
Mike Pall
92475419e5 Fix OSX build issue. 2014-01-20 16:56:37 +01:00
Mike Pall
dd910f0e01 Fix initial maxslot for down-recursive traces. 2014-01-20 16:49:13 +01:00
Mike Pall
3db3cc10ff Fix compiler warnings. 2014-01-20 16:48:33 +01:00
Mike Pall
4e78b9bb12 Merge branch 'master' into v2.1 2014-01-19 13:12:23 +01:00
Mike Pall
926686ad3d Fix OSX build issue. 2014-01-19 13:11:48 +01:00
Mike Pall
45c067dddd FFI: Fix cts->L for cdata unsinking in snapshot restore. 2014-01-19 13:09:20 +01:00
Mike Pall
a9d4543601 Merge branch 'master' into v2.1 2014-01-16 23:18:34 +01:00
Mike Pall
ef59e54820 Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
Mike Pall
ce9e8ed675 Fix KBASE for Lua functions below stitched fast functions. 2014-01-16 22:53:27 +01:00
Mike Pall
ba9dde2ce6 Merge branch 'master' into v2.1 2014-01-05 16:58:30 +01:00
Mike Pall
6964a7752a Fix ABC elimination. 2014-01-05 16:57:51 +01:00
Mike Pall
87b33b98e1 Merge branch 'master' into v2.1 2013-12-29 19:21:58 +01:00
Mike Pall
b779f31ca3 Fix MinGW build. 2013-12-29 19:21:16 +01:00