| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport some v3.0 syntax extensions. | Mike Pall | 2026-06-22 | 1 | -1/+124 |
| | | | | | See discussion in: #1476 | ||||
| * | x86/x64: Change ipairs_aux to match JIT backend behavior. | Mike Pall | 2026-05-25 | 1 | -5/+3 |
| | | | | | Thanks to Sergey Kaplun. #1463 | ||||
| * | DUALNUM: Improve/fix edge cases of unary minus. | Mike Pall | 2026-01-09 | 1 | -0/+4 |
| | | | | | 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 | -0/+43 |
| | | | | | Phew. #1411 | ||||
| * | x64: Fix CET IBT. | Mike Pall | 2025-10-29 | 1 | -0/+3 |
| | | | | | Reported by Yuichiro Naito. #1400 | ||||
| * | x64: Various fixes for CET IBT. | Mike Pall | 2025-10-28 | 1 | -22/+57 |
| | | | | | Also add ELF notes. #1391 | ||||
| * | x64: Add support for CET IBT. | Mike Pall | 2025-10-16 | 1 | -9/+48 |
| | | | | | | Note: this is not enabled by default, look for CET in lj_arch.h Contributed by Yuichiro Naito. #1391 | ||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | |||||
| * | macOS: Fix macOS 15 / Clang 16 build. | Mike Pall | 2024-10-02 | 1 | -1/+0 |
| | | | | | | Note: The -Wl,-no_deduplicate workaround is NOT needed anymore. Thanks to fxcoudert, corsix, clason, baconpaul, mvf. #1275 #1266 | ||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2023-11-12 | 1 | -0/+6 |
| | | |||||
| * | FFI: Unify stack setup for C calls in interpreter. | Mike Pall | 2023-08-29 | 1 | -4/+4 |
| | | |||||
| * | 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 | -1/+12 |
| | | | | | | Also use a safer way to force a static dispatch for BC_RET*. Reported by Bartel Eerdekens. Analyzed by Peter Cawley. #1000 #1045 | ||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2022-07-08 | 1 | -7/+6 |
| | | |||||
| * | Revert to trival pow() optimizations to prevent inaccuracies. | Mike Pall | 2022-03-08 | 1 | -6/+3 |
| | | |||||
| * | Fix pow() optimization inconsistencies. | Mike Pall | 2022-01-24 | 1 | -38/+6 |
| | | |||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | | |||||
| * | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN. | Mike Pall | 2021-09-19 | 1 | -2/+78 |
| | | | | | Sponsored by OpenResty Inc. | ||||
| * | Refactor table traversal. | Mike Pall | 2021-09-19 | 1 | -33/+19 |
| | | | | | 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 | -1/+3 |
| | | |||||
| * | 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/+1 |
| | | |||||
| * | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -3/+3 |
| | | | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura. | ||||
| * | Cleanup some arch defines and fix builds. | Mike Pall | 2020-06-15 | 1 | -1/+1 |
| | | |||||
| * | Fix math.min()/math.max() inconsistencies. | Mike Pall | 2020-05-22 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | | |||||
| * | x64/LJ_GC64: Fix warning for DUALNUM build. | Mike Pall | 2017-02-20 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | |||||
| * | x64/LJ_GC64: Fix __call metamethod for tailcall. | Mike Pall | 2016-05-28 | 1 | -1/+1 |
| | | |||||
| * | x64/LJ_GC64: Add missing backend support and enable JIT compilation. | Mike Pall | 2016-05-23 | 1 | -2/+1 |
| | | | | | Contributed by Peter Cawley. | ||||
| * | x64/LJ_GC64: Fix BC_UCLO check for fast-path. | Mike Pall | 2016-04-13 | 1 | -1/+1 |
| | | | | | Thanks to Vyacheslav Egorov. | ||||
| * | Windows/x64/LJ_GC64: Fix math.frexp() and math.modf() (again). | Mike Pall | 2016-03-31 | 1 | -5/+4 |
| | | | | | Thanks to Peter Cawley. | ||||
| * | x86: Detect BMI2 instruction support. | Mike Pall | 2016-03-28 | 1 | -0/+1 |
| | | |||||
| * | x64/LJ_GC64: Fix JIT glue code in interpreter. | Mike Pall | 2016-03-28 | 1 | -12/+12 |
| | | | | | Thanks to Peter Cawley. | ||||
| * | Fix compiler warnings. | Mike Pall | 2016-03-28 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | |||||
| * | Windows/x64/LJ_GC64: Fix math.frexp() and math.modf(). | Mike Pall | 2016-02-22 | 1 | -0/+8 |
| | | | | | Thanks to Eddie Edwards. | ||||
| * | x64/LJ_GC64: Fix stack growth in vararg function setup. | Mike Pall | 2015-11-18 | 1 | -1/+1 |
| | | | | | Thanks to Vyacheslav Egorov. | ||||
| * | x64/LJ_GC64: Fix ipairs(). | Mike Pall | 2015-06-10 | 1 | -0/+7 |
| | | |||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2015-06-09 | 1 | -0/+24 |
| | | |||||
| * | x64/LJ_GC64: Fix upvalue write barrier. | Mike Pall | 2015-05-29 | 1 | -5/+8 |
| | | |||||
| * | x64/LJ_GC64: Fix setmetatable(). | Mike Pall | 2015-05-25 | 1 | -3/+3 |
| | | |||||
| * | x64: Add LJ_GC64 mode interpreter. | Mike Pall | 2015-05-04 | 1 | -0/+4868 |
| Enable this mode with: make XCFLAGS=-DLUAJIT_ENABLE_GC64 | |||||
