| Commit message (Expand) | Author | Age | Files | Lines |
* | Always use IRT_NIL for IR_TBAR. | Mike Pall | 2024-08-24 | 1 | -1/+1 |
* | ARM: Make hard-float tobit conversions match JIT backend behavior. | Mike Pall | 2024-08-20 | 1 | -1/+12 |
* | Fix another potential file descriptor leak in luaL_loadfile*(). | Mike Pall | 2024-08-19 | 1 | -8/+8 |
* | MIPS32: Fix little-endian IR_RETF. | Mike Pall | 2024-08-19 | 1 | -1/+1 |
* | Correctly close VM state after early OOM during open. | Mike Pall | 2024-08-19 | 1 | -3/+2 |
* | Fix potential file descriptor leak in luaL_loadfile*(). | Mike Pall | 2024-08-19 | 1 | -1/+2 |
* | Different fix for partial snapshot restore due to stack overflow. | Mike Pall | 2024-08-15 | 2 | -4/+3 |
* | Fix IR_ABC hoisting. | Mike Pall | 2024-08-15 | 2 | -4/+6 |
* | Limit CSE for IR_CARG to fix loop optimizations. | Mike Pall | 2024-08-15 | 1 | -0/+11 |
* | FFI: Fix various issues in recff_cdata_arith. | Mike Pall | 2024-07-03 | 1 | -4/+6 |
* | Fix predict_next() in parser (for real now). | Mike Pall | 2024-07-03 | 1 | -4/+2 |
* | FFI: Fix __tostring metamethod access to enum cdata value. | Mike Pall | 2024-07-03 | 1 | -1/+1 |
* | Fix typo. | Mike Pall | 2024-07-03 | 1 | -1/+1 |
* | Handle partial snapshot restore due to stack overflow. | Mike Pall | 2024-07-03 | 2 | -4/+9 |
* | Prevent sanitizer warning in snap_restoredata(). | Mike Pall | 2024-05-25 | 1 | -2/+4 |
* | Fix segment release check in internal memory allocator. | Mike Pall | 2024-04-19 | 1 | -1/+1 |
* | Prevent down-recursion for side traces. | Mike Pall | 2024-03-10 | 1 | -1/+1 |
* | Check frame size limit before returning to a lower frame. | Mike Pall | 2024-03-10 | 1 | -0/+2 |
* | FFI: Treat cdata finalizer table as a GC root. | Mike Pall | 2024-03-10 | 1 | -0/+3 |
* | Handle stack reallocation in debug.setmetatable() and lua_setmetatable(). | Mike Pall | 2024-03-10 | 1 | -0/+1 |
* | Rework stack overflow handling. | Mike Pall | 2024-02-04 | 4 | -21/+57 |
* | Preserve keys with dynamic values in template tables when saving bytecode. | Mike Pall | 2024-01-31 | 1 | -2/+2 |
* | Prevent include of luajit_rolling.h. | Mike Pall | 2024-01-31 | 2 | -1/+2 |
* | Fix documentation bug about '\z' string escape. | Mike Pall | 2024-01-26 | 1 | -1/+1 |
* | Fix unsinking of IR_FSTORE for NULL metatable. | Mike Pall | 2024-01-23 | 1 | -3/+8 |
* | Check for IR_HREF vs. IR_HREFK aliasing in non-nil store check. | Mike Pall | 2023-12-23 | 2 | -0/+3 |
* | Respect jit.off() on pending trace exit. | Mike Pall | 2023-12-23 | 1 | -1/+1 |
* | Simplify handling of instable types in TNEW/TDUP load forwarding. | Mike Pall | 2023-12-23 | 1 | -11/+9 |
* | Only emit proper parent references in snapshot replay. | Mike Pall | 2023-12-11 | 1 | -4/+8 |
* | ARM: Fix stack restore for FP slots. | Mike Pall | 2023-12-10 | 1 | -1/+9 |
* | Document workaround for multilib vs. cross-compiler conflict. | Mike Pall | 2023-12-10 | 1 | -1/+4 |
* | Fix runtime library flags for MSVC debug builds. | Mike Pall | 2023-12-10 | 1 | -2/+4 |
* | Fix .debug_abbrev section in GDB JIT API. | Mike Pall | 2023-12-10 | 1 | -1/+1 |
* | Emit sunk IR_NEWREF only once per key on snapshot replay. | Mike Pall | 2023-12-10 | 1 | -0/+12 |
* | x86/x64: Don't fuse loads across IR_NEWREF. | Mike Pall | 2023-11-14 | 1 | -7/+9 |
* | x86/x64: Add more red zone checks to assembler backend. | Mike Pall | 2023-11-12 | 1 | -1/+6 |
* | Add stack check to pcall/xpcall. | Mike Pall | 2023-11-12 | 5 | -1/+38 |
* | Invalidate SCEV entry when returning to lower frame. | Mike Pall | 2023-11-09 | 1 | -0/+1 |
* | FFI: Fix pragma push stack limit check and throw on overflow. | Mike Pall | 2023-11-07 | 1 | -1/+3 |
* | x64: Properly fix __call metamethod return dispatch. | Mike Pall | 2023-11-05 | 1 | -1/+1 |
* | FFI: Fix dangling reference to CType in carith_checkarg(). | Mike Pall | 2023-10-21 | 1 | -0/+4 |
* | Maintain chain invariant in DCE. | Mike Pall | 2023-09-22 | 1 | -1/+1 |
* | Follow-up fix for stack overflow handling cleanup. | Mike Pall | 2023-09-21 | 1 | -1/+1 |
* | Handle all stack layouts in (delayed) TRACE vmevent. | Mike Pall | 2023-09-21 | 1 | -10/+16 |
* | Add missing coercion when recording select(string, ...) | Mike Pall | 2023-09-21 | 1 | -1/+4 |
* | Cleanup stack overflow handling. | Mike Pall | 2023-09-21 | 1 | -4/+11 |
* | Allow path overrides in genversion.lua with minilua, too. | Mike Pall | 2023-09-10 | 1 | -0/+1 |
* | Improve architecture detection error messages. | Mike Pall | 2023-09-09 | 2 | -8/+16 |
* | ARM: Fix stack check code generation. | Mike Pall | 2023-09-09 | 1 | -2/+5 |
* | Fix mcode limit check for non-x86 archs. | Mike Pall | 2023-09-09 | 1 | -1/+1 |