| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | Add more assertions for stack consistency during recording. | Mike Pall | 2012-09-12 | 1 | -0/+8 |
* | Correct dispatch table modifications for return hooks. | Mike Pall | 2012-07-16 | 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 | -0/+22 |
* | Remove temporary mcode limit error from application stack. | Mike Pall | 2011-08-09 | 1 | -0/+4 |
* | Prefer recording loops over calls. | Mike Pall | 2011-06-29 | 1 | -1/+2 |
* | Cleanup prototype flags. | Mike Pall | 2011-06-09 | 1 | -3/+4 |
* | Move debugging/introspection functionality to lj_debug.c. | Mike Pall | 2011-06-07 | 1 | -2/+3 |
* | Fix some portability issues with the JIT compiler. | Mike Pall | 2011-05-09 | 1 | -0/+5 |
* | FFI: Save errno/GetLastError() around allocations, hooks etc. | Mike Pall | 2011-05-08 | 1 | -0/+4 |
* | DUALNUM: Add integer type to core VM. | Mike Pall | 2011-02-17 | 1 | -1/+1 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | Avoid stack resizes while recording calls to vararg functions. | Mike Pall | 2010-12-08 | 1 | -2/+5 |
* | PPC: Add support for shifted MULTRES. | Mike Pall | 2010-09-13 | 1 | -1/+1 |
* | Record calls to vararg functions. | Mike Pall | 2010-09-12 | 1 | -9/+17 |
* | Turn some lua_State fields into 32 bit pointers. | Mike Pall | 2010-09-09 | 1 | -1/+2 |
* | Keep framesize in RA of FUNCC/FUNCCW instructions, too | Mike Pall | 2010-08-06 | 1 | -1/+1 |
* | Turn traces into true GC objects (GCtrace). | Mike Pall | 2010-04-25 | 1 | -1/+2 |
* | Fix potential hang in UCLO redirection handling in hooks. | Mike Pall | 2010-03-10 | 1 | -9/+7 |
* | Implement down-recursion. | Mike Pall | 2010-03-01 | 1 | -5/+2 |
* | Update trace recorder infrastructure for hot calls. | Mike Pall | 2010-02-18 | 1 | -1/+2 |
* | Just disable JIT compiler for non-SSE2 CPUs instead of aborting. | Mike Pall | 2010-02-16 | 1 | -2/+4 |
* | Split CALL/FUNC recording. | Mike Pall | 2010-02-16 | 1 | -3/+8 |
* | Use a different marker for hot calls. | Mike Pall | 2010-02-15 | 1 | -2/+3 |
* | Minor cleanup of trace event handling. | Mike Pall | 2010-02-15 | 1 | -4/+1 |
* | Implement return hooks for Lua functions (zero-cost if disabled). | Mike Pall | 2010-02-14 | 1 | -6/+32 |
* | Implement call hooks (zero-cost if disabled). | Mike Pall | 2010-02-14 | 1 | -20/+89 |
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -20/+42 |
* | Move dispatch tables out of GG_State struct. | Mike Pall | 2010-02-11 | 1 | -2/+4 |
* | Redesign of prototype generation, part 5: colocation of protoype arrays. | Mike Pall | 2010-02-08 | 1 | -1/+1 |
* | Move bytecode offsets from lj_vm.* to generated header. | Mike Pall | 2010-02-05 | 1 | -4/+4 |
* | 32/64 bit memory ref cleanup, part 3: GCproto ->lineinfo. | Mike Pall | 2010-02-05 | 1 | -3/+3 |
* | 32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k. | Mike Pall | 2010-02-05 | 1 | -3/+3 |
* | Reset the hotcount table after a JIT off to on transition. | Mike Pall | 2010-02-04 | 1 | -0/+16 |
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
* | Implement yield from C hooks. | Mike Pall | 2009-12-30 | 1 | -3/+4 |
* | Define CFRAME structure for x64 interpreter. | Mike Pall | 2009-12-28 | 1 | -2/+3 |
* | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -2/+15 |
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+284 |