Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | Untangle some target dependencies. | Mike Pall | 2010-08-03 | 1 | -0/+9 |
| | |||||
* | Refactor buildvm symbol generation. | Mike Pall | 2010-04-14 | 1 | -70/+16 |
| | | | | Fixes Windows and OSX builds with LUAJIT_DISABLE_JIT. | ||||
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -3/+4 |
| | | | | | | | | | | | Drop call gates. Use function headers, dispatched like bytecodes. Emit BC_FUNCF/BC_FUNCV bytecode at PC 0 for all Lua functions. C functions and ASM fast functions get extra bytecodes. Modify internal calling convention: new base in BASE (formerly in RA). Can now use better C function wrapper semantics (dynamic on/off). Prerequisite for call hooks with zero-overhead if disabled. Prerequisite for compiling recursive calls. Prerequisite for efficient 32/64 bit prototype guards. | ||||
* | Move bytecode offsets from lj_vm.* to generated header. | Mike Pall | 2010-02-05 | 1 | -21/+2 |
| | |||||
* | Fix off-by-one error in x64 PE object symbol mangling. | Mike Pall | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | Fix x64 PE object emitter. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+69 |
| | | | | | | Modify unwinding to always return _ff or _c unwind type. Generate PE object .pdata/.xdata sections for x64 interpreter. Can drop r12-r15 saves in Windows/x64 interpreter now. | ||||
* | Fix PE object build for fastcall entry points into interpreter. | Mike Pall | 2010-01-05 | 1 | -2/+12 |
| | |||||
* | Fix PE object build on x64 and with disabled interpreter. | Mike Pall | 2009-12-29 | 1 | -2/+5 |
| | |||||
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 1 | -1/+13 |
| | | | | | | | | 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/+2 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+303 |