| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -5/+20 |
* | | Windows/x86: Add full exception interoperability. | Mike Pall | 2016-05-07 | 1 | -0/+12 |
* | | 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: Switch to dual-number mode. Fix soft-float interpreter. | Mike Pall | 2016-01-29 | 1 | -6/+6 |
* | | MIPS soft-float, part 1: Add soft-float support to interpreter. | Mike Pall | 2015-12-17 | 1 | -0/+11 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-06-09 | 1 | -0/+4 |
|\| |
|
| * | x64: Allow building without external unwinder. | Mike Pall | 2015-06-09 | 1 | -0/+4 |
* | | x64: Add LJ_GC64 mode interpreter. | Mike Pall | 2015-05-04 | 1 | -0/+16 |
* | | PPC64: Add build infrastructure. | Mike Pall | 2015-03-06 | 1 | -1/+1 |
* | | 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 | -9/+0 |
* | | ARM64: Add build infrastructure and initial port of interpreter. | Mike Pall | 2015-01-03 | 1 | -0/+9 |
* | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -3/+54 |
* | | Cleanup of TValue setters. No functional changes. | Mike Pall | 2014-12-20 | 1 | -1/+1 |
* | | Cleanup of frame handling. No functional changes. | Mike Pall | 2014-12-15 | 1 | -9/+14 |
|/ |
|
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Major rewrite of error handling to allow external/internal unwinding. | Mike Pall | 2010-01-02 | 1 | -1/+1 |
* | Implement yield from C hooks. | Mike Pall | 2009-12-30 | 1 | -0/+4 |
* | Save all callee-saved x64 integer regs for unwinding. | Mike Pall | 2009-12-29 | 1 | -10/+10 |
* | 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 |