aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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 binary number literal parsing.Mike Pall1-0/+1
2020-11-30Fix warning.Mike Pall1-1/+1
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-30Add support for full-range 64 bit lightuserdata.Mike Pall17-67/+121
2020-09-28ARM64: Followup fix for exit branch patching.Mike Pall1-1/+1
2020-09-27Prevent patching of the GC exit check branch.Mike Pall4-7/+31
2020-09-25x64: Fix 64 bit shift code generation.Mike Pall1-1/+1
2020-09-22Another fix for lua_yield() from C hook.Mike Pall4-4/+4
2020-09-22Mark CONV as non-weak, to prevent elimination of its side-effect.Mike Pall1-1/+1
2020-09-15Fix lua_yield() from C hook.Mike Pall1-2/+3
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-27LJ_GC64: Always snapshot functions for non-base frames.Mike Pall2-2/+8
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-13Handle old OSX/iOS without getentropy().Mike Pall1-2/+16
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-07-02Fix Clang build.Mike Pall8-10/+10
2020-07-02Android/ARM: Fix build with recent NDK.Mike Pall1-0/+8
2020-06-25Fix compiler warning.Mike Pall1-1/+1
2020-06-23Fix OSX build.Mike Pall1-1/+6
2020-06-23Follow-up fix for iOS build.Mike Pall1-1/+1
2020-06-23OSX/iOS: Handle iOS simulator and ARM64 Macs.Mike Pall1-1/+7
2020-06-23Fix pointer check for non-GC64 mode.Mike Pall1-1/+2
2020-06-23Windows: Fix NtAllocateVirtualMemory prototype.Mike Pall1-1/+1
2020-06-23Add jit.security().Mike Pall2-0/+17
2020-06-23Redesign and harden string interning.Mike Pall22-202/+394
2020-06-15Use a securely seeded global PRNG for the VM.Mike Pall22-173/+410
2020-06-15Cleanup some arch defines and fix builds.Mike Pall8-17/+31
2020-06-13ARM: Implement FLOAD from GG_State.Mike Pall3-21/+11
2020-06-15Improve assertions.Mike Pall71-927/+1363
2020-06-07Fix debug.debug() for non-string errors.Mike Pall1-1/+2
2020-05-27Optimize table length computation with hinting.Mike Pall12-82/+135
2020-05-23Remove pow() splitting and cleanup backends.Mike Pall14-222/+95
2020-05-22Cleanup math function compilation and fix inconsistencies.Mike Pall14-65/+48
2020-05-22Fix bytecode register allocation for comparisons.Mike Pall1-2/+5
2020-05-22Don't compile math.modf() anymore.Mike Pall2-17/+1
2020-05-22Fix math.min()/math.max() inconsistencies.Mike Pall13-92/+151
2020-05-22Fix narrowing of unary minus.Mike Pall1-2/+7
2020-05-20Cleanup CPU detection and tuning for old CPUs.Mike Pall9-138/+87
2020-05-18ARM64: Fix {AHUV}LOAD specialized to nil/false/true.Mike Pall1-1/+1
2020-05-18ARM, ARM64, PPC: Fix TSETR fallback.Mike Pall3-0/+3