summaryrefslogtreecommitdiff
path: root/src/lj_snap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-21Fix stack allocation after on-trace stack check.Mike Pall1-1/+5
2021-09-20FFI: Don't load PC from non-function object in FFI continuation.Mike Pall3-3/+3
2021-09-20FFI: Fix missing cts->L initialization in argv2ctype().Mike Pall1-1/+1
2021-07-27Consider slots used by upvalues in use-def analysis.Mike Pall1-3/+32
2021-07-23Prevent loop in snap_usedef().Mike Pall1-1/+6
2021-07-22Fix io.close() error message.Mike Pall1-2/+8
2021-07-22Fix io.close().Mike Pall1-9/+11
2021-07-21Fix minilua vararg stack handling.Mike Pall1-1/+1
2021-07-19Avoid out-of-range number of results when compiling select(k, ...).Mike Pall1-1/+1
2021-07-19Fix jit.dump() output for IR_CONV.Mike Pall1-1/+1
2021-06-08DynASM/x86: Add missing escape in pattern.Mike Pall1-1/+1
2021-06-07Fix HTML.Mike Pall1-4/+3
2021-06-01FFI: Fix dangling reference to CType.Mike Pall1-0/+2
2021-05-29PPC/PS3: Fix BC_ADD*/BC_SUB*.Mike Pall1-4/+4
2021-05-29Fix use-def analysis for vararg functions.Mike Pall1-2/+4
2021-05-24Fix use-def analysis for BC_VARG.Mike Pall1-1/+3
2021-05-17Fix compiler warnings.Mike Pall1-3/+1
2021-04-25Add FAQ about table iteration order.Mike Pall1-0/+13
2021-03-23Detect inconsistent renames even in the presence of sunk values.Mike Pall1-13/+12
2021-03-11Remove specific version numbers from the docs.Mike Pall2-8/+12
2021-01-12Clarify macOS build instructions.Mike Pall1-2/+5
2021-01-02Bump copyright date.Mike Pall176-193/+193
2021-01-02Documentation cleanup.Mike Pall4-62/+49
2020-12-28FFI: Fix recording of union initialization.Mike Pall1-0/+5
2020-12-04x64: Fix __call metamethod return dispatch.Mike Pall1-0/+4
2020-11-30Fix warning.Mike Pall1-2/+1
2020-10-12Minor changes and https-ify links.Mike Pall18-47/+47
2020-10-12Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*.Mike Pall2-4/+8
2020-10-12Ensure full init of IR_NOP instructions.Mike Pall4-25/+15
2020-09-27Prevent patching of the GC exit check branch.Mike Pall4-7/+31
2020-09-22Mark CONV as non-weak, to prevent elimination of its side-effect.Mike Pall1-1/+1
2020-09-12DynASM/x86: Fix VREG support.Mike Pall1-4/+7
2020-09-05Limit path length passed to C library loader.Mike Pall1-1/+6
2020-08-09Call error function on rethrow after trace exit.Mike Pall9-15/+11
2020-08-09Fix handling of errors during snapshot restore.Mike Pall1-0/+2
2020-08-05ARM: Ensure relative GG_State element alignment differently.Mike Pall2-5/+9
2020-08-05Fix Makefile dependencies.Mike Pall1-1/+1
2020-07-12Add FAQ about sandboxing. Minor fixes.Mike Pall2-9/+33
2020-07-12Fix frame traversal for __gc handler frames.Mike Pall1-0/+1
2020-06-07Fix debug.debug() for non-string errors.Mike Pall1-1/+2
2020-05-22Fix bytecode register allocation for comparisons.Mike Pall1-2/+5
2020-05-08FFI: Always fall back to metamethods for cdata length/concat.Mike Pall4-14/+6
2020-04-28Fix overflow check in unpack().Mike Pall1-2/+4
2020-04-28Fix Windows make clean.Mike Pall1-1/+1
2020-03-20Fix write barrier for lua_setupvalue() and debug.setupvalue().Mike Pall3-6/+12
2020-02-02x86/x64: Fix loop realignment.Mike Pall1-2/+3
2020-01-26Documentation cleanup.Mike Pall14-1148/+64
2020-01-25Fix POSIX install with missing or incompatible ldconfig.Mike Pall1-2/+2
2020-01-22Fix C file generation in jit.bcsave.Mike Pall1-1/+1
2020-01-20Bump copyright date.Mike Pall177-195/+195