aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
6 daysAvoid unpatching bytecode twice after a trace flush.v2.0masterMike Pall1-11/+4
6 daysAdd compatibility string coercion for fp:seek() argument.Mike Pall2-2/+4
2025-01-13Fix recording of BC_VARG.Mike Pall1-1/+1
2025-01-13Reject negative getfenv()/setfenv() levels to prevent compiler warning.Mike Pall1-0/+4
2025-01-13Bump copyright date.Mike Pall175-190/+190
2024-12-16Force fallback source name for stripped bytecode.Mike Pall1-1/+1
2024-11-28Fix detection of inconsistent renames due to sunk values.Mike Pall1-2/+2
2024-09-29Fix compiliation of getmetatable() for UDTYPE_IO_FILE.Mike Pall1-3/+3
2024-09-29Remove ancient RtlUnwindEx workaround for MinGW64.Mike Pall1-6/+0
2024-08-24Fix limit check in narrow_conv_backprop().Mike Pall1-1/+2
2024-08-24Always use IRT_NIL for IR_TBAR.Mike Pall1-1/+1
2024-08-20ARM: Make hard-float tobit conversions match JIT backend behavior.Mike Pall1-1/+12
2024-08-19Fix another potential file descriptor leak in luaL_loadfile*().Mike Pall1-8/+8
2024-08-19MIPS32: Fix little-endian IR_RETF.Mike Pall1-1/+1
2024-08-19Correctly close VM state after early OOM during open.Mike Pall1-3/+2
2024-08-19Fix potential file descriptor leak in luaL_loadfile*().Mike Pall1-1/+2
2024-08-15Different fix for partial snapshot restore due to stack overflow.Mike Pall2-4/+3
2024-08-15Fix IR_ABC hoisting.Mike Pall2-4/+6
2024-08-15Limit CSE for IR_CARG to fix loop optimizations.Mike Pall1-0/+11
2024-07-03FFI: Fix various issues in recff_cdata_arith.Mike Pall1-4/+6
2024-07-03Fix predict_next() in parser (for real now).Mike Pall1-4/+2
2024-07-03FFI: Fix __tostring metamethod access to enum cdata value.Mike Pall1-1/+1
2024-07-03Fix typo.Mike Pall1-1/+1
2024-07-03Handle partial snapshot restore due to stack overflow.Mike Pall2-4/+9
2024-05-25Prevent sanitizer warning in snap_restoredata().Mike Pall1-2/+4
2024-04-19Fix segment release check in internal memory allocator.Mike Pall1-1/+1
2024-03-10Prevent down-recursion for side traces.Mike Pall1-1/+1
2024-03-10Check frame size limit before returning to a lower frame.Mike Pall1-0/+2
2024-03-10FFI: Treat cdata finalizer table as a GC root.Mike Pall1-0/+3
2024-03-10Handle stack reallocation in debug.setmetatable() and lua_setmetatable().Mike Pall1-0/+1
2024-02-04Rework stack overflow handling.Mike Pall4-21/+57
2024-01-31Preserve keys with dynamic values in template tables when saving bytecode.Mike Pall1-2/+2
2024-01-31Prevent include of luajit_rolling.h.Mike Pall2-1/+2
2024-01-26Fix documentation bug about '\z' string escape.Mike Pall1-1/+1
2024-01-23Fix unsinking of IR_FSTORE for NULL metatable.Mike Pall1-3/+8
2023-12-23Check for IR_HREF vs. IR_HREFK aliasing in non-nil store check.Mike Pall2-0/+3
2023-12-23Respect jit.off() on pending trace exit.Mike Pall1-1/+1
2023-12-23Simplify handling of instable types in TNEW/TDUP load forwarding.Mike Pall1-11/+9
2023-12-11Only emit proper parent references in snapshot replay.Mike Pall1-4/+8
2023-12-10ARM: Fix stack restore for FP slots.Mike Pall1-1/+9
2023-12-10Document workaround for multilib vs. cross-compiler conflict.Mike Pall1-1/+4
2023-12-10Fix runtime library flags for MSVC debug builds.Mike Pall1-2/+4
2023-12-10Fix .debug_abbrev section in GDB JIT API.Mike Pall1-1/+1
2023-12-10Emit sunk IR_NEWREF only once per key on snapshot replay.Mike Pall1-0/+12
2023-11-14x86/x64: Don't fuse loads across IR_NEWREF.Mike Pall1-7/+9
2023-11-12x86/x64: Add more red zone checks to assembler backend.Mike Pall1-1/+6
2023-11-12Add stack check to pcall/xpcall.Mike Pall5-1/+38
2023-11-09Invalidate SCEV entry when returning to lower frame.Mike Pall1-0/+1
2023-11-07FFI: Fix pragma push stack limit check and throw on overflow.Mike Pall1-1/+3
2023-11-05x64: Properly fix __call metamethod return dispatch.Mike Pall1-1/+1