| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |
* | | ARM64: Reorder interpreter stack frame and fix unwinding. | Mike Pall | 2021-09-20 | 1 | -6/+6 |
* | | 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 |
* | | 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 |
* | | PPC: Add soft-float support to interpreter. | Mike Pall | 2017-07-26 | 1 | -1/+1 |
* | | 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 | -5/+20 |
* | | Windows/x86: Add full exception interoperability. | Mike Pall | 2016-05-07 | 1 | -0/+12 |
* | | 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: Switch to dual-number mode. Fix soft-float interpreter. | Mike Pall | 2016-01-29 | 1 | -6/+6 |
* | | MIPS soft-float, part 1: Add soft-float support to interpreter. | Mike Pall | 2015-12-17 | 1 | -0/+11 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-06-09 | 1 | -0/+4 |
|\| |
|
| * | x64: Allow building without external unwinder. | Mike Pall | 2015-06-09 | 1 | -0/+4 |
* | | x64: Add LJ_GC64 mode interpreter. | Mike Pall | 2015-05-04 | 1 | -0/+16 |
* | | PPC64: Add build infrastructure. | Mike Pall | 2015-03-06 | 1 | -1/+1 |
* | | 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 |
* | | PPC/e500: Drop support for this architecture. | Mike Pall | 2015-01-04 | 1 | -9/+0 |
* | | ARM64: Add build infrastructure and initial port of interpreter. | Mike Pall | 2015-01-03 | 1 | -0/+9 |
* | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -3/+54 |
* | | Cleanup of TValue setters. No functional changes. | Mike Pall | 2014-12-20 | 1 | -1/+1 |
* | | Cleanup of frame handling. No functional changes. | Mike Pall | 2014-12-15 | 1 | -9/+14 |
|/ |
|
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | Add XBox 360 port. | Mike Pall | 2013-01-21 | 1 | -1/+10 |
* | ARM: Add VFP and hard-float ABI variants to interpreter. | Mike Pall | 2012-07-30 | 1 | -0/+4 |
* | CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. | Mike Pall | 2012-06-13 | 1 | -0/+11 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | MIPS: Add interpreter. Enable MIPS build rules. | Mike Pall | 2012-01-23 | 1 | -8/+7 |
* | MIPS: Add build rules (non-functional, yet). | Mike Pall | 2011-12-15 | 1 | -0/+10 |
* | FFI: Add callback support (for x86/x64). | Mike Pall | 2011-11-14 | 1 | -0/+2 |
* | PPCSPE: Save/restore cr2, cr3 and cr4 when entering/leaving VM. | Mike Pall | 2011-08-10 | 1 | -1/+1 |
* | PPC: Save/restore cr2, cr3 and cr4 when entering/leaving VM. | Mike Pall | 2011-08-10 | 1 | -7/+7 |
* | PPC: Add dual-number mode interpreter. | Mike Pall | 2011-07-13 | 1 | -2/+2 |
* | PPC: Add build rules for PPC interpreter (non-functional, yet). | Mike Pall | 2011-07-03 | 1 | -3/+13 |
* | Add support for tailcalls from internal C functions. | Mike Pall | 2011-04-12 | 1 | -0/+1 |
* | ARM: Add register assignments, type definitions and stack layout. | Mike Pall | 2011-03-29 | 1 | -7/+6 |
* | ARM: Add ARM target architecture selection (disabled). | Mike Pall | 2011-01-25 | 1 | -0/+11 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | Cleanup architecture, ABI and OS definitions. | Mike Pall | 2010-11-16 | 1 | -1/+1 |