Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2015-03-11 | 1 | -11/+2 |
|\ | |||||
| * | Doc cleanup. | Mike Pall | 2015-03-11 | 1 | -11/+2 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -2/+2 |
|\| | |||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -2/+2 |
|\| | |||||
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -2/+2 |
| | | |||||
* | | Low-overhead profiler, part 6: documentation. | Mike Pall | 2013-09-10 | 1 | -0/+2 |
|/ | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -2/+2 |
| | |||||
* | Update docs for release candidate. | Mike Pall | 2012-10-31 | 1 | -5/+3 |
| | |||||
* | Release planning update. | Mike Pall | 2012-10-24 | 1 | -3/+4 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta11v2.0.0-beta11 | Mike Pall | 2012-10-16 | 1 | -10/+1 |
| | |||||
* | Documentation cleanup and reorganization. | Mike Pall | 2012-10-14 | 1 | -132/+24 |
| | |||||
* | Link to LuaJIT Roadmap 2012/2013. | Mike Pall | 2012-06-07 | 1 | -2/+2 |
| | |||||
* | Link to LuaJIT wiki. | Mike Pall | 2012-05-31 | 1 | -0/+2 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta10v2.0.0-beta10 | Mike Pall | 2012-05-09 | 1 | -4/+4 |
| | |||||
* | Add links to LuaJIT mailing list. | Mike Pall | 2012-05-04 | 1 | -2/+3 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -2/+2 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta9v2.0.0-beta9 | Mike Pall | 2011-12-14 | 1 | -4/+0 |
| | |||||
* | Specialize to prototype for non-monomorphic functions. | Mike Pall | 2011-11-20 | 1 | -8/+0 |
| | | | | Solves the trace-explosion problem with closure-heavy programming. | ||||
* | Misc. updates to docs. | Mike Pall | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | Add support for bytecode loading/saving. | Mike Pall | 2011-06-13 | 1 | -5/+0 |
| | |||||
* | Cleanup of docs. | Mike Pall | 2011-02-11 | 1 | -3/+4 |
| | |||||
* | FFI: Finish FFI docs. | Mike Pall | 2011-02-11 | 1 | -2/+0 |
| | |||||
* | FFI: Add preliminary FFI documentation (still incomplete). | Mike Pall | 2011-01-20 | 1 | -12/+14 |
| | |||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -2/+2 |
| | |||||
* | Split up extension/API docs into sub-pages. | Mike Pall | 2010-11-09 | 1 | -1/+6 |
| | |||||
* | 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 | 1 | -31/+33 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta4v2.0.0-beta4 | Mike Pall | 2010-03-28 | 1 | -3/+5 |
| | |||||
* | Add links to interactive performance comparison to offline docs. | Mike Pall | 2010-03-19 | 1 | -0/+2 |
| | |||||
* | Update changelog. | Mike Pall | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | Update docs: native build default, cross-compilation, embedding. | Mike Pall | 2010-03-04 | 1 | -5/+9 |
| | |||||
* | Enable tracing of recursion. | Mike Pall | 2010-03-01 | 1 | -4/+0 |
| | | | | | Now compiles tail-recursion, up-recursion and down-recursion. Benchmarks vs. Lua: fib 20x, ack 23x, binary-trees 4.7x. | ||||
* | Enable JIT compiler for x64. | Mike Pall | 2010-02-28 | 1 | -4/+3 |
| | | | | | | | Only works on Linux/x64 and Windows/x64 right now. Force an x64 build on Linux/x64 with: make CC="gcc -m64" NYI: handle on-trace OOM errors. NYI: improve register allocation for x64. | ||||
* | Update docs and changelog. | Mike Pall | 2010-02-17 | 1 | -6/+0 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Implement call hooks (zero-cost if disabled). | Mike Pall | 2010-02-14 | 1 | -1/+1 |
| | |||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -2/+2 |
| | |||||
* | Fix text about x64 port in status page. | Mike Pall | 2009-12-09 | 1 | -5/+4 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -3/+18 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+235 |