aboutsummaryrefslogtreecommitdiff
path: root/src/vm_x86.dasc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor string.reverse(), string.lower(), string.upper().Mike Pall2013-04-261-59/+19
* Compile string concatenations (BC_CAT).Mike Pall2013-04-211-0/+1
* String buffer refactoring, part 2.Mike Pall2013-02-271-12/+15
* Replace table.getn/foreach/foreachi with bytecode builtins.Mike Pall2013-02-231-15/+0
* Add special bytecodes for builtins.Mike Pall2013-02-231-0/+131
* Remove obsolete non-truncating number to integer conversions.Mike Pall2013-02-231-5/+5
* Replace math.deg/math.rad with builtin Lua function.Mike Pall2013-02-221-6/+0
* x86: Remove x87 support from interpreter.Mike Pall2013-02-211-605/+82
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Remove fictitious Solaris define.Mike Pall2013-01-111-1/+1
* Don't use stack unwinding for lua_yield().Mike Pall2012-10-091-0/+5
* From Lua 5.2: Add string.rep(s, n, sep).Mike Pall2012-10-071-1/+2
* From Lua 5.2: Add math.log(x, base).Mike Pall2012-10-071-1/+29
* Fix despecialization of ITERN when already running.Mike Pall2012-09-121-1/+2
* Use 0/1 macro for Lua 5.2 compatibility.Mike Pall2012-09-121-5/+5
* Do not use DWARF unwinder on Windows.Mike Pall2012-08-111-45/+0
* x64: Fix DynASM defines.Mike Pall2012-06-121-2/+3
* x86/x64: More interpreter cleanups.Mike Pall2012-06-111-6/+6
* x86/x64: Clean up interpreter.Mike Pall2012-06-101-1156/+1070
* Pass various build, arch and OS flags to DynASM.Mike Pall2012-06-101-0/+7
* Reorganize build process.Mike Pall2012-06-091-0/+6458