summaryrefslogtreecommitdiff
path: root/src/xedkbuild.bat (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-05Fix exception unwind struct declaration.Mike Pall1-1/+1
2014-02-01Use own buffer for LOOP substitution table.Mike Pall1-6/+20
2014-01-31Don't start a trace on side exit to non-Lua function.Mike Pall1-0/+1
2014-01-20Don't start stitched trace with CALLMT, too.Mike Pall1-1/+2
2014-01-20Fix OSX build issue.Mike Pall1-1/+3
2014-01-20Fix initial maxslot for down-recursive traces.Mike Pall1-1/+1
2014-01-20Fix compiler warnings.Mike Pall2-2/+2
2014-01-19Fix OSX build issue.Mike Pall1-2/+2
2014-01-19FFI: Fix cts->L for cdata unsinking in snapshot restore.Mike Pall1-1/+1
2014-01-16Bump copyright date to 2014.Mike Pall177-195/+195
2014-01-16Fix KBASE for Lua functions below stitched fast functions.Mike Pall4-10/+79
2014-01-05Fix ABC elimination.Mike Pall1-1/+2
2013-12-29Fix MinGW build.Mike Pall2-0/+2
2013-12-28Fix final snapshot for trace stitching.Mike Pall1-1/+2
2013-12-26x86: Fix stack slot counting for IR_CALLA (affects table.new).Mike Pall1-1/+1
2013-12-25Show trailing NYI item for stitched trace with -jv.Mike Pall2-0/+4
2013-12-25Add trace stitching.Mike Pall17-69/+422
2013-12-25MIPS: Cosmetic fix for interpreter.Mike Pall1-1/+1
2013-12-22Fix compilation of string.byte(s, nil, n).Mike Pall1-11/+10
2013-12-21Fix MinGW build.Mike Pall4-7/+4
2013-12-09Fix call unroll checks in the presence of metamethod frames.Mike Pall1-0/+1
2013-12-02x64: Fix store to upvalue for lightuserdata values.Mike Pall4-6/+6
2013-11-25Add table.clear().Mike Pall8-2/+62
2013-11-25Abstract out post-registration handling of pre-registered modules.Mike Pall3-18/+25
2013-11-22Respect jit.off(func) when returning to a function, too.Mike Pall2-1/+3
2013-11-22Follow-up fix for GC step threshold fix.Mike Pall2-2/+3
2013-11-21Improve msvcbuild.bat static linking.Mike Pall1-5/+5
2013-11-16FFI: Clarify ffi.cdef behavior.Mike Pall1-1/+3
2013-11-07Fix type punning alias analysis for constified pointers.Mike Pall1-4/+5
2013-11-05Fix for last commitMike Pall2-2/+2
2013-11-05Fix GC steps threshold handling when called by JIT-compiled code.Mike Pall2-3/+5
2013-10-26Fix handling of redundant PHIs.Mike Pall1-16/+15
2013-10-24Check for failure to mark memory as executable (restricted kernels).Mike Pall3-15/+29
2013-10-16FFI: Compile conversions from functions to function pointers.Mike Pall1-1/+7
2013-10-15Fix line number for relocated bytecode after closure fixup.Mike Pall1-1/+3
2013-10-14FFI: Rehash finalizer table after GC cycle, if needed.Mike Pall4-1/+18
2013-10-10Check for MAP_32BIT presence instead of checking for Linux.Mike Pall1-1/+1
2013-10-09Compile BC_TSETM, e.g. {1,2,3,f()}.Mike Pall1-1/+20
2013-10-09Compile getfenv(0).Mike Pall5-2/+31
2013-10-09FFI: Compile lightuserdata to void * conversion.Mike Pall2-1/+7
2013-10-09Add table.new().Mike Pall11-6/+55
2013-09-20Properly fix loading of embedded bytecode.Mike Pall1-1/+2
2013-09-19Fix loading of embedded bytecode.Mike Pall1-2/+2
2013-09-18Fix profiler/hook interaction.Mike Pall3-0/+40
2013-09-18Fix build with profiler but without JIT compiler.Mike Pall2-4/+4
2013-09-16Protect g->hookmask with lock when using profiler thread.Mike Pall4-29/+49
2013-09-14Fix ABC elimination.Mike Pall1-1/+2
2013-09-13Fix snapshot restore for exit to function header.Mike Pall1-3/+6
2013-09-12DynASM: Emit #line <n> <file> instead of #<n> <file>.Mike Pall1-1/+1
2013-09-11Fix profiler stack dump for string chunks.Mike Pall1-1/+1