| Commit message (Expand) | Author | Age | Files | Lines |
* | FFI: Fix docs about C bool -> Lua boolean conversion. | Mike Pall | 2011-02-18 | 1 | -1/+1 |
* | RELEASE LuaJIT-2.0.0-beta6v2.0.0-beta6 | Mike Pall | 2011-02-11 | 3 | -8/+8 |
* | Update changelog. | Mike Pall | 2011-02-11 | 1 | -0/+45 |
* | Cleanup of docs. | Mike Pall | 2011-02-11 | 8 | -75/+157 |
* | FFI: Finish FFI docs. | Mike Pall | 2011-02-11 | 15 | -157/+469 |
* | FFI: Finish docs on FFI semantics. Phew. | Mike Pall | 2011-02-10 | 1 | -34/+521 |
* | Fix various HTML errors in the docs. | Mike Pall | 2011-02-10 | 5 | -6/+6 |
* | FFI: Add more docs on FFI semantics. | Mike Pall | 2011-02-09 | 1 | -24/+268 |
* | FFI: Document current FFI implementation status. | Mike Pall | 2011-02-08 | 1 | -9/+82 |
* | FFI: Record ffi.copy() and ffi.fill(). | Mike Pall | 2011-02-07 | 1 | -4/+4 |
* | FFI: Simplify initializer rules. Clarify docs. | Mike Pall | 2011-01-23 | 3 | -23/+54 |
* | Another fix for the trace flush logic. I'll get this right someday. | Mike Pall | 2011-01-22 | 1 | -3/+3 |
* | FFI: Add preliminary FFI documentation (still incomplete). | Mike Pall | 2011-01-20 | 16 | -15/+1137 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 12 | -24/+24 |
* | POSIX is an acronym. | Mike Pall | 2010-12-04 | 1 | -1/+1 |
* | Add jit.os string. | Mike Pall | 2010-11-16 | 1 | -1/+8 |
* | Split up extension/API docs into sub-pages. | Mike Pall | 2010-11-09 | 11 | -351/+703 |
* | Fix anchors in API docs. | Mike Pall | 2010-11-01 | 1 | -2/+2 |
* | Reorganize compatibility table in install docs. | Mike Pall | 2010-10-11 | 1 | -37/+43 |
* | Fix external link in docs. | Mike Pall | 2010-10-11 | 1 | -1/+1 |
* | Update docs for PPC port. Clarify and extend install instructions. | Mike Pall | 2010-10-05 | 5 | -65/+177 |
* | PPC: Add stack frame layout for PPCSPE target. | Mike Pall | 2010-08-27 | 1 | -1/+1 |
* | RELEASE LuaJIT-2.0.0-beta5v2.0.0-beta5 | Mike Pall | 2010-08-24 | 3 | -12/+10 |
* | Update changelog. | Mike Pall | 2010-08-23 | 1 | -2/+34 |
* | Turn traces into true GC objects (GCtrace). | Mike Pall | 2010-04-25 | 1 | -6/+7 |
* | RELEASE LuaJIT-2.0.0-beta4v2.0.0-beta4 | Mike Pall | 2010-03-28 | 4 | -17/+27 |
* | Update changelog. | Mike Pall | 2010-03-28 | 1 | -0/+2 |
* | Add links to interactive performance comparison to offline docs. | Mike Pall | 2010-03-19 | 8 | -1/+18 |
* | Fix TSETM on x64/SSE builds when table is resized. | Mike Pall | 2010-03-15 | 1 | -0/+1 |
* | Update changelog. | Mike Pall | 2010-03-15 | 2 | -1/+19 |
* | Add array bounds check elimination (-Oabc, on by default). | Mike Pall | 2010-03-15 | 1 | -0/+2 |
* | Add WinSDK v7.0 requirement for building on Windows/x64. | Mike Pall | 2010-03-09 | 1 | -2/+2 |
* | RELEASE LuaJIT-2.0.0-beta3v2.0.0-beta3 | Mike Pall | 2010-03-07 | 3 | -16/+13 |
* | Add OS/CPU/CC compatibility matrix to docs. Fix spelling. | Mike Pall | 2010-03-07 | 4 | -10/+59 |
* | Document jit.status(). | Mike Pall | 2010-03-04 | 1 | -0/+8 |
* | Update docs: native build default, cross-compilation, embedding. | Mike Pall | 2010-03-04 | 4 | -34/+65 |
* | Add support for recursion to changelog. | Mike Pall | 2010-03-02 | 1 | -0/+1 |
* | Enable tracing of recursion. | Mike Pall | 2010-03-01 | 1 | -4/+0 |
* | Enable JIT compiler for x64. | Mike Pall | 2010-02-28 | 5 | -23/+16 |
* | Randomize penalties for aborts and add blacklisting. | Mike Pall | 2010-02-23 | 1 | -3/+5 |
* | Update docs and changelog. | Mike Pall | 2010-02-17 | 3 | -18/+39 |
* | Just disable JIT compiler for non-SSE2 CPUs instead of aborting. | Mike Pall | 2010-02-16 | 1 | -4/+7 |
* | Implement return hooks for Lua functions (zero-cost if disabled). | Mike Pall | 2010-02-14 | 2 | -3/+3 |
* | Implement call hooks (zero-cost if disabled). | Mike Pall | 2010-02-14 | 2 | -1/+3 |
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -25/+13 |
* | Update docs about exception handling. | Mike Pall | 2010-01-20 | 1 | -5/+5 |
* | Update docs with x64 build instructions. | Mike Pall | 2010-01-17 | 3 | -10/+62 |
* | Add build infrastructure for x64 interpreter. | Mike Pall | 2010-01-14 | 1 | -0/+3 |
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 10 | -19/+19 |
* | Implement yield from C hooks. | Mike Pall | 2009-12-30 | 1 | -0/+1 |