aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm_x64win.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-1458/+1491
* FFI: Add unwind definitions for lj_vm_ffi_call.Mike Pall2011-11-121-436/+557
* x64: Fix lightuserdata comparisons.Mike Pall2011-11-041-570/+570
* Prefer recording loops over calls.Mike Pall2011-06-291-20/+20
* From Lua 5.2: __len for tables. Needs -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2011-06-201-1154/+1171
* More fixes for the Solaris/x86 build. Thanks to Will Metcalf.Mike Pall2011-06-141-1/+1
* Make .eh_frame section read-write on Solaris.Mike Pall2011-06-111-0/+4
* Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.Mike Pall2011-06-031-7/+7
* x86/x64: Fix bit.* argument checking.Mike Pall2011-05-061-978/+982
* RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7Mike Pall2011-05-051-2/+2
* Add support for tailcalls from internal C functions.Mike Pall2011-04-121-1062/+1066
* x64: Fix getmetatable(lightuserdata).Mike Pall2011-04-051-817/+819
* x64: Workaround for libgcc unwind bug (still present in RHEL 5.5).Mike Pall2011-03-171-1059/+1061
* Get rid of the remaining silly cast macros from Lua.Mike Pall2011-03-101-5/+5
* DUALNUM: Add extra assertions to interpreter.Mike Pall2011-03-091-444/+460
* DUALNUM: Fix x87 code for BC_ISEQN/BC_ISNEN.Mike Pall2011-03-071-324/+323
* DUALNUM: Handle integer type in x86/x64 interpreter and libraries.Mike Pall2011-02-271-1134/+1784
* x64: Improve accuracy of x^-k.Mike Pall2011-02-251-590/+589
* Fix OSX build to work with newer ld64 versions.Mike Pall2011-02-021-0/+1
* FFI: Add 64 bit integer comparisons and pointer comparisons.Mike Pall2011-01-131-969/+1002
* FFI: Auto-detect __stdcall and fix up C function declarations.Mike Pall2011-01-101-504/+510
* Bump copyright date to 2011.Mike Pall2011-01-091-2/+2
* Fix Windows/x86 build and update pregenerated files.Mike Pall2011-01-061-497/+510
* FFI: Parse complex and 64 bit integer literals.Mike Pall2010-12-241-0/+5
* Disable Lua 5.2 features by default. See -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2010-11-191-1005/+1011
* Add support for __pairs and __ipairs metamethods (from Lua 5.2).Mike Pall2010-11-181-444/+446
* Specialize bytecode for pairs()/next() iterator. Speedup: 3.5x.Mike Pall2010-09-301-109/+150
* x64: Use 64 bit slot copies in the interpreter.Mike Pall2010-09-301-1129/+1123
* x86/x64: Fix stack overflow handling for coroutine results.Mike Pall2010-09-221-526/+526
* 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-111/+110
* Turn some lua_State fields into 32 bit pointers.Mike Pall2010-09-091-148/+143
* Explicitly indicate tailcall from fast function fallback.Mike Pall2010-09-021-310/+310
* Minor tweaks to integration of assembler part.Mike Pall2010-08-291-629/+632
* Fix return from pcall within active hook.Mike Pall2010-08-071-1131/+1133
* Fix lua_cpcall(). Duplicate save corrupted C frame chain.Mike Pall2010-08-061-2/+2
* 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-6/+6
* Fix frame setup for error handling in next().Mike Pall2010-06-281-988/+988
* Fix string.char() range check on x64.Mike Pall2010-05-301-775/+776
* Fix TNEW in x64 interpreter. Do not force a full GC (ouch).Mike Pall2010-04-251-100/+100
* Make metamethod names proper GC roots.Mike Pall2010-04-251-1/+1
* Turn traces into true GC objects (GCtrace).Mike Pall2010-04-251-2/+2
* Replace on-trace GC frame syncing with interpreter exit.Mike Pall2010-04-191-573/+573
* 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-562/+564
* Pass MULTRES or negated error code in RD to lj_vm_exit_interp.Mike Pall2010-03-231-566/+566
* Fix TSETM on x64/SSE builds when table is resized.Mike Pall2010-03-151-148/+143
* Fix unwind info for assembler part for OSX.Mike Pall2010-03-071-36/+61