Mike Pall
624260f831
Fix frame traversal while searching for error function.
2014-05-12 14:35:30 +02:00
Mike Pall
392b6c94ae
Merge branch 'master' into v2.1
2014-05-06 14:49:54 +02:00
Mike Pall
2917288019
x64: Workaround for MSVC build issue.
2014-05-06 14:47:37 +02:00
Mike Pall
f7e209cc55
Merge branch 'master' into v2.1
2014-05-06 14:33:35 +02:00
Mike Pall
ef82bb014a
FFI: Another fix for cdata equality comparisons.
2014-05-06 14:31:31 +02:00
Mike Pall
e26dc8a215
Merge branch 'master' into v2.1
2014-04-27 00:10:34 +02:00
Mike Pall
7a39be0ac4
Add PS Vita port.
...
Thanks to Anton Stenmark.
2014-04-27 00:09:45 +02:00
Mike Pall
c8d1aff0ba
Merge branch 'master' into v2.1
2014-04-22 11:29:05 +02:00
Mike Pall
2715fe3aee
Prevent GC estimate miscalculation due to buffer growth.
2014-04-22 11:26:52 +02:00
Mike Pall
18309b0a25
Prevent adding side traces for stack checks.
2014-04-22 09:57:39 +02:00
Mike Pall
f3374b5266
x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND.
...
Valgrind 3.9 killed MAP_32BIT support. Ugh. So now we have to rely on
undocumented behavior where Valgrind always allocates from the bottom
of memory. Alas, such a binary won't run properly without Valgrind.
2014-04-21 22:26:46 +02:00
Mike Pall
39acdb8b7f
Merge branch 'master' into v2.1
2014-04-17 10:32:23 +02:00
Mike Pall
65626eac23
PPC: Don't use mcrxr on PPE.
2014-04-17 10:30:35 +02:00
Mike Pall
43dc06bac1
Fix FOLD of string concatenations.
2014-04-15 19:56:23 +02:00
Mike Pall
27c453e8e8
Merge branch 'master' into v2.1
2014-04-08 16:55:54 +02:00
Mike Pall
cc5075e845
FFI: Fix cdata equality comparison against other Lua types.
2014-04-08 16:53:41 +02:00
Mike Pall
347b49ec7d
Merge branch 'master' into v2.1
2014-04-08 12:12:27 +02:00
Mike Pall
4ed3ee1f04
FFI: Fix cdata equality comparison against strings.
2014-04-08 12:10:51 +02:00
Mike Pall
d3e3700180
Merge branch 'master' into v2.1
2014-04-03 21:48:34 +02:00
Mike Pall
111b2e8711
Fix top slot calculation for snapshots with continuations.
2014-04-03 21:45:57 +02:00
Mike Pall
a972d37ef3
Merge branch 'master' into v2.1
2014-04-01 10:33:42 +02:00
Mike Pall
b293063eb8
Correct fix for reuse of SCEV results in FORL.
2014-04-01 10:07:15 +02:00
Mike Pall
423f10fb40
Fix alias analysis for table.len vs. table.clear.
2014-04-01 01:55:12 +02:00
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