| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-28 | 1 | -5/+13 |
|\ |
|
| * | Handle table unsinking in the presence of IRFL_TAB_NOMM. | Mike Pall | 2023-08-28 | 1 | -5/+15 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-25 | 1 | -1/+1 |
|\| |
|
| * | Don't export internal symbol. | Mike Pall | 2022-01-25 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
* | | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN. | Mike Pall | 2021-09-19 | 1 | -2/+8 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-07-27 | 1 | -3/+32 |
|\| |
|
| * | Consider slots used by upvalues in use-def analysis. | Mike Pall | 2021-07-27 | 1 | -3/+32 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-07-23 | 1 | -1/+6 |
|\| |
|
| * | Prevent loop in snap_usedef(). | Mike Pall | 2021-07-23 | 1 | -1/+6 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-05-29 | 1 | -2/+4 |
|\| |
|
| * | Fix use-def analysis for vararg functions. | Mike Pall | 2021-05-29 | 1 | -2/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-05-24 | 1 | -1/+3 |
|\| |
|
| * | Fix use-def analysis for BC_VARG. | Mike Pall | 2021-05-24 | 1 | -1/+3 |
* | | Handle on-trace OOM errors from helper functions. | Mike Pall | 2021-03-23 | 1 | -0/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-10-12 | 1 | -0/+3 |
|\| |
|
| * | Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*. | Mike Pall | 2020-10-12 | 1 | -0/+3 |
* | | Add support for full-range 64 bit lightuserdata. | Mike Pall | 2020-09-30 | 1 | -1/+8 |
* | | LJ_GC64: Always snapshot functions for non-base frames. | Mike Pall | 2020-08-27 | 1 | -2/+7 |
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -38/+58 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | | Fix unsinking of 64 bit constants. | Mike Pall | 2019-08-30 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-01-10 | 1 | -3/+3 |
|\| |
|
| * | Fix overflow of snapshot map offset. | Mike Pall | 2019-01-10 | 1 | -3/+3 |
* | | MIPS64: Add soft-float support to JIT compiler backend. | Mike Pall | 2017-06-07 | 1 | -9/+12 |
* | | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend. | Mike Pall | 2017-02-20 | 1 | -1/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | | LJ_FR2: Fix slot 1 handling. | Mike Pall | 2016-10-16 | 1 | -4/+12 |
* | | Fix compiler warning. | Mike Pall | 2016-05-28 | 1 | -0/+2 |
* | | x64/LJ_GC64: Add missing backend support and enable JIT compilation. | Mike Pall | 2016-05-23 | 1 | -3/+6 |
* | | LJ_FR2: Add support for trace recording and snapshots. | Mike Pall | 2016-05-23 | 1 | -14/+47 |
* | | Embed 64 bit constants directly in the IR, using two slots. | Mike Pall | 2016-05-23 | 1 | -5/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
* | | Always merge snapshots without instructions inbetween. | Mike Pall | 2016-01-18 | 1 | -2/+2 |
* | | FFI: Properly unsink non-standard cdata allocations. | Mike Pall | 2015-12-28 | 1 | -2/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-15 | 1 | -1/+1 |
|\| |
|
| * | Drop marks from replayed instructions when sinking. | Mike Pall | 2015-10-15 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-01 | 1 | -15/+11 |
|\| |
|
| * | Fix unsinking check. | Mike Pall | 2015-10-01 | 1 | -15/+11 |
* | | Re-enable trace stitching. | Mike Pall | 2015-08-29 | 1 | -2/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |