Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-10 | Prevent down-recursion for side traces. | Mike Pall | 1 | -1/+1 | |
Thanks to Sergey Kaplun. #1169 | |||||
2024-03-10 | Check frame size limit before returning to a lower frame. | Mike Pall | 1 | -0/+2 | |
Thanks to Sergey Kaplun. #1173 | |||||
2024-03-10 | FFI: Treat cdata finalizer table as a GC root. | Mike Pall | 1 | -0/+3 | |
Thanks to Sergey Bronnikov. #1168 | |||||
2024-03-10 | Handle stack reallocation in debug.setmetatable() and lua_setmetatable(). | Mike Pall | 1 | -0/+1 | |
Thanks to Sergey Kaplun. #1172 | |||||
2024-02-04 | Rework stack overflow handling. | Mike Pall | 4 | -21/+57 | |
Reported by pwnhacker0x18. Fixed by Peter Cawley. #1152 | |||||
2024-01-31 | Preserve keys with dynamic values in template tables when saving bytecode. | Mike Pall | 1 | -2/+2 | |
Reported by Lyrthras. Fixed by Peter Cawley. #1155 | |||||
2024-01-31 | Prevent include of luajit_rolling.h. | Mike Pall | 2 | -1/+2 | |
Thanks to Peter Cawley. #1145 | |||||
2024-01-26 | Fix documentation bug about '\z' string escape. | Mike Pall | 1 | -1/+1 | |
2024-01-23 | Fix unsinking of IR_FSTORE for NULL metatable. | Mike Pall | 1 | -3/+8 | |
Reported by pwnhacker0x18. #1147 | |||||
2023-12-23 | Check for IR_HREF vs. IR_HREFK aliasing in non-nil store check. | Mike Pall | 2 | -0/+3 | |
Thanks to Peter Cawley. #1133 | |||||
2023-12-23 | Respect jit.off() on pending trace exit. | Mike Pall | 1 | -1/+1 | |
Thanks to Sergey Kaplun. #1134 | |||||
2023-12-23 | Simplify handling of instable types in TNEW/TDUP load forwarding. | Mike Pall | 1 | -11/+9 | |
Thanks to Peter Cawley. #994 | |||||
2023-12-11 | Only emit proper parent references in snapshot replay. | Mike Pall | 1 | -4/+8 | |
Thanks to Peter Cawley. #1132 | |||||
2023-12-10 | ARM: Fix stack restore for FP slots. | Mike Pall | 1 | -1/+9 | |
Thanks to Peter Cawley. #1131 | |||||
2023-12-10 | Document workaround for multilib vs. cross-compiler conflict. | Mike Pall | 1 | -1/+4 | |
Reported by igorpupkinable. #1126 | |||||
2023-12-10 | Fix runtime library flags for MSVC debug builds. | Mike Pall | 1 | -2/+4 | |
Reported by igor725. #1127 | |||||
2023-12-10 | Fix .debug_abbrev section in GDB JIT API. | Mike Pall | 1 | -1/+1 | |
Thanks to Dmitry Stogov. #1129 | |||||
2023-12-10 | Emit sunk IR_NEWREF only once per key on snapshot replay. | Mike Pall | 1 | -0/+12 | |
Thanks to Sergey Kaplun and Peter Cawley. #1128 | |||||
2023-11-14 | x86/x64: Don't fuse loads across IR_NEWREF. | Mike Pall | 1 | -7/+9 | |
Reported by Peter Cawley. #1117 | |||||
2023-11-12 | x86/x64: Add more red zone checks to assembler backend. | Mike Pall | 1 | -1/+6 | |
Thanks to Peter Cawley. #1116 | |||||
2023-11-12 | Add stack check to pcall/xpcall. | Mike Pall | 5 | -1/+38 | |
Analyzed by Peter Cawley. #1048 | |||||
2023-11-09 | Invalidate SCEV entry when returning to lower frame. | Mike Pall | 1 | -0/+1 | |
Thanks to Zhongwei Yao. #1115 | |||||
2023-11-07 | FFI: Fix pragma push stack limit check and throw on overflow. | Mike Pall | 1 | -1/+3 | |
Reported by Sergey Kaplun. #1114 | |||||
2023-11-05 | x64: Properly fix __call metamethod return dispatch. | Mike Pall | 1 | -1/+1 | |
Reported by Sergey Kaplun. #1110 | |||||
2023-10-21 | FFI: Fix dangling reference to CType in carith_checkarg(). | Mike Pall | 1 | -0/+4 | |
Reported by Sergey Kaplun. #1108 | |||||
2023-09-22 | Maintain chain invariant in DCE. | Mike Pall | 1 | -1/+1 | |
Thanks to Peter Cawley. #1094 | |||||
2023-09-21 | Follow-up fix for stack overflow handling cleanup. | Mike Pall | 1 | -1/+1 | |
2023-09-21 | Handle all stack layouts in (delayed) TRACE vmevent. | Mike Pall | 1 | -10/+16 | |
Thanks to Sergey Bronnikov and Peter Cawley. #1087 | |||||
2023-09-21 | Add missing coercion when recording select(string, ...) | Mike Pall | 1 | -1/+4 | |
Thanks to Peter Cawley. #1083 | |||||
2023-09-21 | Cleanup stack overflow handling. | Mike Pall | 1 | -4/+11 | |
Reported by Peter Cawley. #962 | |||||
2023-09-10 | Allow path overrides in genversion.lua with minilua, too. | Mike Pall | 1 | -0/+1 | |
Thanks to arch1t3cht. #1067 | |||||
2023-09-09 | Improve architecture detection error messages. | Mike Pall | 2 | -8/+16 | |
2023-09-09 | ARM: Fix stack check code generation. | Mike Pall | 1 | -2/+5 | |
Thanks to Peter Cawley. #1068 | |||||
2023-09-09 | Fix mcode limit check for non-x86 archs. | Mike Pall | 1 | -1/+1 | |
Thanks to Peter Cawley. | |||||
2023-09-09 | Add NaN check to IR_NEWREF. | Mike Pall | 2 | -4/+13 | |
Thanks to Peter Cawley. #1069 | |||||
2023-09-09 | Allow override of paths for genversion.lua. | Mike Pall | 1 | -3/+3 | |
Thanks to arch1t3cht. #1067 | |||||
2023-09-09 | Fix native MinGW build. | Mike Pall | 1 | -1/+5 | |
Thanks to Victor Bombi. #1071 | |||||
2023-08-29 | Update external MSDN URL in code. | Mike Pall | 1 | -1/+1 | |
Thanks to Kyle Marshall. #1060 | |||||
2023-08-28 | Handle table unsinking in the presence of IRFL_TAB_NOMM. | Mike Pall | 1 | -5/+15 | |
Reported by Sergey Kaplun. #1052 | |||||
2023-08-28 | Use fallback name for install files without valid .git or .relver. | Mike Pall | 1 | -6/+7 | |
2023-08-28 | Handle non-.git checkout with .relver in .bat-file builds. | Mike Pall | 4 | -4/+4 | |
Thanks to Simon Cooke. | |||||
2023-08-28 | Fix external C call stack check when using LUAJIT_MODE_WRAPCFUNC. | Mike Pall | 1 | -2/+2 | |
Thanks to Peter Cawley. #1047 | |||||
2023-08-28 | Fix predict_next() in parser (again). | Mike Pall | 1 | -1/+3 | |
Reported by Sergey Bronnikov. #1054 | |||||
2023-08-22 | Handle the case when .git is not a directory. | Mike Pall | 1 | -1/+1 | |
Thanks to Alexander Shpilkin. | |||||
2023-08-22 | Add .gitattributes to dynamically resolve .relver. | Mike Pall | 2 | -0/+2 | |
Thanks to Alexander Shpilkin. | |||||
2023-08-21 | Fix Windows build scripts for rolling releases. | Mike Pall | 4 | -4/+4 | |
Reported by Miku AuahDark. | |||||
2023-08-21 | Switch MSVC and console build scripts to rolling releases. | Mike Pall | 4 | -0/+12 | |
2023-08-21 | Switch build system to rolling releases.v2.0.ROLLING | Mike Pall | 13 | -27/+87 | |
2023-08-21 | Update documentation for switch to rolling releases. | Mike Pall | 15 | -581/+60 | |
2023-08-20 | Bump copyright date. | Mike Pall | 176 | -193/+193 | |