Mike Pall
|
f1e7a4477c
|
Fix snapshot restore for exit to function header.
|
2013-09-13 00:33:58 +02:00 |
|
Mike Pall
|
782787f1fa
|
FFI/x64: Fix passing of vector arguments to calls.
|
2013-09-08 13:11:02 +02:00 |
|
Mike Pall
|
93c2b939bd
|
FFI: Fix argument checks for ffi.string().
|
2013-09-08 03:09:39 +02:00 |
|
Mike Pall
|
b6ec7c7c86
|
Fix quoting in xedkbuild.bat.
|
2013-09-03 16:02:33 +02:00 |
|
Mike Pall
|
7873c8dbf7
|
Recent GCC versions need more memory.
|
2013-09-03 15:55:37 +02:00 |
|
Mike Pall
|
fffe75a03b
|
Fix frame traversal for backtraces.
|
2013-09-03 15:53:21 +02:00 |
|
Mike Pall
|
a6936be814
|
Fix compiler warning.
|
2013-08-22 19:29:09 +02:00 |
|
Mike Pall
|
fd1a8ddb3c
|
Fix argument checks for math.deg()/math.rad().
|
2013-08-17 00:50:53 +02:00 |
|
Mike Pall
|
362260b24a
|
Fix jit.flush(func|true).
|
2013-08-11 13:47:35 +02:00 |
|
Mike Pall
|
99d588b06a
|
Compatibility fix for old GCC versions.
|
2013-08-03 14:15:17 +02:00 |
|
Mike Pall
|
6a878b0441
|
ARM: Fix register allocation when rematerializing FPRs.
|
2013-07-31 01:48:21 +02:00 |
|
Mike Pall
|
6dc02450d3
|
FFI: Properly unload loaded DLLs.
|
2013-07-24 23:49:19 +02:00 |
|
Mike Pall
|
9aa5d04137
|
Fix compilation on NetBSD/x64.
Thanks to Justin Cormack.
|
2013-07-17 11:04:15 +02:00 |
|
Mike Pall
|
519ef0cba7
|
Add support for multilib distro builds.
|
2013-07-09 17:30:02 +02:00 |
|
Mike Pall
|
053041a9f4
|
FFI: Add missing GC steps for callback argument conversions.
|
2013-06-20 16:32:45 +02:00 |
|
Mike Pall
|
9211a66e0e
|
Improve ULOAD forwarding for open upvalues.
|
2013-06-18 20:08:55 +02:00 |
|
Mike Pall
|
21af151af2
|
RELEASE LuaJIT-2.0.2
|
2013-06-03 21:16:17 +02:00 |
|
Mike Pall
|
338e9863c2
|
PPC: Add plt suffix for external calls from assembler code.
|
2013-06-03 17:30:35 +02:00 |
|
Mike Pall
|
3eeb7d3aa0
|
FFI: Preserve intermediate string for const char * conversion.
Otherwise the trailing NUL is lost.
|
2013-05-29 23:05:05 +02:00 |
|
Mike Pall
|
5a261dd92c
|
Fix compatibility issues with Illumos.
Thanks to Theo Schlossnagle.
|
2013-05-25 10:18:12 +02:00 |
|
Mike Pall
|
d686217926
|
Add missing PHI barrier to string.sub(str, a, b) == kstr FOLD rule.
|
2013-05-24 01:28:40 +02:00 |
|
Mike Pall
|
2c3e80d4fd
|
FFI: Must sink XBAR together with XSTOREs.
|
2013-05-23 22:15:51 +02:00 |
|
Mike Pall
|
7ef2b55fc0
|
FFI: Fix unroll limit for ffi.fill().
|
2013-05-23 22:17:45 +02:00 |
|
Mike Pall
|
890754ee27
|
FFI: Insert no-op type conversion for pointer to integer cast.
|
2013-05-23 19:55:09 +02:00 |
|
Mike Pall
|
1593e7750b
|
FFI: Improve error messages for arithmetic and comparison operators.
|
2013-05-18 14:11:59 +02:00 |
|
Mike Pall
|
0f79d4741f
|
Handle calls with max. args in backends even after SPLIT.
|
2013-05-16 19:59:38 +02:00 |
|
Mike Pall
|
1c7650f782
|
FFI: Fix calling conventions for ARM hard-float EABI.
Properly classify nested (non-transparent) structs.
|
2013-05-16 14:47:20 +02:00 |
|
Mike Pall
|
5dabdb2e70
|
FFI: Fix calling conventions for 32 bit OSX and iOS simulator.
OSX uses -freg-struct-return, which returns small structs in regs.
Thanks to Adriano Bertucci.
|
2013-05-16 14:35:00 +02:00 |
|
Mike Pall
|
1a5fd521b8
|
Add partial support for building with MingW64 GCC 4.8-SEH.
Error handling works, C++ interoperability generally works.
C++ destructors in libs compiled with G++ cause trouble (ok with MSVC).
|
2013-05-15 18:48:06 +02:00 |
|
Mike Pall
|
23aa02fb51
|
FFI: Ignore CTF_LONG in ffi.istype().
|
2013-05-13 10:20:59 +02:00 |
|
Mike Pall
|
b030788401
|
Fix optional argument handling in table.concat().
|
2013-05-08 11:05:43 +02:00 |
|
Mike Pall
|
c5d7666ec8
|
Fix optional argument handling while recording builtins.
|
2013-05-08 10:46:43 +02:00 |
|
Mike Pall
|
5d6db413ae
|
FFI: Fix tailcall in lowest frame to C function with bool result.
|
2013-05-02 02:04:41 +02:00 |
|
Mike Pall
|
09aeca6abf
|
Fix builtin string to number conversion for overflow digits.
|
2013-04-29 14:28:10 +02:00 |
|
Mike Pall
|
895a8bc91f
|
Tighten requirements for non-default optimization flags.
FOLD is required for FWD/DSE optimizations.
|
2013-04-26 00:54:53 +02:00 |
|
Mike Pall
|
611ec41bca
|
Fix compiler warning.
|
2013-04-22 22:27:23 +02:00 |
|
Mike Pall
|
f17b038828
|
Inhibit DSE for implicit loads via calls.
|
2013-04-09 11:50:33 +02:00 |
|
Mike Pall
|
b5bbacdc17
|
Fix jump-range constrained mcode allocation.
|
2013-04-05 20:22:41 +02:00 |
|
Mike Pall
|
389822d606
|
Fix spurious red zone overflows in machine code generation.
|
2013-04-04 17:19:31 +02:00 |
|
Mike Pall
|
6ba65cefb0
|
FFI/x86: Fix register allocation for 64 bit comparisons.
|
2013-04-04 17:05:00 +02:00 |
|
Mike Pall
|
172bd95365
|
FFI: Fix snapshot substitution in SPLIT pass.
|
2013-03-23 14:51:23 +01:00 |
|
Mike Pall
|
eea48c8b26
|
Fix rotate definitions for variable shifts.
|
2013-03-13 21:58:53 +01:00 |
|
Mike Pall
|
dac2825e9d
|
Add missing GC steps for io.* functions.
|
2013-03-03 21:18:22 +01:00 |
|
Mike Pall
|
78c97bc5a1
|
MIPS: Fix cache flush/sync for JIT-compiled code jump area.
|
2013-02-28 17:52:31 +01:00 |
|
Mike Pall
|
3e286c1e72
|
ARM: Fix cache flush/sync for exit stubs of JIT-compiled code.
|
2013-02-28 17:51:16 +01:00 |
|
Mike Pall
|
cea899b61a
|
Allow changing *.dll/*.lib name in msvcbuild.bat.
|
2013-02-26 18:31:01 +01:00 |
|
Mike Pall
|
9b7d2e9276
|
Properly fix MSVC intrinsics for older versions.
|
2013-02-24 12:41:53 +01:00 |
|
Mike Pall
|
d4bc6ab756
|
Fix memory access check for fast string interning.
|
2013-02-21 16:22:26 +01:00 |
|
Mike Pall
|
e7633dba1e
|
RELEASE LuaJIT-2.0.1 (fixed)
|
2013-02-19 21:14:27 +01:00 |
|
Mike Pall
|
92699e9ea9
|
RELEASE LuaJIT-2.0.1
|
2013-02-19 18:05:39 +01:00 |
|