Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-12-29 | 2 | -0/+2 | |
|\| | ||||||
| * | Fix MinGW build. | Mike Pall | 2013-12-29 | 2 | -0/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-08-22 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix compiler warning. | Mike Pall | 2013-08-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-06-03 | 1 | -0/+6 | |
|\| | ||||||
| * | PPC: Add plt suffix for external calls from assembler code. | Mike Pall | 2013-06-03 | 1 | -0/+6 | |
| | | ||||||
* | | Get rid of module() in all internal modules. | Mike Pall | 2013-05-16 | 2 | -8/+9 | |
| | | ||||||
* | | Replace string.len with bytecode builtin. | Mike Pall | 2013-04-26 | 1 | -15/+17 | |
| | | ||||||
* | | Replace table.remove with bytecode builtin. | Mike Pall | 2013-02-24 | 1 | -2/+7 | |
| | | ||||||
* | | Fix genlibbc. | Mike Pall | 2013-02-24 | 1 | -1/+1 | |
| | | ||||||
* | | Replace table.getn/foreach/foreachi with bytecode builtins. | Mike Pall | 2013-02-23 | 1 | -2/+10 | |
| | | ||||||
* | | Add special bytecodes for builtins. | Mike Pall | 2013-02-23 | 3 | -22/+122 | |
| | | | | | | | | | | BC_ISTYPE, BC_ISNUM: fast type checks/coercions. BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key. | |||||
* | | Don't modify generated libbc header if unchanged. | Mike Pall | 2013-02-22 | 1 | -19/+56 | |
| | | ||||||
* | | Replace math.deg/math.rad with builtin Lua function. | Mike Pall | 2013-02-22 | 1 | -2/+5 | |
| | | ||||||
* | | Add support for embedding LuaJIT bytecode for builtins. | Mike Pall | 2013-02-22 | 3 | -0/+131 | |
|/ | ||||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 7 | -7/+7 | |
| | ||||||
* | Add XBox 360 port. | Mike Pall | 2013-01-21 | 2 | -9/+31 | |
| | | | | Thanks to Eddie Edwards. | |||||
* | Fix PS3 build. | Mike Pall | 2013-01-11 | 1 | -2/+8 | |
| | ||||||
* | Allow conditional inclusion of builtin library functions. | Mike Pall | 2012-09-24 | 1 | -0/+21 | |
| | ||||||
* | Add table of IR type sizes. | Mike Pall | 2012-08-27 | 1 | -1/+1 | |
| | ||||||
* | Add Lua BitOp to minilua. | Mike Pall | 2012-07-08 | 2 | -1/+128 | |
| | ||||||
* | Finally fix target detection for msvcbuild.bat. | Mike Pall | 2012-07-07 | 2 | -204/+4 | |
| | | | | Famous last words. | |||||
* | CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. | Mike Pall | 2012-06-13 | 1 | -2/+7 | |
| | | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2- | |||||
* | Clean up buildvm error message. | Mike Pall | 2012-06-13 | 1 | -1/+1 | |
| | ||||||
* | CONSOLE: Minor PS3 build fixes. | Mike Pall | 2012-06-10 | 1 | -0/+2 | |
| | ||||||
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -5/+22 | |
| | ||||||
* | Reorganize build process. | Mike Pall | 2012-06-09 | 7 | -0/+1852 | |
| | | | | | | | | | 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. | |||||
* | Add minified Lua interpreter (minilua). Used by the build process. | Mike Pall | 2012-06-09 | 3 | -0/+8273 | |