Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |