Commit Graph

  • 91914b23f6 DynASM: Fix regression due to warning fix. Mike Pall 2023-08-12 14:29:02 +0200
  • a11a63fbb3 luaL_loadbuffer patch fesily 2023-08-07 14:42:48 +0800
  • e795b8a7ae DynASM: Fix crash in dasm_encode() when some section is empty Dmitry Stogov 2023-08-03 10:37:25 +0300
  • b93a33780a add io and loadbufferex name patch fesily 2023-08-03 14:37:44 +0800
  • 708c31b6a7 add dontstarve patch fesily 2023-07-27 08:42:48 +0800
  • 8635cbabf3 Merge branch 'master' into v2.1 Mike Pall 2023-07-12 22:34:46 +0200
  • aa2db7ebd1 Fix base register coalescing in side trace. Mike Pall 2023-07-12 21:56:17 +0200
  • 8fbd576fb9 ARM64: Fix assembly of HREFK. Mike Pall 2023-07-09 21:15:01 +0200
  • bd55d3023f Merge branch 'master' into v2.1 Mike Pall 2023-07-09 21:09:21 +0200
  • a01cba9d2d Fix maxslots when recording BC_VARG, part 2. Mike Pall 2023-07-09 21:08:12 +0200
  • 0cc5fdfbc0 Fix maxslots when recording BC_TSETM. Mike Pall 2023-07-08 19:44:48 +0200
  • 69dadad6c3 Merge branch 'master' into v2.1 Mike Pall 2023-07-08 19:43:08 +0200
  • 94ada59628 Fix maxslots when recording BC_VARG. Mike Pall 2023-07-08 19:40:12 +0200
  • b7a8c7c184 Fix register mask for stack check in head of side trace. Mike Pall 2023-07-08 19:36:24 +0200
  • 4c35a42d9c FFI: Fix ffi.metatype() for non-raw types. Mike Pall 2023-07-08 19:30:56 +0200
  • 9493acc1a2 ARM64: Fix LDP code generation. Mike Pall 2023-07-08 12:10:18 +0200
  • 7d06606b67 Arm64: Fix LDP instruction fuse when offset is negative. Zhongwei Yao 2023-07-06 13:29:43 -0700
  • ff6c496ba1 MIPSr6: Add missing files to Makefile install target. Mike Pall 2023-06-12 09:19:58 +0200
  • 921db33a9a
    Ensure proper JIT execution context on C callbacks Nicolas Noble 2023-06-05 06:35:42 -0700
  • 51fb2f2c3a DynASM: Fix warnings. Mike Pall 2023-06-02 12:54:46 +0200
  • 2d8300c194 Fix frame for on-trace out-of-memory error. Mike Pall 2023-06-02 11:42:58 +0200
  • 8e53ccc686 Merge branch 'master' into v2.1 Mike Pall 2023-06-02 11:42:24 +0200
  • 9f452bbef5 Fix handling of instable types in TNEW/TDUP load forwarding. Mike Pall 2023-06-02 11:38:45 +0200
  • 8c20c3b1a3 Fix compiler warning. Mike Pall 2023-06-02 11:36:24 +0200
  • 224129a8e6 Fix last commit. Mike Pall 2023-04-30 13:38:29 +0200
  • ad6809817f Fix warning on some compilers for size_t to int truncation Myriachan 2023-04-28 14:47:15 -0700
  • 2be049069f
    Fix -Warray-bounds warnings on gcc Ilija Tovilo 2023-03-06 18:39:32 +0100
  • 1c27912705 Print errors from __gc finalizers instead of rethrowing them. Mike Pall 2023-04-16 18:13:48 +0200
  • 8bbd58e534 Merge branch 'master' into v2.1 Mike Pall 2023-04-16 13:29:58 +0200
  • c7db8255e1 Fix TDUP load forwarding after table rehash. Mike Pall 2023-04-16 13:26:18 +0200
  • 96fc114a7a Fix canonicalization of +-0.0 keys for IR_NEWREF. Mike Pall 2023-04-16 13:24:08 +0200
  • cfcb416637 fix Parameter Escape FrankXie 2023-03-29 23:06:47 -0700
  • 4caff42641
    Fix invalid pointer arithmetics Ilija Tovilo 2023-03-06 20:16:41 +0100
  • 8023980b92 Apply patch from vanc Stephen Just 2023-02-24 19:36:55 -0800
  • 505e2c03de Merge branch 'master' into v2.1 Mike Pall 2023-02-21 17:07:37 +0100
  • 8135de2a02 Improve error reporting on stack overflow. Mike Pall 2023-02-21 17:05:12 +0100
  • eccdf6d6f8 Merge branch 'master' into v2.1 Mike Pall 2023-02-21 16:53:51 +0100
  • 126526ab93 Allow building sources with mixed LF/CRLF line-endings. Mike Pall 2023-02-21 16:49:51 +0100
  • d708f6f7bf Address comment about clearing instruction cache Stephen Just 2023-02-20 19:52:00 -0800
  • 9c7dbda52a ARM64 PoC Stephen Just 2023-02-20 17:27:26 -0800
  • 1b11e65813 Apply msys2 patches Stephen Just 2023-02-19 22:08:47 -0800
  • c7bc715f9c
    Protect call to lj_gc_step on trace exit Sergey Kaplun 2023-01-16 12:39:16 +0300
  • df1336f86c Add an option to disable loadfile APIs Matt Messier 2023-01-12 08:20:38 -0500
  • 7772779198 Add options to disable the io and os modules Matt Messier 2023-01-12 08:16:47 -0500
  • 3dced52147 Add an option to disable clib support in ffi Matt Messier 2023-01-12 08:14:32 -0500
  • 20876a5bb8 Use pre-existing ERRNO_SAVE / ERRNO_RESTORE if defined Matt Messier 2023-01-12 08:12:42 -0500
  • 6c773e00d7 Add an option to disable internal malloc Matt Messier 2023-01-12 08:11:18 -0500
  • d0e88930dd Fix compiler warning. Mike Pall 2023-01-04 10:44:18 +0100
  • a4f4f5b835 Don't fail for Clang builds, which pretend to be an ancient GCC. Mike Pall 2023-01-04 10:30:59 +0100
  • 18c8ced9f4 Add support for building/installing on MSYS2 Christopher Ng 2023-01-01 11:58:09 +0000
  • 1c55d16080 Fix compile warnings on Cygwin Christopher Ng 2022-12-28 11:02:53 +0000
  • 06c838bbc5
    Allow building with Clang on PPC pkubaj 2022-12-27 23:17:41 +0000
  • b0f5ab7a82 Update to latest v2.0 version Chen Yang 2022-12-22 22:43:01 -0600
  • a04480e311 Merge branch 'master' into v2.1 Mike Pall 2022-12-22 00:52:04 +0100
  • 8a5e398c52 Avoid negation of signed integers in C that may hold INT*_MIN. Mike Pall 2022-12-22 00:03:06 +0100
  • 8625eee71f Merge branch 'master' into v2.1 Mike Pall 2022-12-09 00:21:40 +0100
  • b2791179ef Correct fix for stack check when recording BC_VARG. Mike Pall 2022-12-09 00:20:05 +0100
  • de2e1ca9d3 Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable. Mike Pall 2022-12-07 18:38:22 +0100
  • 7d5d4a1b1a Merge branch 'master' into v2.1 Mike Pall 2022-12-07 17:21:36 +0100
  • cc96ab9d51 FFI: Fix dangling reference to CType. Improve checks. Mike Pall 2022-12-07 17:19:29 +0100
  • 564147f518 ARM64: Fix code generation for IR_SLOAD with typecheck + conversion. Mike Pall 2022-12-01 12:03:09 +0100
  • 637721d00f PS4/PS5: Fix build scripts. Mike Pall 2022-11-27 15:36:11 +0100
  • 1d75cd4d7b Avoid assertion in case of stack overflow from stitched trace. Mike Pall 2022-11-27 15:25:32 +0100
  • 7726357cc0 Added LUAJIT_USE_SYSMALLOC JCash 2022-11-23 16:29:24 +0100
  • 9a837f712e Use clang to build the .s file JCash 2022-11-22 10:11:27 +0100
  • 46aa45dcbd NX: Always compile with -fPIC. Mike Pall 2022-11-22 09:52:56 +0100
  • 735871c38b Wrap exe path with quotes in order to support spaces in paths JCash 2022-11-21 10:55:51 +0100
  • 0c70d3d34f Specialize to the global environment Jude Melton-Houghton 2022-11-14 08:43:34 -0500
  • e05371bdc3 Merge branch 'master' into v2.1 Mike Pall 2022-11-14 09:56:07 +0100
  • 1c5113aea9 Clarify contact page. Mike Pall 2022-11-14 09:55:38 +0100
  • d8b2556502 Added support for custom c flags in nxbuild.bat JCash 2022-11-11 11:40:27 +0100
  • 8e512f8e48 Added support for custom c flags JCash 2022-11-11 11:33:09 +0100
  • aa1b1fe47c
    Merge 3c878599b1 into 7a0cf5fd4c Aditya Bisht 2022-11-09 14:34:37 +0100
  • 7a0cf5fd4c Merge branch 'master' into v2.1 Mike Pall 2022-11-09 11:06:11 +0100
  • ca8d3257bb Ensure correct stack top for OOM error message. Mike Pall 2022-11-09 11:01:41 +0100
  • 3a272e5e51 Merge remote-tracking branch 'upstream/v2.1' into v2.1 JCash 2022-11-04 09:56:54 +0100
  • 6c4826f12c ARM64: Fix IR_SLOAD assembly. Mike Pall 2022-10-04 12:04:17 +0200
  • dc809beb57 Simplify code Jude Melton-Houghton 2022-09-20 14:24:06 -0400
  • 89213015a6 Compile unpack() given constant start and end Jude Melton-Houghton 2022-09-20 13:03:24 -0400
  • 21707b9637 Simplify kmt creation again Jude Melton-Houghton 2022-09-19 20:23:44 -0400
  • 2b077fbf0b Specialize based on key being constant string Jude Melton-Houghton 2022-09-19 20:20:06 -0400
  • 6522e8019a Revert part of "Specialize metatables for method calls" Jude Melton-Houghton 2022-09-19 20:14:42 -0400
  • 126a4475dd Clean up code Jude Melton-Houghton 2022-09-19 15:58:38 -0400
  • 035550b4f7 Use constant metatable if it already exists Jude Melton-Houghton 2022-09-19 14:30:26 -0400
  • b4d853342c Clean up code Jude Melton-Houghton 2022-09-19 13:32:43 -0400
  • b5783323ef Specialize metatables for method calls Jude Melton-Houghton 2022-09-19 08:05:00 -0400
  • 2838682145 Remove unnecessary cast Jude Melton-Houghton 2022-09-16 16:05:46 -0400
  • d3d66cfe2e Make lj_strscan_num_base S Jude Melton-Houghton 2022-09-14 18:06:52 -0400
  • b69116bc7b Improve variable names Jude Melton-Houghton 2022-09-14 17:09:32 -0400
  • 31d3cb1ac3 Use correct types for lj_strscan_num_base Jude Melton-Houghton 2022-09-14 14:09:03 -0400
  • 9ea9e9403a Compile tonumber calls with bases other than 10 Jude Melton-Houghton 2022-09-14 11:44:45 -0400
  • dad04f1754 Fix trace join to BC_JLOOP originating from BC_ITERN. Mike Pall 2022-09-14 12:26:53 +0200
  • fffd3eafc4 Fix compiler warnings. Mike Pall 2022-09-13 13:43:03 +0200
  • d13610a845 Merge branch 'master' into v2.1 Mike Pall 2022-09-13 11:33:12 +0200
  • 46e62cd963 Fix last edit. Mike Pall 2022-09-13 11:32:53 +0200
  • 4aae8dc2f6 Merge branch 'master' into v2.1 Mike Pall 2022-09-13 11:22:18 +0200
  • b907ffc49f Remove dead Wiki links. Mike Pall 2022-09-13 11:21:30 +0200
  • e19db60512 Fix QNX build. Mike Pall 2022-09-12 11:16:20 +0200
  • 3c878599b1
    Merge branch 'v2.1' into luajit-s390x Aditya Bisht 2022-08-29 17:19:27 +0530
  • 5047ff0de0
    Adding s390x support for LuaJIT Aditya Bisht 2022-08-29 22:43:19 +0530