Commit Graph

  • dfc122e45c ARM64: Tune emit_lsptr. Avoid wrong load for asm_prof. Mike Pall 2023-09-09 14:20:39 +0200
  • 4651ff2fbc ARM64: Inline only use of emit_loada. Mike Pall 2023-09-09 14:15:18 +0200
  • 9daf9f9003 ARM64: Improve K13 constant rematerialization. Mike Pall 2023-09-09 14:11:25 +0200
  • 9bd2404137 Merge branch 'master' into v2.1 Mike Pall 2023-09-09 13:42:12 +0200
  • 7f9907b4ed Add NaN check to IR_NEWREF. Mike Pall 2023-09-09 13:37:31 +0200
  • cc8d88aafc Merge branch 'master' into v2.1 Mike Pall 2023-09-09 12:50:13 +0200
  • 4d05806ae0 Allow override of paths for genversion.lua. Mike Pall 2023-09-09 12:47:27 +0200
  • 19707009bf Fix native MinGW build. Mike Pall 2023-09-09 12:41:47 +0200
  • 41fb94defa Add randomized register allocation for fuzz testing. Mike Pall 2023-08-30 01:10:52 +0200
  • 2f6c451ce8 ARM64: Improve register allocation for integer IR_MUL/IR_MULOV. Mike Pall 2023-08-29 22:38:20 +0200
  • 7ff8f26eb8 ARM64: Fix register allocation for IR_*LOAD. Mike Pall 2023-08-29 22:35:10 +0200
  • 356231edaf Merge branch 'master' into v2.1 Mike Pall 2023-08-29 22:30:57 +0200
  • c6ee7e19d1 Update external MSDN URL in code. Mike Pall 2023-08-29 22:27:38 +0200
  • 83954100db FFI/ARM64/OSX: Handle non-standard OSX C calling conventions. Mike Pall 2023-08-29 02:21:51 +0200
  • cf903edb30 FFI: Unify stack setup for C calls in interpreter. Mike Pall 2023-08-29 02:12:13 +0200
  • 7cc53f0b85 ARM64: Prevent STP fusion for conditional code emitted by TBAR. Mike Pall 2023-08-28 22:39:35 +0200
  • 0fa2f1cbcf ARM64: Fix LDP/STP fusing for unaligned accesses. Mike Pall 2023-08-28 22:33:54 +0200
  • c0d5240a25 Merge branch 'master' into v2.1 Mike Pall 2023-08-28 22:24:36 +0200
  • 0ef51b495f Handle table unsinking in the presence of IRFL_TAB_NOMM. Mike Pall 2023-08-28 22:15:42 +0200
  • 238a2a80bb Merge branch 'master' into v2.1 Mike Pall 2023-08-28 22:02:06 +0200
  • 6a3111a57f Use fallback name for install files without valid .git or .relver. Mike Pall 2023-08-28 21:25:51 +0200
  • a0b52aae33 Handle non-.git checkout with .relver in .bat-file builds. Mike Pall 2023-08-28 21:59:01 +0200
  • 631a45f73b Merge branch 'master' into v2.1 Mike Pall 2023-08-28 21:08:00 +0200
  • 14e2917e7a Fix external C call stack check when using LUAJIT_MODE_WRAPCFUNC. Mike Pall 2023-08-28 21:04:01 +0200
  • 309fb42b87 Fix predict_next() in parser (again). Mike Pall 2023-08-28 21:00:37 +0200
  • 03c31124cc Fix typo. Mike Pall 2023-08-22 17:06:34 +0200
  • ff192d134d Merge branch 'master' into v2.1 Mike Pall 2023-08-22 17:06:14 +0200
  • d0ce82ecdc Handle the case when .git is not a directory. Mike Pall 2023-08-22 17:04:22 +0200
  • 0b5bf71e37 Merge branch 'master' into v2.1 Mike Pall 2023-08-22 15:37:21 +0200
  • 6a2163a6b4 Add .gitattributes to dynamically resolve .relver. Mike Pall 2023-08-22 15:36:55 +0200
  • 33e2a49dbf Add .gitattributes to dynamically resolve .relver. Mike Pall 2023-08-22 15:30:27 +0200
  • 093759d528 Fix for last commit: also remove symlink on uninstall. Mike Pall 2023-08-22 11:46:12 +0200
  • 748ab9d90a Switch to rolling releases: mark v2.1 as production. Mike Pall 2023-08-22 11:13:45 +0200
  • 54ef81f864 Merge branch 'master' into v2.1 Mike Pall 2023-08-21 13:09:52 +0200
  • ed21acd863 Fix Windows build scripts for rolling releases. Mike Pall 2023-08-21 13:08:00 +0200
  • 3c290f817f Merge branch 'master' into v2.1 Mike Pall 2023-08-21 04:03:25 +0200
  • 6351abc78f Switch MSVC and console build scripts to rolling releases. Mike Pall 2023-08-21 03:59:03 +0200
  • 2090842410 Merge branch 'master' into v2.1 v2.1.ROLLING Mike Pall 2023-08-21 03:18:35 +0200
  • 50e0fa03c4 Switch build system to rolling releases. v2.0.ROLLING Mike Pall 2023-08-21 03:06:26 +0200
  • f0ff869bc2 Merge branch 'master' into v2.1 Mike Pall 2023-08-21 02:38:56 +0200
  • c345946819 Update documentation for switch to rolling releases. Mike Pall 2023-08-21 02:28:49 +0200
  • ef587afb2c Merge branch 'master' into v2.1 Mike Pall 2023-08-20 21:33:37 +0200
  • 158a284cc9 Bump copyright date. Mike Pall 2023-08-20 21:25:30 +0200
  • cbb187aea5 Remove work-in-progress notice in string buffer docs. Mike Pall 2023-08-20 21:14:37 +0200
  • 72efc42ef2 MIPS: Fix "bad FP FLOAD" assertion. Mike Pall 2023-08-13 03:02:25 +0200
  • 119fd1fab0 Ensure forward progress on trace exit to BC_ITERN. Mike Pall 2023-08-13 02:25:12 +0200
  • 27af72e66f ARM64: Add support for ARM64e pointer authentication codes (PAC). Mike Pall 2023-08-12 22:25:40 +0200
  • 117ddf35e6 DynASM/ARM64: Add instructions for ARM64e PAC. Mike Pall 2023-08-12 22:24:00 +0200
  • dbed79ea5c Merge branch 'master' into v2.1 Mike Pall 2023-08-12 22:20:33 +0200
  • abb27c7771 Fix maxslots when recording BC_VARG, part 3. Mike Pall 2023-08-12 20:16:56 +0200
  • caf7cbc57c Fix predict_next() in parser. Mike Pall 2023-08-12 16:21:41 +0200
  • 9b544c25ef MIPS32: Declare that the assembler part uses the FR=0 model. Mike Pall 2023-08-12 15:02:51 +0200
  • 93ce12ee15 ARM64: Fix assembly of HREFK (again). Mike Pall 2023-08-12 14:52:48 +0200
  • d5bbf9cdb4 Fix frame for more types of on-trace error messages. Mike Pall 2023-08-12 14:48:34 +0200
  • 165ea18b0e Add workaround for bytecode dump of builtins. Mike Pall 2023-08-12 14:37:35 +0200
  • 91914b23f6 DynASM: Fix regression due to warning fix. Mike Pall 2023-08-12 14:29:02 +0200
  • 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
  • ff6c496ba1 MIPSr6: Add missing files to Makefile install target. Mike Pall 2023-06-12 09:19:58 +0200
  • 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
  • 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
  • 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
  • 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
  • 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
  • 46aa45dcbd NX: Always compile with -fPIC. Mike Pall 2022-11-22 09:52:56 +0100
  • 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
  • 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
  • 6c4826f12c ARM64: Fix IR_SLOAD assembly. Mike Pall 2022-10-04 12:04:17 +0200