Mike Pall
|
7fb1075903
|
DUALNUM: Add integer variant of MIN/MAX.
|
2011-03-11 23:28:46 +01:00 |
|
Mike Pall
|
889368e921
|
Get rid of the remaining silly cast macros from Lua.
|
2011-03-10 02:13:43 +01:00 |
|
Mike Pall
|
bfce3c1127
|
DUALNUM: Handle integer type in JIT compiler.
|
2011-03-10 01:57:24 +01:00 |
|
Mike Pall
|
3f26e3a89d
|
FFI: Fix and optimize recording of cdata[cdata].
|
2011-03-10 01:41:58 +01:00 |
|
Mike Pall
|
1c9981ae4c
|
x86/x64: Fix code generation for fused IR_MUL/IR_MULOV.
|
2011-03-10 01:09:18 +01:00 |
|
Mike Pall
|
a127eaf8d2
|
FFI: Fix x86 code generation for ffi.string().
|
2011-03-10 00:57:02 +01:00 |
|
Mike Pall
|
30cc4d3bba
|
Fix handling of err_loc() within cpcall frames.
|
2011-03-09 22:39:17 +01:00 |
|
Mike Pall
|
0125ee8211
|
DUALNUM: Add extra assertions to interpreter.
|
2011-03-09 22:38:53 +01:00 |
|
Mike Pall
|
449cee405c
|
Fix code generation for bit.bnot().
|
2011-03-07 22:11:01 +01:00 |
|
Mike Pall
|
54978e481b
|
DUALNUM: Make overflow guards weak. Add IR_USE and IR_MULOV.
|
2011-03-07 20:21:38 +01:00 |
|
Mike Pall
|
a30f58b54b
|
DUALNUM: Fix x87 code for BC_ISEQN/BC_ISNEN.
|
2011-03-07 20:12:39 +01:00 |
|
Mike Pall
|
8eb09fe820
|
Suppress recording of retried fast functions.
|
2011-03-07 20:03:38 +01:00 |
|
Mike Pall
|
f29a9d4341
|
Fix narrowing of POW.
|
2011-03-03 17:29:09 +01:00 |
|
Mike Pall
|
1cb58fb7bb
|
Fix code generation for Intel Atom in x64 mode.
|
2011-03-03 00:49:45 +01:00 |
|
Mike Pall
|
6c43767c23
|
FFI: Resolve ld script redirection in ffi.load().
|
2011-03-01 12:31:16 +01:00 |
|
Mike Pall
|
e1aa8d0d97
|
FFI: Fix compiled ffi.string() semantics.
|
2011-02-28 19:47:51 +01:00 |
|
Mike Pall
|
83a37aeca7
|
FFI: Add ffi.gc() function for finalization of cdata objects.
|
2011-02-28 16:48:13 +01:00 |
|
Mike Pall
|
cead25f928
|
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
|
2011-02-27 01:36:59 +01:00 |
|
Mike Pall
|
c031d4b6a0
|
DUALNUM: Handle integer type in FFI.
|
2011-02-27 01:31:22 +01:00 |
|
Mike Pall
|
d437086c5a
|
x64: Improve accuracy of x^-k.
|
2011-02-25 11:47:34 +01:00 |
|
Mike Pall
|
b90d80d80a
|
Fix table.maxn().
|
2011-02-23 14:52:50 +01:00 |
|
Mike Pall
|
a720db409d
|
FFI: Record calls to functions with void results.
|
2011-02-23 00:28:49 +01:00 |
|
Mike Pall
|
4c97cc7730
|
Eliminate dead slots in snapshots using bytecode data-flow analysis.
|
2011-02-22 22:39:12 +01:00 |
|
Mike Pall
|
8d0b073ff0
|
From Lua 5.2: Support load(string).
|
2011-02-20 21:17:49 +01:00 |
|
Mike Pall
|
2bae11a49a
|
From Lua 5.2: fp:read("*L").
|
2011-02-20 21:07:19 +01:00 |
|
Mike Pall
|
c823e26b8b
|
From Lua 5.2: table.unpack(). Needs -DLUAJIT_ENABLE_LUA52COMPAT.
|
2011-02-20 20:53:09 +01:00 |
|
Mike Pall
|
baef199ece
|
From Lua 5.2: Add package.searchpath().
Thanks to F. Perrad.
|
2011-02-20 20:48:13 +01:00 |
|
Mike Pall
|
f83d58d6fb
|
From Lua 5.2: Empty statement. Needs -DLUAJIT_ENABLE_LUA52COMPAT.
|
2011-02-20 20:38:36 +01:00 |
|
Mike Pall
|
d82022a656
|
From Lua 5.2: coroutine.running(). Needs -DLUAJIT_ENABLE_LUA52COMPAT.
|
2011-02-20 20:33:00 +01:00 |
|
Mike Pall
|
34bcf6378b
|
FFI: Fix recording of userdata conversions.
|
2011-02-20 02:13:32 +01:00 |
|
Mike Pall
|
cf88c43dd6
|
FFI: Fix 64 bit to 32 bit truncations on x64.
|
2011-02-20 00:18:46 +01:00 |
|
Mike Pall
|
32eaa48c79
|
FFI: Fix recording of ffi.copy() and ffi.fill().
|
2011-02-19 23:04:16 +01:00 |
|
Mike Pall
|
bd29d16141
|
FFI: Improve conversion error messages.
|
2011-02-19 12:56:12 +01:00 |
|
Mike Pall
|
3e2a7a2d7f
|
FFI: Fix docs about C bool -> Lua boolean conversion.
Thanks to M. Kottman.
|
2011-02-18 20:35:44 +01:00 |
|
Mike Pall
|
03946ac978
|
DUALNUM: Add integer type to core VM.
|
2011-02-17 00:44:14 +01:00 |
|
Mike Pall
|
963f05c7e1
|
DUALNUM: Add build infrastructure.
Note: DUALNUM is disabled by default and won't work yet.
|
2011-02-17 00:42:57 +01:00 |
|
Mike Pall
|
54b6054087
|
FFI: Fix management of C library handles for default namespace.
|
2011-02-16 23:52:18 +01:00 |
|
Mike Pall
|
5fe7282d4c
|
Fix error handling within metamethods. Special-case FFI mm.
|
2011-02-16 00:38:23 +01:00 |
|
Mike Pall
|
4dca589af0
|
Add workaround for lj_meta_tset() newkey inconsistency.
|
2011-02-15 01:02:08 +01:00 |
|
Mike Pall
|
4117a61620
|
PPC: Disable FFI due to NYI: comparisons and calls.
|
2011-02-14 23:25:18 +01:00 |
|
Mike Pall
|
19b84009b2
|
Fix type mismatch in XSTORE forwarding.
|
2011-02-14 23:02:16 +01:00 |
|
Mike Pall
|
97d84111fd
|
RELEASE LuaJIT-2.0.0-beta6
|
2011-02-11 16:28:37 +01:00 |
|
Mike Pall
|
7c61073a30
|
FFI: Disable unused code for some build modes.
|
2011-02-11 16:22:58 +01:00 |
|
Mike Pall
|
a8114d5017
|
Update changelog.
|
2011-02-11 15:52:31 +01:00 |
|
Mike Pall
|
1f0006ac71
|
Cleanup of docs.
|
2011-02-11 14:51:20 +01:00 |
|
Mike Pall
|
a5aade2fa9
|
FFI: Finish FFI docs.
|
2011-02-11 01:21:46 +01:00 |
|
Mike Pall
|
a2f9f1f831
|
FFI: Finish docs on FFI semantics. Phew.
|
2011-02-10 03:12:09 +01:00 |
|
Mike Pall
|
a7ab6b2dc9
|
Fix various HTML errors in the docs.
|
2011-02-10 03:10:38 +01:00 |
|
Mike Pall
|
24c314e8fc
|
FFI: Add more docs on FFI semantics.
|
2011-02-09 01:26:02 +01:00 |
|
Mike Pall
|
2388a7fcc0
|
FFI: Document current FFI implementation status.
|
2011-02-08 01:20:53 +01:00 |
|