Commit Graph

  • 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
  • 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
  • d87a18c473 fix stackover read fesily 2023-08-18 17:15:11 +0800
  • 1c70983df1 add parser table hash patch fesily 2023-08-18 16:19:15 +0800
  • 0cdeb1213d add cmakelist for luajit fesily 2023-08-18 14:37:30 +0800
  • ca68f2bbcf fix LUAJIT_NUMMODE=2 fesily 2023-08-18 14:37:20 +0800
  • 41198c8d24 fix compiler warn fesily 2023-08-18 14:33:51 +0800
  • 3c79770bcb add LUA_COMPAT_GFIND fesily 2023-08-18 14:33:39 +0800
  • e8811a28d9 delete unpack patch, add parser patch fesily 2023-08-17 16:45:31 +0800
  • e73a2dc482
    Merge branch 'LuaJIT:v2.1' into dontstarve fesily 2023-08-15 11:00:05 +0800
  • 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