summaryrefslogtreecommitdiff
path: root/src/buildvm_lib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize build process.Mike Pall2012-06-091-377/+0
| | | | | | | | | Drop pre-translated buildvm_*.h. Rename buildvm_*.dasc to vm_*.dasc. Move buildvm* to host directory. Build minilua, unless HOST_LUA is set. Use HOST_LUA to run DynASM. Translate only vm_*.dasc for target architecture.
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* PPC: Add PowerPC target architecture selection.Mike Pall2010-08-251-2/+1
|
* Fix encoding of doubles for mixed-endian cross builds.Mike Pall2010-08-091-1/+1
|
* Avoid compiler warning.Mike Pall2010-04-231-1/+1
|
* Major redesign of function call handling.Mike Pall2010-02-131-9/+22
| | | | | | | | | | | 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.
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+365