aboutsummaryrefslogtreecommitdiff
path: root/src/jit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-01-13Fix embedded bytecode loader.Mike Pall3-1/+8
2019-12-08Fix tonumber("-0").Mike Pall1-3/+2
2019-12-08Fix hash table chaining (again).Mike Pall1-5/+4
2019-12-08Typo.Mike Pall1-1/+0
2019-12-08Fix declarations of _BitScanForward/_BitScanReverse.Mike Pall1-4/+4
2019-12-08Add stricter check for print() vs. tostring() shortcut.Mike Pall1-1/+2
2019-12-08Prevent integer overflow while parsing long strings.Mike Pall1-1/+1
2019-12-08Fix stack check when recording BC_VARG.Mike Pall1-0/+2
2019-12-08FFI: Add missing write barrier on C library index update.Mike Pall1-0/+1
2019-12-08FFI: Workaround for platform dlerror() returning NULL.Mike Pall1-1/+2
2019-12-08OSX: Use __thread attribute.Mike Pall1-5/+0
2019-12-08OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET.Mike Pall2-3/+3
2019-12-08Build MinGW import library, too.Mike Pall1-1/+2
2019-12-08Fix MinGW make clean.Mike Pall1-1/+1
2019-12-08Update Android and iOS build docs.Mike Pall1-55/+13
2019-12-08Add note about the unsuitabilty of math.random() for crypto.Mike Pall1-0/+4
2019-12-08Update MSVC build script and docs.Mike Pall2-51/+20
2019-12-08More recent MSVC is partially C99 compliant.Mike Pall1-2/+2
2019-11-10Fix narrowing of conversions to U32.Mike Pall1-2/+2
2019-08-30Fix bytecode dump unpatching.Mike Pall1-4/+1
2019-08-10Fix debug.getinfo() argument check.Mike Pall1-1/+1
2019-07-05MIPS: Fix delay slot hint.Mike Pall1-1/+1
2019-05-09Fix TNEW load forwarding with instable types.Mike Pall1-1/+2
2019-04-29ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2-3/+3
2019-04-29ARM: Fix condition code check fusion.Mike Pall1-13/+15
2019-01-10Fix MinGW build.Mike Pall1-1/+1
2019-01-10DynASM/MIPS: Fix shadowed variable.Mike Pall1-3/+3