Commit Graph

  • 9159289927 ARM64: Fix IR_HREF code generation for constant FP keys. Mike Pall 2023-09-21 02:48:12 +0200
  • fca1f51bf8 ARM64: Fuse negative 32 bit constants into arithmetic ops again. Mike Pall 2023-09-21 02:38:29 +0200
  • 4b605a7da8 Merge branch 'master' into v2.1 Mike Pall 2023-09-21 02:23:25 +0200
  • b138ccfa91 Handle all stack layouts in (delayed) TRACE vmevent. Mike Pall 2023-09-21 02:15:16 +0200
  • 92b89d005a Add missing coercion when recording select(string, ...) Mike Pall 2023-09-21 02:10:18 +0200
  • d2f6c55b05 Cleanup stack overflow handling. Mike Pall 2023-09-21 01:58:43 +0200
  • e897c5743f Windows/ARM64: Add MSVC cross-build support for x64 to ARM64. Mike Pall 2023-09-17 10:44:04 +0200
  • 7a2b83a0c5 IR_MIN/IR_MAX is non-commutative due to underlying FPU ops. Mike Pall 2023-09-17 10:31:00 +0200
  • 8b137e3c14 Add support for VC++ Windows/x64 -> Windows/ARM64 cross build invertego 2023-09-16 02:14:39 -0700
  • 42ca6e120f ARM64: Set fixed interpreter registers before rethrow. Mike Pall 2023-09-17 10:09:58 +0200
  • de35fd24b8 linux: fix build fesily 2023-09-16 08:39:26 +0000
  • 7a77a3cd85 Windows/ARM64: Update install docs. Mike Pall 2023-09-15 06:10:58 +0200
  • bd2d107151 Windows: Call C++ destructors without compiling with /EHa. Mike Pall 2023-09-15 05:47:29 +0200
  • 7a1c139569 Windows: Pass scratch CONTEXT record to RtlUnwindEx. Mike Pall 2023-09-15 05:31:26 +0200
  • 18b8fd8de7 ARM64: External unwinder already restores non-volatile registers. Mike Pall 2023-09-15 05:27:29 +0200
  • b36f9fad63 Windows/ARM64: Fix exception unwinding (again). Mike Pall 2023-09-15 05:23:29 +0200
  • 6fe4a75a7b
    Initial support on cross-compiling LuaJIT from x64 to ARM64 in Windows. Miku AuahDark 2023-09-12 11:27:44 +0800
  • 8af63f9920 Windows/ARM64: Fix typo in exception unwinding. Mike Pall 2023-09-11 23:00:36 +0200
  • 9e0437240f FFI: Fix 64 bit shift fold rules. Mike Pall 2023-09-11 21:06:25 +0200
  • 1c33f46314 Windows/ARM64: Support Windows calling conventions. Mike Pall 2023-09-11 16:35:28 +0200
  • f63bc569fa Windows/ARM64: Fix exception unwinding. Mike Pall 2023-09-11 13:33:27 +0200
  • 836ab4227a ARM64: Remove unneeded IRCALL_* defs for math intrinsics. Mike Pall 2023-09-11 13:14:09 +0200
  • b174d5e66d Fix Cygwin build. Mike Pall 2023-09-11 13:10:17 +0200
  • 155ac54633 Fix building on CYGWIN Christopher Ng 2023-09-11 10:56:11 +0100
  • 5a18d4582f Merge branch 'master' into v2.1 Mike Pall 2023-09-10 05:26:27 +0200
  • 9760984638 Allow path overrides in genversion.lua with minilua, too. Mike Pall 2023-09-10 05:23:10 +0200
  • cb413bf8f4 Windows/ARM64: Add initial support. Mike Pall 2023-09-10 05:20:22 +0200
  • 566532b807 Merge branch 'master' into v2.1 Mike Pall 2023-09-09 23:20:57 +0200
  • 4fe2002292 Improve architecture detection error messages. Mike Pall 2023-09-09 23:01:26 +0200
  • 4611e25c0f ARM64: Fuse rotates into logical operands. Mike Pall 2023-09-09 20:59:18 +0200
  • 90742d91c2 ARM64: Don't fuse sign extensions into logical operands. Mike Pall 2023-09-09 20:57:46 +0200
  • ba2b34f5e8 ARM64: Disassemble rotates on logical operands. Mike Pall 2023-09-09 20:52:02 +0200
  • f442432ecb Merge branch 'master' into v2.1 Mike Pall 2023-09-09 18:18:48 +0200
  • 44da356e97 ARM: Fix stack check code generation. Mike Pall 2023-09-09 18:16:31 +0200
  • b8c6ccd50c ARM64: Fix LDP/STP fusion (again). Mike Pall 2023-09-09 18:01:37 +0200
  • 0705ef6ce4 ARM64: Ensure branch is in range before emitting TBZ/TBNZ. Mike Pall 2023-09-09 17:52:43 +0200
  • 59be97edb6 Merge branch 'master' into v2.1 Mike Pall 2023-09-09 17:46:10 +0200
  • 43eff4aad4 Fix mcode limit check for non-x86 archs. Mike Pall 2023-09-09 17:44:54 +0200
  • de2e09f54c ARM64: Improve BC_JLOOP. Mike Pall 2023-09-09 17:38:44 +0200
  • 6c599960d1 ARM64: Improve integer IR_MUL code generation. Mike Pall 2023-09-09 17:36:40 +0200
  • 4ed83bd990 ARM64: Simplify code generation for IR_STRTO. Mike Pall 2023-09-09 17:34:28 +0200
  • a5ee35867c ARM64: Use RID_TMP instead of scratch register in more places. Mike Pall 2023-09-09 17:31:06 +0200
  • c1877e648a ARM64: Improve IR_OBAR code generation. Mike Pall 2023-09-09 17:21:32 +0200
  • c2bdce399e ARM64: Improve IR_UREF code generation. Mike Pall 2023-09-09 17:19:02 +0200
  • 435d8c6301 ARM64: Improve IR_HREF code generation. Mike Pall 2023-09-09 17:15:26 +0200
  • 315dc3e776 ARM64: Reload BASE via GL instead of spilling it. Mike Pall 2023-09-09 16:56:16 +0200
  • 5149b0a3a2 ARM64: Consolidate 32/64-bit constant handling in assembler. Mike Pall 2023-09-09 16:30:14 +0200
  • 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
  • cbc664e8f3 ARM64: Fix LDP/STP fusion error. Zhongwei Yao 2023-09-07 12:26:14 -0700
  • d1af2f7e08 Allow to use a commit hash for .relver jonathan buschmann 2023-09-05 22:04:43 +0800
  • e85b88d61b Makefile: check that .git is a folder and not a file (happens in submodules) sonoro1234 2023-09-04 11:18:31 +0200
  • 8ccd3790da let makefile work for mingw running on windows cmd sonoro1234 2023-09-03 19:19:45 +0200
  • 99acdffb11
    Merge branch 'LuaJIT:v2.1' into dontstarve fesily 2023-08-30 19:27:46 +0800
  • f5db3994cd default off jit engine fesily 2023-08-30 16:16:12 +0800
  • 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
  • 652dbac0f9
    Updated outdated url in lj_jit.h Kyle Marshall 2023-08-29 12:00:23 -0500
  • 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
  • 3e92b7e0c6 fix cmakelists fesily 2023-08-25 10:04:15 +0800
  • c87cb013df format dostring fesily 2023-08-25 09:32:37 +0800
  • 63d89e7e3e Merge branch 'dontstarve' of https://github.com/fesily/LuaJIT into dontstarve fesily 2023-08-25 09:29:33 +0800
  • 24e8adf315 add LUA_INIT fesily 2023-08-25 09:29:28 +0800
  • e1136896aa fix parser error fesily 2023-08-25 09:12:40 +0800
  • f4423a3957
    Merge branch 'LuaJIT:v2.1' into dontstarve fesily 2023-08-25 08:49:29 +0800
  • 4a23677133
    Merge a8d99fed32 into 03c31124cc XmiliaH 2023-08-22 17:25:48 +0100
  • 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
  • fe38c5be05 add LUA_COMPAT_VARARG fesily 2023-08-21 10:22:27 +0800
  • 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