| Commit message (Expand) | Author | Age | Files | Lines |
* | Windows/ARM64: Support Windows calling conventions. | Mike Pall | 2023-09-11 | 1 | -1/+17 |
* | FFI/ARM64/OSX: Handle non-standard OSX C calling conventions. | Mike Pall | 2023-08-29 | 1 | -6/+5 |
* | FFI: Unify stack setup for C calls in interpreter. | Mike Pall | 2023-08-29 | 1 | -26/+31 |
* | 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 |
* | | FFI/ARM64/OSX: Fix vararg call handling. | Mike Pall | 2021-05-02 | 1 | -4/+4 |
* | | 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 |
* | | Add support for full-range 64 bit lightuserdata. | Mike Pall | 2020-09-30 | 1 | -1/+1 |
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -7/+12 |
* | | FFI/ARM64: Fix pass-by-value struct calling conventions. | Mike Pall | 2020-03-20 | 1 | -1/+2 |
* | | 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 |
* | | MIPS64: Hide internal function. | Mike Pall | 2017-09-18 | 1 | -1/+2 |
* | | PPC: Add soft-float support to interpreter. | Mike Pall | 2017-07-26 | 1 | -14/+24 |
* | | ARM64: Add big-endian support. | Mike Pall | 2017-03-30 | 1 | -3/+17 |
* | | 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 |
* | | ARM64: Add JIT compiler backend. | Mike Pall | 2016-11-20 | 1 | -1/+1 |
* | | MIPS64, part 1: Add MIPS64 support to interpreter. | Mike Pall | 2016-05-28 | 1 | -4/+155 |
* | | 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 | -13/+36 |
* | | ARM64: Add FFI support. | Mike Pall | 2015-01-07 | 1 | -0/+121 |
* | | 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 | -36/+0 |
* | | 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 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-09-08 | 1 | -2/+3 |
|\| |
|
| * | FFI/x64: Fix passing of vector arguments to calls. | Mike Pall | 2013-09-08 | 1 | -2/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-16 | 1 | -2/+6 |
|\| |
|
| * | FFI: Fix calling conventions for ARM hard-float EABI. | Mike Pall | 2013-05-16 | 1 | -2/+6 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-16 | 1 | -2/+60 |
|\| |
|
| * | FFI: Fix calling conventions for 32 bit OSX and iOS simulator. | Mike Pall | 2013-05-16 | 1 | -0/+58 |
| * | Add partial support for building with MingW64 GCC 4.8-SEH. | Mike Pall | 2013-05-15 | 1 | -2/+2 |
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -1/+0 |
|/ |
|
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | FFI: Fix handling of qualified transparent structs/unions. | Mike Pall | 2013-02-03 | 1 | -2/+2 |
* | FFI: Don't keep CType * across call. Callback may reallocate table. | Mike Pall | 2012-08-12 | 1 | -0/+2 |
* | ARM: Add hard-float ABI support to the FFI (interpreter). | Mike Pall | 2012-07-30 | 1 | -4/+112 |
* | FFI: Box all accessed or returned enums. | Mike Pall | 2012-07-17 | 1 | -1/+0 |
* | Avoid pesky compiler warnings about C++ keywords (eh?). | Mike Pall | 2012-07-03 | 1 | -2/+2 |
* | 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 | -3/+56 |
* | FFI: Add callback support (for x86/x64). | Mike Pall | 2011-11-14 | 1 | -1/+8 |
* | FFI: Compile calls to stdcall, fastcall and vararg functions. | Mike Pall | 2011-10-27 | 1 | -2/+2 |
* | FFI: Fix call argument and return handling for I8/U8/I16/U16 types. | Mike Pall | 2011-10-13 | 1 | -7/+15 |