Mike Pall
|
4cec6a5706
|
Merge branch 'master' into v2.1
|
2015-05-04 06:37:24 +02:00 |
|
Mike Pall
|
9622d6b8b2
|
x86/x64: Fix argument check for bit shifts.
|
2015-05-04 06:36:16 +02:00 |
|
Mike Pall
|
a92e730233
|
x64: Add LJ_GC64 mode interpreter.
Enable this mode with: make XCFLAGS=-DLUAJIT_ENABLE_GC64
|
2015-05-04 06:30:57 +02:00 |
|
Mike Pall
|
5caf53d502
|
Fix broken Windows build.
|
2015-04-29 10:13:01 +02:00 |
|
Mike Pall
|
c2924c3e1d
|
Disable trace stitching (for now) due to a design mistake.
Thanks to Elias Hogstvedt for finding a test case for a well known,
but hard to track down issue with trace stitching.
|
2015-04-28 20:52:24 +02:00 |
|
Mike Pall
|
74caac97ae
|
Merge branch 'master' into v2.1
|
2015-04-28 20:29:46 +02:00 |
|
Mike Pall
|
11106aa833
|
Fix stack check in narrowing optimization.
Thanks to Robert Nix.
|
2015-04-28 20:28:16 +02:00 |
|
Mike Pall
|
1e67a4cb6b
|
ARM64: Fix math.floor/math.ceil for string args.
|
2015-04-15 22:09:46 +02:00 |
|
Mike Pall
|
1c968d5b63
|
DynASM/PPC: Add sub/shift/rotate/clear instruction aliases.
|
2015-04-12 03:46:16 +02:00 |
|
Mike Pall
|
b2a5cc8233
|
DynASM/PPC: Add support for parameterized shifts/masks.
|
2015-04-12 01:25:14 +02:00 |
|
Mike Pall
|
dec4acca9a
|
PPC: Fix cross-endian builds.
|
2015-04-12 01:23:01 +02:00 |
|
Mike Pall
|
8002871619
|
PPC: Fix write barrier in BC_TSETR.
Thanks to Gustavo Serra Scalet.
|
2015-04-09 18:48:54 +02:00 |
|
Mike Pall
|
4e52d1f17e
|
Merge branch 'master' into v2.1
|
2015-03-11 17:47:32 +01:00 |
|
Mike Pall
|
a9fd686744
|
Doc cleanup.
|
2015-03-11 17:47:24 +01:00 |
|
Mike Pall
|
361827c8f9
|
PPC64: Add build infrastructure.
|
2015-03-06 03:47:45 +01:00 |
|
Mike Pall
|
c821e0aded
|
Merge branch 'master' into v2.1
|
2015-03-05 12:21:39 +01:00 |
|
Mike Pall
|
8b6af89ba7
|
Fix Lua/C API typecheck error for special indexes.
|
2015-03-05 12:19:11 +01:00 |
|
Mike Pall
|
2c0748f691
|
Merge branch 'master' into v2.1
|
2015-03-02 17:34:33 +01:00 |
|
Mike Pall
|
1f578bd424
|
FFI: Fix FOLD rule for TOBIT + CONV num.u32.
Thanks to Jiale Zhi.
|
2015-03-02 17:34:06 +01:00 |
|
Mike Pall
|
e1a8f3ba0b
|
Merge branch 'master' into v2.1
|
2015-02-25 18:12:14 +01:00 |
|
Mike Pall
|
5c0e33c2aa
|
ARM: Handle more arch defines.
|
2015-02-25 18:10:54 +01:00 |
|
Mike Pall
|
7ff476804e
|
Properly fail unsupported cross-compile to MIPS64.
|
2015-02-25 18:02:31 +01:00 |
|
Mike Pall
|
906008d467
|
Merge branch 'master' into v2.1
|
2015-02-22 23:08:56 +01:00 |
|
Mike Pall
|
e6b0875a7e
|
Fix string to number conversion.
Thanks to Lesley De Cruz.
|
2015-02-22 23:07:49 +01:00 |
|
Mike Pall
|
576ddf1db5
|
Merge branch 'master' into v2.1
|
2015-02-21 21:46:22 +01:00 |
|
Mike Pall
|
4fa51affe8
|
x86/x64: Fix code generation for fused test/arith ops.
Thanks to Alexander Nasonov and AFL.
|
2015-02-21 21:44:41 +01:00 |
|
Mike Pall
|
063f3d5d7c
|
Merge branch 'master' into v2.1
|
2015-02-18 16:01:11 +01:00 |
|
Mike Pall
|
704280fb80
|
FFI: Prevent DSE across ffi.string().
|
2015-02-18 16:00:15 +01:00 |
|
Mike Pall
|
04dc64b558
|
LJ_FR2: Fix bytecode generation for method lookups.
|
2015-02-08 20:25:27 +01:00 |
|
Mike Pall
|
ca5bbdf92a
|
Merge branch 'master' into v2.1
|
2015-02-02 11:06:45 +01:00 |
|
Mike Pall
|
dfa173b929
|
Fix lexer error for chunks without tokens.
|
2015-02-02 11:03:39 +01:00 |
|
Mike Pall
|
43cb818ba8
|
Merge branch 'master' into v2.1
|
2015-01-17 14:57:24 +01:00 |
|
Mike Pall
|
7f013005f6
|
Don't compile IR_RETF after CALLT to ff with-side effects.
|
2015-01-17 14:50:41 +01:00 |
|
Mike Pall
|
b876d6dada
|
OpenBSD/x86: Better executable memory allocation for W^X mode.
|
2015-01-17 12:55:04 +01:00 |
|
Mike Pall
|
3e1703895a
|
DynASM/PPC: Add missing PPC64 instructions and various extensions.
Contributed by Caio Souza Oliveira.
|
2015-01-14 21:40:24 +01:00 |
|
Mike Pall
|
3f19b34242
|
iOS/ARM64: Fix target OS detection.
|
2015-01-08 02:52:31 +01:00 |
|
Mike Pall
|
962d2aaa9f
|
LJ_GC64: Return true for ffi.abi("gc64").
|
2015-01-07 21:14:43 +01:00 |
|
Mike Pall
|
33f0c24f06
|
ARM64: Add FFI support.
|
2015-01-07 21:06:40 +01:00 |
|
Mike Pall
|
ce1a5ee535
|
iOS/ARM64: The frame pointer is required.
|
2015-01-07 20:59:37 +01:00 |
|
Mike Pall
|
9647aab0dc
|
LJ_FR2: Fix lua_settable() and lua_setfield().
|
2015-01-07 13:17:57 +01:00 |
|
Mike Pall
|
1b1bd08d3c
|
DynASM/ARM64: Fix checks for scaled immediates.
|
2015-01-07 13:17:11 +01:00 |
|
Mike Pall
|
0a5045c34e
|
Merge branch 'master' into v2.1
|
2015-01-06 00:12:45 +01:00 |
|
Mike Pall
|
86913b9bbf
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
|
Mike Pall
|
c71cdf4c36
|
Merge branch 'master' into v2.1
|
2015-01-05 23:43:57 +01:00 |
|
Mike Pall
|
999f57de83
|
Fix BC_UCLO/BC_JMP join optimization in Lua parser.
|
2015-01-05 23:39:37 +01:00 |
|
Mike Pall
|
71ecc051dc
|
Fix MSVC build.
|
2015-01-05 00:38:18 +01:00 |
|
Mike Pall
|
fcae87e315
|
Merge branch 'master' into v2.1
|
2015-01-05 00:07:27 +01:00 |
|
Mike Pall
|
4d9e8e245a
|
ARM: Minor interpreter optimization.
|
2015-01-05 00:05:38 +01:00 |
|
Mike Pall
|
31e66838d8
|
x86: Minor interpreter optimization.
|
2015-01-05 00:04:40 +01:00 |
|
Mike Pall
|
7bdadeb3c6
|
ARM64: Update docs.
|
2015-01-04 23:54:00 +01:00 |
|