Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-06-03 | 1 | -2/+2 | |
|\| | ||||||
| * | PPC: Add plt suffix for external calls from assembler code. | Mike Pall | 2013-06-03 | 1 | -2/+2 | |
| | | ||||||
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -2/+2 | |
| | | ||||||
* | | Refactor string.rep(). | Mike Pall | 2013-04-26 | 1 | -43/+0 | |
| | | ||||||
* | | Replace string.len with bytecode builtin. | Mike Pall | 2013-04-26 | 1 | -5/+0 | |
| | | ||||||
* | | Refactor string.reverse(), string.lower(), string.upper(). | Mike Pall | 2013-04-26 | 1 | -52/+17 | |
| | | ||||||
* | | Compile string concatenations (BC_CAT). | Mike Pall | 2013-04-21 | 1 | -0/+1 | |
| | | ||||||
* | | String buffer refactoring, part 2. | Mike Pall | 2013-02-27 | 1 | -9/+12 | |
| | | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers. | |||||
* | | Replace table.getn/foreach/foreachi with bytecode builtins. | Mike Pall | 2013-02-23 | 1 | -8/+0 | |
| | | ||||||
* | | Add special bytecodes for builtins. | Mike Pall | 2013-02-23 | 1 | -0/+109 | |
| | | | | | | | | | | BC_ISTYPE, BC_ISNUM: fast type checks/coercions. BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key. | |||||
* | | Replace math.deg/math.rad with builtin Lua function. | Mike Pall | 2013-02-22 | 1 | -6/+0 | |
|/ | ||||||
* | Fix capitalization of 'Xbox'. | Mike Pall | 2013-02-13 | 1 | -2/+2 | |
| | ||||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 | |
| | ||||||
* | Add XBox 360 port. | Mike Pall | 2013-01-21 | 1 | -4/+42 | |
| | | | | Thanks to Eddie Edwards. | |||||
* | Don't use stack unwinding for lua_yield(). | Mike Pall | 2012-10-09 | 1 | -4/+7 | |
| | ||||||
* | PPC: Fix string.sub() range check. | Mike Pall | 2012-10-07 | 1 | -4/+4 | |
| | ||||||
* | From Lua 5.2: Add string.rep(s, n, sep). | Mike Pall | 2012-10-07 | 1 | -1/+1 | |
| | ||||||
* | From Lua 5.2: Add math.log(x, base). | Mike Pall | 2012-10-07 | 1 | -1/+10 | |
| | ||||||
* | Fix despecialization of ITERN when already running. | Mike Pall | 2012-09-12 | 1 | -0/+3 | |
| | ||||||
* | Use 0/1 macro for Lua 5.2 compatibility. | Mike Pall | 2012-09-12 | 1 | -6/+6 | |
| | ||||||
* | PPC: Fix PPC32 build. | Mike Pall | 2012-06-27 | 1 | -4/+8 | |
| | ||||||
* | CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. | Mike Pall | 2012-06-13 | 1 | -181/+429 | |
| | | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2- | |||||
* | PPC: Remove lj_vm_floor/ceil/trunc assembler wrappers. | Mike Pall | 2012-06-12 | 1 | -9/+1 | |
| | ||||||
* | ARM/PPC: Remove assembler code for lj_vm_foldarith(). | Mike Pall | 2012-06-12 | 1 | -56/+0 | |
| | ||||||
* | PPC: Cleanup interpreter. | Mike Pall | 2012-06-11 | 1 | -740/+740 | |
| | | | | Use DynASM defines instead of C defines. | |||||
* | PPC: Fix interpreter state setup in callbacks. | Mike Pall | 2012-06-11 | 1 | -0/+2 | |
| | ||||||
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -0/+6 | |
| | ||||||
* | Reorganize build process. | Mike Pall | 2012-06-09 | 1 | -0/+4888 | |
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. |