Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -2/+2 |
| | | | | | | | | | | 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 | -2/+2 |
| | | | | | | | | | | 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 | -2/+18 |
| | | | | | | | | | | 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 | -2/+2 |
| | | |||||
* | | ARM64: Add FFI support. | Mike Pall | 2015-01-07 | 1 | -0/+17 |
| | | |||||
* | | 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 | -10/+0 |
|/ | |||||
* | 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 |
| | |||||
* | FFI: Fix alignment of C call structure. | Mike Pall | 2012-08-02 | 1 | -1/+5 |
| | |||||
* | ARM: Add hard-float ABI support to the FFI (interpreter). | Mike Pall | 2012-07-30 | 1 | -3/+12 |
| | |||||
* | 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 | -0/+15 |
| | |||||
* | FFI: Add callback support (for x86/x64). | Mike Pall | 2011-11-14 | 1 | -1/+5 |
| | |||||
* | FFI: Add unwind definitions for lj_vm_ffi_call. | Mike Pall | 2011-11-12 | 1 | -2/+2 |
| | | | | | Adds exception interoperability for C/C++ functions called via FFI from the interpreter. | ||||
* | FFI: Compile calls to stdcall, fastcall and vararg functions. | Mike Pall | 2011-10-27 | 1 | -0/+3 |
| | |||||
* | PPCSPE: Save/restore cr2, cr3 and cr4 when entering/leaving VM. | Mike Pall | 2011-08-10 | 1 | -1/+1 |
| | |||||
* | PPC: Add machine-specific part of FFI. | Mike Pall | 2011-08-01 | 1 | -1/+18 |
| | |||||
* | ARM: Add partial support for FFI. | Mike Pall | 2011-04-16 | 1 | -1/+11 |
| | |||||
* | FFI: Implement POSIX/x64 struct-by-value calling conventions. | Mike Pall | 2011-01-29 | 1 | -0/+1 |
| | |||||
* | FFI: Untangle and fix calling convention definitions. | Mike Pall | 2011-01-12 | 1 | -23/+0 |
| | |||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | FFI: Add support for calling C functions. | Mike Pall | 2011-01-06 | 1 | -0/+131 |