summaryrefslogtreecommitdiff
path: root/src/host/buildvm_lib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Get rid of module() in all internal modules.Mike Pall2013-05-161-1/+1
| |
* | Add special bytecodes for builtins.Mike Pall2013-02-231-12/+20
| | | | | | | | | | BC_ISTYPE, BC_ISNUM: fast type checks/coercions. BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key.
* | Add support for embedding LuaJIT bytecode for builtins.Mike Pall2013-02-221-0/+51
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Allow conditional inclusion of builtin library functions.Mike Pall2012-09-241-0/+21
|
* Reorganize build process.Mike Pall2012-06-091-0/+377
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.