aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ccall.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | FFI/ARM64/OSX: Handle non-standard OSX C calling conventions.Mike Pall2023-08-291-0/+6
* | FFI: Unify stack setup for C calls in interpreter.Mike Pall2023-08-291-3/+4
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | PPC: Add soft-float support to interpreter.Mike Pall2017-07-261-2/+2
* | ARM64: Add big-endian support.Mike Pall2017-03-301-2/+2
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-281-2/+18
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | MIPS soft-float, part 2: Add soft-float FFI support.Mike Pall2015-12-181-2/+2
* | ARM64: Add FFI support.Mike Pall2015-01-071-0/+17
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | PPC/e500: Drop support for this architecture.Mike Pall2015-01-041-10/+0
|/
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* FFI: Fix alignment of C call structure.Mike Pall2012-08-021-1/+5
* ARM: Add hard-float ABI support to the FFI (interpreter).Mike Pall2012-07-301-3/+12
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* MIPS: Add interpreter. Enable MIPS build rules.Mike Pall2012-01-231-0/+15
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-1/+5
* FFI: Add unwind definitions for lj_vm_ffi_call.Mike Pall2011-11-121-2/+2
* FFI: Compile calls to stdcall, fastcall and vararg functions.Mike Pall2011-10-271-0/+3
* PPCSPE: Save/restore cr2, cr3 and cr4 when entering/leaving VM.Mike Pall2011-08-101-1/+1
* PPC: Add machine-specific part of FFI.Mike Pall2011-08-011-1/+18
* ARM: Add partial support for FFI.Mike Pall2011-04-161-1/+11
* FFI: Implement POSIX/x64 struct-by-value calling conventions.Mike Pall2011-01-291-0/+1
* FFI: Untangle and fix calling convention definitions.Mike Pall2011-01-121-23/+0
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* FFI: Add support for calling C functions.Mike Pall2011-01-061-0/+131