Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement return hooks for Lua functions (zero-cost if disabled). | Mike Pall | 2010-02-14 | 1 | -1/+1 | |
| | ||||||
* | Implement call hooks (zero-cost if disabled). | Mike Pall | 2010-02-14 | 1 | -0/+2 | |
| | ||||||
* | Update docs with x64 build instructions. | Mike Pall | 2010-01-17 | 1 | -3/+1 | |
| | ||||||
* | Add build infrastructure for x64 interpreter. | Mike Pall | 2010-01-14 | 1 | -0/+3 | |
| | | | | | Must be explicitly enabled with: make clean && make "CC=gcc -m64" Only works on Linux/x64. Does not work on WIN64 or OSX/x64 (yet). | |||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -2/+2 | |
| | ||||||
* | Implement yield from C hooks. | Mike Pall | 2009-12-30 | 1 | -0/+1 | |
| | | | | | | 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. | |||||
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 1 | -4/+21 | |
| | | | | | | | | Compile math.sinh(), math.cosh(), math.tanh() and math.random(). Compile various io.*() functions. Drive the GC forward on string allocations in the parser. Improve KNUM fuse vs. load heuristics. Add abstract C call handling to IR. | |||||
* | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -1/+31 | |
| | ||||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+281 | |