Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | Thanks to Eddie Edwards. | ||||
* | 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 |
| | | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2- | ||||
* | 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 |
| | | | | PPC: Fix __call metamethod for tailcalls. | ||||
* | 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 |
| | |||||
* | PPC: Add support for shifted MULTRES. | Mike Pall | 2010-09-13 | 1 | -0/+5 |
| | |||||
* | PPC: Add stack frame layout for PPCSPE target. | Mike Pall | 2010-08-27 | 1 | -0/+9 |
| | | | | | | PPCSPE target compiles now, but will trap for any NYI parts. Cross-compilation instructions: make HOST_CC="gcc -m32" CROSS=powerpc-e500v2-linux-gnuspe- TARGET=ppcspe | ||||
* | Add frame info for x64 GDB JIT API. | Mike Pall | 2010-02-28 | 1 | -0/+3 |
| | |||||
* | Save/restore remaining callee-save regs on trace<->interp transitions. | Mike Pall | 2010-02-27 | 1 | -4/+4 |
| | |||||
* | Handle negative continuation offsets (WIN64 with debug). | Mike Pall | 2010-02-24 | 1 | -1/+2 |
| | |||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | Add support for WIN64 exception handling to external unwinder. | Mike Pall | 2010-01-05 | 1 | -10/+11 |
| | | | | | | Modify unwinding to always return _ff or _c unwind type. Generate PE object .pdata/.xdata sections for x64 interpreter. Can drop r12-r15 saves in Windows/x64 interpreter now. | ||||
* | Major rewrite of error handling to allow external/internal unwinding. | Mike Pall | 2010-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | Make external unwinding the default on x64. It's mandatory on WIN64 due to the abundance of callee-saved regs. Allow piecewise internal frame unwinding and optional cleanup. Store ERRMEM, ERRERR and ERRCPP early and copy down later. Use FRAME_CP for lj_vm_resume. Add lj_vm_unwind_*_eh variants as landing pads for external unwinder. Use fastcall for lj_vm_unwind_*. Can drop r12/r13 saves in POSIX/x64 interpreter now. | ||||
* | Implement yield from C hooks. | Mike Pall | 2009-12-30 | 1 | -0/+4 |
| | | | | | | Get number of multiple results from C frame. Add lj_cont_hook: restores multres and dispatch to static ins. Can use fastcall for lj_dispatch_ins() now. | ||||
* | Save all callee-saved x64 integer regs for unwinding. | Mike Pall | 2009-12-29 | 1 | -10/+10 |
| | | | | | Temporary measure. Does not cover xmm saves on WIN64. May have to use unwind info or waste another 160 bytes per CFRAME. | ||||
* | Define CFRAME structure for x64 interpreter. | Mike Pall | 2009-12-28 | 1 | -11/+31 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+84 |