Mike Pall
|
0a6c8338d2
|
Add minified Lua interpreter (minilua). Used by the build process.
|
2012-06-09 15:03:40 +02:00 |
|
Mike Pall
|
e75561b70e
|
FFI: Fix address calculation for refs.
Fixes bug introduced in commit 5032e6d8 .
|
2012-06-09 00:23:27 +02:00 |
|
Mike Pall
|
cccf763898
|
Move lib/* to src/jit/*.
|
2012-06-08 21:14:33 +02:00 |
|
Mike Pall
|
7266e27404
|
Correctly preserve snapshot #0 PC for root traces (insert NOP).
|
2012-06-08 19:22:59 +02:00 |
|
Mike Pall
|
fad5382d21
|
Rearrange OSX vs. iOS defines. Disable callbacks on iOS.
|
2012-06-08 11:59:23 +02:00 |
|
Mike Pall
|
0bd1a66f2f
|
Print version and JIT status to stdout, not stderr.
|
2012-06-06 14:17:15 +02:00 |
|
Mike Pall
|
9ab2ae8d46
|
Split-off large-file support flags to TARGET_LFSFLAGS.
|
2012-06-05 00:12:43 +02:00 |
|
Mike Pall
|
5032e6d87f
|
FFI: Use CNEWI/FLOAD to box/access ffi.new("int", x) (for varargs).
|
2012-06-04 15:39:16 +02:00 |
|
Mike Pall
|
fa2572da6c
|
FFI: Convert io.* file handle to FILE * pointer (but as a void *).
|
2012-05-29 12:09:18 +02:00 |
|
Mike Pall
|
97b7edb206
|
Fix argument checks for coroutine.create().
|
2012-05-28 21:38:23 +02:00 |
|
Mike Pall
|
10b9ed37e0
|
PPC/e500: Fix tailcall from fast function (esp. tostring).
|
2012-05-23 22:22:10 +02:00 |
|
Mike Pall
|
3a43ea5084
|
FFI: Equality comparisons never raise an error.
|
2012-05-23 22:20:27 +02:00 |
|
Mike Pall
|
f3197046b8
|
Preserve snapshot #0 PC for root traces.
|
2012-05-14 17:35:05 +02:00 |
|
Mike Pall
|
e6bcb545f8
|
FFI: Don't call FreeLibrary() on our own EXE/DLL.
|
2012-05-14 13:41:08 +02:00 |
|
Mike Pall
|
74205dc64b
|
ARM/PPC/MIPS: Fix tailcall from fast function (esp. tostring).
|
2012-05-10 16:21:14 +02:00 |
|
Mike Pall
|
3fc5948abf
|
ARM: Fix modulo operator and math.floor/ceil for inf/nan.
|
2012-05-10 16:19:07 +02:00 |
|
Mike Pall
|
48567b6043
|
ARM: Fix tonumber() argument check.
|
2012-05-10 16:17:23 +02:00 |
|
Mike Pall
|
51f05d64c9
|
RELEASE LuaJIT-2.0.0-beta10
|
2012-05-09 18:11:35 +02:00 |
|
Mike Pall
|
c8a1f274af
|
Remove stray comment.
|
2012-05-09 17:53:05 +02:00 |
|
Mike Pall
|
6e5c872eb7
|
FFI: Fix recording of test for bool result of call.
|
2012-05-09 16:25:51 +02:00 |
|
Mike Pall
|
7d3954036c
|
FFI: Don't record test for bool result of call, if ignored.
|
2012-05-08 18:59:51 +02:00 |
|
Mike Pall
|
886a450a3d
|
FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy.
|
2012-05-08 18:34:12 +02:00 |
|
Mike Pall
|
0d824b7d14
|
Fix PHI stack slot syncing.
|
2012-05-07 23:16:19 +02:00 |
|
Mike Pall
|
afc17b3c1a
|
FFI: Use correct PC in FFI metamethod error message.
|
2012-05-05 22:58:29 +02:00 |
|
Mike Pall
|
53a285c0c3
|
Disable loading bytecode with an extra header (BOM or #!).
|
2012-05-03 19:04:44 +02:00 |
|
Mike Pall
|
eec0d80d1b
|
ARM: Fix compilation of math.sinh/cosh/tanh.
|
2012-04-30 17:09:41 +02:00 |
|
Mike Pall
|
8d31b5cdde
|
ARM: Fix rejoin of pow in SPLIT pass.
|
2012-04-30 12:59:45 +02:00 |
|
Mike Pall
|
9a2ae72bce
|
ARM: Handle all CALL* ops with double results in SPLIT pass.
|
2012-04-29 21:25:46 +02:00 |
|
Mike Pall
|
e099059afd
|
Add more comparison variants to Valgrind suppressions file.
|
2012-04-26 23:47:00 +02:00 |
|
Mike Pall
|
d4a09431c8
|
ARM/FFI: Invoke SPLIT pass for double args in FFI call.
|
2012-04-26 23:46:23 +02:00 |
|
Mike Pall
|
325a1820eb
|
ARM: Fix conditional branch fixup for OBAR.
|
2012-04-26 23:34:54 +02:00 |
|
Mike Pall
|
0522f74f69
|
ARM: Fix register allocation for ldrd-optimized HREFK.
|
2012-04-26 23:33:56 +02:00 |
|
Mike Pall
|
904cc1facb
|
ARM: Reorder type/value tests to silence Valgrind.
|
2012-04-26 23:33:20 +02:00 |
|
Mike Pall
|
ba3cad0dd9
|
Add required PHIs for implicit conversions (via XREF fwd).
|
2012-04-19 15:05:55 +02:00 |
|
Mike Pall
|
ac6b678d4c
|
FFI: Fix result type of pointer difference.
|
2012-04-17 12:54:38 +02:00 |
|
Mike Pall
|
7aa34aa4de
|
Fix dependencies.
|
2012-04-17 12:37:34 +02:00 |
|
Mike Pall
|
cf5a54fedf
|
FFI: Fix blacklisting of C functions calling callbacks.
|
2012-04-12 14:21:41 +02:00 |
|
Mike Pall
|
68ca796d28
|
Make lua_concat() work from C hook with partial frame.
|
2012-04-12 12:02:38 +02:00 |
|
Mike Pall
|
3ed5172fe4
|
Fix DSE of USTORE. Have to remove OBAR, too.
|
2012-04-11 16:22:05 +02:00 |
|
Mike Pall
|
39112fd6fb
|
Fix bytecode JMP slot range after const + and/or optimization.
|
2012-04-11 15:17:11 +02:00 |
|
Mike Pall
|
44876ec99f
|
Limit number of userdata __gc separations at state close.
|
2012-04-11 15:15:50 +02:00 |
|
Mike Pall
|
e14b6346b4
|
Ensure running __gc of userdata created in __gc at state close.
|
2012-04-11 12:08:09 +02:00 |
|
Mike Pall
|
d621a6ccc2
|
Fix discharge order of comparisons in Lua parser.
|
2012-04-09 14:48:27 +02:00 |
|
Mike Pall
|
5a83601589
|
MIPS: Add support for GDB JIT API.
|
2012-04-01 20:01:13 +02:00 |
|
Mike Pall
|
407cc5e9ec
|
FFI: Fix symbol resolving error messages on Windows.
|
2012-03-31 22:23:46 +02:00 |
|
Mike Pall
|
03275ba7fc
|
FFI: Fix resolving of function name redirects on Windows/x86.
|
2012-03-31 22:19:47 +02:00 |
|
Mike Pall
|
bcd459aa0e
|
MIPS: Integrate and enable JIT compiler.
|
2012-03-30 01:36:55 +02:00 |
|
Mike Pall
|
2225c9aafc
|
MIPS: Add MIPS32R2 compile-time/runtime CPU detection.
|
2012-03-30 01:34:17 +02:00 |
|
Mike Pall
|
aaaf0e0f5f
|
MIPS: Interpreter/JIT integration
|
2012-03-30 01:33:38 +02:00 |
|
Mike Pall
|
1980ee95b0
|
PPC: Use builtin D-Cache/I-Cache sync code.
|
2012-03-29 01:14:24 +02:00 |
|