aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm_x86.dasc (follow)
Commit message (Expand)AuthorAgeFilesLines
* FFI: Add 64 bit integer comparisons and pointer comparisons.Mike Pall2011-01-131-4/+52
* FFI: Auto-detect __stdcall and fix up C function declarations.Mike Pall2011-01-101-0/+6
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* Fix Windows/x86 build and update pregenerated files.Mike Pall2011-01-061-1/+1
* FFI: Add support for calling C functions.Mike Pall2011-01-061-0/+95
* FFI: Parse complex and 64 bit integer literals.Mike Pall2010-12-241-0/+9
* Disable Lua 5.2 features by default. See -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2010-11-191-0/+4
* Add support for __pairs and __ipairs metamethods (from Lua 5.2).Mike Pall2010-11-181-2/+6
* Specialize bytecode for pairs()/next() iterator. Speedup: 3.5x.Mike Pall2010-09-301-0/+103
* x64: Use 64 bit slot copies in the interpreter.Mike Pall2010-09-301-36/+188
* x86/x64: Fix stack overflow handling for coroutine results.Mike Pall2010-09-221-0/+5
* Consistently round int args of string functions on x64.Mike Pall2010-09-211-4/+4
* x86/x64: Avoid unnecessary resize in BC_TSETM.Mike Pall2010-09-131-1/+1
* Optimize BC_VARG: use RC for numparams.Mike Pall2010-09-101-5/+2
* Use biased integer constant for TSETM array index.Mike Pall2010-09-091-10/+2
* Explicitly indicate tailcall from fast function fallback.Mike Pall2010-09-021-14/+15
* Minor tweaks to integration of assembler part.Mike Pall2010-08-291-2/+3
* Fix return from pcall within active hook.Mike Pall2010-08-071-8/+14
* Fix lua_cpcall(). Duplicate save corrupted C frame chain.Mike Pall2010-08-061-1/+1
* Untangle some target dependencies.Mike Pall2010-08-031-1/+0
* Fix arg check for two-arg SSE math functions in interpreter.Mike Pall2010-07-141-1/+1
* Fix frame setup for error handling in next().Mike Pall2010-06-281-0/+1
* Fix string.char() range check on x64.Mike Pall2010-05-301-3/+3
* Fix TNEW in x64 interpreter. Do not force a full GC (ouch).Mike Pall2010-04-251-30/+17
* Make metamethod names proper GC roots.Mike Pall2010-04-251-1/+1
* Turn traces into true GC objects (GCtrace).Mike Pall2010-04-251-5/+1
* Replace on-trace GC frame syncing with interpreter exit.Mike Pall2010-04-191-0/+1
* Refactor buildvm symbol generation.Mike Pall2010-04-141-41/+24
* Fix setup of RD when dispatching to function headers after exit.Mike Pall2010-04-091-3/+17
* Pass MULTRES or negated error code in RD to lj_vm_exit_interp.Mike Pall2010-03-231-5/+5
* Fix TSETM on x64/SSE builds when table is resized.Mike Pall2010-03-151-8/+2
* Fix unwind info for assembler part for OSX.Mike Pall2010-03-071-36/+61
* Fix generated 64 bit Mach-O assembler output.Mike Pall2010-03-051-0/+8
* Enable tracing of recursion.Mike Pall2010-03-011-2/+1
* Save/restore remaining callee-save regs on trace<->interp transitions.Mike Pall2010-02-271-12/+67
* Add trace exit helper for x64. Fix trace entry for x64.Mike Pall2010-02-241-11/+39
* Fix type() implementation for x64 lightuserdata.Mike Pall2010-02-241-0/+12
* Rethrow errors from trace exit handling from the right C frame.Mike Pall2010-02-191-3/+11
* Use a different marker for hot calls.Mike Pall2010-02-151-3/+6
* Implement return hooks for Lua functions (zero-cost if disabled).Mike Pall2010-02-141-1/+7
* Implement call hooks (zero-cost if disabled).Mike Pall2010-02-141-12/+19
* Major redesign of function call handling.Mike Pall2010-02-131-588/+593
* Move dispatch tables out of GG_State struct.Mike Pall2010-02-111-4/+4
* Switch to pre-initialized stacks. Drop frame clearing in interpreter.Mike Pall2010-02-111-28/+32
* Replace GCproto reference with bytecode PC in GCfuncL.Mike Pall2010-02-101-25/+26
* Drop bc field in GCproto since the bytecode is colocated.Mike Pall2010-02-081-3/+3
* Integrate MinGW build with DWARF2 exception handling.Mike Pall2010-01-221-0/+45
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* Add support for WIN64 exception handling to external unwinder.Mike Pall2010-01-051-17/+13
* Fix PE object build for fastcall entry points into interpreter.Mike Pall2010-01-051-2/+2