summaryrefslogtreecommitdiff
path: root/src/host (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into v2.1Mike Pall2013-12-292-0/+2
|\|
| * Fix MinGW build.Mike Pall2013-12-292-0/+2
* | Merge branch 'master' into v2.1Mike Pall2013-08-221-1/+1
|\|
| * Fix compiler warning.Mike Pall2013-08-221-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-06-031-0/+6
|\|
| * PPC: Add plt suffix for external calls from assembler code.Mike Pall2013-06-031-0/+6
* | Get rid of module() in all internal modules.Mike Pall2013-05-162-8/+9
* | Replace string.len with bytecode builtin.Mike Pall2013-04-261-15/+17
* | Replace table.remove with bytecode builtin.Mike Pall2013-02-241-2/+7
* | Fix genlibbc.Mike Pall2013-02-241-1/+1
* | Replace table.getn/foreach/foreachi with bytecode builtins.Mike Pall2013-02-231-2/+10
* | Add special bytecodes for builtins.Mike Pall2013-02-233-22/+122
* | Don't modify generated libbc header if unchanged.Mike Pall2013-02-221-19/+56
* | Replace math.deg/math.rad with builtin Lua function.Mike Pall2013-02-221-2/+5
* | Add support for embedding LuaJIT bytecode for builtins.Mike Pall2013-02-223-0/+131
|/
* Bump copyright date to 2013.Mike Pall2013-02-117-7/+7
* Add XBox 360 port.Mike Pall2013-01-212-9/+31
* Fix PS3 build.Mike Pall2013-01-111-2/+8
* Allow conditional inclusion of builtin library functions.Mike Pall2012-09-241-0/+21
* Add table of IR type sizes.Mike Pall2012-08-271-1/+1
* Add Lua BitOp to minilua.Mike Pall2012-07-082-1/+128
* Finally fix target detection for msvcbuild.bat.Mike Pall2012-07-072-204/+4
* CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter.Mike Pall2012-06-131-2/+7
* Clean up buildvm error message.Mike Pall2012-06-131-1/+1
* CONSOLE: Minor PS3 build fixes.Mike Pall2012-06-101-0/+2
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-5/+22
* Reorganize build process.Mike Pall2012-06-097-0/+1852
* Add minified Lua interpreter (minilua). Used by the build process.Mike Pall2012-06-093-0/+8273