| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into v2.1 | Mike Pall | 2026-07-11 | 1 | -0/+4 |
| |\ | |||||
| | * | x64: Fix callback result handling. | Mike Pall | 2026-07-11 | 1 | -0/+4 |
| | | | | | | | | | Reported by Matt Gerassimoff. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | ARM64: Add support for ARM BTI. | Mike Pall | 2025-10-28 | 1 | -2/+12 |
| | | | | | | | | | | | Note: this is not enabled by default, look for CET in lj_arch.h. Thanks to Yuichiro Naito. #1398 | ||||
| * | | x64: Various fixes for CET IBT. | Mike Pall | 2025-10-28 | 1 | -6/+18 |
| | | | | | | | | | Also add ELF notes. #1391 | ||||
| * | | macOS: Fix Apple hardened runtime support and put behind build option. | Mike Pall | 2025-03-10 | 1 | -1/+1 |
| | | | | | | | | | Reported by vanc. #1334 | ||||
| * | | macOS: Add suport for Apple hardened runtime. | Mike Pall | 2025-03-09 | 1 | -2/+17 |
| | | | | | | | | | Thanks to Peter Cawley. #1334 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | ARM64: Add support for ARM64e pointer authentication codes (PAC). | Mike Pall | 2023-08-12 | 1 | -3/+3 |
| | | | | | | | | | Contributed by Peter Cawley. #559 | ||||
| * | | 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 |
| | | | |||||
| * | | FFI/ARM64/OSX: Fix vararg call handling. | Mike Pall | 2021-05-02 | 1 | -1/+1 |
| | | | | | | | | | Thanks to Igor Munkin. | ||||
| * | | NetBSD: Use PROT_MPROTECT() and disable getentropy(). | Mike Pall | 2021-03-29 | 1 | -1/+6 |
| | | | | | | | | | | | Note: this is not an officially supported target. Contributed by David Carlier. | ||||
| * | | 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 |
| | | | |||||
| * | | Another fix for lua_yield() from C hook. | Mike Pall | 2020-09-22 | 1 | -1/+1 |
| | | | | | | | | | Reported by Jason Carr. | ||||
| * | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -19/+23 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Windows: Add UWP support, part 1. | Mike Pall | 2018-06-05 | 1 | -2/+2 |
| | | | | | | | | | Contributed by Ben Pye. | ||||
| * | | PPC: Add soft-float support to interpreter. | Mike Pall | 2017-07-26 | 1 | -9/+21 |
| | | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
| * | | ARM64: Add big-endian support. | Mike Pall | 2017-03-30 | 1 | -7/+11 |
| | | | | | | | | | | | 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 |
| |\| | |||||
| | * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | | |||||
| * | | MIPS64, part 1: Add MIPS64 support to interpreter. | Mike Pall | 2016-05-28 | 1 | -10/+60 |
| | | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
| * | | 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 |
| | | | |||||
| * | | MIPS soft-float, part 2: Add soft-float FFI support. | Mike Pall | 2015-12-18 | 1 | -6/+15 |
| | | | |||||
| * | | x64: Add LJ_GC64 mode interpreter. | Mike Pall | 2015-05-04 | 1 | -1/+6 |
| | | | | | | | | | Enable this mode with: make XCFLAGS=-DLUAJIT_ENABLE_GC64 | ||||
| * | | ARM64: Add FFI support. | Mike Pall | 2015-01-07 | 1 | -10/+54 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -6/+22 |
| | | | |||||
| * | | Cleanup of TValue setters. No functional changes. | Mike Pall | 2014-12-20 | 1 | -1/+4 |
| | | | |||||
| * | | Cleanup of frame handling. No functional changes. | Mike Pall | 2014-12-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Save currently executing lua_State in g->cur_L. | Mike Pall | 2013-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | This is only a good approximation due to deficiencies in the design of the Lua/C API. It indicates _some_ valid state that is/was executing. Also reorder L->cframe stores to achieve a synchronously consistent state. | ||||
| * | | Use g->jit_base for on/off-trace detection. | Mike Pall | 2013-08-26 | 1 | -1/+1 |
| |/ | |||||
| * | FFI: Add missing GC steps for callback argument conversions. | Mike Pall | 2013-06-20 | 1 | -1/+4 |
| | | |||||
| * | Add partial support for building with MingW64 GCC 4.8-SEH. | Mike Pall | 2013-05-15 | 1 | -2/+2 |
| | | | | | | Error handling works, C++ interoperability generally works. C++ destructors in libs compiled with G++ cause trouble (ok with MSVC). | ||||
| * | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | FFI: Fix stack-adjustment for __thiscall callbacks. | Mike Pall | 2012-11-07 | 1 | -5/+2 |
| | | |||||
| * | Replace error with PANIC for callbacks from JIT-compiled code. | Mike Pall | 2012-10-21 | 1 | -3/+7 |
| | | |||||
| * | ARM: Add hard-float ABI support to the FFI (interpreter). | Mike Pall | 2012-07-30 | 1 | -4/+38 |
| | | |||||
| * | FFI: Box all accessed or returned enums. | Mike Pall | 2012-07-17 | 1 | -1/+0 |
| | | |||||
