Commit Graph

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