Commit Graph

  • 356231edaf Merge branch 'master' into v2.1 Mike Pall 2023-08-29 22:30:57 +02:00
  • c6ee7e19d1 Update external MSDN URL in code. Mike Pall 2023-08-29 22:27:38 +02:00
  • 83954100db FFI/ARM64/OSX: Handle non-standard OSX C calling conventions. Mike Pall 2023-08-29 02:21:51 +02:00
  • cf903edb30 FFI: Unify stack setup for C calls in interpreter. Mike Pall 2023-08-29 02:12:13 +02:00
  • 7cc53f0b85 ARM64: Prevent STP fusion for conditional code emitted by TBAR. Mike Pall 2023-08-28 22:39:35 +02:00
  • 0fa2f1cbcf ARM64: Fix LDP/STP fusing for unaligned accesses. Mike Pall 2023-08-28 22:33:54 +02:00
  • c0d5240a25 Merge branch 'master' into v2.1 Mike Pall 2023-08-28 22:24:36 +02:00
  • 0ef51b495f Handle table unsinking in the presence of IRFL_TAB_NOMM. Mike Pall 2023-08-28 22:15:42 +02:00
  • 238a2a80bb Merge branch 'master' into v2.1 Mike Pall 2023-08-28 22:02:06 +02:00
  • 6a3111a57f Use fallback name for install files without valid .git or .relver. Mike Pall 2023-08-28 21:25:51 +02:00
  • a0b52aae33 Handle non-.git checkout with .relver in .bat-file builds. Mike Pall 2023-08-28 21:59:01 +02:00
  • 631a45f73b Merge branch 'master' into v2.1 Mike Pall 2023-08-28 21:08:00 +02:00
  • 14e2917e7a Fix external C call stack check when using LUAJIT_MODE_WRAPCFUNC. Mike Pall 2023-08-28 21:04:01 +02:00
  • 309fb42b87 Fix predict_next() in parser (again). Mike Pall 2023-08-28 21:00:37 +02:00
  • 03c31124cc Fix typo. Mike Pall 2023-08-22 17:06:34 +02:00
  • ff192d134d Merge branch 'master' into v2.1 Mike Pall 2023-08-22 17:06:14 +02:00
  • d0ce82ecdc Handle the case when .git is not a directory. Mike Pall 2023-08-22 17:04:22 +02:00
  • 0b5bf71e37 Merge branch 'master' into v2.1 Mike Pall 2023-08-22 15:37:21 +02:00
  • 6a2163a6b4 Add .gitattributes to dynamically resolve .relver. Mike Pall 2023-08-22 15:36:55 +02:00
  • 33e2a49dbf Add .gitattributes to dynamically resolve .relver. Mike Pall 2023-08-22 15:30:27 +02:00
  • 093759d528 Fix for last commit: also remove symlink on uninstall. Mike Pall 2023-08-22 11:46:12 +02:00
  • 748ab9d90a Switch to rolling releases: mark v2.1 as production. Mike Pall 2023-08-22 11:13:45 +02:00
  • 54ef81f864 Merge branch 'master' into v2.1 Mike Pall 2023-08-21 13:09:52 +02:00
  • ed21acd863 Fix Windows build scripts for rolling releases. Mike Pall 2023-08-21 13:08:00 +02:00
  • 3c290f817f Merge branch 'master' into v2.1 Mike Pall 2023-08-21 04:03:25 +02:00
  • 6351abc78f Switch MSVC and console build scripts to rolling releases. Mike Pall 2023-08-21 03:59:03 +02:00
  • 2090842410 Merge branch 'master' into v2.1 Mike Pall 2023-08-21 03:18:35 +02:00
  • 50e0fa03c4 Switch build system to rolling releases. Mike Pall 2023-08-21 03:06:26 +02:00
  • f0ff869bc2 Merge branch 'master' into v2.1 Mike Pall 2023-08-21 02:38:56 +02:00
  • c345946819 Update documentation for switch to rolling releases. Mike Pall 2023-08-21 02:28:49 +02:00
  • ef587afb2c Merge branch 'master' into v2.1 Mike Pall 2023-08-20 21:33:37 +02:00
  • 158a284cc9 Bump copyright date. Mike Pall 2023-08-20 21:25:30 +02:00
  • cbb187aea5 Remove work-in-progress notice in string buffer docs. Mike Pall 2023-08-20 21:14:37 +02:00
  • 72efc42ef2 MIPS: Fix "bad FP FLOAD" assertion. Mike Pall 2023-08-13 03:02:25 +02:00
  • 119fd1fab0 Ensure forward progress on trace exit to BC_ITERN. Mike Pall 2023-08-13 02:25:12 +02:00
  • 27af72e66f ARM64: Add support for ARM64e pointer authentication codes (PAC). Mike Pall 2023-08-12 22:25:40 +02:00
  • 117ddf35e6 DynASM/ARM64: Add instructions for ARM64e PAC. Mike Pall 2023-08-12 22:24:00 +02:00
  • dbed79ea5c Merge branch 'master' into v2.1 Mike Pall 2023-08-12 22:20:33 +02:00
  • abb27c7771 Fix maxslots when recording BC_VARG, part 3. Mike Pall 2023-08-12 20:16:56 +02:00
  • caf7cbc57c Fix predict_next() in parser. Mike Pall 2023-08-12 16:21:41 +02:00
  • 9b544c25ef MIPS32: Declare that the assembler part uses the FR=0 model. Mike Pall 2023-08-12 15:02:51 +02:00
  • 93ce12ee15 ARM64: Fix assembly of HREFK (again). Mike Pall 2023-08-12 14:52:48 +02:00
  • d5bbf9cdb4 Fix frame for more types of on-trace error messages. Mike Pall 2023-08-12 14:48:34 +02:00
  • 165ea18b0e Add workaround for bytecode dump of builtins. Mike Pall 2023-08-12 14:37:35 +02:00
  • 91914b23f6 DynASM: Fix regression due to warning fix. Mike Pall 2023-08-12 14:29:02 +02:00
  • 8635cbabf3 Merge branch 'master' into v2.1 Mike Pall 2023-07-12 22:34:46 +02:00
  • aa2db7ebd1 Fix base register coalescing in side trace. Mike Pall 2023-07-12 21:56:17 +02:00
  • 8fbd576fb9 ARM64: Fix assembly of HREFK. Mike Pall 2023-07-09 21:15:01 +02:00
  • bd55d3023f Merge branch 'master' into v2.1 Mike Pall 2023-07-09 21:09:21 +02:00
  • a01cba9d2d Fix maxslots when recording BC_VARG, part 2. Mike Pall 2023-07-09 21:08:12 +02:00
  • 0cc5fdfbc0 Fix maxslots when recording BC_TSETM. Mike Pall 2023-07-08 19:44:48 +02:00
  • 69dadad6c3 Merge branch 'master' into v2.1 Mike Pall 2023-07-08 19:43:08 +02:00
  • 94ada59628 Fix maxslots when recording BC_VARG. Mike Pall 2023-07-08 19:40:12 +02:00
  • b7a8c7c184 Fix register mask for stack check in head of side trace. Mike Pall 2023-07-08 19:36:24 +02:00
  • 4c35a42d9c FFI: Fix ffi.metatype() for non-raw types. Mike Pall 2023-07-08 19:30:56 +02:00
  • 9493acc1a2 ARM64: Fix LDP code generation. Mike Pall 2023-07-08 12:10:18 +02:00
  • ff6c496ba1 MIPSr6: Add missing files to Makefile install target. Mike Pall 2023-06-12 09:19:58 +02:00
  • 51fb2f2c3a DynASM: Fix warnings. Mike Pall 2023-06-02 12:54:46 +02:00
  • 2d8300c194 Fix frame for on-trace out-of-memory error. Mike Pall 2023-06-02 11:42:58 +02:00
  • 8e53ccc686 Merge branch 'master' into v2.1 Mike Pall 2023-06-02 11:42:24 +02:00
  • 9f452bbef5 Fix handling of instable types in TNEW/TDUP load forwarding. Mike Pall 2023-06-02 11:38:45 +02:00
  • 8c20c3b1a3 Fix compiler warning. Mike Pall 2023-06-02 11:36:24 +02:00
  • 224129a8e6 Fix last commit. Mike Pall 2023-04-30 13:38:29 +02:00
  • 1c27912705 Print errors from __gc finalizers instead of rethrowing them. Mike Pall 2023-04-16 18:13:48 +02:00
  • 8bbd58e534 Merge branch 'master' into v2.1 Mike Pall 2023-04-16 13:29:58 +02:00
  • c7db8255e1 Fix TDUP load forwarding after table rehash. Mike Pall 2023-04-16 13:26:18 +02:00
  • 96fc114a7a Fix canonicalization of +-0.0 keys for IR_NEWREF. Mike Pall 2023-04-16 13:24:08 +02:00
  • 505e2c03de Merge branch 'master' into v2.1 Mike Pall 2023-02-21 17:07:37 +01:00
  • 8135de2a02 Improve error reporting on stack overflow. Mike Pall 2023-02-21 17:05:12 +01:00
  • eccdf6d6f8 Merge branch 'master' into v2.1 Mike Pall 2023-02-21 16:53:51 +01:00
  • 126526ab93 Allow building sources with mixed LF/CRLF line-endings. Mike Pall 2023-02-21 16:49:51 +01:00
  • d0e88930dd Fix compiler warning. Mike Pall 2023-01-04 10:44:18 +01:00
  • a4f4f5b835 Don't fail for Clang builds, which pretend to be an ancient GCC. Mike Pall 2023-01-04 10:30:59 +01:00
  • a04480e311 Merge branch 'master' into v2.1 Mike Pall 2022-12-22 00:52:04 +01:00
  • 8a5e398c52 Avoid negation of signed integers in C that may hold INT*_MIN. Mike Pall 2022-12-22 00:03:06 +01:00
  • 8625eee71f Merge branch 'master' into v2.1 Mike Pall 2022-12-09 00:21:40 +01:00
  • b2791179ef Correct fix for stack check when recording BC_VARG. Mike Pall 2022-12-09 00:20:05 +01:00
  • de2e1ca9d3 Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable. Mike Pall 2022-12-07 18:38:22 +01:00
  • 7d5d4a1b1a Merge branch 'master' into v2.1 Mike Pall 2022-12-07 17:21:36 +01:00
  • cc96ab9d51 FFI: Fix dangling reference to CType. Improve checks. Mike Pall 2022-12-07 17:19:29 +01:00
  • 564147f518 ARM64: Fix code generation for IR_SLOAD with typecheck + conversion. Mike Pall 2022-12-01 12:03:09 +01:00
  • 637721d00f PS4/PS5: Fix build scripts. Mike Pall 2022-11-27 15:36:11 +01:00
  • 1d75cd4d7b Avoid assertion in case of stack overflow from stitched trace. Mike Pall 2022-11-27 15:25:32 +01:00
  • 46aa45dcbd NX: Always compile with -fPIC. Mike Pall 2022-11-22 09:52:56 +01:00
  • e05371bdc3 Merge branch 'master' into v2.1 Mike Pall 2022-11-14 09:56:07 +01:00
  • 1c5113aea9 Clarify contact page. Mike Pall 2022-11-14 09:55:38 +01:00
  • 7a0cf5fd4c Merge branch 'master' into v2.1 Mike Pall 2022-11-09 11:06:11 +01:00
  • ca8d3257bb Ensure correct stack top for OOM error message. Mike Pall 2022-11-09 11:01:41 +01:00
  • 6c4826f12c ARM64: Fix IR_SLOAD assembly. Mike Pall 2022-10-04 12:04:17 +02:00
  • dad04f1754 Fix trace join to BC_JLOOP originating from BC_ITERN. Mike Pall 2022-09-14 12:26:53 +02:00
  • fffd3eafc4 Fix compiler warnings. Mike Pall 2022-09-13 13:43:03 +02:00
  • d13610a845 Merge branch 'master' into v2.1 Mike Pall 2022-09-13 11:33:12 +02:00
  • 46e62cd963 Fix last edit. Mike Pall 2022-09-13 11:32:53 +02:00
  • 4aae8dc2f6 Merge branch 'master' into v2.1 Mike Pall 2022-09-13 11:22:18 +02:00
  • b907ffc49f Remove dead Wiki links. Mike Pall 2022-09-13 11:21:30 +02:00
  • e19db60512 Fix QNX build. Mike Pall 2022-09-12 11:16:20 +02:00
  • 03080b795a Add -F option to override filename in jit.bcsave (luajit -b). Mike Pall 2022-08-15 14:16:58 +02:00
  • 975ec13f5d Merge branch 'master' into v2.1 Mike Pall 2022-08-15 14:16:39 +02:00
  • 3b3d427ae3 Patch luajit.pc with INSTALL_INC, if customized. Mike Pall 2022-08-15 14:16:14 +02:00
  • 633f265f67 LJ_GC64: Fix lua_concat(). Mike Pall 2022-08-10 19:27:53 +02:00