Mike Pall
|
ef587afb2c
|
Merge branch 'master' into v2.1
|
2023-08-20 21:33:37 +02:00 |
|
Mike Pall
|
158a284cc9
|
Bump copyright date.
|
2023-08-20 21:25:30 +02:00 |
|
Mike Pall
|
b96d74621b
|
Merge branch 'master' into v2.1
|
2022-01-25 22:18:20 +01:00 |
|
Mike Pall
|
c2237247cc
|
Don't export internal symbol.
|
2022-01-25 22:17:56 +01:00 |
|
Mike Pall
|
7306ba78d6
|
Merge branch 'master' into v2.1
|
2022-01-15 19:42:30 +01:00 |
|
Mike Pall
|
c4dfb625ba
|
Bump copyright date.
|
2022-01-15 19:30:54 +01:00 |
|
Mike Pall
|
bb0f241015
|
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Sponsored by OpenResty Inc.
|
2021-09-19 17:49:25 +02:00 |
|
Mike Pall
|
983d66b8c5
|
Merge branch 'master' into v2.1
|
2021-07-27 14:50:40 +02:00 |
|
Mike Pall
|
3a654999c6
|
Consider slots used by upvalues in use-def analysis.
Reported by XmiliaH.
|
2021-07-27 14:47:41 +02:00 |
|
Mike Pall
|
89a6740ffd
|
Merge branch 'master' into v2.1
|
2021-07-23 21:36:17 +02:00 |
|
Mike Pall
|
0e66fc9637
|
Prevent loop in snap_usedef().
Reported by XmiliaH.
|
2021-07-23 21:33:59 +02:00 |
|
Mike Pall
|
e0cd3a8671
|
Merge branch 'master' into v2.1
|
2021-05-29 15:32:04 +02:00 |
|
Mike Pall
|
0e53a314d7
|
Fix use-def analysis for vararg functions.
Reported by Shmuel Zeigerman.
|
2021-05-29 15:31:13 +02:00 |
|
Mike Pall
|
fca488c715
|
Merge branch 'master' into v2.1
|
2021-05-24 22:28:58 +02:00 |
|
Mike Pall
|
2801500a26
|
Fix use-def analysis for BC_VARG.
Reported by Ryan Lucia.
|
2021-05-24 22:25:26 +02:00 |
|
Mike Pall
|
a32aeadc68
|
Handle on-trace OOM errors from helper functions.
|
2021-03-23 00:39:50 +01:00 |
|
Mike Pall
|
1e66d0f9e6
|
Merge branch 'master' into v2.1
|
2021-01-02 21:56:07 +01:00 |
|
Mike Pall
|
f47c864b01
|
Bump copyright date.
|
2021-01-02 21:49:41 +01:00 |
|
Mike Pall
|
675e08cf06
|
Merge branch 'master' into v2.1
|
2020-10-12 15:51:31 +02:00 |
|
Mike Pall
|
5c46f47736
|
Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*.
Reported by Arseny Vakhrushev.
Fix contributed by Peter Cawley.
|
2020-10-12 15:45:05 +02:00 |
|
Mike Pall
|
e9af1abec5
|
Add support for full-range 64 bit lightuserdata.
|
2020-09-30 01:34:49 +02:00 |
|
Mike Pall
|
ff1e72acea
|
LJ_GC64: Always snapshot functions for non-base frames.
Reported by Arseny Vakhrushev.
Analysis and fix contributed by Peter Cawley.
|
2020-08-27 18:05:32 +02:00 |
|
Mike Pall
|
8ae5170cdc
|
Improve assertions.
|
2020-06-15 02:52:00 +02:00 |
|
Mike Pall
|
87b111f0fe
|
Merge branch 'master' into v2.1
|
2020-01-20 23:34:21 +01:00 |
|
Mike Pall
|
38a5ed4b43
|
Bump copyright date.
|
2020-01-20 23:26:51 +01:00 |
|
Mike Pall
|
8755e0b74b
|
Fix unsinking of 64 bit constants.
Contributed by Thibault Charbonnier.
|
2019-08-30 12:16:50 +02:00 |
|
Mike Pall
|
749e99ce2a
|
Merge branch 'master' into v2.1
|
2019-01-10 12:24:17 +01:00 |
|
Mike Pall
|
380e4409a7
|
Fix overflow of snapshot map offset.
Thanks to Yichun Zhang.
|
2019-01-10 12:19:30 +01:00 |
|
Mike Pall
|
a057a07ab7
|
MIPS64: Add soft-float support to JIT compiler backend.
Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
Sponsored by Cisco Systems, Inc.
|
2017-06-07 23:56:54 +02:00 |
|
Mike Pall
|
a25c0b99b8
|
MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.
Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
Sponsored by Cisco Systems, Inc.
|
2017-02-20 03:43:10 +01:00 |
|
Mike Pall
|
71ff7ef8a7
|
Merge branch 'master' into v2.1
|
2017-01-17 12:41:05 +01:00 |
|
Mike Pall
|
b93a1dd0c8
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
|
Mike Pall
|
6a25014c1c
|
LJ_FR2: Fix slot 1 handling.
Contributed by Peter Cawley.
|
2016-10-16 21:04:38 +02:00 |
|
Mike Pall
|
5e2b609b3f
|
Fix compiler warning.
|
2016-05-28 05:02:18 +02:00 |
|
Mike Pall
|
2868715d80
|
x64/LJ_GC64: Add missing backend support and enable JIT compilation.
Contributed by Peter Cawley.
|
2016-05-23 06:01:54 +02:00 |
|
Mike Pall
|
6c8258d74b
|
LJ_FR2: Add support for trace recording and snapshots.
Contributed by Peter Cawley.
|
2016-05-23 01:49:00 +02:00 |
|
Mike Pall
|
7fb75ccc4c
|
Embed 64 bit constants directly in the IR, using two slots.
Contributed by Peter Cawley.
|
2016-05-23 00:25:29 +02:00 |
|
Mike Pall
|
f4231949b5
|
Merge branch 'master' into v2.1
|
2016-03-03 12:11:37 +01:00 |
|
Mike Pall
|
db1b399af1
|
Bump copyright date to 2016.
|
2016-03-03 12:02:22 +01:00 |
|
Mike Pall
|
39eddd3b96
|
Always merge snapshots without instructions inbetween.
Thanks to Vyacheslav Egorov.
|
2016-01-18 12:02:01 +01:00 |
|
Mike Pall
|
20f4141b1a
|
FFI: Properly unsink non-standard cdata allocations.
|
2015-12-28 13:02:35 +01:00 |
|
Mike Pall
|
776c6935ed
|
Merge branch 'master' into v2.1
|
2015-10-15 02:29:37 +02:00 |
|
Mike Pall
|
4808e62a9a
|
Drop marks from replayed instructions when sinking.
Reported by Vyacheslav Egorov.
|
2015-10-15 02:28:04 +02:00 |
|
Mike Pall
|
0b09c971c9
|
Merge branch 'master' into v2.1
|
2015-10-01 16:16:18 +02:00 |
|
Mike Pall
|
ef087aa678
|
Fix unsinking check.
Reported by Elias Hogstvedt. Debugged and fixed by Vyacheslav Egorov.
|
2015-10-01 16:12:48 +02:00 |
|
Mike Pall
|
a3a6866d4c
|
Re-enable trace stitching.
Thanks to Vyacheslav Egorov.
|
2015-08-29 23:24:26 +02: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
|
cb481ddc8f
|
Add LJ_GC64 mode: 64 bit GC object references.
Actually NaN tagging with 47 bit pointers and 13+4 bit tags.
|
2015-01-03 15:23:58 +01:00 |
|
Mike Pall
|
054e6abe37
|
Add LJ_FR2 mode: Two-slot frame info.
|
2015-01-03 15:04:38 +01:00 |
|