Commit Graph

  • 601e90b2e7
    clean up docs v2.1 TopchetoEU 2025-02-10 15:52:00 +0200
  • a4f56a459a Merge branch 'master' into v2.1 Mike Pall 2025-01-13 16:22:22 +0100
  • 62e362afbb Fix recording of BC_VARG. v2.0 master Mike Pall 2025-01-13 16:19:57 +0100
  • 9d777346bc Reject negative getfenv()/setfenv() levels to prevent compiler warning. Mike Pall 2025-01-13 16:16:27 +0100
  • 8358eb0cce Merge branch 'master' into v2.1 Mike Pall 2025-01-13 16:15:19 +0100
  • e8236561d4 Bump copyright date. Mike Pall 2025-01-13 15:59:10 +0100
  • f73e649a95 Merge branch 'master' into v2.1 Mike Pall 2024-12-16 14:32:07 +0100
  • e2e0b1dd2d Force fallback source name for stripped bytecode. Mike Pall 2024-12-16 14:30:10 +0100
  • cd8d0a437d Remove dependency on <limits.h>. Mike Pall 2024-12-16 14:27:58 +0100
  • 19878ec05c Restore state when recording __concat metamethod throws OOM. Mike Pall 2024-11-28 18:07:58 +0100
  • 35a4dd6f79 MIPS64: Fix pcall() error case. Mike Pall 2024-11-28 16:33:18 +0100
  • 4788e6f92a Merge branch 'master' into v2.1 Mike Pall 2024-11-28 16:28:51 +0100
  • 811e448daa Fix detection of inconsistent renames due to sunk values. Mike Pall 2024-11-28 16:26:10 +0100
  • fe71d0fb54 Windows: Allow amalgamated static builds with msvcbuild.bat. Mike Pall 2024-11-14 17:21:00 +0100
  • fca66335d1 Always close profiler output file. Mike Pall 2024-11-14 17:13:58 +0100
  • 9ce8f1ff8e Fix override of INSTALL_LJLIBD in the presence of DESTDIR. Mike Pall 2024-11-14 17:09:07 +0100
  • 69bbf3c1b0 Fix bit op coercion for shifts in DUALNUM builds. Mike Pall 2024-11-13 09:18:32 +0100
  • 97813fb924 macOS: Remove obsolete -single_module flag. Mike Pall 2024-10-02 13:59:42 +0200
  • b2915e9ab5 macOS: Workaround for buggy XCode 15.0 - 15.2 linker. Mike Pall 2024-10-02 12:12:56 +0200
  • 2240d84464 macOS: Fix macOS 15 / Clang 16 build. Mike Pall 2024-10-02 02:06:25 +0200
  • f5fd22203e Fix bit op coercion in DUALNUM builds. Mike Pall 2024-09-29 16:46:29 +0200
  • 0ae532c9aa Merge branch 'master' into v2.1 Mike Pall 2024-09-29 16:11:15 +0200
  • 5141cbc20c Fix compiliation of getmetatable() for UDTYPE_IO_FILE. Mike Pall 2024-09-29 16:03:37 +0200
  • c63a160706 Remove ancient RtlUnwindEx workaround for MinGW64. Mike Pall 2024-09-29 15:33:32 +0200
  • 87ae18af97 Drop unused function wrapper. Mike Pall 2024-09-04 14:32:08 +0200
  • f725e44cda Merge branch 'master' into v2.1 Mike Pall 2024-08-24 17:14:51 +0200
  • e45fd4cb71 Fix limit check in narrow_conv_backprop(). Mike Pall 2024-08-24 17:11:45 +0200
  • 9bb6b35f7f Always use IRT_NIL for IR_TBAR. Mike Pall 2024-08-24 17:03:17 +0200
  • c68711cc87 ARM64: Use ldr literal to load FP constants. Mike Pall 2024-08-21 11:31:29 +0200
  • 304da39cc5 FFI: Add missing coercion when recording 64-bit bit.*(). Mike Pall 2024-08-20 19:13:59 +0200
  • cdc2db3aea ARM64: Make tobit conversions match JIT backend behavior. Mike Pall 2024-08-20 19:01:51 +0200
  • f4fa5646a8 Merge branch 'master' into v2.1 Mike Pall 2024-08-20 19:01:38 +0200
  • 32a683d226 ARM: Make hard-float tobit conversions match JIT backend behavior. Mike Pall 2024-08-20 19:00:47 +0200
  • fb22d0f80f FFI: Drop finalizer table rehash after GC cycle. Mike Pall 2024-08-19 20:00:21 +0200
  • fb5e1c9f0d Merge branch 'master' into v2.1 Mike Pall 2024-08-19 17:33:23 +0200
  • ab39082fdd Fix another potential file descriptor leak in luaL_loadfile*(). Mike Pall 2024-08-19 17:31:15 +0200
  • fddc9650d8 Merge branch 'master' into v2.1 Mike Pall 2024-08-19 16:22:55 +0200
  • bcc6cbb188 MIPS32: Fix little-endian IR_RETF. Mike Pall 2024-08-19 16:17:44 +0200
  • 5ca25ee83e Correctly close VM state after early OOM during open. Mike Pall 2024-08-19 16:14:55 +0200
  • 19db4e9b7c Fix potential file descriptor leak in luaL_loadfile*(). Mike Pall 2024-08-19 16:11:36 +0200
  • ae4735f621 Reflect override of INSTALL_LJLIBD in package.path. Mike Pall 2024-08-15 00:38:43 +0200
  • 6f834087d0 ARM64: Use movi to materialize FP constants. Mike Pall 2024-08-15 00:22:47 +0200
  • 2d54213e7c Add more FOLD rules for integer conversions. Mike Pall 2024-08-15 00:20:54 +0200
  • 833600390c Merge branch 'master' into v2.1 Mike Pall 2024-08-15 00:19:35 +0200
  • 86e7123bb1 Different fix for partial snapshot restore due to stack overflow. Mike Pall 2024-08-15 00:17:19 +0200
  • 7369eff67d Fix IR_ABC hoisting. Mike Pall 2024-08-15 00:10:01 +0200
  • 3bdc6498c4 Limit CSE for IR_CARG to fix loop optimizations. Mike Pall 2024-08-15 00:07:34 +0200
  • 04dca7911e Call math.randomseed() without arguments to seed from system entropy. Mike Pall 2024-07-04 01:26:29 +0200
  • 7421a1b33c Restore state when recording __concat metamethod throws an error. Mike Pall 2024-07-04 00:48:49 +0200
  • 510f88d468 Add build flag LUAJIT_DISABLE_TAILCALL to disable tailcall generation. Mike Pall 2024-07-04 00:13:58 +0200
  • 444c8ff19a Clarify that lj_buf_shrink() does not keep any buffer data. Mike Pall 2024-07-04 00:03:40 +0200
  • 747fc02eb9 OSX: Fix installed luajit.pc. Mike Pall 2024-07-03 23:59:59 +0200
  • 8038430110 Merge branch 'master' into v2.1 Mike Pall 2024-07-03 23:59:03 +0200
  • 7a608e4425 FFI: Fix various issues in recff_cdata_arith. Mike Pall 2024-07-03 23:46:47 +0200
  • f602f0154b Fix predict_next() in parser (for real now). Mike Pall 2024-07-03 23:45:16 +0200
  • f2a1cd4328 FFI: Fix __tostring metamethod access to enum cdata value. Mike Pall 2024-07-03 23:43:57 +0200
  • 0f8b878e2f Fix typo. Mike Pall 2024-07-03 23:43:29 +0200
  • 6885efb73e Merge branch 'master' into v2.1 Mike Pall 2024-07-03 23:42:38 +0200
  • 811c5322c8 Handle partial snapshot restore due to stack overflow. Mike Pall 2024-07-03 21:42:21 +0200
  • 93e87998b2 Update Nintendo Switch build script. Mike Pall 2024-05-25 19:01:18 +0200
  • f5587f5eb3 Merge branch 'master' into v2.1 Mike Pall 2024-05-25 16:41:53 +0200
  • 4a22050df9 Prevent sanitizer warning in snap_restoredata(). Mike Pall 2024-05-25 16:38:05 +0200
  • 80c1c65bce Typo. Mike Pall 2024-05-25 16:25:35 +0200
  • 4fc48c50fe Limit number of string format elements to compile. Mike Pall 2024-05-25 16:22:39 +0200
  • a6386bdabe FFI: Clarify scalar boxing behavior. Mike Pall 2024-05-25 15:48:07 +0200
  • 9398123383 Fix internal link in docs. Mike Pall 2024-05-25 14:56:15 +0200
  • 5790d25397 OSX/iOS: Fix SDK incompatibility. Mike Pall 2024-04-22 10:06:42 +0200
  • b3e4987389 Windows/MSVC: Cleanup msvcbuild.bat and always generate PDB. Mike Pall 2024-04-19 11:01:13 +0200
  • 75e9277798 Merge branch 'master' into v2.1 Mike Pall 2024-04-19 01:47:48 +0200
  • 9b5e837ac2 Fix segment release check in internal memory allocator. Mike Pall 2024-04-19 01:44:19 +0200
  • d032c637b1 Fix compiler warning. Mike Pall 2024-04-19 01:41:12 +0200
  • f5affaa6c4 FFI: Turn FFI finalizer table into a proper GC root. Mike Pall 2024-04-19 01:33:19 +0200
  • 7110b93567 OSX/iOS: Always generate 64 bit non-FAT Mach-O object files. Mike Pall 2024-04-19 00:31:06 +0200
  • d2fe2a6d46 Show name of NYI bytecode in -jv and -jdump. Mike Pall 2024-04-19 00:12:22 +0200
  • b8b49bf395 Use generic trace error for OOM during trace stitching. Mike Pall 2024-04-18 23:57:53 +0200
  • 243b7682a5 Fix serialization format docs. Mike Pall 2024-04-18 23:49:43 +0200
  • d06beb0480 Handle all types of errors during trace stitching. Mike Pall 2024-03-10 17:29:48 +0100
  • bcc5125a91 Fix recording of __concat metamethod. Mike Pall 2024-03-10 17:26:36 +0100
  • 913df6a945 Merge branch 'master' into v2.1 Mike Pall 2024-03-10 17:26:03 +0100
  • cae361187e Prevent down-recursion for side traces. Mike Pall 2024-03-10 17:23:21 +0100
  • 302366a338 Check frame size limit before returning to a lower frame. Mike Pall 2024-03-10 17:19:29 +0100
  • dda1ac273a FFI: Treat cdata finalizer table as a GC root. Mike Pall 2024-03-10 17:16:41 +0100
  • 88ed9fdbbb Handle stack reallocation in debug.setmetatable() and lua_setmetatable(). Mike Pall 2024-03-10 17:13:28 +0100
  • 0d313b2431 Merge branch 'master' into v2.1 Mike Pall 2024-02-04 16:47:14 +0100
  • defe61a567 Rework stack overflow handling. Mike Pall 2024-02-04 16:34:30 +0100
  • 9cc2e42b17 Merge branch 'master' into v2.1 Mike Pall 2024-01-31 14:39:50 +0100
  • 9cdd5a9479 Preserve keys with dynamic values in template tables when saving bytecode. Mike Pall 2024-01-31 14:32:04 +0100
  • 5e5d542c99 Merge branch 'master' into v2.1 Mike Pall 2024-01-31 14:31:40 +0100
  • 14987af80a Prevent include of luajit_rolling.h. Mike Pall 2024-01-31 14:29:23 +0100
  • 21a46723d8 Merge branch 'master' into v2.1 Mike Pall 2024-01-26 23:18:02 +0100
  • e6c0ade97c Fix documentation bug about '\z' string escape. Mike Pall 2024-01-26 23:17:33 +0100
  • 343ce0edaf Fix zero stripping in %g number formatting. Mike Pall 2024-01-25 13:23:48 +0100
  • f2336c48fa Merge branch 'master' into v2.1 Mike Pall 2024-01-23 19:01:46 +0100
  • 85b4fed0b0 Fix unsinking of IR_FSTORE for NULL metatable. Mike Pall 2024-01-23 18:58:52 +0100
  • 3ca0a80711 DynASM/x86: Add endbr instruction. Mike Pall 2024-01-22 19:17:45 +0100
  • 2f35cb45fd MIPS64 R2/R6: Fix FP to integer conversions. Mike Pall 2024-01-22 19:12:13 +0100
  • 4b90f6c4d7 Add cross-32/64 bit and deterministic bytecode generation. Mike Pall 2024-01-22 19:06:36 +0100
  • c525bcb902 DynASM/x86: Allow [&expr] operand. Mike Pall 2023-12-23 20:06:17 +0100
  • dbd363ca25 Merge branch 'master' into v2.1 Mike Pall 2023-12-23 19:49:43 +0100
  • 658530562c Check for IR_HREF vs. IR_HREFK aliasing in non-nil store check. Mike Pall 2023-12-23 19:43:03 +0100