| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MIPS64: Fix bitwise not operator. | Mike Pall | 2026-07-04 | 1 | -1/+1 |
| | | |||||
| * | Backport some v3.0 syntax extensions. | Mike Pall | 2026-06-22 | 1 | -0/+77 |
| | | | | | See discussion in: #1476 | ||||
| * | MIPS64: Avoid unaligned load in lj_vm_exit_interp. | Mike Pall | 2026-02-11 | 1 | -4/+5 |
| | | | | | Thanks to Sergey Kaplun. #1428 | ||||
| * | DUALNUM: Improve/fix edge cases of unary minus. | Mike Pall | 2026-01-09 | 1 | -1/+5 |
| | | | | | Thanks to Sergey Kaplun. #1422 #1418 | ||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| | | |||||
| * | Unify Lua number to FFI integer conversions. | Mike Pall | 2025-11-27 | 1 | -10/+132 |
| | | | | | Phew. #1411 | ||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | |||||
| * | MIPS64: Fix pcall() error case. | Mike Pall | 2024-11-28 | 1 | -2/+3 |
| | | | | | Thanks to Sergey Kaplun. #1308 | ||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2023-11-12 | 1 | -2/+10 |
| | | |||||
| * | LJ_FR2: Fix stack checks in vararg calls. | Mike Pall | 2023-09-21 | 1 | -0/+1 |
| | | | | | Thanks to Peter Cawley. #1048 | ||||
| * | FFI: Unify stack setup for C calls in interpreter. | Mike Pall | 2023-08-29 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | | |||||
| * | Ensure forward progress on trace exit to BC_ITERN. | Mike Pall | 2023-08-13 | 1 | -4/+23 |
| | | | | | | Also use a safer way to force a static dispatch for BC_RET*. Reported by Bartel Eerdekens. Analyzed by Peter Cawley. #1000 #1045 | ||||
| * | Revert to trival pow() optimizations to prevent inaccuracies. | Mike Pall | 2022-03-08 | 1 | -7/+4 |
| | | |||||
| * | Fix pow() optimization inconsistencies. | Mike Pall | 2022-01-24 | 1 | -4/+7 |
| | | |||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | | |||||
| * | FFI: Don't load PC from non-function object in FFI continuation. | Mike Pall | 2021-09-20 | 1 | -1/+1 |
| | | | | | Reported by Yichun Zhang. #743 | ||||
| * | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN. | Mike Pall | 2021-09-19 | 1 | -4/+88 |
| | | | | | Sponsored by OpenResty Inc. | ||||
| * | Refactor table traversal. | Mike Pall | 2021-09-19 | 1 | -20/+16 |
| | | | | | Sponsored by OpenResty Inc. | ||||
| * | String buffers, part 2a: internal SBuf reorg. Use full pointers. | Mike Pall | 2021-06-01 | 1 | -1/+1 |
| | | | | | Sponsored by fmad.io. | ||||
| * | Handle on-trace OOM errors from helper functions. | Mike Pall | 2021-03-23 | 1 | -2/+7 |
| | | |||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2020-08-09 | 1 | -3/+2 |
| | | |||||
| * | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -6/+6 |
| | | | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura. | ||||
| * | Fix math.min()/math.max() inconsistencies. | Mike Pall | 2020-05-22 | 1 | -19/+49 |
| | | |||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | | |||||
| * | MIPS: Add MIPS64 R6 port. | Mike Pall | 2020-01-20 | 1 | -29/+341 |
| | | | | | | | Contributed by Hua Zhang, YunQiang Su from Wave Computing, and Radovan Birdic from RT-RK. Sponsored by Wave Computing. | ||||
| * | MIPS/MIPS64: Fix TSETR barrier (again). | Mike Pall | 2018-10-14 | 1 | -1/+1 |
| | | |||||
| * | MIPS64: Fix soft-float +-0.0 vs. +-0.0 comparison. | Mike Pall | 2018-01-29 | 1 | -1/+1 |
| | | | | | Thanks to Stefan Pejic. | ||||
| * | MIPS64: Fix xpcall() error case. | Mike Pall | 2017-11-18 | 1 | -2/+3 |
| | | | | | Thanks to François Perrad and Stefan Pejic. | ||||
| * | MIPS64: Add soft-float support to JIT compiler backend. | Mike Pall | 2017-06-07 | 1 | -0/+49 |
| | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
| * | MIPS64: Fix stores of MULTRES. | Mike Pall | 2017-04-17 | 1 | -2/+2 |
| | | | | | Contributed by Stefan Pejic. | ||||
| * | MIPS64: Fix write barrier in BC_USETV. | Mike Pall | 2017-04-17 | 1 | -3/+3 |
| | | | | | Contributed by Stefan Pejic. | ||||
| * | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend. | Mike Pall | 2017-02-20 | 1 | -12/+225 |
| | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | |||||
| * | MIPS64, part 1: Add MIPS64 support to interpreter. | Mike Pall | 2016-05-28 | 1 | -0/+4849 |
| Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | |||||
